Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33889 - xmame/xmess 0.77.1 released
Summary: xmame/xmess 0.77.1 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL: http://x.mame.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-19 18:49 UTC by handsomepete
Modified: 2004-07-28 16:35 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
xmame-0.77.1.ebuild (xmame-0.77.1.ebuild,5.43 KB, text/plain)
2003-11-19 18:50 UTC, handsomepete
Details
xmess-0.77.1.ebuild (xmess-0.77.1.ebuild,4.32 KB, text/plain)
2003-11-19 18:51 UTC, handsomepete
Details

Note You need to log in before you can comment on or make changes to this bug.
Description handsomepete 2003-11-19 18:49:42 UTC
For some reason the author didn't put the Makefile in along with the source, so
I added a line to check for it and link it to makefile.unix if it's not there. 
I didn't know the proper Gentoo Way to do this, so please change it as needed. 
Other than that tested and Works For Me.

Reproducible: Always
Steps to Reproduce:
Comment 1 handsomepete 2003-11-19 18:50:48 UTC
Created attachment 20971 [details]
xmame-0.77.1.ebuild

Needs glx patch version bumped from files dir.
Comment 2 handsomepete 2003-11-19 18:51:13 UTC
Created attachment 20972 [details]
xmess-0.77.1.ebuild

Needs glx patch version bumped from files dir.
Comment 3 SpanKY gentoo-dev 2003-11-29 21:48:21 UTC
yep, i added the ln -s too

now in cvs, thanks
Comment 4 sbh 2003-11-30 18:54:41 UTC
I know how to fix this but this is just a FYI

shapeshifter root # emerge xmame
Calculating dependencies ...done!
>>> emerge (1 of 1) games-emulation/xmame-0.77.1 to /
>>> md5 src_uri ;-) xmame-0.77.1.tar.bz2
>>> Unpacking source...
>>> Unpacking xmame-0.77.1.tar.bz2 to /var/tmp/portage/xmame-0.77.1/work
 * Applying 0.77.1-glx-fix.patch...                                       [ ok ]
>>> Source unpacked.

>>> Install xmame-0.77.1 into /var/tmp/portage/xmame-0.77.1/image/ category games-emulation
cp: cannot create directory `/var/tmp/portage/xmame-0.77.1/image///usr/share/games/xmame/': No such file or directory

!!! ERROR: games-emulation/xmame-0.77.1 failed.
!!! Function src_install, Line 175, Exitcode 1
!!! cp failed
Comment 5 sbh 2003-11-30 18:57:15 UTC
Take that back, I dunno how to fix =D
Comment 6 SpanKY gentoo-dev 2003-11-30 19:59:56 UTC
uhh, is that the *only* output you see ?
or did you cut out the compile part ?
Comment 7 sbh 2003-12-01 07:49:05 UTC
That was the only output I see, after that output is another 

shapeshifter root # 

Anything I can try for you?
Comment 8 handsomepete 2003-12-01 19:45:38 UTC
Something weird happened... one day the SDL and svgalib parts were dying off with a similar error, the next they weren't (at least for me).  Is this still happening for you today after a sync?
Comment 9 SpanKY gentoo-dev 2003-12-01 19:51:51 UTC
yeah it's a portage bug i saw once a while ago but i dont remember how i
triggered /fixed it ;)
Comment 10 sbh 2003-12-02 09:03:17 UTC
OK, leave it to me not to give it any USE targets, I had -svga -xv ...

oh well, I can't win em all I guess =D
thanks! 
Comment 11 SpanKY gentoo-dev 2003-12-02 09:24:32 UTC
hrm there used to be checks in there and i thought i had it updated so it'd default to *something* ...
i'll double check it later
Comment 12 sbh 2003-12-02 16:55:05 UTC
OK, for some reason now it pops up in a different place, do I need to bug this on a seperate bug?

--- SNIP ---

Linking xmame.svgalib ...

>>> Install xmame-0.77.1 into /var/tmp/portage/xmame-0.77.1/image/ category games-emulation
installing binaries under /var/tmp/portage/xmame-0.77.1/image///usr/games/bin...
/usr/bin/install -d    -o root -g bin -m  755 /var/tmp/portage/xmame-0.77.1/image///usr/games/bin
/usr/bin/install -c -s -o root -g bin -m 4555 xmame.svgalib /var/tmp/portage/xmame-0.77.1/image///usr/games/bin
installing manual pages under /var/tmp/portage/xmame-0.77.1/image//usr/share/man/man6 ...
/usr/bin/install -d    -o root -g bin -m  755 /var/tmp/portage/xmame-0.77.1/image//usr/share/man/man6
/usr/bin/install -c    -o root -g bin -m  444 doc/xmame.6 /var/tmp/portage/xmame-0.77.1/image//usr/share/man/man6/xmame.6
xmame for linux-i386 installation completed
cp: cannot create directory `/var/tmp/portage/xmame-0.77.1/image///usr/share/games/xmame/': No such file or directory

!!! ERROR: games-emulation/xmame-0.77.1 failed.
!!! Function src_install, Line 175, Exitcode 1
!!! cp failed

shapeshifter mpd # 
Comment 13 handsomepete 2003-12-05 19:11:49 UTC
This appears to be triggered by not having opengl in your use flags (at least for me).  I think this happened in 0.76 (and possibly earlier versions) also.  Does that ring any bells for anyone?
Comment 14 SpanKY gentoo-dev 2004-07-28 16:35:58 UTC
you guys still getting those weird portage bugs ?

i would try `rm -rf /var/tmp/portage` and see if that fixes things ...