I get a lot of these errors:
install: cannot stat ‘../data/config/version.cfg’: No such file or director
And then this:
system-install.mk:75: recipe for target 'system-install-server' failed
Search Criteria
Package Details: redeclipse-svn 6393-1
Package Actions
| Package Base: | redeclipse-svn |
|---|---|
| Description: | Red Eclipse is a fun-filled new take on the casual first person arena shooter, built as a total conversion of Cube Engine 2 |
| Upstream URL: | http://redeclipse.net |
| Category: | games |
| Licenses: | |
| Provides: | |
| Submitter: | None |
| Maintainer: | subraizada3 |
| Last Packager: | subraizada3 |
| Votes: | 13 |
| First Submitted: | 2010-06-29 14:04 |
| Last Updated: | 2014-12-05 22:59 |
Dependencies (10)
- glu
- hicolor-icon-theme
- mesa
- sdl_image
- sdl_mixer
- xdg-utils
- ed (make)
- graphicsmagick (make)
- gzip (make)
- subversion (make)
Required by (0)
Sources
Latest Comments
Comment by vikstrous
Comment by subraizada3
Updated pkg to use new SVN URL, also fixed pkgver() function.
Comment by subraizada3
The SVN URL changed to svn://svn.icculus.org/redeclipse a few months ago.
Flagged out of date.
Comment by dotfloat
Sorry about the late update. (Downloading the source files is a pain. Grrr.) I have added 'glu' as a dependency and 'graphicsmagick' as a makedepend.
In addition, this package now conflicts with the other redeclipse package. Executables have therefore been change. (/usr/bin/redeclipse-svn is /usr/bin/redeclipse). Tell me if this is an unwelcome change.
Comment by subraizada3
It also complains about glu not being present on a fresh install of Arch, so glu should also be added to the dependencies. Here is the error:
In file included from shared/cube.h:52:0:
/usr/include/SDL/SDL_opengl.h:47:58: fatal error: GL/glu.h: No such file or directory
#include <GL/glu.h> /* Header File For The GLU Library */
^
compilation terminated.
core.mk:177: recipe for target 'shared/cube.h.gch' failed
make: *** [shared/cube.h.gch] Error 1
Comment by subraizada3
I've done a fresh install of Arch 64-bit on multiple computers. makepkg fails every time and I need to install the graphicsmagick package for it to compile.
Anonymous comment
dotfloat:
Indeed, however latest SVN version uses ed in its system-install target, so it's unavoidable unless you add some patch to modify upstream as well.
In addition, I felt like learning ed ;)
Comment by dotfloat
You can use 'sed' instead of 'ed'. 'sed' is installed with the system.
Anonymous comment
A comparatively large batch of updates, chief of which: fixing the build
* Updated to latest VCS-style packaging
* Added .install file for icon cache and xdg-utils depend
* Added extra dependency on ed (seriously Arch?)
* Removed libgl depend, added mesa
* Fixed CCPL: license syntax
* Changed to install full license file
* Updated description
Anonymous comment
Fixed temporarily broken build due to upstream makefile changes. Now also installs master server guidelines.txt.
Anonymous comment
Updated now, using the upstream system-install instead of doing it all manually.
Should work, shout if not.
Anonymous comment
Not working currently due to upstream changes (by me :þ), PKGBUILD update in progress.
Anonymous comment
A bunch of updates to the packaging, the noticable ones are:
* x128 icon for fancy DEs
* manual pages
* fixed client script to read saved settings correctly
Anonymous comment
Current (new) version of imagemagick has a bug with specifying layers, (confirmed and fixed in 6.7.3-1 Beta, c.f. http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19620)
Hence this build will fail with this version of imagemagick.
I've worked around this issue for the time being (by not using the layer addressing).
Comment by ItachiSan
hi mates can you update it to the supernova version? thanks =D
Anonymous comment
I sat down writing a new PKGBUILD for this and after some chatting with jwbirdsong (previous maintainer) it was decided that I'd take over mantenance of this AUR package.
I'm now uploading the new version of the package, it has several major changes:
* No assumptions that RE has a sane install target
* Can be installed in parallel with the redeclipse 1.0 package
* Homecooked scripts for both server and client (launched via redeclipse-svn/redeclipse-svn-server).
* Extensively commented PKGBUILD, please look and poke if there's something that can be improved.
Please report any problems, this is my inital attempt on an AUR package (though I've done packaging for other systems).
I also am not able to test that the game works graphically, since not running Arch apart from on VMs currently
DO NOTE:
SVN version is now officially set as incompatible with 1.0 servers by upstream, so if you want to play online, falling back to the 1.0 package is likely the best bet.
Anonymous comment
it builds again.
It may be ugly, but it works until I get get some time.
Comment by xyproto
patching file redeclipse.sh
Hunk #1 FAILED at 46.
1 out of 1 hunk FAILED -- saving rejects to file redeclipse.sh.rej
Aborting...
==> ERROR: Makepkg was unable to build redeclipse-svn.
Anonymous comment
@exmethix
I was just able to again build svn ver 1221 (in addition to 1217 about 15 hrs ago when I uploaded pkgbuild) for both x86_64 and i686. Although 32 bit is being build in chroot only.
If you continue to have error pastebin entire build log and post link here.
You have any unusual flags set in /etc/makepkg.conf?
Anonymous comment
Does not build:
g++: shared/crypto.o: Datei oder Verzeichnis nicht gefunden
g++: shared/geom.o: Datei oder Verzeichnis nicht gefunden
make: *** [client] Fehler 1
Anybody else with this error?
Anonymous comment
The launcher for redeclipse expects the executable to have a couple suffixes derived from uname. However, it doesn't have them with a fresh build, and the redeclipse launch script fails. Can you either rename the redeclipse binaries or edit the redeclipse script in this PKGBUILD?
You can see the needed format here: http://redeclipse.svn.sourceforge.net/viewvc/redeclipse/redeclipse.sh?revision=1075&content-type=text%2Fplain
Uncomment the block that begins with if [ -x ${RE_BIN}/reclient ] and it runs.
Anonymous comment
All OK now, thanks jw'
Deej
Anonymous comment
Hi jwbirdsong - we have a little problem:
strip reserver
cp reserver ../bin/reserver
strip reclient
cp reclient ../bin/reclient
install: cannot stat `src/xcode/help/re32.png': No such file or directory
Aborting...
Deej
Anonymous comment
Added desktopfile/fixed license