Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Nov 2011 07:32:50 +0000
From:      Chris Rees <utisoft@gmail.com>
To:        Matthias Apitz <guru@unixarea.de>
Cc:        freebsd-current@freebsd.org, freebsd-ports@freebsd.org
Subject:   Re: 10.0-CUR r226986 && ports (general)
Message-ID:  <CADLo83_dhqqA3OTKb104WmZdXXMeKWprj3Ns4ja%2BE7T5QkgFBA@mail.gmail.com>
In-Reply-To: <20111103061049.GA2273@tinyCurrent>
References:  <20111102193606.GA1086@tiny> <20111103061049.GA2273@tinyCurrent>

next in thread | previous in thread | raw e-mail | index | archive | help
On 3 Nov 2011 06:11, "Matthias Apitz" <guru@unixarea.de> wrote:
>
> El d=EDa Wednesday, November 02, 2011 a las 08:36:07PM +0100, Matthias
Apitz escribi=F3:
>
> >
> > Hello,
> >
> > I fetched 10-CUR from SVN as r226986 and /usr/ports from CVS on Novembe=
r
> > 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; i=
t
> > 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=3Dno
>    ;;
> ...
>
> And now? I'm cluesless now how we could solve this :-(
>

Searching the archives of both these lists would help you ;)

Chris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADLo83_dhqqA3OTKb104WmZdXXMeKWprj3Ns4ja%2BE7T5QkgFBA>