Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39183 - gnomba 0.6.2 ebuild
Summary: gnomba 0.6.2 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Low normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 52161 59187 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-23 11:06 UTC by Scott Spyrison
Modified: 2004-10-17 11:38 UTC (History)
4 users (show)

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


Attachments
gnomba-0.6.2.ebuild (gnomba-0.6.2.ebuild,1.05 KB, text/plain)
2004-02-02 00:20 UTC, Sven Wegener
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Spyrison 2004-01-23 11:06:56 UTC
This ebuild failed in an endless loop as printed below, until I killed it.  Might be a bug in their configure or makefile, but have not turned anything else up on it other than this: http://braindamage.alal.com/archives/gentoo-user/20030930/4400.html

He reports the same problem.

My system: Linux version 2.6.1 (root@gws) (gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r3, propolice)).  

Maybe relevent:
CCFLAGS -march=pentium4 -O3 -pipe -fomit-frame-pointer
USE="acpi alsa -apm avi crypt cups dga directfb dvd dvdr encode evo fbcon gif gnome gtk2 java jpeg -kde krb4 ldap mozilla
mpeg oci8 oss perl png samba sdl spell sse ssl tiff truetype X xinerama xmms xv"
CHOST="i686-pc-linux-gnu"

Detail:
...
...
<configure output omitted>
...
...
configure complete, now type 'make'
 
cd . \
  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Makefile
cd . \
  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Makefile
cd . \
  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Makefile
cd . \
  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Makefile
...
...
...
Caught signal 2
make: *** [Makefile] Interrupt
 
/usr/portage/net-misc/gnomba/gnomba-0.6.2.ebuild: src_compile aborted; exiting.
Comment 1 Sven Wegener gentoo-dev 2004-02-02 00:19:51 UTC
The configure script touches Makefile.in after creating Makefile,
this will lead to the recursion when make is called.

But this ebuild _definitely_ needed a complete rework. The code in samba/ was compiled with total wrong defines.

http://gentoo.mirror.at.stealer.net/portage_overlay/*checkout*/net-misc/gnomba/gnomba-0.6.2.ebuild
Comment 2 Sven Wegener gentoo-dev 2004-02-02 00:20:42 UTC
Created attachment 24794 [details]
gnomba-0.6.2.ebuild
Comment 3 Dale K Dicks 2004-02-12 07:40:51 UTC
I get the same endless loop

  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Makefile
cd . \
  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Makefile
make: *** Deleting file `Makefile'
Caught signal 2
./config.status: line 2: gnomba.spec: command not found
./config.status: line 3: Makefile: command not found
./config.status: line 4: po/Makefile.in: Permission denied
./config.status: line 5: src/Makefile: Permission denied
./config.status: line 6: intl/Makefile: Permission denied
make: *** [Makefile] Error 1

/usr/portage/net-misc/gnomba/gnomba-0.6.2.ebuild: src_compile aborted; exiting.
Comment 4 Alastair Tse (RETIRED) gentoo-dev 2004-02-13 03:20:27 UTC
horton? foser is already in the gnome@gentoo.org list. no need to add him again to this.
Comment 5 Dale K Dicks 2004-02-14 12:59:20 UTC
The ebuild that Sven Wegener posted (Created an attachment (id=24794)) works great  for me.
Comment 6 Paolo 2004-03-29 03:29:55 UTC
I've got the same endless loop.
Now I'm going to try the ebuild attached in this thread.
Comment 7 Sven Wegener gentoo-dev 2004-08-02 13:57:52 UTC
*** Bug 52161 has been marked as a duplicate of this bug. ***
Comment 8 Sven Wegener gentoo-dev 2004-08-02 13:58:00 UTC
*** Bug 59187 has been marked as a duplicate of this bug. ***
Comment 9 Martin Wegner 2004-08-15 06:52:51 UTC
Ebuild from Comment #2 works also great for me.
Comment 10 Alastair Tse (RETIRED) gentoo-dev 2004-10-17 11:38:13 UTC
long overdue update here. committed that ebuild as -r1.