On 2011-11-15 10:45, Pav Lucistnik wrote: > 1) The problem is not amd64 specific > > 2) No point unmarking BROKEN, it currently fails on i386 pointyhat nodes > too > > 3) Diagnosis is hard because the postfix-install shell script prints no > useful progress messages > > Example failure log: > http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20111103071512/postfix-current-2.9.20111012,4.log
Seems It stops at the point where the ${WRKSRC}/conf/post-install script is executed pointyhat: ... Updating /usr/local/share/doc/postfix/scache.8.html... Updating /usr/local/share/doc/postfix/tlsmgr.8.html... *** Error code 1 Stop in /a/ports/mail/postfix-current. *** Error code 1 tinderbox: ... Updating /usr/local/share/doc/postfix/scache.8.html... Updating /usr/local/share/doc/postfix/tlsmgr.8.html... Warning: you still need to edit myorigin/mydestination/mynetworks parameter settings in /usr/local/etc/postfix/main.cf. Can you test this silly patch? --- Makefile.orig 2011-11-15 11:26:05.000000000 +0100 +++ Makefile 2011-11-15 12:07:33.000000000 +0100 @@ -321,6 +321,7 @@ @${ECHO} '$$html_directory/$f:f:root:-:644' \ >> ${WRKSRC}/conf/postfix-files .endfor + ${ECHO} '#!/bin/sh' > ${WRKSRC}/conf/post-install && ${CHMOD} 755 ${WRKSRC}/conf/post-install do-configure: (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ -- Regards, olli _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"