[gentoo-user] [solved] Re: [gentoo-user] Making .ebuild

2003-11-04 Thread raptor
thanx, i solved the problem.. I had to set ./configure --install-dir ${D}usr > tring to make an .ebuild for tcng but in the "make install" stage I'm getting errors > i.e. tcng install script tries to write > outside the sandbox.. > This is the problematic part of the Makefile : > ---

Re: [gentoo-user] Making .ebuild

2003-11-03 Thread Daniel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > This is the problematic part of the Makefile : > - > install-tcc:tcc check-install-dir scripts/localize.sh > ln -sf scripts/localize.sh . > tar cfh - $(TCC_BINDIST) | \ >

Re: [gentoo-user] Making .ebuild

2003-11-03 Thread Doug Weimer
On Mon, 2003-11-03 at 02:53, raptor wrote: > tring to make an .ebuild for tcng but in the "make install" stage I'm getting errors > i.e. tcng install script tries to write > outside the sandbox.. > This is the problematic part of the Makefile : > - > install-tcc:tcc

[gentoo-user] Making .ebuild

2003-11-03 Thread raptor
tring to make an .ebuild for tcng but in the "make install" stage I'm getting errors i.e. tcng install script tries to write outside the sandbox.. This is the problematic part of the Makefile : - install-tcc:tcc check-install-dir scripts/localize.sh