Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61788 - Ebuild for cdrtools-2.01_alpha37.ebuild doesnt produce executables for mkisofs etc.
Summary: Ebuild for cdrtools-2.01_alpha37.ebuild doesnt produce executables for mkisof...
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Lars Weiler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-26 04:29 UTC by Tom Arnold
Modified: 2004-09-03 07:44 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Arnold 2004-08-26 04:29:27 UTC
Newest version didnt work, so i had to cdrtools-2.01_alpha28-r1.ebuild. 
Now i have mkisofs again and k3b works as expected.

Reproducible: Always
Steps to Reproduce:
1. emerge it
2.
3.

Actual Results:  
no files for /usr/bin

Expected Results:  
executables

Portage 2.0.50-r10 (default-x86-2004.0, gcc-3.3.4, glibc-2.3.4.20040808-r0,
2.6.7-gentoo-r11)
=================================================================
System uname: 2.6.7-gentoo-r11 i686 AMD Athlon(tm) XP 2400+
Gentoo Base System version 1.5.3
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/
http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/bmg-gnome-current"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X aalib acpi alsa apm arts avi berkdb bonobo cdr cups divx dts dvd
dvdr encode esd fam foomaticdb gb gdbm gif gpm gstreamer gtk gtk2 icc imap imlib
java jikes jit jpeg kde libg++ libwww linguas_delzw-tiff mad maildir mikmod mmx
mozsvg mpeg ncurses nls no_wxgtk1 noreiserfs nothemes nptl oggvorbis ooo-kde
opengl pam pdflib perl png ppds python qt quicktime readline ruby samba sdl
slang spell sse ssl svg tcltk tcpd theora tiff truetype usb wmf wxwindows x86
xine xml2 xosd xv xvid zlib"
Comment 1 Sascha Silbe 2004-08-27 11:34:20 UTC
Same problem here. The build produces errors like

/usr/lib/gcc-lib/i586-pc-linux-gnu/3.3.4/../../../../i586-pc-linux-gnu/bin/ld: cannot find -lscg
collect2: ld returned 1 exit status
make[1]: *** [OBJ/x86-linux-cc/skel] Error 1
[...]

But even though there are errors, it gets merged, so the executables disappear on a previously working system. :(

Comment 2 Tobias Klausmann (RETIRED) gentoo-dev 2004-08-30 01:17:15 UTC
Same here. make shows errors but chooses to ignore them. 
Comment 3 fatty 2004-08-31 03:22:52 UTC
I can confirm that strange behavior, too.
But there's not only mkisofs missing: I haven't got a single executable of the cdrtools package left in /usr/bin.
Haven't checked the error while compiling, yet, but will do that soon.

btw: where can that -lscg be found? Maybe there's a missing dependency, so it can't compile anyway.
Comment 4 Lars Weiler (RETIRED) gentoo-dev 2004-09-02 17:33:51 UTC
I did a small change in the ebuild that was figured out in bug #61566.  Probably the bins will be created now.  Please test (and let me know)!
Comment 5 fatty 2004-09-03 04:20:51 UTC
Everything seems to be fine now :)

The updated ebuild is available in rsync, so nobody has to fix it manually any more.

Thx for your fast help!
Comment 6 Tobias Klausmann (RETIRED) gentoo-dev 2004-09-03 04:37:42 UTC
Looks fine to me:

$ epm -ql cdrtools|grep bin
/usr/bin/cdda2wav
/usr/bin/cdrecord
/usr/bin/mkisofs
/usr/bin/readcd
/usr/bin/devdump
/usr/bin/isodump
/usr/bin/isoinfo
/usr/bin/isovfy
/usr/sbin/rscsi
$ epm -q cdrtools
cdrtools-2.01_alpha37
Comment 7 Lars Weiler (RETIRED) gentoo-dev 2004-09-03 07:44:20 UTC
Thanks for testing!