Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Nov 2011 13:15:19 +0100
From:      Matthias Apitz <guru@unixarea.de>
To:        Alexander Best <arundel@freebsd.org>
Cc:        freebsd-current@freebsd.org, freebsd-ports@freebsd.org
Subject:   Re: 10.0-CUR r226986 && ports (general)
Message-ID:  <20111103121519.GA1237@tiny>
In-Reply-To: <20111103112847.GA35937@freebsd.org>
References:  <20111102193606.GA1086@tiny> <20111103061049.GA2273@tinyCurrent> <20111103112847.GA35937@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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?20111103121519.GA1237>