Your message dated Tue, 01 Jan 2008 01:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#457555: fixed in gnustep-examples 1:1.2.0-1.1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: gnustep-examples
Version: 1:1.2.0-1
Severity: serious
Tags: patch

The package fails to build on powerpc:

/usr/share/GNUstep/Makefiles/mkinstalldirs Finger.app/.
gcc main.m -c \
          -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1
          -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1
          -I./obj/PrecompiledHeaders/ObjC -D_REENTRANT -fPIC -g -Wall
          -DDEBUG -fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE
          -Wno-import -g -fno-strict-aliasing -fexceptions
          -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -fgnu-runtime
          -fconstant-string-class=NSConstantString
          -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
                 -o obj/main.o
/tmp/ccNxCrcq.s: Assembler messages:
/tmp/ccNxCrcq.s:657: Error: symbol `.LCF0' is already defined
make[4]: *** [obj/main.o] Error 1
make[3]: *** [Finger.all.app.variables] Error 2

Full log available at
http://buildd.debian.org/fetch.cgi?pkg=gnustep-examples;ver=1%3A1.2.0-1;arch=powerpc;stamp=1192072201.

I can't reproduce this with -O1 and -O2, so I propose the attached
patch as a workaround.  According to Policy binaries have to be
optimized anyway.  Apparently there is a bug in gnustep-make as well,
because as per the GNUstep Make manual `-O2' is set by default (which
doesn't happen here).

It could be possible that this arch-specific bug is in GCC.  FYI I can
still reproduce the error with `-O0' and gcc-snapshot on my scruffy G3.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.22-3-powerpc
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--[[application/octet-stream; type=patch
Content-Disposition: attachment; filename="optflag.patch"][7bit]]
--- gnustep-examples-1.2.0~/debian/rules 2007-12-23 15:14:12.000000000 +0200
+++ gnustep-examples-1.2.0/debian/rules 2007-12-23 14:28:09.000000000 +0200
@@ -12,6 +12,11 @@
 # package temp dir
 dir            = debian/$(pkg)
 
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+OPTFLAG := -O0
+else
+OPTFLAG := -O2
+endif
 
 # -----------------------------------------------------------------------------
 
@@ -28,7 +33,7 @@
        dh_testdir
 
        @ # Compile the package.
-       gs_make messages=yes
+       gs_make OPTFLAG=$(OPTFLAG) messages=yes
 
        touch build-stamp
 



--- End Message ---
--- Begin Message ---
Source: gnustep-examples
Source-Version: 1:1.2.0-1.1

We believe that the bug you reported is fixed in the latest version of
gnustep-examples, which is due to be installed in the Debian FTP archive:

gnustep-examples_1.2.0-1.1.diff.gz
  to pool/main/g/gnustep-examples/gnustep-examples_1.2.0-1.1.diff.gz
gnustep-examples_1.2.0-1.1.dsc
  to pool/main/g/gnustep-examples/gnustep-examples_1.2.0-1.1.dsc
gnustep-examples_1.2.0-1.1_i386.deb
  to pool/main/g/gnustep-examples/gnustep-examples_1.2.0-1.1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luk Claes <[EMAIL PROTECTED]> (supplier of updated gnustep-examples package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 01 Jan 2008 02:05:17 +0100
Source: gnustep-examples
Binary: gnustep-examples
Architecture: source i386
Version: 1:1.2.0-1.1
Distribution: unstable
Urgency: high
Maintainer: Debian GNUstep maintainers <[EMAIL PROTECTED]>
Changed-By: Luk Claes <[EMAIL PROTECTED]>
Description: 
 gnustep-examples - GNUstep Example Applications
Closes: 457555
Changes: 
 gnustep-examples (1:1.2.0-1.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Optimised (-O2) compiling fixes FTBFS (Closes: #457555).
Files: 
 64a55c60266a63f1fc667f928caeadf6 837 devel optional 
gnustep-examples_1.2.0-1.1.dsc
 8a6a6048cddf120b0f68a7e8d4f4d8ab 4312 devel optional 
gnustep-examples_1.2.0-1.1.diff.gz
 e9bd2b6a59494867245083be24486eb2 304920 devel optional 
gnustep-examples_1.2.0-1.1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHeZPO5UTeB5t8Mo0RAoi7AJ9Y9uY/WnIAi1LtSNebfiUXIafjxgCcCQO2
WJntbRwM7PzkZdE4xa7nTOo=
=+A3g
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to