discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: install PREFIX during packaging


From: Riccardo Mottola
Subject: Re: install PREFIX during packaging
Date: Thu, 15 May 2014 00:17:06 +0200
User-agent: Mozilla/5.0 (X11; Linux ppc; rv:10.0.12) Gecko/20130823 Firefox/10.0.11esrpre Iceape/2.7.12

Hi,

Wolfgang Lux wrote:
The standard solution is to set the DESTDIR environment variable to a staging 
directory where you can install the package, e.g.,
   make install DESTDIR=/tmp/gnustep-base
I am doing exactly that.
gmake install DESTDIR=xxx

it works, but make fails in:
Making all in Resources ...
gmake[3]: Nothing to be done for 'all'.
Making all in Tests ...
If you want to run the gnustep-base testsuite, please type 'make check'
/opt/csw/bin/ginstall: cannot create regular file `/opt/csw/GNUstep/System/Library/Makefiles/Additional/base.make': Permission denied
Makefile.postamble:46: recipe for target 'before-install' failed
gmake[2]: *** [before-install] Error 1
gmake[2]: Leaving directory '/home/multix/code/opencsw/gnustep-base/trunk/work/build-isa-sparcv8plus/gnustep-base-1.24.6'
Makefile:48: recipe for target 'install-sourcegs' failed

even if destdir is to somethign inside my home, it fails apparently during "Tests" ? But tests are not even executed.. I wonder.

R



reply via email to

[Prev in Thread] Current Thread [Next in Thread]