Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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.
Created an attachment (id=86607) [details] An edited ebuild
Created an attachment (id=86608) [details] Patch for src/Makefile.in
Created an attachment (id=86609) [details] Patch for src/Makefile.am
I was just about to say that I had no problems building this until I realized that I also have subversion installed.
latest version should work. open a new bug if there's any issues.