Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29642 - virtualjaguar needs version bump
Summary: virtualjaguar needs version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-25 23:38 UTC by Bret Towe
Modified: 2003-09-27 01:28 UTC (History)
0 users

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


Attachments
patch for the ebuild (vj-106-ebuild.patch,913 bytes, patch)
2003-09-25 23:39 UTC, Bret Towe
Details | Diff
patch for wrapper script (vj-106-wrap.patch,457 bytes, patch)
2003-09-25 23:40 UTC, Bret Towe
Details | Diff
fixes problems with gcc 3.3.1(-r3) not compiling virtualjaguar (object_cpp_gcc3.3.1_long_long_fix.patch,1.88 KB, patch)
2003-09-26 00:47 UTC, Disenchanted (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bret Towe 2003-09-25 23:38:51 UTC
1.0.6 is out
attached is 2 patchs
to fix src_uri in ebuild
and typos in ebuild and wrapper script


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Bret Towe 2003-09-25 23:39:35 UTC
Created attachment 18345 [details, diff]
patch for the ebuild

src_uri update and typo fix
Comment 2 Bret Towe 2003-09-25 23:40:13 UTC
Created attachment 18346 [details, diff]
patch for wrapper script

typo fix
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2003-09-26 00:45:36 UTC
Your wish is my command...added to CVS.  Marked stable.
Thanks for the patches and bug report.

Enjoy.
Comment 4 Disenchanted (RETIRED) gentoo-dev 2003-09-26 00:47:07 UTC
Created attachment 18349 [details, diff]
fixes problems with gcc 3.3.1(-r3) not compiling virtualjaguar

 due to incorrect long long literals gcc3.3.1 bailed out with
src/objectp.cpp: In function `void OPProcessList(int, bool)':
src/objectp.cpp:454: error: integer constant is too large for "long" type

fixed each line on which this occured

please merge with other fixes so it can be compiled with gcc3.3.1
Comment 5 Mr. Bones. (RETIRED) gentoo-dev 2003-09-26 10:47:07 UTC
Re-opening so I don't miss this.
Comment 6 Mr. Bones. (RETIRED) gentoo-dev 2003-09-27 01:28:41 UTC
Added to CVS.  Thanks for the patch Daniel.