From owner-freebsd-ports Thu Jul 11 4:10:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7789C37B400 for ; Thu, 11 Jul 2002 04:10:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B1B443E54 for ; Thu, 11 Jul 2002 04:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6BBA4JU089901 for ; Thu, 11 Jul 2002 04:10:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6BBA4VS089899; Thu, 11 Jul 2002 04:10:04 -0700 (PDT) Date: Thu, 11 Jul 2002 04:10:04 -0700 (PDT) Message-Id: <200207111110.g6BBA4VS089899@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alex Dupre Subject: Re: ports/40421: Reply-To: Alex Dupre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/40421; it has been noted by GNATS. From: Alex Dupre 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