Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 380281 - media-gfx/splashutils-1.5.4.4 should DEPEND on || (<app-arch/bzip2-1.0.6-r3 app-arch/bzip2[static-libs] )
Summary: media-gfx/splashutils-1.5.4.4 should DEPEND on || (<app-arch/bzip2-1.0.6-r3 a...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-22 20:22 UTC by yermandu
Modified: 2011-08-28 18:21 UTC (History)
0 users

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


Attachments
build.log (build.log,6.02 KB, text/plain)
2011-08-22 20:22 UTC, yermandu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yermandu 2011-08-22 20:22:08 UTC
Created attachment 284253 [details]
build.log

Emerging splashutils fail to find libbz2 
It looks for a file that not exists but theres no libbz2.a in system or 

# updatedb
# locate libbz2
/lib32/libbz2.so.1
/lib32/libbz2.so.1.0.6
/lib64/libbz2.so.1
/lib64/libbz2.so.1.0
/lib64/libbz2.so.1.0.6
/usr/lib32/libbz2.so
/usr/lib64/libbz2.so

The track of error 

x86_64-pc-linux-gnu-gcc -march=core2 -mtune=core2 -O2 -pipe -msse -msse2 -msse3 -mssse3 -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 /usr/lib64/libbz2.a -lm
x86_64-pc-linux-gnu-gcc: /usr/lib64/libbz2.a: No such file or directory
make[1]: *** [fbtruetype.static] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/media-gfx/splashutils-1.5.4.4/work/miscsplashutils-0.1.8/fbtruetype'
make: *** [all] Error 2
emake failed

app-arch/bzip2 1.0.6-r3
Kernel 3.1-rc2
Comment 1 Dan Coats 2011-08-24 12:57:11 UTC
requires bzip2 (static-libs)
Comment 2 Michal Januszewski (RETIRED) gentoo-dev 2011-08-28 18:21:41 UTC
This should now be fixed in CVS, thanks for reporting the problem.