Re: 10.0-CUR r226986 && ports (general)

From: Matthias Apitz <guru_at_unixarea.de>
Date: Thu, 3 Nov 2011 07:10:49 +0100
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_at_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
Received on Thu Nov 03 2011 - 05:10:53 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:19 UTC