Re: permission denied error

2014-02-12 Thread Octavio Alvarez
On 02/12/2014 12:33 AM, Roelof Wobben wrote: > > test -z "" || rm -f > /bin/mkdir -p '/usr/unused' > /bin/mkdir: cannot make directory ‘/usr/unused’. Permission denied. > make[1]: *** [clean-noinstLTLIBRARIES] Error 1 > > The test part looks like this : > > # noinst_ always builds a static libr

RE: permission denied error

2014-02-12 Thread Roelof Wobben
> From: pashev.i...@gmail.com > Date: Wed, 12 Feb 2014 02:17:25 +0400 > Subject: Re: permission denied error > To: rwob...@hotmail.com > > I'd try this: > > if ENABLE_TESTS > noinst_testlib_LTLIBRARIES = libregress.la libgimarshalling

Re: permission denied error

2014-02-11 Thread Игорь Пашев
2014-02-12 0:51 GMT+04:00 Roelof Wobben : > Thanks, > > Next point. Find out how to change the _la_LDFLAGS with dh7 debhelper does not play here (only dh_autoreconf) You need quilt to create a patch. since that patch will changes autotools files you will need to regenerate Makefile.in and others.

RE: permission denied error

2014-02-11 Thread Roelof Wobben
> From: pashev.i...@gmail.com > Date: Wed, 12 Feb 2014 00:45:14 +0400 > Subject: Re: permission denied error > To: rwob...@hotmail.com > CC: debian-mentors@lists.debian.org > > This is what I found > http://lists.gnu.org/arch

Re: permission denied error

2014-02-11 Thread Игорь Пашев
https://github.com/linuxmint/cjs/issues/6 :-) -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/call-q8wrwmxqa-ruvlkagzegfriugffuvoztcv27ky1xubs...@mail.gmail.com

Re: permission denied error

2014-02-11 Thread Игорь Пашев
2014-02-11 22:08 GMT+04:00 Roelof Wobben : > # noinst_ always builds a static library > if ENABLE_TESTS > testlib_LTLIBRARIES = libregress.la libgimarshallingtests.la > testlibdir = $(prefix)/unused > install-testlibLTLIBRARIES: # prevent it from being installed > endif It looks like a terrible ha

Re: permission denied error

2014-02-11 Thread Игорь Пашев
This is what I found http://lists.gnu.org/archive/html/libtool/2008-06/msg00080.html -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CALL-Q8zocOsLH9cXpfjP+BDXbfnT-T

permission denied error

2014-02-11 Thread Roelof Wobben
Hello, When I try to compile cjs I see this message : make[1]: Map '/home/roelof/porting_work/cjs/cjs-2.0.0' wordt binnengegaan rm -f cjs-console rm -f gjs-tests gjs-unit test -z "gjstest.c gjstest.h gjstest.c.stamp gjstest.h.stamp Regress-1.0.gir Regress-1.0.typelib GIMarshallingTests-1.0.gi