I came across a build issue that was associated with licencing changes. While trying to build libtool I experienced this failure during package removal, in anticipation of a complete rebuild:
Another was pkg_delete: file '/usr/local/share/licenses/libtool-2.4.2_1/LICENSE' doesn't exist pkg_delete: file '/usr/local/share/licenses/libtool-2.4.2_1/GPLv2' doesn't exist pkg_delete: file '/usr/local/share/licenses/libtool-2.4.2_1' doesn't exist which then prevented a build with the following messages + portmaster --no-term-title --no-confirm -H -D -g -G -B --update-if-newer -v devel/libtool tar: share/licenses/libtool-2.4.2_2/catalog.mk: Cannot stat: No such file or directory tar: share/licenses/libtool-2.4.2_2/LICENSE: Cannot stat: No such file or directory tar: share/licenses/libtool-2.4.2_2/GPLv2: Cannot stat: No such file or directory Do this. echo DISABLE_LICENSES=yes >> /etc/make.conf Discovered by searching /usr/ports/Mk/*, specifically bsd.licenses.mk Libtool was one of many ports that failed during the build. Regards, Dewayne. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
