[Debian GNUstep maintainers] Bug#304928: gworkspace: FTBFS on amd64: make_services: relocation error: make_services: undefined symbol: main

Kurt Roeckx Kurt Roeckx <kurt@roeckx.be>, 304928@bugs.debian.org
Sat, 16 Apr 2005 17:50:25 +0200


Package: gworkspace
Version: 0.7.0-1
Severity: important

Hi,

Your package is failing to build on amd64 with the following
error:
gcc  -rdynamic        -o thumbnailer.service/./thumbnailer ./shared_obj/main.o\
         -L/root/GNUstep/Library/Libraries -L/usr/local/lib/GNUstep/Local/Library/Libraries -L/usr/local/lib/GNUstep/Network/Library/Libraries -L/usr/lib/GNUstep/System/Library/Libraries -lgnustep-gui -lgnustep-gui -lgnustep-base -lpthread
-lobjc -lm
/usr/lib/GNUstep/System/Library/Makefiles/mkinstalldirs thumbnailer.service/Resources
(echo "{"; echo '  NOTE = "Automatically generated, do not edit!";'; \
  echo "  NSExecutable = \"thumbnailer\";"; \
  cat thumbnailerInfo.plist; \
  echo "}") >thumbnailer.service/Resources/Info-gnustep.plist ;\
if make_services --test thumbnailer.service/Resources/Info-gnustep.plist; then : ; else rm -f thumbnailer.service/Resources/Info-gnustep.plist; false; \
fi
make_services: relocation error: make_services: undefined symbol: main
make[4]: *** [thumbnailer.service/Resources/Info-gnustep.plist] Error 1
make[3]: *** [thumbnailer.all.service.variables] Error 2
make[3]: Leaving directory `/usr/src/gworkspace-0.7.0/Tools/thumbnailer'
make[2]: *** [internal-all] Error 2
make[2]: Leaving directory `/usr/src/gworkspace-0.7.0/Tools'
make[1]: *** [internal-all] Error 2
make[1]: Leaving directory `/usr/src/gworkspace-0.7.0'
make: *** [build-arch-stamp] Error 2



Kurt