Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
la broken in aspell/fontforge
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
bitozoid
n00b
n00b


Joined: 20 Apr 2008
Posts: 67

PostPosted: Thu Sep 24, 2015 10:02 am    Post subject: la broken in aspell/fontforge Reply with quote

I search for broken packages:

Code:
$ cave fix-linkage
...
 app-text/aspell-0.60.6.1-r1::installed
    /usr/lib64/aspell-0.60/context-filter.la (requires /usr/lib64/libaspell.la)
    /usr/lib64/aspell-0.60/email-filter.la (requires /usr/lib64/libaspell.la)
    /usr/lib64/aspell-0.60/nroff-filter.la (requires /usr/lib64/libaspell.la)
    /usr/lib64/aspell-0.60/sgml-filter.la (requires /usr/lib64/libaspell.la)
    /usr/lib64/aspell-0.60/tex-filter.la (requires /usr/lib64/libaspell.la)
    /usr/lib64/aspell-0.60/texinfo-filter.la (requires /usr/lib64/libaspell.la)

* media-gfx/fontforge-20150430::installed
    /usr/lib64/python2.7/site-packages/fontforge.la (requires /usr/lib64/libfontforge.la /usr/lib64/libgioftp.la /usr/lib64/libgunicode.la /usr/lib64/libgutils.la)
    /usr/lib64/python2.7/site-packages/psMat.la (requires /usr/lib64/libfontforge.la /usr/lib64/libgioftp.la /usr/lib64/libgunicode.la /usr/lib64/libgutils.la)


If I build them, then I get the same broken la's again.

Is there a way to prevent this? Are ebuilds broken?
Back to top
View user's profile Send private message
kikko
Apprentice
Apprentice


Joined: 29 Apr 2014
Posts: 276
Location: Milan, IT

PostPosted: Thu Sep 24, 2015 6:04 pm    Post subject: Re: la broken in aspell/fontforge Reply with quote

bitozoid wrote:
I search for broken packages:

[code]$ cave fix-linkage
...


Hi bitozoid,
have you already tried using revdep-rebuild instead of Paludis/Cave?
Back to top
View user's profile Send private message
bitozoid
n00b
n00b


Joined: 20 Apr 2008
Posts: 67

PostPosted: Fri Sep 25, 2015 12:45 pm    Post subject: Reply with quote

I bet both commands do the same. It looks more an ebuild thing.
Back to top
View user's profile Send private message
kikko
Apprentice
Apprentice


Joined: 29 Apr 2014
Posts: 276
Location: Milan, IT

PostPosted: Fri Sep 25, 2015 1:51 pm    Post subject: Reply with quote

Fine, so let's try this by hand :)
Are the "required" .la files present?
Code:
requires /usr/lib64/libaspell.la
requires /usr/lib64/libfontforge.la /usr/lib64/libgioftp.la /usr/lib64/libgunicode.la /usr/lib64/libgutils

You can check also if ldd of these files misses something:
Code:
    /usr/lib64/aspell-0.60/context-filter.la
    /usr/lib64/aspell-0.60/email-filter.la
    /usr/lib64/aspell-0.60/nroff-filter.la
    /usr/lib64/aspell-0.60/sgml-filter.la
    /usr/lib64/aspell-0.60/tex-filter.la
    /usr/lib64/aspell-0.60/texinfo-filter.la
    /usr/lib64/python2.7/site-packages/fontforge.la
    /usr/lib64/python2.7/site-packages/psMat.la

Let me know
Regards
Back to top
View user's profile Send private message
bitozoid
n00b
n00b


Joined: 20 Apr 2008
Posts: 67

PostPosted: Mon Sep 28, 2015 8:46 am    Post subject: Reply with quote

Code:
$ ls /usr/lib64/libaspell.la
ls: cannot access /usr/lib64/libaspell.la: No such file or directory

$ ldd /usr/lib64/aspell-0.60/context-filter.la
        not a dynamic executable

$ grep libaspell.la /usr/lib64/aspell-0.60/context-filter.la
dependency_libs=' /usr/lib64/libaspell.la -ldl'
Back to top
View user's profile Send private message
kikko
Apprentice
Apprentice


Joined: 29 Apr 2014
Posts: 276
Location: Milan, IT

PostPosted: Mon Sep 28, 2015 6:45 pm    Post subject: Reply with quote

Hi bitozoid
I have some news for you
Bad news: both fontforge and aspell are broken about .la files
In the end you were right... :roll:
"Good" news: both have been fixed in test (add the ACCEPT_KEYWORD=~amd64 for those packages, if you want)

Sorry for the time wasted
Regards
Back to top
View user's profile Send private message
bitozoid
n00b
n00b


Joined: 20 Apr 2008
Posts: 67

PostPosted: Thu Oct 01, 2015 8:40 am    Post subject: Reply with quote

How did you know about aspell? I tried via bugzilla but found nothing. I didn't try fontforge.
Back to top
View user's profile Send private message
kikko
Apprentice
Apprentice


Joined: 29 Apr 2014
Posts: 276
Location: Milan, IT

PostPosted: Thu Oct 01, 2015 12:18 pm    Post subject: Reply with quote

Hi bitozoid
I've pasted the wrong link in last message, sorry
Anyway, it's in aspell's changelog (https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-text/aspell/ChangeLog?view=markup):

Code:
   
...
  18 Jul 2015; Pacho Ramos <pacho@gentoo.org> +aspell-0.60.6.1-r2.ebuild,
  metadata.xml:
  Drop old message that should be obsolete this days (#440456), drop .la files
  (#544554), add missing langs (#456090).
...


Regards
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum