Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Nov 1999 11:15:31 -0500
From:      Bush Doctor <dervish@ikhala.tcimet.net>
To:        freebsd-ports@FreeBSD.ORG
Cc:        asmodai@wxs.nl, asami@FreeBSD.ORG, grog@FreeBSD.ORG
Subject:   Re: ports/14987: graphics/xpm does not build a dynamic library, only a static one
Message-ID:  <19991120111531.C13565@ikhala.tcimet.net>
In-Reply-To: <199911201350.FAA57507@freefall.freebsd.org>; from asmodai@wxs.nl on Sat, Nov 20, 1999 at 05:50:01AM -0800
References:  <199911201350.FAA57507@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Out of da blue Jeroen Ruigrok/Asmodai aka (asmodai@wxs.nl) said:
> The following reply was made to PR ports/14987; it has been noted by GNATS.
> 
> From: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
> To: FreeBSD Gnats <freebsd-gnats-submit@freebsd.org>
> Cc: asami@freebsd.org, grog@freebsd.org
> Subject: Re: ports/14987: graphics/xpm does not build a dynamic library, only a static one
> Date: Sat, 20 Nov 1999 14:46:17 +0100
> 
>  Just to add my 0.02 Euros:
>  
>  x11-toolkits/Xaw3d is wedged in exactly the same way.
>  
>  And given this, a lot of other ports might be dead in a likewise way.
>  
>  They build on STABLE, but on CURRENT they all fail on the way that they
>  won't create the shared libraries.
>  
>  Given that 4.0 RELEASE is fast approaching, the priority Greg assigned
>  to it initially and the severity.
>  
>  I am going to follow Greg's lead about Imake being wedged, but I urge
>  other porters to examine this issue as well.
I just checked this on my -current box and both libraries are built.
My last make world and kernel build are from 10 Nov. 99.
Some info ...

ikhala.tcimet.net:Xaw3d> file lib*
libXaw3d.a:      current ar archive
libXaw3d.so:     symbolic link to libXaw3d.so.6.1
libXaw3d.so.6:   symbolic link to libXaw3d.so.6.1
libXaw3d.so.6.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), not stripped
ikhala.tcimet.net:Xaw3d> pwd
/usr/ports/x11-toolkits/Xaw3d/work/xc/lib/Xaw3d
ikhala.tcimet.net:Xaw3d> uname -a
FreeBSD ikhala.tcimet.net 4.0-CURRENT FreeBSD 4.0-CURRENT #37: Wed Nov 10 20:57:39 EST 1999     root@ikhala.tcimet.net:/usr/src/sys/compile/GANJA  i386
ikhala.tcimet.net:Xaw3d> ls -l lib*
-rw-r--r--   1 root     wheel      336938 Nov 20 10:39 libXaw3d.a
lrwxr-xr-x   1 root     wheel          15 Nov 20 10:39 libXaw3d.so -> libXaw3d.so.6.1*
lrwxr-xr-x   1 root     wheel          15 Nov 20 10:39 libXaw3d.so.6 -> libXaw3d.so.6.1*
-rwxr-xr-x   1 root     wheel      292573 Nov 20 10:39 libXaw3d.so.6.1*
ikhala.tcimet.net:Xaw3d>

I also built the xpm library

ikhala.tcimet.net:xpm-3.4k> pwd
/usr/ports/graphics/xpm/work/xpm-3.4k
ikhala.tcimet.net:xpm-3.4k> ls -l lib/lib*
-rw-r--r--   1 root     wheel       79228 Nov 20 10:59 lib/libXpm.a
lrwxr-xr-x   1 root     wheel          14 Nov 20 10:59 lib/libXpm.so -> libXpm.so.4.11*
lrwxr-xr-x   1 root     wheel          14 Nov 20 10:59 lib/libXpm.so.4 -> libXpm.so.4.11*
-rwxr-xr-x   1 root     wheel       59530 Nov 20 10:59 lib/libXpm.so.4.11*
ikhala.tcimet.net:xpm-3.4k> file lib/lib*
lib/libXpm.a:       current ar archive
lib/libXpm.so:      symbolic link to libXpm.so.4.11
lib/libXpm.so.4:    symbolic link to libXpm.so.4.11
lib/libXpm.so.4.11: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), not stripped
ikhala.tcimet.net:xpm-3.4k> 

Now since my last world is from the 10th, i'm not running with the latest compiler

ikhala.tcimet.net:xpm-3.4k> cc -v
Using builtin specs.
gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)

Might this have something to do with the problem?

>  
>  -- 
>  Jeroen Ruigrok van der Werven/Asmodai                  asmodai(at)wxs.nl
>  The BSD Programmer's Documentation Project <http://home.wxs.nl/~asmodai>;
>  Network/Security Specialist        BSD: Technical excellence at its best
>  Learn e-mail netiquette: http://www.lemis.com/email.html
>  Crucify me with Isolation...
>  
> 


#:^)
-- 
bush doctor
harder than the rest ...


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991120111531.C13565>