new GNUstep release

Hubert Chathi (Chan) uhoreg at debian.org
Tue Sep 11 02:07:31 UTC 2007


On 2007-08-16 06:43:52 -0400 Eddy Petrișor <eddy.petrisor at gmail.com> wrote:

> I made the necessary changes in oolite and used gs_make, but the package 
> fails o compile:
> 
> src/Core/ScriptCompiler.m: In function '-[NSMutableString(OOScript) 
> replaceString:withString:]':
> src/Core/ScriptCompiler.m:41: warning: passing argument 3 of 
> 'replaceOccurrencesOfString:withString:options:range:'
> makes integer from pointer without a cast Compiling file 
> src/Core/StringTokeniser.m ...
> Linking objc_program oolite ...
> rm -rf oolite.debug/Contents
> /usr/share/GNUstep/Makefiles/mkinstalldirs oolite.debug
> /usr/share/GNUstep/Makefiles/mkinstalldirs oolite.debug/Resources
> /usr/share/GNUstep/Makefiles/mkinstalldirs oolite.debug/Contents
> cp -r Resources oolite.debug/Contents/Resources
> cp src/Cocoa/Info-Oolite.plist oolite.debug/Resources/Info-gnustep.plist
> cp shared_debug_obj/oolite oolite.debug
> cp: cannot stat `shared_debub_obj/oolite': No such file or directory

The new gnustep-make no longer uses separate directories for debugging.  So you'll have to find out where the "shared_debug_obj" is coming from, and change that to "shared_obj".  Also, you'll probably have find all the references to "oolite.debug", and change it to "oolite.app".

> make[1]: *** [after-all] Error 1
> make[1]: Leaving directory `/tmp/build-area/oolite-1.65'
> make: *** [build-stamp] Error 2
> build command failed in ../build-area/oolite-1.65
> Aborting.
> W: build directory not purged!
> 
> 
> It looks like there is some mistake somewhere:
> 
> bounty:/tmp/build-area/oolite-1.65# find . -name oolite -exec file {} \;
> ./tools/ScriptCompiler/src/dt/oolite: directory
> ./obj/oolite: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for 
> GNU/Linux 2.6.8, dynamically linked (uses shared
> libs), not stripped
> 
> 
> Note: I didn't had any 'make install' instance in debian/rules
> 
> The package can be dgot from:
> 
> http://users.alioth.debian.org/~eddyp-guest/tmp/oolite-gnustep-transition/oolite_1.65-6.dsc
> 
> 

-- 
Hubert (Chan) Chathi <uhoreg at debian.org> -- Jabber: hubert at uhoreg.ca
PGP/GnuPG key: 1024D/124B61FA         http://www.uhoreg.ca/
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA



More information about the Pkg-games-devel mailing list