[Debian GNUstep maintainers] Bug#584505: libProjectCenter.so.0: cannot open shared object file: No such file or directory

Yavor Doganov yavor at gnu.org
Fri Jun 4 11:34:46 UTC 2010


В 04:02 -0700 на 04.06.2010 (пт), Marc J. Driftmeyer написа:
> Results:

> mdriftmeyer at horus:~/DeveloperProjects$ ProjectCenter
> bash: /usr/share/GNUstep/System/Tools/ProjectCenter: No such file or
> directory

Your system is severely misconfigured/broken.  You are apparently
sourcing (in ~/.bashrc, ~/.profile, etc.) GNUstep.sh that does not come
from the official Debian package.  It is utterly wrong to have this
directory in PATH.  Can you figure out what's causing this?

This is what should happen after sourcing GNUstep.sh:

$ echo $PATH
/home/yavor/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
$ echo $LD_LIBRARY_PATH 
$ . /usr/share/GNUstep/Makefiles/GNUstep.sh
$ echo $PATH
/home/yavor/GNUstep/Tools:/home/yavor/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
$ echo $LD_LIBRARY_PATH
/home/yavor/GNUstep/Library/Libraries:/usr/local/lib:/usr/lib

>  ** Missing /usr/share/GNUstep/System/*....

That's correct, no Debian package installs this directory.

> mdriftmeyer at horus:/usr/share/GNUstep$ sudo mkdir System
> mdriftmeyer at horus:/usr/share/GNUstep$ sudo mkdir System/Tools

Don't contribute to the mess, please :-)
You are expected not to modify anything in /usr except configuration
files...  Otherwise, I'm afraid we won't be able to provide the expected
support.

>  ls -rhlt
> total 36K
> -rw-r--r-- 1 root root  27K Jun  3 10:53 objects.gorm
> -rw-r--r-- 1 root root  184 Jun  3 10:53 data.info
> -rw-r--r-- 1 root root 1.4K Jun  3 10:53 data.classes
> mdriftmeyer at horus:/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/English.lproj/ProjectCenter.gorm$ 

There's nothing wrong with the .gorm file.  It cannot be loaded because
an NSException is raised earlier.

> Hope this helps,

Yes, it confirms that this is the same known issue.






More information about the pkg-GNUstep-maintainers mailing list