From owner-freebsd-ports@FreeBSD.ORG Wed Dec 7 12:02:18 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A49F16A41F for ; Wed, 7 Dec 2005 12:02:18 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6716A43D5C for ; Wed, 7 Dec 2005 12:02:16 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 07 Dec 2005 12:02:15 -0000 Received: from p54A7D6AB.dip.t-dialin.net (EHLO [192.168.0.211]) [84.167.214.171] by mail.gmx.net (mp031) with SMTP; 07 Dec 2005 13:02:15 +0100 X-Authenticated: #5465401 Message-ID: <4396CF3A.5000206@gmx.de> Date: Wed, 07 Dec 2005 13:02:02 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: Subject: www/apache22 uses wrong libtool X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2005 12:02:18 -0000 On my FBSD6-stable the apache22 build tries to use /usr/local/build-1/libtool which belongs to the port apr-nothr-db4-1.2.2_1 . Building fails with: libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' I think the port should be using /usr/local/bin/libtool15 which belongs to the port devel/libtool15 .