Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51218 - cdemu does not compile
Summary: cdemu does not compile
Status: RESOLVED DUPLICATE of bug 45948
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-16 10:31 UTC by Tom Arnold
Modified: 2005-07-17 13:06 UTC (History)
1 user (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-05-16 10:31:35 UTC
gcc -march=athlon-xp -O3 -pipe -fomit-frame-pointer -I/usr/src/linux/include -D__KERNEL__ -DMODULE -DKBUILD_MODNAME=cdemu -c cdemu.c -o cdemu.o
/usr/src/linux/scripts/modpost /usr/src/linux/vmlinux cdemu.o
gcc -march=athlon-xp -O3 -pipe -fomit-frame-pointer -I/usr/src/linux/include -D__KERNEL__ -DMODULE -DKBUILD_MODNAME=cdemu -c cdemu.mod.c -o cdemu.mod.o
ld -r -o cdemu.ko cdemu.o cdemu.mod.o

>>> Install cdemu-0.6_beta into /var/tmp/portage/cdemu-0.6_beta/image/ category app-cdr
You must be root to make install!
make: *** [install] Error 1

!!! ERROR: app-cdr/cdemu-0.6_beta failed.
!!! Function src_install, Line 27, Exitcode 2
!!! (no error message)


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




Portage 2.0.50-r6 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3_pre20040420-r0,
2.6.5-gentoo-r1)
=================================================================
System uname: 2.6.5-gentoo-r1 i686 AMD Athlon(tm) XP 2400+
Gentoo Base System version 1.4.12
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /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 -O3 -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 doc dvd
dvdr encode esd fam foomaticdb gb gdbm gif gnome gpm gstreamer gtk gtk2 icc imap
imlib java jikes jpeg kde libg++ libwww linguas_de lzw-tiff mad maildir mikmod
mmx mpeg ncurses nls noreiserfs oggvorbis ooo-kde opengl pam pdflib perl png
ppds python qt quicktime readline ruby samba sdl slang spell sse ssl tcltk tcpd
theora tiff truetype usb wmf wxwindows x86 xine xml2 xosd xv xvid zlib"
Comment 1 SpanKY gentoo-dev 2004-05-16 21:26:30 UTC
`su -` not `su` next time

*** This bug has been marked as a duplicate of 45948 ***