Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 333621

Summary: media-libs/zvbi-0.2.33 fails to build with glibc-2.12 due to missing sys/stat.h include
Product: Gentoo Linux Reporter: Charlie Gehlin <charlie>
Component: New packagesAssignee: Television related Applications in Gentoo's Portage <media-tv>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
URL: http://osdir.com/ml/general/2010-02/msg26233.html
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 331665    
Attachments: Buildlog
emerge --info
zvbi-0.2.33.ebuild.patch
stath.patch

Description Charlie Gehlin 2010-08-20 13:23:14 UTC
x86_64-pc-linux-gnu-gcc -march=nocona -mmmx -msse -msse2 -msse3 -O2 -pipe -Wl,-O1 -o .libs/zvbid proxyd.o  -Wl,--as-needed ../src/.libs/libzvbi.so -lpthread /usr/lib64/libpng14.so -lm -lz
../src/.libs/libzvbi.so: undefined reference to `S_ISCHR'
collect2: ld returned 1 exit status
make[2]: *** [zvbid] Error 1


Reproducible: Always




Will attach the regular stuff plus patches in a moment.
Comment 1 Charlie Gehlin 2010-08-20 13:30:24 UTC
Created attachment 243691 [details]
Buildlog
Comment 2 Charlie Gehlin 2010-08-20 13:30:43 UTC
Created attachment 243693 [details]
emerge --info
Comment 3 Charlie Gehlin 2010-08-20 13:31:11 UTC
Created attachment 243695 [details, diff]
zvbi-0.2.33.ebuild.patch
Comment 4 Charlie Gehlin 2010-08-20 13:31:44 UTC
Created attachment 243697 [details, diff]
stath.patch

To put in ${FILESDIR}
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2010-08-20 13:46:32 UTC
+  20 Aug 2010; Samuli Suominen <ssuominen@gentoo.org> zvbi-0.2.33.ebuild,
+  +files/zvbi-0.2.33-glibc212.patch:
+  Fix building with recent glibc wrt #333621 by Charlie Gehlin.