Date: Fri, 04 Jul 2014 21:44:04 +0200 From: Matthias Andree <matthias.andree@gmx.de> To: freebsd-ports@freebsd.org Subject: Re: Need some help staging mail/tkrat2 Message-ID: <53B70404.9020604@gmx.de> In-Reply-To: <0N87008SG7HJA020@vms173023.mailsrvcs.net> References: <0N87008SG7HJA020@vms173023.mailsrvcs.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53B70404.9020604>