From gregp@hades.arrogant.org  Fri Jun 21 09:28:26 2002
Return-Path: <gregp@hades.arrogant.org>
Received: from hades.arrogant.org (CPE0000c038ece3.cpe.net.cable.rogers.com [24.101.139.118])
	by hub.freebsd.org (Postfix) with ESMTP id 50D3537B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jun 2002 09:28:25 -0700 (PDT)
Received: from hades.arrogant.org (localhost [127.0.0.1])
	by hades.arrogant.org (8.12.4/8.12.3) with ESMTP id g5LKSsZI067150
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jun 2002 16:28:54 -0400 (EDT)
	(envelope-from gregp@hades.arrogant.org)
Received: (from root@localhost)
	by hades.arrogant.org (8.12.4/8.12.3/Submit) id g5LKSsrv067149;
	Fri, 21 Jun 2002 16:28:54 -0400 (EDT)
Message-Id: <200206212028.g5LKSsrv067149@hades.arrogant.org>
Date: Fri, 21 Jun 2002 16:28:54 -0400 (EDT)
From: gregp <gregp@blackened.net>
Reply-To: gregp <gregp@blackened.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: samba port depends on libtool
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         39625
>Category:       ports
>Synopsis:       samba port depends on libtool
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    dwcjr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 21 09:30:01 PDT 2002
>Closed-Date:    Mon Jun 24 07:09:08 PDT 2002
>Last-Modified:  Mon Jun 24 07:09:08 PDT 2002
>Originator:     gregp
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD hades.arrogant.org 4.6-STABLE FreeBSD 4.6-STABLE #0: Fri Jun 21 15:05:17 EDT 2002 gregp@hades.arrogant.org:/usr/obj/usr/src/sys/HADES i386


	
>Description:
	Samba port appears to depend on libtool being installed, but does not list it in it's dependencies.  If libtool is not installed (I'm installing samba on a "fresh" box) the samba build fails in late stages claiming libtool can't be found.

>How-To-Repeat:
	Build Samba port on a box without libtool installed.

	FWIW, I selected the following on the dialog menu thingy:
	- syslog
	- ssl
	- nocups
	- utmp
	- quotas
	- recycle
	- audit

	Error message is as follows:

===>  Building for samba-2.2.5_1
[...]
Using LIBS = -lssl -lcrypto  -lpam
cd /usr/ports/net/samba/work/samba-2.2.5/examples/VFS;  ./configure;gmake;  /bin/rm -f config.cache config.log config.status
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for libtool... no

FATAL ERROR: libtool does not seem to be installed.
cannot be built without a working libtool installation.
*** Error code 1

Stop in /usr/ports/net/samba.
*** Error code 1

Stop in /usr/ports/net/samba.
hades#

>Fix:
	Note in the Makefile that Samba appears to depend on libtool.

	This may not be as simple as suggested, as it appears part of Samba uses its own local libtool.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->dwcjr 
Responsible-Changed-By: pat 
Responsible-Changed-When: Fri Jun 21 11:45:23 PDT 2002 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39625 
State-Changed-From-To: open->closed 
State-Changed-By: dwcjr 
State-Changed-When: Mon Jun 24 07:08:30 PDT 2002 
State-Changed-Why:  
Originator submitted patch to fix this problem. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39625 
>Unformatted:
