Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Mar 2004 07:58:35 +0100
From:      Burkard Meyendriesch <bm@malepartus.de>
To:        freebsd-ports@freebsd.org, freebsd-questions@freebsd.org
Subject:   amd64 -CURRENT: portinstall x11/kde3 fails, missing shared libraries
Message-ID:  <20040318075835.6a2618bd.bm@malepartus.de>

next in thread | raw e-mail | index | archive | help
Hi folks,

on my amd64 CURRENT box I cannot install KDE3; the "make install"
complains about missing shared libraries which should have been made
by the ports dependencies: before compiling kdelibs the "make" installs
openldap-client-2.1.27:

# ls -l /usr/local/lib/libldap*
-rw-r--r--  1 root  wheel  392674 18 Mr 06:09 /usr/local/lib/libldap.a
-rw-r--r--  1 root  wheel     714 18 Mr 06:09 /usr/local/lib/libldap.la
-rw-r--r--  1 root  wheel  429518 18 Mr 06:09 /usr/local/lib/libldap_r.a
-rw-r--r--  1 root  wheel     720 18 Mr 06:09 /usr/local/lib/libldap_r.la

# uname -a
FreeBSD Reineke.Malepartus.de 5.2-CURRENT FreeBSD 5.2-CURRENT #13: Tue Mar 16 19:33:45 CET 2004     bm@Reineke.Malepartus.de:/usr/obj/usr/src/sys/REINEKE  amd64


On my old i386 STABLE box there is no such problem. Making kde3 succeeds
without any problems. It does indeed make shared libs for the dependant
libraries:

# ls -l /usr/local/lib/libldap*
-rw-r--r--  1 root  wheel  242916 11 Mr 11:45 /usr/local/lib/libldap.a
lrwxr-xr-x  1 root  wheel      12 11 Mr 11:45 /usr/local/lib/libldap.so -> libldap.so.2
-rw-r--r--  1 root  wheel  200523 11 Mr 11:45 /usr/local/lib/libldap.so.2
-rw-r--r--  1 root  wheel  266002 11 Mr 11:45 /usr/local/lib/libldap_r.a
lrwxr-xr-x  1 root  wheel      14 11 Mr 11:45 /usr/local/lib/libldap_r.so -> libldap_r.so.2
-rw-r--r--  1 root  wheel  216482 11 Mr 11:45 /usr/local/lib/libldap_r.so.2

# uname -a
FreeBSD Grimbart.Malepartus.DE 4.9-STABLE FreeBSD 4.9-STABLE #0: Fri Feb 13 08:31:58 CET 2004     bm@Grimbart.Malepartus.DE:/usr/obj/usr/src/sys/GRIMBART  i386


Are there any differences in making ports between i386 STABLE and amd64
CURRENT? What is going wrong? What can I do to solve this?

Burkard
--
Burkard Meyendriesch
Stevern 2
D-48301 Nottuln



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