Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8108 - please update to cdrdao 1.1.6
Summary: please update to cdrdao 1.1.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-19 09:50 UTC by Thomas Weidner
Modified: 2003-01-28 00:30 UTC (History)
1 user (show)

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


Attachments
cdrdao-1.1.6.ebuild (cdrdao-1.1.6.ebuild,2.16 KB, text/plain)
2002-09-19 09:51 UTC, Thomas Weidner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Weidner 2002-09-19 09:50:12 UTC
hi,i read that a new version of cdrdao is out,and it seems to work with my cd 
writer much better than 1.1.5 also the gtk gui works in 1.1.6. pls upgrade. 
new ebuild will be attached.
Comment 1 Thomas Weidner 2002-09-19 09:51:01 UTC
Created attachment 4009 [details]
cdrdao-1.1.6.ebuild
Comment 2 Arcady Genkin (RETIRED) gentoo-dev 2002-09-21 16:08:05 UTC
Thomas, thanks for your report.  I quickly tried the ebuild that you attached,
and the compilation fails with the following error messages.  If you had time to
look into this, it would be great --- I'm a bit busy right now.  Thanks.

Makefile:91: toc2cue.d: No such file or directory
Makefile:91: toc2mp3.d: No such file or directory
Creating dependencies for toc2mp3.cc
Creating dependencies for toc2cue.cc
make[1]: Leaving directory `/var/tmp/portage/cdrdao-1.1.6/work/cdrdao-1.1.6/utils'
make[1]: Entering directory `/var/tmp/portage/cdrdao-1.1.6/work/cdrdao-1.1.6/utils'
g++ -DHAVE_CONFIG_H -D_THREAD_SAFE -D_REENTRANT   -DVERSION=\"1.1.6\"
-DDRIVER_TABLE_FILE=\"\" -I./.. -I. -I./../trackdb -O2 -mcpu=i686 -pipe  -c
toc2cue.cc -o toc2cue.o
g++ -DHAVE_CONFIG_H -D_THREAD_SAFE -D_REENTRANT   -DVERSION=\"1.1.6\"
-DDRIVER_TABLE_FILE=\"\" -I./.. -I. -I./../trackdb -O2 -mcpu=i686 -pipe  -c
toc2mp3.cc -o toc2mp3.o
g++  -o toc2cue toc2cue.o -L./../trackdb -ltrackdb -L./../edc_ecc -ledc_ecc -lnsl
toc2mp3.cc: In function `class string & clean_string(string &)':
toc2mp3.cc:426: no matching function for call to
`basic_string<char,string_char_traits<char>,__default_alloc_template<true,0>
>::clear ()'
toc2mp3.cc: In function `int main(int, char **)':
toc2mp3.cc:502: no matching function for call to
`basic_string<char,string_char_traits<char>,__default_alloc_template<true,0>
>::clear ()'
toc2mp3.cc:555: no matching function for call to
`basic_string<char,string_char_traits<char>,__default_alloc_template<true,0>
>::clear ()'
toc2mp3.cc:564: no matching function for call to
`basic_string<char,string_char_traits<char>,__default_alloc_template<true,0>
>::clear ()'
make[1]: *** [toc2mp3.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/cdrdao-1.1.6/work/cdrdao-1.1.6/utils'
make: *** [all] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 18, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/app-cdr/cdrdao/cdrdao-1.1.6.ebuild .
Comment 3 Thomas Weidner 2002-09-21 17:42:17 UTC
The ebuild works for me. basic_string<...>::clear() seems to be missing,are you running gcc2 ? if you do so, must the ebuild work with gcc2 ? 
Comment 4 Arcady Genkin (RETIRED) gentoo-dev 2002-09-22 00:43:55 UTC
Yes, I am using 2.95.  And yes, the ebuild needs to work with pre-3.0 gcc, since
threre are a few of us unwilling to deal with the problems that >=3.0 brings. ;^)
Comment 5 Thomas Weidner 2002-09-23 16:02:17 UTC
perhaps installing stlport might help,as for me it seems like a problem with the c++ standard library. of cause the ebuild then has to be changed to use stlport on pre-3.0 gccs,but i don't have the time to install a gcc2 system. 
Comment 6 Arcady Genkin (RETIRED) gentoo-dev 2002-11-01 22:58:19 UTC
Version 1.1.7 is in the portage.