From owner-freebsd-current Thu Oct 1 07:01:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21235 for freebsd-current-outgoing; Thu, 1 Oct 1998 07:01:56 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from terminator.informatik.ba-stuttgart.de (terminator.informatik.ba-stuttgart.de [141.31.111.23]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21206 for ; Thu, 1 Oct 1998 07:01:51 -0700 (PDT) (envelope-from henry@MX.BA-Stuttgart.De) Received: from marylin.goethestr12-net.marbach-neckar (marylin.informatik.ba-stuttgart.de [141.31.112.1]) by terminator.informatik.ba-stuttgart.de (8.8.8/8.8.8) with ESMTP id PAA11246; Thu, 1 Oct 1998 15:57:39 +0200 (CEST) (envelope-from henry@MX.BA-Stuttgart.De) Received: (from henry@localhost) by marylin.goethestr12-net.marbach-neckar (8.9.1/8.8.8) id PAA10393; Thu, 1 Oct 1998 15:59:29 +0200 (CEST) (envelope-from henry) From: Henry Vogt Message-Id: <199810011359.PAA10393@marylin.goethestr12-net.marbach-neckar> Subject: Re: ELF X11 (cont.) In-Reply-To: from Hans Petter Bieker at "Sep 30, 98 01:29:24 pm" To: zerium@webindex.no (Hans Petter Bieker) Date: Thu, 1 Oct 1998 15:59:29 +0200 (CEST) Cc: henry@MX.BA-Stuttgart.De, joki@kuebart.stuttgart.netsurf.de, dwhite@resnet.uoregon.edu, narvi@haldjas.folklore.ee, current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, > On Wed, 30 Sep 1998, Henry Vogt wrote: > > > this is what i get trying to compile the actual kde port. > > (using an ELF'd 3.0-BETA (SMP) System.) All goes well (Mesa2,qt140) > > until and including 'kdelibs', but then 'kdebase' fails: > > > > Error: shared library "kdecore\.1\.0" does not exist > > recompile kdelibs with this patch. Then try kdebase again. (this patch is > against the KDE cvs repository, not the fbsd ports collection.) > > You might as well fix your PLIST to include kdecore.so.1 instead of > kdecore.so.1.0 (and the same with the rest of the libs.) > > You'll also have to fix the deps in the ports-collection. > change: > kdecore\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs > to: > kdecore.1\:${PORTSDIR}/x11/kdelibs > etc. > [...] > -bieker- Thanks first. But unfortunately it still doesn't work. Did apply the patch and coreccted the PLIST as you suggested, but the kdelibs are still named: /usr/local/lib/libkdecore.so.1.0 ... and so forth. And kdebase still complains: ---------- C U T ------------ Checksum OK for kdebase-1.0.tar.gz. ===> kdebase-1.0 depends on shared library: gif.3 - found ===> kdebase-1.0 depends on shared library: jpeg.9 - found ===> kdebase-1.0 depends on shared library: kdecore.1 - not found ---------- C U T ------------ I renamed the builded libs, (they are ELF) and also changed the accompanying *.la files to have the library names, now kdebase doesn't complain anymore.. But 'make' aborts with: ---------- C U T ------------ [...] checking for kde libraries installed... configure: error: your system fails at l inking a small KDE application! Check, if your compiler is installed correctly and if you have used the same compiler to compile qt and kdelibs as you did use now *** Error code 1 Stop. ---------- C U T ------------ Regards Henry -- // // Do you suffer from long term memory loss ? I don't remember:-( // // Henry Vogt (henry@BA-Stuttgart.De) // Goethestr. 12, 71672 Marbach (Neckar), Tel. 07144/841653 // To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message