Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24849 - xmms-1.2.7-r23 ebuild fails during 'blur_scope'
Summary: xmms-1.2.7-r23 ebuild fails during 'blur_scope'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-19 20:10 UTC by Ben Carrell
Modified: 2003-07-19 21:38 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 Ben Carrell 2003-07-19 20:10:34 UTC
emerging xmms results in the following:

cd .. && automake --gnu --include-deps Visualization/Makefile
cd .. \
  && CONFIG_FILES=Visualization/Makefile CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating Visualization/Makefile
config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: executing default commands
make[2]: Leaving directory
`/var/tmp/portage/xmms-1.2.7-r23/work/xmms-1.2.7/Visualization'
make[2]: Entering directory
`/var/tmp/portage/xmms-1.2.7-r23/work/xmms-1.2.7/Visualization'
Making all in blur_scope
make[3]: Entering directory
`/var/tmp/portage/xmms-1.2.7-r23/work/xmms-1.2.7/Visualization/blur_scope'
cd ../.. && automake --gnu --include-deps Visualization/blur_scope/Makefile
automake-1.5: Visualization/blur_scope/Makefile.am: Assembler source seen but
`ASFLAGS' not defined in `configure.in'
make[3]: *** [Makefile.in] Error 1
make[3]: Leaving directory
`/var/tmp/portage/xmms-1.2.7-r23/work/xmms-1.2.7/Visualization/blur_scope'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/xmms-1.2.7-r23/work/xmms-1.2.7/Visualization'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xmms-1.2.7-r23/work/xmms-1.2.7'
make: *** [all] Error 2

!!! ERROR: media-sound/xmms-1.2.7-r23 failed.
!!! Function src_compile, Line 136, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
1. accept keywords ~x86
2. emerge xmms (xmms-1.2.7-r23.ebuild)
3.

Actual Results:  
see error above

Expected Results:  
emerges successfully

use flags are "-gnome"
cflags are "-mcpu=athlon-xp -Os -pipe"
accept_keywords is "~x86"

cpu is athlon xp
vid card is nvidia gf3 ti200 (using nvidias drivers), snd is sblive value
Comment 1 SpanKY gentoo-dev 2003-07-19 20:15:58 UTC
what if you edit the ebuild and at the top of the src_compile func put this: 
unset ASFLAGS 
Comment 2 Ben Carrell 2003-07-19 21:12:11 UTC
upgrading automake from 1.7.5-r1 to 1.7.5-r2 fixed the problem.  perhaps xmms should check automake version
Comment 3 Bartosch Pixa (RETIRED) gentoo-dev 2003-07-19 21:38:24 UTC
that was a automake issue, -r1 is removed from the tree so this should be "fixed" now

reopen if i'm wrong :)