10.0-CUR r226986 && ports (general)

Alexander Best arundel at freebsd.org
Thu Nov 3 11:28:47 UTC 2011


On Thu Nov  3 11, Matthias Apitz wrote:
> 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 :-(

are you sure this issue is related to the freebsd1* case?

uname -a
FreeBSD otaku 9.9-CURRENT FreeBSD 9.9-CURRENT #9: Thu Nov  3 11:41:08 CET 2011     arundel at otaku:/usr/obj/usr/git-freebsd-head/sys/ARUNDEL  amd64

i did a 'cd /usr/ports/security/p11-kit ; make ; make install', yet from the
following list:

otaku% pkg_info -L p11-kit-0.8
Information for p11-kit-0.8:

Files:
/usr/local/bin/p11-kit
/usr/local/include/p11-kit-1/p11-kit/p11-kit.h
/usr/local/include/p11-kit-1/p11-kit/pin.h
/usr/local/include/p11-kit-1/p11-kit/uri.h
/usr/local/include/p11-kit-1/p11-kit/pkcs11.h
/usr/local/lib/libp11-kit.a
/usr/local/lib/libp11-kit.la
/usr/local/lib/libp11-kit.so
/usr/local/lib/libp11-kit.so.0
/usr/local/lib/p11-kit-proxy.so
/usr/local/libdata/pkgconfig/p11-kit-1.pc
/usr/local/share/gtk-doc/html/p11-kit/api-index-full.html
/usr/local/share/gtk-doc/html/p11-kit/config-example.html
/usr/local/share/gtk-doc/html/p11-kit/config-format.html
/usr/local/share/gtk-doc/html/p11-kit/config-global.html
/usr/local/share/gtk-doc/html/p11-kit/config-locations.html
/usr/local/share/gtk-doc/html/p11-kit/config-module.html
/usr/local/share/gtk-doc/html/p11-kit/config.html
/usr/local/share/gtk-doc/html/p11-kit/gtk-doc.css
/usr/local/share/gtk-doc/html/p11-kit/home.png
/usr/local/share/gtk-doc/html/p11-kit/index.html
/usr/local/share/gtk-doc/html/p11-kit/index.sgml
/usr/local/share/gtk-doc/html/p11-kit/left.png
/usr/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html
/usr/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html
/usr/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html
/usr/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html
/usr/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html
/usr/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2
/usr/local/share/gtk-doc/html/p11-kit/up.png
/usr/local/share/gtk-doc/html/p11-kit/reference.html
/usr/local/share/gtk-doc/html/p11-kit/right.png
/usr/local/share/gtk-doc/html/p11-kit/sharing-initialize.html
/usr/local/share/gtk-doc/html/p11-kit/sharing-module.html
/usr/local/share/gtk-doc/html/p11-kit/sharing.html
/usr/local/share/gtk-doc/html/p11-kit/style.css
/usr/local/share/examples/p11-kit/pkcs11.conf.example

all *.so* files didn't get installed!

cheers.
alex

> 
> 	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


More information about the freebsd-current mailing list