Hi, When I try and build pear-Mail or pear-Mail_mimeDecode when it gets to the point where it's trying to install tests it fails. I looked in those directories and it seems to be straight forward files but the error is not giving me anything other than code 1. I did a make -dl install below so you can see more info as it was failing. Do you have an idea what's going on here?
Thanks oz:117:/usr/ports/mail/pear-Mail# make install ===> Installing for pear-Mail-1.2.0,1 ===> pear-Mail-1.2.0,1 depends on file: /usr/local/share/pear/PEAR.php - found ===> pear-Mail-1.2.0,1 depends on file: /usr/local/share/pear/Net/SMTP.php - found ===> pear-Mail-1.2.0,1 depends on executable: pear - found ===> Generating packing list ===> Generating temporary packing list ===> Checking if mail/pear-Mail already installed ===> Installing tests in /usr/local/share/pear/tests/Mail. *** Error code 1 Stop in /usr/ports/mail/pear-Mail. *** Error code 1 Stop in /usr/ports/mail/pear-Mail. Exit 1 oz:143:/usr/ports/mail/pear-Mail_mimeDecode# make install ===> Installing for pear-Mail_mimeDecode-1.5.5 ===> pear-Mail_mimeDecode-1.5.5 depends on file: /usr/local/share/pear/PEAR.php - found ===> pear-Mail_mimeDecode-1.5.5 depends on file: /usr/local/share/pear/Mail/mime.php - found ===> pear-Mail_mimeDecode-1.5.5 depends on executable: pear - found ===> Generating packing list ===> Generating temporary packing list ===> Checking if mail/pear-Mail_mimeDecode already installed ===> Installing tests in /usr/local/share/pear/tests/Mail_mimeDecode. *** Error code 1 Stop in /usr/ports/mail/pear-Mail_mimeDecode. Exit 1 With make -dl install echo "===> Installing tests in /usr/local/share/pear/tests/Mail." ===> Installing tests in /usr/local/share/pear/tests/Mail. /bin/mkdir -p /usr/local/share/pear/tests/Mail install -o root -g wheel -m 444 /usr/ports/mail/pear-Mail/work/Mail-1.2.0/tests/rfc822.phpt /usr/local/share/pear/tests/Mail/rfc822.phpt install -o root -g wheel -m 444 /usr/ports/mail/pear-Mail/work/Mail-1.2.0/tests/smtp_error.phpt /usr/local/share/pear/tests/Mail/smtp_error.phpt /bin/mkdir -p /usr/local/share/pear/packages/pear-Mail-1.2.0,1 install -o root -g wheel -m 444 /usr/ports/mail/pear-Mail/work/package.xml /usr/local/share/pear/packages/pear-Mail-1.2.0,1 /usr/bin/env PKG_PREFIX=/usr/local /bin/sh /usr/ports/devel/pear/pear-install pear-Mail-1.2.0,1 POST-INSTALL *** Error code 1 Stop in /usr/ports/mail/pear-Mail. *** Error code 1 Stop in /usr/ports/mail/pear-Mail. Exit 1 With make -dl install echo "===> Installing tests in /usr/local/share/pear/tests/Mail_mimeDecode." ===> Installing tests in /usr/local/share/pear/tests/Mail_mimeDecode. /bin/mkdir -p /usr/local/share/pear/tests/Mail_mimeDecode install -o root -g wheel -m 444 /usr/ports/mail/pear-Mail_mimeDecode/work/Mail_mimeDecode-1.5.5/tests/pars e_header_value.phpt /usr/local/share/pear/tests/Mail_mimeDecode/parse_header_value.phpt install -o root -g wheel -m 444 /usr/ports/mail/pear-Mail_mimeDecode/work/Mail_mimeDecode-1.5.5/tests/semi colon_content_type_bug1724.phpt /usr/local/share/pear/tests/Mail_mimeDecode/semicolon_content_type_bug1724 .phpt /bin/mkdir -p /usr/local/share/pear/packages/pear-Mail_mimeDecode-1.5.5 install -o root -g wheel -m 444 /usr/ports/mail/pear-Mail_mimeDecode/work/package.xml /usr/local/share/pear/packages/pear-Mail_mimeDecode-1.5.5 /usr/bin/env PKG_PREFIX=/usr/local /bin/sh /usr/ports/devel/pear/pear-install pear-Mail_mimeDecode-1.5.5 POST-INSTALL *** Error code 1 Stop in /usr/ports/mail/pear-Mail_mimeDecode. Exit 1 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
