discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PrjectCenter (and Gorm) ask for old gnustep-base library in FreeBSD 11.1


From: Edwin Ancaer
Subject: PrjectCenter (and Gorm) ask for old gnustep-base library in FreeBSD 11.1
Date: Sat, 4 Nov 2017 13:46:26 +0100

Hello,

I seem to have messed up some things again while upgrading from FreeBSD 11.0 to 11.1. Apparently, new versions of GNUstep-base (libgnustep-base.so.1.25) and GNUstep-gui (libgnustep-gui.so.0.25) were installed. This caused a reinstallation of all applications in the port x11/gnustep-app, but since then, ProjectCenter and Gorm stopped working. Eg. starting ProjectCenter retruns with the message object "libgnustep-base.so.1.24" not found, required by "ProjectCenter".
All other applications I tested seem to work correctly


When i do ldd ProjectCenter, both libgnustep-base.so.1.24 and libgnustep-base.so.1.25 are listed:

[edwin@ottopedi /usr/local/GNUstep/System/Applications/ProjectCenter.app]$ ldd ProjectCenter
ProjectCenter:
        libProjectCenter.so.0 => /usr/local/GNUstep/System/Library/Libraries/libProjectCenter.so.0 (0x28085000)
        libgnustep-gui.so.0.25 => /usr/local/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.25 (0x28400000)
        libgnustep-base.so.1.24 => not found (0)
        libobjc.so.4.6 => /usr/local/lib/libobjc.so.4.6 (0x28171000)
        libm.so.5 => /lib/libm.so.5 (0x28196000)
        libthr.so.3 => /lib/libthr.so.3 (0x281be000)
        libc.so.7 => /lib/libc.so.7 (0x281e1000)
        libgnustep-base.so.1.24 => not found (0)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x28340000)
        libicui18n.so.59 => /usr/local/lib/libicui18n.so.59 (0x28960000)
        libicuuc.so.59 => /usr/local/lib/libicuuc.so.59 (0x28bee000)
        libicudata.so.59 => /usr/local/lib/libicudata.so.59 (0x2834c000)
        libpng16.so.16 => /usr/local/lib/libpng16.so.16 (0x2834e000)
        libgnustep-base.so.1.25 => /usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so.1.25 (0x29000000)
        libgif.so.7 => /usr/local/lib/libgif.so.7 (0x28381000)
        libtiff.so.5 => /usr/local/lib/libtiff.so.5 (0x2838a000)
        libz.so.6 => /lib/libz.so.6 (0x28d85000)
        libjpeg.so.8 => /usr/local/lib/libjpeg.so.8 (0x28d9b000)
        libcxxrt.so.1 => /lib/libcxxrt.so.1 (0x28e05000)
        libc++.so.1 => /usr/lib/libc++.so.1 (0x28e1e000)
        libgmp.so.10 => /usr/local/lib/libgmp.so.10 (0x28edc000)
        libavahi-common.so.3 => /usr/local/lib/libavahi-common.so.3 (0x28f39000)
        libavahi-client.so.3 => /usr/local/lib/libavahi-client.so.3 (0x28f44000)
        libgnutls.so.30 => /usr/local/lib/libgnutls.so.30 (0x294f1000)
        libxslt.so.1 => /usr/local/lib/libxslt.so.1 (0x28f53000)
        libxml2.so.2 => /usr/local/lib/libxml2.so.2 (0x2962a000)
        liblzma.so.5 => /usr/lib/liblzma.so.5 (0x28f8b000)
        libffi.so.6 => /usr/local/lib/libffi.so.6 (0x283f7000)
        libkvm.so.7 => /lib/libkvm.so.7 (0x28fb1000)
        librt.so.1 => /usr/lib/librt.so.1 (0x28fbe000)
        libdispatch.so.0 => /usr/local/lib/libdispatch.so.0 (0x28fc3000)
        libjbig.so.2 => /usr/local/lib/libjbig.so.2 (0x28fd1000)
        libintl.so.8 => /usr/local/lib/libintl.so.8 (0x28fdd000)
        libdbus-1.so.3 => /usr/local/lib/libdbus-1.so.3 (0x297a0000)
        libp11-kit.so.0 => /usr/local/lib/libp11-kit.so.0 (0x297e4000)
        libunistring.so.2 => /usr/local/lib/libunistring.so.2 (0x298b4000)
        libtasn1.so.6 => /usr/local/lib/libtasn1.so.6 (0x28fe6000)
        libnettle.so.6 => /usr/local/lib/libnettle.so.6 (0x29a36000)
        libhogweed.so.4 => /usr/local/lib/libhogweed.so.4 (0x29a6a000)
        libidn2.so.0 => /usr/local/lib/libidn2.so.0 (0x29a99000)
        libelf.so.2 => /lib/libelf.so.2 (0x29ab5000)
        libBlocksRuntime.so.0 => /usr/lib/libBlocksRuntime.so.0 (0x28ff8000)
        libexecinfo.so.1 => /usr/lib/libexecinfo.so.1 (0x28ffb000)



Does anyone have an idea might have gone wrong, and how I can I solve this? I already reinstalled the port, but the situation remains the same.

Thanks for any advice,

Edwin Ancaer

reply via email to

[Prev in Thread] Current Thread [Next in Thread]