First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 204436
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Diego E. 'Flameeyes' Pettenò <flameeyes@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ryan Hill <dirtyepic@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
libcdio-0.79-gcc-4.3-include.patch libcdio-0.79-gcc-4.3-include.patch patch Ryan Hill 2008-01-05 15:35 0000 444 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 204436 depends on: Show dependency tree
Bug 204436 blocks: 198121
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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

------- Comment #1 From Ryan Hill 2008-01-05 15:35:27 0000 -------
Created an attachment (id=140187) [edit]
libcdio-0.79-gcc-4.3-include.patch

------- Comment #2 From Diego E. 'Flameeyes' Pettenò 2008-01-05 15:44:50 0000 -------
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

------- Comment #3 From Ryan Hill 2008-01-19 03:33:06 0000 -------
CVS works fine.  actually it looks like cstdlib is included twice now ;).

http://cvs.savannah.gnu.org/viewvc/libcdio/include/cdio%2B%2B/iso9660.hpp?root=libcdio&r1=1.10&r2=1.11

------- Comment #4 From milan hodoscek 2008-01-25 08:54:43 0000 -------
*** Bug 207347 has been marked as a duplicate of this bug. ***

------- Comment #5 From Benjamin Lannoy 2008-04-19 14:21:43 0000 -------
(In reply to comment #1)
> Created an attachment (id=140187) [edit]
> libcdio-0.79-gcc-4.3-include.patch
> 

It works nice for me on ~amd64.
Thank you.

------- Comment #6 From Ryan Hill 2008-04-20 22:35:40 0000 -------
Applied.

First Last Prev Next    No search results available      Search page      Enter new bug