Date: Thu, 11 Jul 2002 04:10:04 -0700 (PDT) From: Alex Dupre <sysadmin@alexdupre.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/40421: Message-ID: <200207111110.g6BBA4VS089899@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/40421; it has been noted by GNATS. From: Alex Dupre <sysadmin@alexdupre.com> To: freebsd-gnats-submit@FreeBSD.org, apeiron@prophecy.dyndns.org Cc: Subject: Re: ports/40421: Date: Thu, 11 Jul 2002 13:08:57 +0200 That message is generated by these lines, in bsd.port.mk: .if defined(USE_LIBTOOL) @(if ${LIBTOOL} --version | grep -vq "1\.3\.4-freebsd-ports"; then \ (${ECHO_CMD} "Your libtool installation is out of date. Please remove"; \ ${ECHO_CMD} "and reinstall ${PORTSDIR}/devel/libtool."; \ exit 1); \ fi; \ So, check to have installed the latest 1.3.4 libtool port. This error should appear everytime you want to compile a port that use FreeBSD libtool. Maybe you have redefined the LIBTOOL variable. -- Alex Dupre sysadmin@alexdupre.com http://www.alexdupre.com/ alex@sm.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207111110.g6BBA4VS089899>