tags 461305 + patch thanks Vincent Danjean wrote: > > Error > (objc-load):/usr/lib/GNUstep/Bundles/Paje/FileReader.bundle/./FileReader: > undefined symbol: __objc_class_name_PajeComponent
Attached is a patch that fixes this.
In addition, I had to modify debian/rules to get it to start:
--- debian/rules.orig 2008-01-17 21:55:13.000000000 +0200
+++ debian/rules 2008-01-17 22:10:19.000000000 +0200
@@ -37,8 +37,6 @@
binary-install/$(PAJE)::
ln -s Paje.1.gz debian/$(PAJE)/usr/share/man/man1/Paje.app.1.gz
- echo "#!/bin/sh" > debian/$(PAJE)/usr/bin/Paje
- echo "exec Paje.app" >> debian/$(PAJE)/usr/bin/Paje
As of gnustep-make 2.0 symlinks in /usr/bin are installed
automatically for apps, so this is really not necessary.
> I'm blocking testing migration with this bug until this is resolved
It wouldn't migrate anyway: #451456 is still open and the current
version fails to build on nearly all architectures (perhaps you have
to build-depend on texlive-latex-recommended?).
link-properly.patch
Description: Binary data

