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

Bug 333027

Summary: app-cdr/cdrdao-1.2.3 fails to build with glibc-2.12.1
Product: Gentoo Linux Reporter: Anthony Basile <blueness>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: the full build log.
emerge --info for the i686 system.

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 :)