Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 133013
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Gernot Kohlhaas <Gernot.Kohlhaas@googlemail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
warzone2100-0.2.2-r1.ebuild An edited ebuild application/octet-stream Gernot Kohlhaas 2006-05-11 06:04 0000 1.57 KB Details
Makefile1.patch Patch for src/Makefile.in patch Gernot Kohlhaas 2006-05-11 06:05 0000 357 bytes Details | Diff
Makefile2.patch Patch for src/Makefile.am patch Gernot Kohlhaas 2006-05-11 06:05 0000 320 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 133013 depends on: Show dependency tree
Bug 133013 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: 2006-05-11 06:02 0000
I ran into a problem when compiling games-strategy/warzone2100.
When it tries to compile the subdirectory src/, it fails with the message that
it cannot find the file '"' (just a quotation-mark).

I took a look into the src/Makefile and found the error:
It tries to get the version of warzone2100 with "svnversion ..".
But this fails and so "exported" is returned and this value is causing this
error.
I had to replace the line
$SVN_REV := $(shell svnversion ..)
with
$SVN_REV := 2.2.0
and now it compiles fine.
I created patch-files for src/Makefile.in and src/Makefile.am

I'll post them now - together with an edited ebuild.

------- Comment #1 From Gernot Kohlhaas 2006-05-11 06:04:32 0000 -------
Created an attachment (id=86607) [details]
An edited ebuild

------- Comment #2 From Gernot Kohlhaas 2006-05-11 06:05:12 0000 -------
Created an attachment (id=86608) [details]
Patch for src/Makefile.in

------- Comment #3 From Gernot Kohlhaas 2006-05-11 06:05:29 0000 -------
Created an attachment (id=86609) [details]
Patch for src/Makefile.am

------- Comment #4 From Chris Gianelloni (RETIRED) 2006-05-11 08:35:23 0000 -------
I was just about to say that I had no problems building this until I realized
that I also have subversion installed.

------- Comment #5 From Mr. Bones. 2006-07-20 14:59:15 0000 -------
latest version should work.  open a new bug if there's any issues.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug