Date: Thu, 3 Nov 2011 07:10:49 +0100 From: Matthias Apitz <guru@unixarea.de> Cc: freebsd-current@freebsd.org, freebsd-ports@freebsd.org Subject: Re: 10.0-CUR r226986 && ports (general) Message-ID: <20111103061049.GA2273@tinyCurrent> In-Reply-To: <20111102193606.GA1086@tiny> References: <20111102193606.GA1086@tiny>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <guru@unixarea.de> - 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111103061049.GA2273>