Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31815 - alsa-driver-0.9.7-r3 ebuild dies with PDE errors again on Wolk kernels
Summary: alsa-driver-0.9.7-r3 ebuild dies with PDE errors again on Wolk kernels
Status: RESOLVED DUPLICATE of bug 29965
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-23 05:57 UTC by Dale K Dicks
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 Dale K Dicks 2003-10-23 05:57:45 UTC
This problem with non-existant in 0.9.7-r1.  Why is it back in r3 ?

Have to edit the source to make it not try to build PDE on 2.4.x Wolk Kernel,
and then use ebuild to install, postinst, and qmerge.





Reproducible: Always
Steps to Reproduce:
emerge /usr/portage/media-sound/alsa-driver/alsa-driver-0.9.7_r3.ebuild

Actual Results:  
distcc[16456] ERROR: compile on localhost failed with exit code 1
In file included from memalloc.inc:11,
                 from memalloc.c:1:
/var/tmp/portage/alsa-driver-0.9.7-r3/work/alsa-driver-0.9.7c/include/adriver.h:134:
redefinition of `PDE'
/usr/src/linux/include/linux/proc_fs.h:219: `PDE' previously defined here
make[1]: *** [memalloc.o] Error 1
make[1]: *** Waiting for unfinished jobs....
distcc[16457] ERROR: compile on 192.168.1.20 failed with exit code 1
In file included from
/var/tmp/portage/alsa-driver-0.9.7-r3/work/alsa-driver-0.9.7c/include/sound/driver.h:42,
                 from hwdep.c:22:
/var/tmp/portage/alsa-driver-0.9.7-r3/work/alsa-driver-0.9.7c/include/adriver.h:134:
redefinition of `PDE'
/usr/src/linux/include/linux/proc_fs.h:219: `PDE' previously defined here
make[1]: *** [hwdep.o] Error 1
make[1]: Leaving directory
`/var/tmp/portage/alsa-driver-0.9.7-r3/work/alsa-driver-0.9.7c/acore'
make: *** [compile] Error 1

!!! ERROR: media-sound/alsa-driver-0.9.7-r3 failed.
!!! Function src_compile, Line 67, Exitcode 2
!!! Parallel Make Failed


Expected Results:  
it should have known not to build PDE and continued on properly as with the
previous version (r1)

[ root@linuxbox /home/ddicks ] # emerge --info
Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-wolk4.10s)
=================================================================
System uname: 2.4.20-wolk4.10s i686 Intel(R) Pentium(R) 4 CPU 1.80GHz
Gentoo Base System version 1.4.3.10p1
distcc 2.9 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer -fprefetch-loop-arrays
-funroll-loops -mmmx -msse -msse2"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer -fprefetch-loop-arrays
-funroll-loops -mmmx -msse -msse2"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox autoaddcvs fixpackages ccache distcc"
GENTOO_MIRRORS="ftp://sunsite.ualberta.ca/pub/unix/Linux/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss apm avi crypt encode foomaticdb jpeg libg++ libwww mad mikmod mpeg
ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib alsa gdbm
berkdb slang readline aalib bonobo svga tcltk java guile X sdl gpm tcpd pam ssl
perl python esd imlib oggvorbis gnome motif opengl mozilla cdr distcc gtk2 gtk
imap mng tiff samba xft gif cups -kde -arts -qt"
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-10-23 07:08:05 UTC

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