From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 23 17:00:26 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E873716A419 for ; Sun, 23 Sep 2007 17:00:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B6F7113C47E for ; Sun, 23 Sep 2007 17:00:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l8NH0QO6097396 for ; Sun, 23 Sep 2007 17:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8NH0QHt097395; Sun, 23 Sep 2007 17:00:26 GMT (envelope-from gnats) Resent-Date: Sun, 23 Sep 2007 17:00:26 GMT Resent-Message-Id: <200709231700.l8NH0QHt097395@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, paolo@lulli.net Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E4BE16A41B for ; Sun, 23 Sep 2007 16:55:05 +0000 (UTC) (envelope-from blacksheep@lilly.csoft.net) Received: from mail102.csoft.net (mail102.csoft.net [205.205.219.4]) by mx1.freebsd.org (Postfix) with ESMTP id DE47A13C481 for ; Sun, 23 Sep 2007 16:55:04 +0000 (UTC) (envelope-from blacksheep@lilly.csoft.net) Received: by mail102.csoft.net (Postfix, from userid 5025) id 20BC21CE34; Sun, 23 Sep 2007 16:30:01 +0000 (UTC) Message-Id: <20070923163001.20BC21CE34@mail102.csoft.net> Date: Sun, 23 Sep 2007 16:30:01 +0000 (UTC) From: paolo@lulli.net To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: plulli@gmail.com Subject: ports/116584: aclocal-1.9/aclocal14/aclocal19 do not include libtool.m4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: paolo@lulli.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2007 17:00:27 -0000 >Number: 116584 >Category: ports >Synopsis: aclocal-1.9/aclocal14/aclocal19 do not include libtool.m4 >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 23 17:00:26 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Paolo Lulli >Release: any >Organization: >Environment: System: FreeBSD lilly.csoft.net 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Mon Dec 11 15:25:38 UTC 2006 root@ubar.csoft.net:/usr/src/sys/amd64/compile/UBAR amd64 FreeBSD spartacus.homelan 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: The autotools installation does not provide libtool.m4 in the following locations: /usr/local/share/aclocal14/ /usr/local/share/aclocal19/ So, when i run aclocal I do not get the code right for AC_PROG_LIBTOOL. Therefore, any autotool development project that use libtool to build dependencies, lacks the m4 macro support for LIBTOOL, and the build fails >How-To-Repeat: Tryin' to compile any home-made C project that uses the AC_PROG_LIBTOOL macro to build >Fix: Soft linking (or putting the real file, maybe) the following: /usr/local/share/aclocal/libtool.m4 against -----> /usr/local/share/aclocal14/libtool.m4 /usr/local/share/aclocal19/libtool.m4 that actually do not exist >Release-Note: >Audit-Trail: >Unformatted: