From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 11 14:00:10 2009 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 70EED1065697 for ; Wed, 11 Nov 2009 14:00:10 +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 2C2008FC18 for ; Wed, 11 Nov 2009 14:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nABE07gr086449 for ; Wed, 11 Nov 2009 14:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nABE07Oc086448; Wed, 11 Nov 2009 14:00:07 GMT (envelope-from gnats) Resent-Date: Wed, 11 Nov 2009 14:00:07 GMT Resent-Message-Id: <200911111400.nABE07Oc086448@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, Harald Schmalzbauer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FC541065679 for ; Wed, 11 Nov 2009 13:58:26 +0000 (UTC) (envelope-from harry@omnilan.de) Received: from host.omnilan.net (host.omnilan.net [62.245.232.135]) by mx1.freebsd.org (Postfix) with ESMTP id F24308FC0A for ; Wed, 11 Nov 2009 13:58:24 +0000 (UTC) Received: from tek.flintsbach.schmalzbauer.de (tek.flintsbach.schmalzbauer.de [172.21.2.3]) by host.omnilan.net (8.13.8/8.13.8) with ESMTP id nABDwJuO037494 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 11 Nov 2009 14:58:24 +0100 (CET) (envelope-from harry@titan.flintsbach.schmalzbauer.de) Received: from titan.flintsbach.schmalzbauer.de (titan.flintsbach.schmalzbauer.de [IPv6:fec0::1:0:0:1:1]) by tek.flintsbach.schmalzbauer.de (8.13.8/8.13.8) with ESMTP id nABDwIch002754 for ; Wed, 11 Nov 2009 14:58:18 +0100 (CET) (envelope-from harry@titan.flintsbach.schmalzbauer.de) Received: (from harry@localhost) by titan.flintsbach.schmalzbauer.de (8.14.3/8.14.3/Submit) id nABDwIjr009358; Wed, 11 Nov 2009 14:58:18 +0100 (CET) (envelope-from harry) Message-Id: <200911111358.nABDwIjr009358@titan.flintsbach.schmalzbauer.de> Date: Wed, 11 Nov 2009 14:58:18 +0100 (CET) From: Harald Schmalzbauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/140471: security/nessus-libnasl fails to compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harald Schmalzbauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2009 14:00:10 -0000 >Number: 140471 >Category: ports >Synopsis: security/nessus-libnasl fails to compile >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 11 14:00:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Harald Schmalzbauer >Release: FreeBSD 8.0-RC2 i386 >Organization: OmniLAN >Environment: System: FreeBSD titan.flintsbach.schmalzbauer.de 8.0-RC2 FreeBSD 8.0-RC2 #23: Sun Nov 1 15:00:00 CET 2009 harry@titan.flintsbach.schmalzbauer.de:/usr/obj/usr/src/sys/TITAN i386 >Description: Build process stops at several points with libtool: error: you must specify a MODE >How-To-Repeat: Just try to compile security/nessus-libnasl with libtool version 2.2.6a_1 >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # files/patch-nasl_Makefile # echo x - files/patch-nasl_Makefile sed 's/^X//' >files/patch-nasl_Makefile << 'c2009b6f1e8e4c868a53a20eddd7d6fd' X--- nasl/Makefile.orig 2005-02-10 17:03:51.000000000 +0100 X+++ nasl/Makefile 2009-11-11 14:52:36.000000000 +0100 X@@ -88,7 +88,7 @@ X nasl_server.c \ X nasl_debug.c X X-COMPILE = $(LIBTOOL) $(CC) $(CFLAGS) $(NESSUS_INCLUDE) X+COMPILE = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(NESSUS_INCLUDE) X all : cflags libnasl.la nasl X X .c.o: X@@ -101,7 +101,7 @@ X $(CC) $(CFLAGS) $(NESSUS_INCLUDE) $(include) -o nasl -DVERSION=\"$(VERSION)\" nasl.c $(OBJS) $(NESSUS_LIBS) X X libnasl.la : cflags $(OBJS) X- $(COMPILE) $(NESSUS_LIBS) -o libnasl.la $(LO_OBJS) -rpath ${libdir} \ X+ $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(NESSUS_INCLUDE) $(NESSUS_LIBS) -o libnasl.la $(LO_OBJS) -rpath ${libdir} \ X -version-info ${PACKAGE_VERSION} X X install : libnasl.la nasl c2009b6f1e8e4c868a53a20eddd7d6fd exit >Release-Note: >Audit-Trail: >Unformatted: