From owner-freebsd-ports@FreeBSD.ORG Thu Nov 3 06:10:53 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D837106566C; Thu, 3 Nov 2011 06:10:53 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 4D7D28FC12; Thu, 3 Nov 2011 06:10:53 +0000 (UTC) Received: from [93.104.66.14] (helo=localhost.my.domain) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1RLqVn-0007sK-Sp; Thu, 03 Nov 2011 07:10:52 +0100 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.4/8.14.3) with ESMTP id pA36AoGa002396; Thu, 3 Nov 2011 07:10:50 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.4/8.14.3/Submit) id pA36AnlB002395; Thu, 3 Nov 2011 07:10:49 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Thu, 3 Nov 2011 07:10:49 +0100 From: Matthias Apitz Message-ID: <20111103061049.GA2273@tinyCurrent> References: <20111102193606.GA1086@tiny> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20111102193606.GA1086@tiny> X-Operating-System: FreeBSD 8.0-CURRENT (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Originating-IP: 93.104.66.14 Cc: freebsd-current@freebsd.org, freebsd-ports@freebsd.org Subject: Re: 10.0-CUR r226986 && ports (general) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2011 06:10:53 -0000 El día Wednesday, November 02, 2011 a las 08:36:07PM +0100, Matthias Apitz escribió: > > Hello, > > I fetched 10-CUR from SVN as r226986 and /usr/ports from CVS on November > 1st; > > The ports/audio/jack seems installing fine, but the shared lib > libjack.so is missing below ports/audio/jack/work and /usr/local/lib; it > is mentioned in the list -L of the package; later ports/audio/arts and > ports/x11/kde3 are missing the shared lib; It turns out that the problem is more general! A lot of ./configure scripts are detecting in 10-CUR that they can't or should not build shared libs; the problem is that the OS is detected now as host_os: freebsd10.0 and the ./configure scripts have tests like this: ports/audio/jack/work/jack-audio-connection-kit-0.121.3: case $host_os in ... freebsd1*) dynamic_linker=no ;; ... And now? I'm cluesless now how we could solve this :-( matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370) UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5