First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 76072
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Machiel Groeneveld <machiel@ideus.nl>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
generator-0.35.ebuild ebuild for cbiere patched generator-0.35 text/plain Machiel Groeneveld 2004-12-29 13:14 0000 1.69 KB Details
generator-0.35-r1.ebuild My ebuild for 0.35-r1 text/plain Bernard Cafarelli 2005-03-28 14:14 0000 1.80 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 76072 depends on: Show dependency tree
Bug 76072 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-12-29 13:13 0000
I've tried to get the path to work on the existing
games-emulation/generator-0.35, but failed. So I made an ebuild for the cbiere
version which is faster and compiles on my system (generator-0.35 doesn't)

------- Comment #1 From Machiel Groeneveld 2004-12-29 13:14:35 0000 -------
Created an attachment (id=47153) [details]
ebuild for cbiere patched generator-0.35

------- Comment #2 From Eric Andry 2005-03-09 06:34:11 0000 -------
This ebuild doesn't work for me.  It contains a syntax error somewhere.  I am
not familiar with ebuild syntax.

Error output:

gundam generator # emerge games-emulation/generator
Calculating dependencies  /usr/lib/portage/bin/ebuild.sh:
/usr/portage/games-emulation/generator/generator-0.35.ebuild: line 62: syntax
error near unexpected token `fi'
/usr/lib/portage/bin/ebuild.sh:
/usr/portage/games-emulation/generator/generator-0.35.ebuild: line 62: `       
        fi'

!!! ERROR: games-emulation/generator-0.35 failed.
!!! Function , Line 1686, Exitcode 1
!!! error sourcing ebuild
!!! If you need support, post the topmost build error, NOT this status message.


aux_get(): (0) Error in games-emulation/generator-0.35 ebuild. (1)
               Check for syntax error or corruption in the ebuild. (--debug)


!!! All ebuilds that could satisfy "games-emulation/generator" have been
masked.
!!! One of the following masked packages is required to complete your request:
/usr/lib/portage/bin/ebuild.sh:
/usr/portage/games-emulation/generator/generator-0.35.ebuild: line 62: syntax
error near unexpected token `fi'
/usr/lib/portage/bin/ebuild.sh:
/usr/portage/games-emulation/generator/generator-0.35.ebuild: line 62: `       
        fi'

!!! ERROR: games-emulation/generator-0.35 failed.
!!! Function , Line 1686, Exitcode 1
!!! error sourcing ebuild
!!! If you need support, post the topmost build error, NOT this status message.


aux_get(): (0) Error in games-emulation/generator-0.35 ebuild. (1)
               Check for syntax error or corruption in the ebuild. (--debug)



!!! Problem in games-emulation/generator dependencies.
!!!  exceptions
gundam generator #


Here's the fragment of code where it's having a problem:

    59          for mygui in ${myguis}; do
    60                  if [ -f Makefile ] ; then--without-gcc
    61                          make clean
    62                  fi
    63                  egamesconf \
    64                          ${myconf} \
    65                          --with-${mygui} || die
    66                  emake -j1 || die "building ${mygui}"
    67                  mv main/generator-${mygui} my-bins/
    68          done

------- Comment #3 From carlier laurent 2005-03-20 10:25:32 0000 -------
The fix :

    59          for mygui in ${myguis}; do
    60                  if [ -f Makefile ] ; then
    61                          make clean
    62                  fi
    63                  egamesconf \
    64                          ${myconf} \
    65                          --with-${mygui} || die
    66                  emake -j1 || die "building ${mygui}"
    67                  mv main/generator-${mygui} my-bins/
    68          done

On line 0, remove the --without-gcc

------- Comment #4 From Bernard Cafarelli 2005-03-28 14:12:09 0000 -------
Please confirm this bug report, the old version doesn't compile on recent gcc,
and the official maintainer suggests this new version for linux/gtk (check
http://www.squish.net/generator/).

It's working quite well on my amd64 laptop, with sdl audio and all the goodies
from this patch

------- Comment #5 From Bernard Cafarelli 2005-03-28 14:14:12 0000 -------
Created an attachment (id=54720) [details]
My ebuild for 0.35-r1

Not many differences with the first one, but working on my system

------- Comment #6 From Chris Gianelloni (RETIRED) 2006-03-30 15:00:46 0000 -------
Fixed in CVS.  There's no point in putting a bug into an UNCONFIRMED state. 
Simply filing it is good enough.

------- Comment #7 From Kai 2006-04-04 15:14:15 0000 -------
This ebuild works for me, however it points to an older version of the patch.
http://www.ghostwhitecrab.com/generator/generator-0.35-cbiere-r2.tar.bz2 is the
current release. It fixes compiling w/GCC4, among other useful things. It would
be preferable for the ebuild to use it instead of the older version.

------- Comment #8 From Chris Gianelloni (RETIRED) 2006-04-11 07:59:35 0000 -------
This bug was for having the version added.  Please file a new bug if you think
it should be adjusted.

Thanks

------- Comment #9 From Kai 2006-04-11 11:18:45 0000 -------
Bug 129616 is the new one.

First Last Prev Next    No search results available      Search page      Enter new bug