Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Oct 2007 01:37:06 +0200 (CEST)
From:      Krzysztof Stryjek <wtp@bsdguru.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/117228: Problem with compiling samba port when tdb port is installed
Message-ID:  <20071015233706.7388D9098B@fw.wtp3.org>
Resent-Message-ID: <200710160000.l9G003os038761@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         117228
>Category:       ports
>Synopsis:       Problem with compiling samba port when tdb port is installed
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 16 00:00:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Krzysztof Stryjek
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
private
>Environment:
System: FreeBSD fw.wtp3.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Thu Dec 21 04:24:09 CET 2006 toor@pc252.lan.wtp3.org:/usr/obj/usr/src/sys/POOH6 i386


>Description:
	net/samba3 port does not compile when databases/tdb port is installed

>How-To-Repeat:
	First install databases/tdb then try to compile net/samba3. You will
receive errors about tdb_open_ex

>Fix:

	Here is a fix for Samba port with CONFLICTS

--- Makefile.patch begins here ---
--- Makefile.orig	Tue Oct 16 01:27:09 2007
+++ Makefile	Tue Oct 16 01:29:20 2007
@@ -17,7 +17,7 @@
 MAINTAINER?=		timur@FreeBSD.org
 COMMENT?=		A free SMB and CIFS client and server for UNIX
 
-CONFLICTS?=		ja-samba-2.* ja-samba-3.* samba-2.* sharity-light-1.*
+CONFLICTS?=		ja-samba-2.* ja-samba-3.* samba-2.* sharity-light-1.* tdb-1.*
 
 USE_ICONV=		yes
 GNU_CONFIGURE=		yes
--- Makefile.patch ends here ---

Greetings from Poland
--
Krzysztof Stryjek
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071015233706.7388D9098B>