From owner-freebsd-ports@FreeBSD.ORG Sun Nov 12 22:15:04 2006 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 BE0FD16A407 for ; Sun, 12 Nov 2006 22:15:04 +0000 (UTC) (envelope-from timur@com.bat.ru) Received: from mail.bat.ru (dzokonda.xs4all.nl [194.109.164.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6D8F43D5E for ; Sun, 12 Nov 2006 22:15:03 +0000 (GMT) (envelope-from timur@com.bat.ru) Received: from timur.home.bat.ru ([192.168.0.4] verified) by mail.bat.ru (CommuniGate Pro SMTP 4.2.7) with ESMTP-TLS id 1342035; Sun, 12 Nov 2006 23:15:15 +0100 Received: (from timur@localhost) by timur.home.bat.ru (8.13.6/8.13.6/Submit) id kACMF0JP019588; Sun, 12 Nov 2006 23:15:00 +0100 (CET) (envelope-from timur) Date: Sun, 12 Nov 2006 23:15:00 +0100 From: "Timur I. Bakeyev" To: "Paul.LKW" Message-ID: <20061112221500.GB38567@com.bat.ru> References: <00ec01c6ff7e$bc55ce60$060a0a0a@home23d33ca97b> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00ec01c6ff7e$bc55ce60$060a0a0a@home23d33ca97b> User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: ports@FreeBSD.org, timur@gnu.org Subject: Re: FreeBSD Port: samba-3.0.23c_2,1 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: Sun, 12 Nov 2006 22:15:04 -0000 Hi, Paul! On Sat, Nov 04, 2006 at 03:01:22AM +0800, Paul.LKW wrote: > Dear Samba Port Maintainer: > I recently find a Error Message as I compile the samba3 port, the message say : > > ===> samba-3.0.23c_2,1 broken IPC and code. > *** Error code 1 > > Stop in /usr/ports/net/samba3. > > and I can not build the port any more. > > THX for fix the port. You should enable options which you really know what are they for :) To get rid of this error run in the port directory: $ make config and uncheck "With SMBSH wrapper for UNIX commands". It doesn't work right now and more over, seems, going to be dropped from the code. With regards, Timur.