View previous topic :: View next topic |
Author |
Message |
UTgamer Veteran
Joined: 10 Aug 2003 Posts: 1326 Location: Troisdorf (Köln) Deutschland
|
Posted: Sun Oct 21, 2007 11:57 am Post subject: http://bugs.gentoo.org/show_bug.cgi?id=87685 [solved] |
|
|
Hi,
like to install an ebuild which isn't in Portage but someone did make an ebuild.
Due to I use AMD64 I need this ebuild which should be run on AMD64.
I put https://bugs.gentoo.org/attachment.cgi?id=113014&action=view in my overlay folder under
/usr/local/portage/games-fps/jfduke3d/jfduke3d.ebuild
Then I did try to digest this ebuild with
ebuild jfduke3d.ebuild digest
but I got these error message:
!!! games-fps/jfduke3d does not follow correct package syntax.
What can I do to get it working? _________________ AMD Phenom II x4 >> CFLAGS="-march=amdfam10 -O2 -mmmx -msse3 -mfpmath=sse,387 -pipe -ffast-math" is stable and here in use.
Did Intel produce at any time bugfree HW?
http://www.urbanmyth.org/microcode/
http://www.heise.de/newsticker/meldung/91748
Last edited by UTgamer on Sun Oct 21, 2007 12:47 pm; edited 1 time in total |
|
Back to top |
|
|
PaulBredbury Watchman
Joined: 14 Jul 2005 Posts: 7310
|
Posted: Sun Oct 21, 2007 12:02 pm Post subject: |
|
|
In the DEPEND section, "amd64?" is needlessly repeated. But, more importantly, there should be spaces around the brackets. |
|
Back to top |
|
|
UTgamer Veteran
Joined: 10 Aug 2003 Posts: 1326 Location: Troisdorf (Köln) Deutschland
|
Posted: Sun Oct 21, 2007 12:09 pm Post subject: |
|
|
Hm, thank you - me is helpless, but do you have an example?
I never wrote an own ebuild.
[Edit]
[I will have a grep trough other ebuilds to find an example, due to Duke3D is such a nice game.) _________________ AMD Phenom II x4 >> CFLAGS="-march=amdfam10 -O2 -mmmx -msse3 -mfpmath=sse,387 -pipe -ffast-math" is stable and here in use.
Did Intel produce at any time bugfree HW?
http://www.urbanmyth.org/microcode/
http://www.heise.de/newsticker/meldung/91748
Last edited by UTgamer on Sun Oct 21, 2007 12:15 pm; edited 1 time in total |
|
Back to top |
|
|
PaulBredbury Watchman
Joined: 14 Jul 2005 Posts: 7310
|
Posted: Sun Oct 21, 2007 12:13 pm Post subject: |
|
|
There's 15,000 in /usr/portage to look at.
Code: | find /usr/portage/ -mindepth 3 -maxdepth 3 -name \*.ebuild | xargs grep 'amd64? (' |
|
|
Back to top |
|
|
UTgamer Veteran
Joined: 10 Aug 2003 Posts: 1326 Location: Troisdorf (Köln) Deutschland
|
|
Back to top |
|
|
|