Your message dated Wed, 14 Mar 2007 22:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#414567: fixed in hercules 3.04.1-2
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: hercules
Version: 3.04.1-1
Severity: serious
Tags: patch
Justification: no longer builds from source
hercules fails to build from source on arm:
Automatic build of hercules_3.04.1-1 on europa by sbuild/arm 98
Build started at 20070214-1750
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
[...]
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.
-I. -W -Wall -mstructure-size-boundary=8 -O2 -MT loadparm.lo -MD -MP -MF
".deps/loadparm.Tpo" -c -o loadparm.lo loadparm.c; \
then mv -f ".deps/loadparm.Tpo" ".deps/loadparm.Plo"; else rm -f
".deps/loadparm.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -W -Wall -mstructure-size-boundary=8 -O2
-MT loadparm.lo -MD -MP -MF .deps/loadparm.Tpo -c loadparm.c -fPIC -DPIC -o
.libs/loadparm.o
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.
-I. -W -Wall -mstructure-size-boundary=8 -O2 -MT hsccmd.lo -MD -MP -MF
".deps/hsccmd.Tpo" -c -o hsccmd.lo hsccmd.c; \
then mv -f ".deps/hsccmd.Tpo" ".deps/hsccmd.Plo"; else rm -f
".deps/hsccmd.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -W -Wall -mstructure-size-boundary=8 -O2
-MT hsccmd.lo -MD -MP -MF .deps/hsccmd.Tpo -c hsccmd.c -fPIC -DPIC -o
.libs/hsccmd.o
hsccmd.c:49: error: stray '$' in program
hsccmd.c:4139: error: stray '$' in program
make[3]: *** [hsccmd.lo] Error 1
make[3]: Leaving directory `/build/buildd/hercules-3.04.1'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/buildd/hercules-3.04.1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/hercules-3.04.1'
make: *** [build-stamp] Error 2
******************************************************************************
Build finished at 20070214-1943
FAILED [dpkg-buildpackage died]
Purging chroot-unstable/build/buildd/hercules-3.04.1
------------------------------------------------------------------------------
For a full build log, see:
http://buildd.debian.org/fetch.cgi?&pkg=hercules&ver=3.04.1-1&arch=arm&stamp=1171500344&file=log
The patch below fixes the problem by removing the dollar from the function name.
--- hercules-3.04.1.orig/hsccmd.c
+++ hercules-3.04.1/hsccmd.c
@@ -44,9 +44,9 @@
int process_script_file(char *,int);
///////////////////////////////////////////////////////////////////////
-/* $test_cmd - do something or other */
+/* test_cmd - do something or other */
-int $test_cmd(int argc, char *argv[],char *cmdline)
+int test_cmd(int argc, char *argv[],char *cmdline)
{
UNREFERENCED(argc);
UNREFERENCED(argv);
@@ -4136,7 +4136,7 @@
COMMAND ( "resume", resume_cmd, "Resume hercules\n" )
#define TEST_CMD "$test" // (hidden internal command)
-COMMAND ( TEST_CMD, $test_cmd, "(hidden internal command)" )
+COMMAND ( TEST_CMD, test_cmd, "(hidden internal command)" )
COMMAND ( NULL, NULL, NULL ) /* (end of table) */
};
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: arm (armv5tejl)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-versatile
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
--- End Message ---
--- Begin Message ---
Source: hercules
Source-Version: 3.04.1-2
We believe that the bug you reported is fixed in the latest version of
hercules, which is due to be installed in the Debian FTP archive:
hercules_3.04.1-2.diff.gz
to pool/main/h/hercules/hercules_3.04.1-2.diff.gz
hercules_3.04.1-2.dsc
to pool/main/h/hercules/hercules_3.04.1-2.dsc
hercules_3.04.1-2_amd64.deb
to pool/main/h/hercules/hercules_3.04.1-2_amd64.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.
<[EMAIL PROTECTED]> (supplier of updated hercules 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, 13 Mar 2007 00:39:24 +0100
Source: hercules
Binary: hercules
Architecture: source amd64
Version: 3.04.1-2
Distribution: unstable
Urgency: low
Maintainer: Peter De Schrijver (p2) <[EMAIL PROTECTED]>
Changed-By: <[EMAIL PROTECTED]>
Description:
hercules - System/370, ESA/390 and z/Architecture Emulator
Closes: 414519 414567
Changes:
hercules (3.04.1-2) unstable; urgency=low
.
* Fix bizarre compile problem (why does this only happen on ARM ??) (Closes:
#414567)
* Add Freebsd support for debian (Closes: #414519)
Files:
b03ef1f4312cad04d1cfe830ed134620 615 otherosfs extra hercules_3.04.1-2.dsc
e6698219ac92debf743f069b48f8aa7b 9774 otherosfs extra hercules_3.04.1-2.diff.gz
e7031be1e5466ab19612d504937f0ef1 1849810 otherosfs extra
hercules_3.04.1-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFF+HKlKLKVw/RurbsRAqOQAJkBf0DU3BfUSBbU6cUkqIN7fHWQ/ACglC4i
8MfePXJR+30sfWn5UfF2Ed0=
=MfNe
-----END PGP SIGNATURE-----
--- End Message ---