Need some help staging mail/tkrat2

Matthias Andree matthias.andree at gmx.de
Fri Jul 4 19:44:15 UTC 2014


Am 04.07.2014 19:34, schrieb Stephen Roznowski:
> I'm working on staging the mail/tkrat2 port and I've run into the
> following error:
> 
> 	...
> 	===>  Staging for tkrat-2.1.5_5
> 	===>   tkrat-2.1.5_5 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
> 	===>   tkrat-2.1.5_5 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found
> 	===>   tkrat-2.1.5_5 depends on shared library: libc-client4.so - found (/usr/local/lib/libc-client4.so.9)
> 	===>   tkrat-2.1.5_5 depends on shared library: libtk84.so - found (/usr/local/lib/libtk84.so.1)
> 	===>   Generating temporary packing list
> 	cd lib; /usr/bin/make install.bin
> 	if test ! -d /usr/local/lib/`echo tkrat2.1 | sed 's,x,x,'` ; then /usr/bin/install -c -m 0755 -d /usr/local/lib/`echo tkrat2.1 | sed 's,x,x,'` ; fi
> 	/usr/bin/install -c -m 0755 ratatosk2.1.so /usr/local/lib/`echo tkrat2.1 | sed 's,x,x,'`/ratatosk2.1.so
> 	install: /usr/local/lib/tkrat2.1/ratatosk2.1.so: Permission denied
> 	*** [install.bin] Error code 71
> 
> 	Stop in /tmp/ports/tkrat2/work/tkrat-2.1.5/lib.
> 	*** [install.bin] Error code 1
> 
> 	Stop in /tmp/ports/tkrat2/work/tkrat-2.1.5.
> 	*** [do-install] Error code 1
> 
> 	Stop in /tmp/ports/tkrat2.
> 
> I've looked through the documentation and don't see anything obvious
> that I missed.

Have it install into ${STAGEDIR}${PREFIX}/lib/... - check its Makefile
if it supports DESTDIR, STAGEDIR, INSTDIR or thereabouts, or have a look
at Muhammad's Makefile (you may need to ask him to send it to you).

Also see: https://wiki.freebsd.org/ports/StageDir


More information about the freebsd-ports mailing list