В 04:02 -0700 на 04.06.2010 (пт), Marc J. Driftmeyer написа: > Results:
> mdriftme...@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. > mdriftme...@horus:/usr/share/GNUstep$ sudo mkdir System > mdriftme...@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 > mdriftme...@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. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org