Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 333027 - app-cdr/cdrdao-1.2.3 fails to build with glibc-2.12.1
Summary: app-cdr/cdrdao-1.2.3 fails to build with glibc-2.12.1
Status: RESOLVED DUPLICATE of bug 332237
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-16 16:14 UTC by Anthony Basile
Modified: 2010-11-08 23:39 UTC (History)
0 users

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


Attachments
the full build log. (build.log,24.41 KB, text/plain)
2010-08-16 16:15 UTC, Anthony Basile
Details
emerge --info for the i686 system. (emerge.info,3.83 KB, text/plain)
2010-08-16 16:15 UTC, Anthony Basile
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Basile gentoo-dev 2010-08-16 16:14:00 UTC
Build fails with

i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./../trackdb -I./../paranoia    -DDRIVER_TABLE_FILE=\"/usr/share/cdrdao/drivers\" -O2 -march=i686 -pipe -c -o ScsiIf-linux.o ScsiIf-linux.cc
ScsiIf-linux.cc: In static member function 'static ScsiIf::ScanData* ScsiIf::scan(int*, char*)':
ScsiIf-linux.cc:287: error: no matching function for call to 'stat::stat(const char [22], stat*)'
/usr/include/bits/stat.h:40: note: candidates are: stat::stat()
/usr/include/bits/stat.h:40: note:                 stat::stat(const stat&)


Reproducible: Always

Steps to Reproduce:
1. emerge glibc-2.12.1
2. emerge cdrdao
3.




This happens on both i686 and amd64.  Both systems were using hardened profile,
but I don't think this is the issue.
Comment 1 Anthony Basile gentoo-dev 2010-08-16 16:15:25 UTC
Created attachment 243237 [details]
the full build log.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-08-16 16:15:31 UTC

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

*** This bug has been marked as a duplicate of bug 332237 ***
Comment 3 Anthony Basile gentoo-dev 2010-08-16 16:15:50 UTC
Created attachment 243239 [details]
emerge --info for the i686 system.
Comment 4 Raico 2010-11-08 23:39:17 UTC
I had same case, just remove gcdmaster from USE flags. That fixed :)