Date: Sat, 30 Mar 2013 09:00:43 -0400 From: Lowell Gilbert <freebsd-ports-local@be-well.ilk.org> To: Andre Goree <andre@drenet.info> Cc: tabmow@freenode.net, freebsd-ports@freebsd.org Subject: Re: Trouble building postfixadmin on 10-CURRENT Message-ID: <448v55ca9w.fsf@lowell-desk.lan> In-Reply-To: <5155EE88.6060708@drenet.info> (Andre Goree's message of "Fri, 29 Mar 2013 15:42:00 -0400") References: <5155EE88.6060708@drenet.info>
next in thread | previous in thread | raw e-mail | index | archive | help
Andre Goree <andre@drenet.info> writes: > Having issues building postfixadmin on a 10-CURRENT system. Any advice? > > [root@nqhost postfixadmin]# make install clean > ===> Installing for postfixadmin-2.3.6 > ===> postfixadmin-2.3.6 depends on file: > /usr/local/include/php/main/php.h - found > ===> postfixadmin-2.3.6 depends on file: > /usr/local/lib/php/20090626/session.so - found > ===> postfixadmin-2.3.6 depends on file: > /usr/local/lib/php/20090626/mbstring.so - found > ===> postfixadmin-2.3.6 depends on file: > /usr/local/lib/php/20090626/xmlrpc.so - found > ===> postfixadmin-2.3.6 depends on file: > /usr/local/lib/php/20090626/mysqli.so - found > ===> Generating temporary packing list > ===> Checking if mail/postfixadmin already installed > (cd /usr/ports/mail/postfixadmin/work/postfixadmin-2.3.6/ && /bin/sh -c > '(/usr/bin/find -d $0 $2 | /usr/bin/cpio -dumpl $1 >/dev/null 2>&1) && > /usr/sbin/chown -R root:wheel $1 && /usr/bin/find -d $0 $2 -type d > -exec chmod 755 $1/{} \; && /usr/bin/find -d $0 $2 -type f -exec chmod > 444 $1/{} \;' -- \*.php /usr/local/www/postfixadmin "! -name > config.inc.php") > *** [do-install] Error code 1 > > Stop in /usr/ports/mail/postfixadmin. > *** [install] Error code 1 > > Stop in /usr/ports/mail/postfixadmin. No message from what actually goes wrong; strange. Especially for failing on do-install; it looks like it should be changing permissions at that point. And I can't reproduce the failure on RELENG_9 with default options. Are you using any unusual options?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?448v55ca9w.fsf>