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

From: Matthias Apitz <guru_at_unixarea.de>
Date: Thu, 3 Nov 2011 13:15:19 +0100
El día Thursday, November 03, 2011 a las 11:28:47AM +0000, Alexander Best escribió:

> > 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 :-(
> 
> are you sure this issue is related to the freebsd1* case?

I can only comment what I saw:

- OS was detected as freebsd10.0 (I inserted a 'echo $host_os' into the
  ./configure script

- ./configure said that it should/will not build shared libs

- the *.so* were missing in ports/audio/jack/work/... and in
  /usr/local/lib

I will remove all /usr/ports/* and /usr/local/* and /var/db/pkg/* and
will start from scratch with "cvs checkout" and will set UNAME_r as
explained in ports/UPDATING;

will let you know the result

	matthias

-- 
Matthias Apitz
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 - 11:15:18 UTC

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