Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38116 - XMMS does not emerge
Summary: XMMS does not emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Alpha Linux
: High blocker (vote)
Assignee: Alpha Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-13 17:00 UTC by Fabien Fivaz
Modified: 2004-01-14 02:20 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 Fabien Fivaz 2004-01-13 17:00:56 UTC
Here is the error I have when I try to compile XMMS on my Digital PWS 433au :

make[2]: Entering directory `/var/tmp/portage/xmms-1.2.7-r20/work/xmms-1.2.7/po'
PATH=../src:$PATH /usr/bin/xgettext --default-domain=xmms --directory=.. \
  --add-comments --keyword=_ --keyword=N_ \
  --files-from=./POTFILES.in \
&& test ! -f xmms.po \
   || ( rm -f ./xmms.pot \
        && mv xmms.po ./xmms.pot )
/usr/bin/xgettext: Non-ASCII string at Input/tonegen/tonegen.c:50.
Please specify the source encoding through --from-code.
mv: cannot stat `xmms.po': No such file or directory
make[2]: *** [xmms.pot] Error 1
make[2]: Leaving directory `/var/tmp/portage/xmms-1.2.7-r20/work/xmms-1.2.7/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xmms-1.2.7-r20/work/xmms-1.2.7'
make: *** [all-recursive-am] Error 2

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

Reproducible: Always
Steps to Reproduce:
1. USE="-gnome -opengl" emerge xmms
2.
3.

Actual Results:  
Compilation error

Expected Results:  
Compilation

Here are my cflags "-mcpu=ev56 -O3 -pipe"
Comment 1 Fabien Fivaz 2004-01-14 01:54:30 UTC
I tried changing my cflags to "-mcpu=ev5 -O3 -pipe", compilation still fails. Then I tried without the USE="-gnome -opengl", and it also does not compile.
Comment 2 Fabien Fivaz 2004-01-14 02:20:12 UTC
Well, I resolved the problem. By default, Gentoo-Alpha wants to install the xmms-1.2.7-r20 ebuild. I tried forcing the way to xmms-1.2.7-r25 with the following command : emerge /usr/portage/.../xmms-1.2.7-r25 and compilation just finished fine.

Could it be possible to tell Gentoo-Alpha to choose r25 by default, instead of r20 (and maybe removing r20 from the ebuilds in portage) ?