Bug 204436 - dev-libs/libcdio-0.79 GCC 4.3 patch
|
Bug#:
204436
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: flameeyes@gentoo.org
|
Reported By: dirtyepic@gentoo.org
|
|
Component: GCC Porting
|
|
|
URL:
|
|
Summary: dev-libs/libcdio-0.79 GCC 4.3 patch
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2008-01-05 15:34 0000
|
Hey Diego. Looks like libcdio-0.79 is broken with GCC 4.3 again.
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include/ -O3 -g
-march=native -fomit-frame-pointer -pipe -c iso9660.cpp -fPIC -DPIC -o
.libs/iso9660.o
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include/ -O3 -g
-march=native -fomit-frame-pointer -pipe -c cdio.cpp -o cdio.o >/dev/null 2>&1
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include/ -O3 -g
-march=native -fomit-frame-pointer -pipe -c devices.cpp -o devices.o >/dev/null
2>&1
/bin/sh ../../libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -O3 -g
-march=native -fomit-frame-pointer -pipe -Wl,-O1,--hash-style=gnu -o
libcdio++.la -rpath /usr/lib64 cdio.lo devices.lo -lm
In file included from iso9660.cpp:26:
../../include/cdio++/iso9660.hpp: In copy constructor
'ISO9660::Stat::Stat(const ISO9660::Stat&)':
../../include/cdio++/iso9660.hpp:129: error: 'free' was not declared in this
scope
../../include/cdio++/iso9660.hpp:132: error: 'calloc' was not declared in this
scope
../../include/cdio++/iso9660.hpp: In member function 'const ISO9660::Stat&
ISO9660::Stat::operator=(const ISO9660::Stat&)':
../../include/cdio++/iso9660.hpp:138: error: 'free' was not declared in this
scope
../../include/cdio++/iso9660.hpp: In destructor 'ISO9660::Stat::~Stat()':
../../include/cdio++/iso9660.hpp:144: error: 'free' was not declared in this
scope
make[3]: *** [iso9660.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
Just missing an include in iso9660.hpp
Will fix in a bit, I'm from the laptop now. Can you take a look at the current
CVS? So at least when I'll release 0.80 it will work out of the box :P
*** Bug 207347 has been marked as a duplicate of this bug. ***