Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20496 - alsa-driver-0.9.3a fails to emerge under development sources 2.5.69
Summary: alsa-driver-0.9.3a fails to emerge under development sources 2.5.69
Status: RESOLVED DUPLICATE of bug 20495
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-05 15:07 UTC by Nigel Hannam
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 Nigel Hannam 2003-05-05 15:07:20 UTC
As per summary, emerge fails with the following:

gcc -M -D__KERNEL__ -D__isapnp_now__ -DMODULE=1
-I/var/tmp/portage/alsa-driver-0.9.3a/work/alsa-driver-0.9.3a/include 
-I/usr/src/linux/include -O2 -mpreferred-stack-boundary=2 -march=athlon -DLINUX
-Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2
-fno-strict-aliasing -fno-common -pipe -DALSA_BUILD  hwdep32.c ioctl32.c pcm32.c
rawmidi32.c seq32.c timer32.c > .depend
In file included from /usr/src/linux/include/linux/irq.h:19,
                 from /usr/src/linux/include/asm/hardirq.h:6,
                 from /usr/src/linux/include/linux/interrupt.h:10,
                 from
/var/tmp/portage/alsa-driver-0.9.3a/work/alsa-driver-0.9.3a/include/sound/timer.h:27,
                 from ../../alsa-kernel/core/ioctl32/seq32.c:25,
                 from seq32.c:2:
/usr/src/linux/include/asm/irq.h:16:25: irq_vectors.h: No such file or
directoryIn file included from /usr/src/linux/include/linux/irq.h:19,
                 from /usr/src/linux/include/asm/hardirq.h:6,
                 from /usr/src/linux/include/linux/interrupt.h:10,
                 from
/var/tmp/portage/alsa-driver-0.9.3a/work/alsa-driver-0.9.3a/include/sound/timer.h:27,
                 from ../../alsa-kernel/core/ioctl32/timer32.c:25,
                 from timer32.c:2:
/usr/src/linux/include/asm/irq.h:16:25: irq_vectors.h: No such file or
directorymake[3]: *** [fastdep] Error 1
make[3]: Leaving directory
`/var/tmp/portage/alsa-driver-0.9.3a/work/alsa-driver-0.9.3a/acore/ioctl32'
make[2]: *** [_sfdep_ioctl32] Error 2
make[2]: Leaving directory
`/var/tmp/portage/alsa-driver-0.9.3a/work/alsa-driver-0.9.3a/acore'
make[1]: *** [dep] Error 1
make[1]: Leaving directory
`/var/tmp/portage/alsa-driver-0.9.3a/work/alsa-driver-0.9.3a'
make: *** [include/sndversions.h] Error 2
 
!!! ERROR: media-sound/alsa-driver-0.9.3a failed.
!!! Function src_compile, Line 59, Exitcode 2
!!! Parallel Make Failed


Reproducability: Always
Steps to reproduce:
 emerge /usr/portage/media-sound/alsa-driver/alsa-driver-0.9.3a.ebuild

Actual results:
Error as above

Expected results:
successfull emerge

Date & Build:
5th May 2003 - Gentoo Linux 1.4rc3 (kept fully up to date with stable portage)

Additional Info:
Some make.conf contents:
USE="X gtk2 gtk gnome alsa cups samba mpeg oggvorbis -qt -kde"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -pipe"
ALSA_CARDS="intel8x0"

Kernel has alsa sound support compiled as module (which works ok)
Hardware:
Asus A7N8X Deluxe Nforce2 MOBO
AthlonXP 2600
Nvidia Geforce TI4200

This is my first bug report, so let me know if I missed anything.
Cheers
Comment 1 Nigel Hannam 2003-05-05 15:14:48 UTC
Apologies.

Inadvertant duplicate post of 20495
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-05-05 15:37:36 UTC

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