Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problem with fontconfig-2.3.2 ebuild? [[[SOLVED!]]]
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
Sir_Stinksalot
Apprentice
Apprentice


Joined: 26 Jul 2002
Posts: 195
Location: Behind you. BOO!!!

PostPosted: Sat Nov 26, 2005 2:41 pm    Post subject: problem with fontconfig-2.3.2 ebuild? [[[SOLVED!]]] Reply with quote

I can't seem to emerge fontconfig-2.3.2

here is the output

Code:

make[2]: Entering directory `/var/tmp/portage/fontconfig-2.3.2/work/fontconfig-2.3.2/fc-cache'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/freetype2    -march=athlon-xp -Os -pipe -mfpmath=sse -msse -mmmx -m3dnow -fomit-frame-pointer -MT fc-cache.o -MD -MP -MF ".deps/fc-cache.Tpo" \
  -c -o fc-cache.o `test -f 'fc-cache.c' || echo './'`fc-cache.c; \
then mv -f ".deps/fc-cache.Tpo" ".deps/fc-cache.Po"; \
else rm -f ".deps/fc-cache.Tpo"; exit 1; \
fi
/bin/sh ../libtool --mode=link gcc  -march=athlon-xp -Os -pipe -mfpmath=sse -msse -mmmx -m3dnow -fomit-frame-pointer   -o fc-cache  fc-cache.o ../src/libfontconfig.la
mkdir .libs
gcc -march=athlon-xp -Os -pipe -mfpmath=sse -msse -mmmx -m3dnow -fomit-frame-pointer -o .libs/fc-cache fc-cache.o  ../src/.libs/libfontconfig.so
creating fc-cache
rm -f fc-cache.1
docbook2man ../fc-cache/fc-cache.sgml
Using catalogs: /etc/sgml/sgml-docbook-4.1.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#print
Working on: /var/tmp/portage/fontconfig-2.3.2/work/fontconfig-2.3.2/fc-cache/../fc-cache/fc-cache.sgml
Can't locate SGMLS/Output.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/site_perl/5.8.7/i686-linux /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i686-linux /usr/lib/perl5/site_perl/5.8.4/usr/lib/perl5/site_perl/5.8.4/i686-linux /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.7/i686-linux /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl/5.8.0/i686-linux /usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.4/i686-linux /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.7/i686-linux /usr/lib/perl5/5.8.7 /usr/local/lib/site_perl .) at /usr/bin/sgmlspl line 56.
BEGIN failed--compilation aborted at /usr/bin/sgmlspl line 56.
make[2]: *** [fc-cache.1] Error 8
make[2]: Leaving directory `/var/tmp/portage/fontconfig-2.3.2/work/fontconfig-2.3.2/fc-cache'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/fontconfig-2.3.2/work/fontconfig-2.3.2'
make: *** [all] Error 2

!!! ERROR: media-libs/fontconfig-2.3.2 failed.
!!! Function src_compile, Line 48, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


Please help me


Last edited by Sir_Stinksalot on Sat Nov 26, 2005 6:55 pm; edited 1 time in total
Back to top
View user's profile Send private message
avendesora
Veteran
Veteran


Joined: 16 Aug 2002
Posts: 1739
Location: Betelgeuse vicinity

PostPosted: Sat Nov 26, 2005 4:55 pm    Post subject: Reply with quote

Looks like a bug (missed dependency) in the ebuild.
Try emerging SGMLSpm, the try fontconfig again.

If it works, please remember to file a bug at bugs.gentoo.org to make sure this gets fixed.
Back to top
View user's profile Send private message
Sir_Stinksalot
Apprentice
Apprentice


Joined: 26 Jul 2002
Posts: 195
Location: Behind you. BOO!!!

PostPosted: Sat Nov 26, 2005 6:55 pm    Post subject: Reply with quote

Thanks for the help you pointed me in the right direction.

My computer must have barfed on SGMLSpm previously and not told me.

Code:

emerge -s SGMLSpm

showed me the latest version was installed.

So I ran
Code:

emerge -C SGMLSpm

then ran
Code:

emerge SGMLSpm

then ran
Code:

emerge -u fontconfig

and it worked so thanks a lot.

I am not filing a bug as I think it was computer specific.
Back to top
View user's profile Send private message
daten
n00b
n00b


Joined: 11 Jun 2004
Posts: 11
Location: Maryland, USA

PostPosted: Sat Nov 26, 2005 10:09 pm    Post subject: Reply with quote

Can't be too specific, I had the same thing happen. Thanks for the fix.
Back to top
View user's profile Send private message
nevynxxx
Veteran
Veteran


Joined: 12 Nov 2003
Posts: 1123
Location: Manchester - UK

PostPosted: Sun Jan 08, 2006 5:12 pm    Post subject: Reply with quote

Sorry to resurect a thread, I have somethiong to add before I go to bugzilla....

I had the same problem as above, looking at emerge -C output and the re-emerge. The outpu.pm file is put in a specific place dependant upon the version of perl.

So looks like SGMLSpm needs to be re-emerged when perl is updated.

Was a bug posted, or is this mentioned on the perl update and I missed it?
_________________
My Public Key

Wanted: Instructor in the art of Bowyery
Back to top
View user's profile Send private message
skally
n00b
n00b


Joined: 16 Mar 2004
Posts: 33

PostPosted: Sat Jan 28, 2006 12:33 am    Post subject: Reply with quote

D'oh!
Now there is one:
https://bugs.gentoo.org/show_bug.cgi?id=120580

Nice analysis, though. Thanks!
_________________
-- skally
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