Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 387525 - media-gfx/splashutils-1.5.4.3-r3 fails to merge building fbtruetype
Summary: media-gfx/splashutils-1.5.4.3-r3 fails to merge building fbtruetype
Status: RESOLVED DUPLICATE of bug 384131
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-18 11:08 UTC by Fabio Bonfante
Modified: 2011-10-18 13:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info,5.74 KB, text/plain)
2011-10-18 11:08 UTC, Fabio Bonfante
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabio Bonfante 2011-10-18 11:08:24 UTC
Created attachment 290147 [details]
emerge --info

with freetype 2.4.6 compiled with static-libs use flag, maybe the 1.4 version is needed?

[I] media-libs/freetype
     Available versions:  
	(1)	1.4_pre20080316-r2
	(2)	2.4.6
	{X auto-hinter bindist bzip2 debug doc fontforge kpathsea nls static-libs utils}
     Installed versions:  2.4.6(2)(06:40:38 23/09/2011)(X bzip2 static-libs -auto-hinter -bindist -debug -doc -fontforge -utils)



Relevant part of the log
----------------------------------
make[1]: Entering directory `/tmp/portage/media-gfx/splashutils-1.5.4.3-r3/work/miscsplashutils-0.1.8/fbtruetype'
x86_64-pc-linux-gnu-gcc -march=native -mtune=native -O2 -pipe -I/usr/include/freetype2   -c -o fbtruetype.o fbtruetype.c
x86_64-pc-linux-gnu-gcc -march=native -mtune=native -O2 -pipe -I/usr/include/freetype2   -c -o messages.o messages.c
x86_64-pc-linux-gnu-gcc -march=native -mtune=native -O2 -pipe -I/usr/include/freetype2   -c -o console.o console.c
x86_64-pc-linux-gnu-gcc -march=native -mtune=native -O2 -pipe -I/usr/include/freetype2   -c -o ttf.o ttf.c
x86_64-pc-linux-gnu-gcc -march=native -mtune=native -O2 -pipe -I/usr/include/freetype2   -c -o luxisri.o luxisri.c
x86_64-pc-linux-gnu-gcc -march=native -mtune=native -O2 -pipe -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed -L/usr/lib64 -o fbtruetype -Wl,-O1 -Wl,--as-needed -L/usr/lib64 fbtruetype.o messages.o console.o ttf.o luxisri.o -lfreetype -lm
x86_64-pc-linux-gnu-gcc -march=native -mtune=native -O2 -pipe -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed -L/usr/lib64 -static -o fbtruetype.static -Wl,-O1 -Wl,--as-needed -L/usr/lib64 fbtruetype.o messages.o console.o ttf.o luxisri.o /usr/lib64/libfreetype.a /usr/lib64/libz.a -lm
/usr/lib64/libfreetype.a(ftbzip2.o): In function `FT_Stream_OpenBzip2':
(.text+0x1c3): undefined reference to `BZ2_bzDecompressInit'
/usr/lib64/libfreetype.a(ftbzip2.o): In function `ft_bzip2_stream_close':
(.text+0x249): undefined reference to `BZ2_bzDecompressEnd'
/usr/lib64/libfreetype.a(ftbzip2.o): In function `ft_bzip2_file_fill_output':
(.text+0x363): undefined reference to `BZ2_bzDecompress'
/usr/lib64/libfreetype.a(ftbzip2.o): In function `ft_bzip2_stream_io':
(.text+0x50c): undefined reference to `BZ2_bzDecompressEnd'
/usr/lib64/libfreetype.a(ftbzip2.o): In function `ft_bzip2_stream_io':
(.text+0x565): undefined reference to `BZ2_bzDecompressInit'
collect2: ld returned 1 exit status
make[1]: *** [fbtruetype.static] Errore 1
make[1]: Leaving directory `/tmp/portage/media-gfx/splashutils-1.5.4.3-r3/work/miscsplashutils-0.1.8/fbtruetype'
make: *** [all] Errore 2
emake failed
Comment 1 Fabio Bonfante 2011-10-18 11:29:58 UTC
tried with:
- install freetype:1 > no luck
- re-install freetype:2 > no luck
- installinz bzip2 with "static" use flag > no luck

compilation error persist...
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2011-10-18 13:14:54 UTC

*** This bug has been marked as a duplicate of bug 384131 ***