From owner-freebsd-ports@FreeBSD.ORG Thu May 8 19:18:59 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76F05252; Thu, 8 May 2014 19:18:59 +0000 (UTC) Received: from mail.iXsystems.com (newknight.ixsystems.com [206.40.55.70]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5655990E; Thu, 8 May 2014 19:18:59 +0000 (UTC) Received: from localhost (mail.ixsystems.com [10.2.55.1]) by mail.iXsystems.com (Postfix) with ESMTP id 5AB0563F00; Thu, 8 May 2014 12:18:58 -0700 (PDT) Received: from mail.iXsystems.com ([10.2.55.1]) by localhost (mail.ixsystems.com [10.2.55.1]) (maiad, port 10024) with ESMTP id 98400-06; Thu, 8 May 2014 12:18:43 -0700 (PDT) Received: from thinkbsd.divinix.org (unknown [10.8.0.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.iXsystems.com (Postfix) with ESMTPSA id EF90463EE8; Thu, 8 May 2014 12:18:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ixsystems.com; s=newknight0; t=1399576722; bh=dKkicH4lYiK7PGSW5qEFya9jbnvxkY+8y+i46foyGOE=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=AwtRATHYBgOrusRy5qJhyDwKIgN93BXFf3k3Ta1povYAAum4D6u0JjBCstBo7zOXi YFHvJYI3wEwFfU8zH1GLsar7M7dQwZ4O8YHod4vVKhLJT5ctn5v26lCjJsE4gd7bWT lKm0sKVIG+Dk448xjqasKMZbL4XzaBxETIzy5iek= Date: Thu, 8 May 2014 12:18:39 -0700 From: John Hixson To: Craig Rodrigues Subject: Re: net/samba41 port compiles nmbd as a shared object, not executable Message-ID: <20140508191839.GN58138@thinkbsd.divinix.org> References: <536BB61A.7000307@ixsystems.com> <536BD495.3040704@ixsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <536BD495.3040704@ixsystems.com> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: Developers iXsystems , timur@freebsd.org, Doug White , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 19:18:59 -0000 On Thu, May 08, 2014 at 12:01:41PM -0700, Craig Rodrigues wrote: > > On 05/08/2014 09:55, Doug White wrote: > > > > Can you paste in the output of 'objdump -x smbd' as well? > > > > The output is a bit long, so I put it here: > > http://people.freebsd.org/~rodrigc/smbd.txt For what it's worth, gcc 4.7 compiles samba correctly, which is why I made the modification to begin with. I don't have the answers as to why, I just know that it does work. - John > > -- > Craig