Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 333621 - media-libs/zvbi-0.2.33 fails to build with glibc-2.12 due to missing sys/stat.h include
Summary: media-libs/zvbi-0.2.33 fails to build with glibc-2.12 due to missing sys/stat...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL: http://osdir.com/ml/general/2010-02/m...
Whiteboard:
Keywords:
Depends on:
Blocks: glibc-2.12
  Show dependency tree
 
Reported: 2010-08-20 13:23 UTC by Charlie Gehlin
Modified: 2010-08-20 13:46 UTC (History)
0 users

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


Attachments
Buildlog (build.log,73.17 KB, text/plain)
2010-08-20 13:30 UTC, Charlie Gehlin
Details
emerge --info (emerge.info,13.16 KB, text/plain)
2010-08-20 13:30 UTC, Charlie Gehlin
Details
zvbi-0.2.33.ebuild.patch (zvbi-0.2.33.ebuild.patch,1.06 KB, patch)
2010-08-20 13:31 UTC, Charlie Gehlin
Details | Diff
stath.patch (stath.patch,1.07 KB, patch)
2010-08-20 13:31 UTC, Charlie Gehlin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.