Your message dated Mon, 20 Oct 2008 11:17:11 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#475605: fixed in z88dk 1.8.ds1-4
has caused the Debian Bug report #475605,
regarding z88dk: Regression: amstrad cpc output broken after upgrade from 
debian version 1.7.ds1-2 to 1.8.ds1-2
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
475605: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475605
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: z88dk
Version: 1.8.ds1-2
Severity: normal

test program:
#include <stdio.h>
int main(int argc, char** argv)
{
  while(1) printf("hello\n");
}

using 1.8.ds1-2:
zcc -v
zcc - Frontend for the z88dk Cross-C Compiler
v2.57 (C) 7.10.2007 D.J.Morris
zcc +cpcansi -lndos -lmz -l664_math -create-app -o test.cpc test.c
cp /usr/share/z88dk/lib/cpc_crt0.opt /tmp/tmpXXcuD2xY.opt
cp /tmp/tmpXXcuD2xY.opt /tmp/tmpXXcuD2xY.asm
z88dk-zcpp -I. -DZ80 -DSMALL_C -DCPC -D__CPC__ -DSCCZ80
-D__NATIVE_MATH__ -I/usr/share/z88dk/include  test.c /tmp/tmpXXBmQ6YD.i
z88dk-sccz80    -//  /tmp/tmpXXBmQ6YD.i
z88dk-copt /usr/share/z88dk/lib/z80rules.2 < /tmp/tmpXXBmQ6YD.asm >
/tmp/tmpXXBmQ6YD.op1
z88dk-copt /usr/share/z88dk/lib/z80rules.1 < /tmp/tmpXXBmQ6YD.op1 >
/tmp/tmpXXBmQ6YD.opt
z88dk-z80asm -eopt -ns -Mo /tmp/tmpXXBmQ6YD.opt
z88dk-z80asm -a -m -Mo -otest.cpc -i/usr/share/z88dk/lib/clibs/664_math
-i/usr/share/z88dk/lib/clibs/cpc_math  -i/usr/share/z88dk/lib/clibs/ndos
-i/usr/share/z88dk/lib/clibs/cpcansi_clib
-i/usr/share/z88dk/lib/clibs/z80_crt0  /tmp/tmpXXcuD2xY.opt
/tmp/tmpXXBmQ6YD.o
z88dk-appmake +cpc  -b test.cpc -c /tmp/tmpXXcuD2xY
cp test.cpc test.bin
rm test.cpc
cp test.bin test-2.75.bin

running the executable produces gargabe and the system hangs

using 1.7.ds1-2:
[EMAIL PROTECTED]:~/develop/cpc/bug$ make test.bin
zcc -v
zcc - Frontend for the z88dk Cross-C Compiler
v2.56 (C) 18.7.2006 D.J.Morris
zcc +cpcansi -lndos -lmz -l664_math -create-app -o test.cpc test.c
cp /usr/share/z88dk/lib/cpc_crt0.opt /tmp/tmpXXIHNan4.opt
cp /tmp/tmpXXIHNan4.opt /tmp/tmpXXIHNan4.asm
z88dk-zcpp -I. -DZ80 -DSMALL_C -DCPC -D__CPC__ -DSCCZ80
-D__NATIVE_MATH__ -I/usr/share/z88dk/include  test.c /tmp/tmpXXhBytKM.i
z88dk-sccz80    -//  /tmp/tmpXXhBytKM.i
z88dk-copt /usr/share/z88dk/lib/z80rules.2 < /tmp/tmpXXhBytKM.asm >
/tmp/tmpXXhBytKM.op1
z88dk-copt /usr/share/z88dk/lib/z80rules.1 < /tmp/tmpXXhBytKM.op1 >
/tmp/tmpXXhBytKM.opt
z88dk-z80asm -eopt -ns -Mo /tmp/tmpXXhBytKM.opt
z88dk-z80asm -a -m -Mo -otest.cpc -i/usr/share/z88dk/lib/clibs/664_math
-i/usr/share/z88dk/lib/clibs/cpc_math  -i/usr/share/z88dk/lib/clibs/ndos
-i/usr/share/z88dk/lib/clibs/cpcansi_clib
-i/usr/share/z88dk/lib/clibs/z80_crt0  /tmp/tmpXXIHNan4.opt
/tmp/tmpXXhBytKM.o
z88dk-appmake +cpc  -b test.cpc -c /tmp/tmpXXIHNan4
cp test.bin test-2.56.bin

running the executable works as expected

I compared the output of the the first steps above:
preprocessor output is eseentially the same
(z88dk-zcpp -I. -DZ80 -DSMALL_C -DCPC -D__CPC__ -DSCCZ80
-D__NATIVE_MATH__ -I/usr/share/z88dk/include test.c test.i)

assembler output is essentially the same, too
(z88dk-sccz80    -//  test.i)

stopped here
I guess it is a problem with the lib or startup code?

attached the binaries (maybe those help to debug the problem)
if you need more info please let me know
this is most probably an upstream bug?

Greetings,
Jens

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages z88dk depends on:
ii  debconf                       1.5.20     Debian configuration management sy
ii  z88dk-bin                     1.8.ds1-2  executable files for z88dk
ii  z88dk-data                    1.8.ds1-2  data files for z88dk

z88dk recommends no packages.

-- debconf information:
  z88dk/configure-defaultpackage: z88

Attachment: test-2.56.bin
Description: Binary data

Attachment: test-2.57.bin
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: z88dk
Source-Version: 1.8.ds1-4

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

z88dk-bin_1.8.ds1-4_i386.deb
  to pool/main/z/z88dk/z88dk-bin_1.8.ds1-4_i386.deb
z88dk-data_1.8.ds1-4_all.deb
  to pool/main/z/z88dk/z88dk-data_1.8.ds1-4_all.deb
z88dk-doc_1.8.ds1-4_all.deb
  to pool/main/z/z88dk/z88dk-doc_1.8.ds1-4_all.deb
z88dk_1.8.ds1-4.diff.gz
  to pool/main/z/z88dk/z88dk_1.8.ds1-4.diff.gz
z88dk_1.8.ds1-4.dsc
  to pool/main/z/z88dk/z88dk_1.8.ds1-4.dsc
z88dk_1.8.ds1-4_i386.deb
  to pool/main/z/z88dk/z88dk_1.8.ds1-4_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.
Krystian Wlosek <[EMAIL PROTECTED]> (supplier of updated z88dk 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.8
Date: Thu, 17 Oct 2008 11:45:12 +0200
Source: z88dk
Binary: z88dk-bin z88dk-doc z88dk-data z88dk
Architecture: source i386 all
Version: 1.8.ds1-4
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Krystian Wlosek <[EMAIL PROTECTED]>
Description: 
 z88dk      - a Z80 processor assembler and SmallC+ cross compiler
 z88dk-bin  - executable files for z88dk
 z88dk-data - data files for z88dk
 z88dk-doc  - documentation and examples for z88dk
Closes: 475605
Changes: 
 z88dk (1.8.ds1-4) unstable; urgency=low
 .
   * Fixed problem with CPC binaries (Closes: #475605)
     Added patch debian/patches/02_lib_cpc_crt0.asm.diff
Checksums-Sha1: 
 e4df5178d3b59d44f82248c8b7af87aa0acb36ec 1090 z88dk_1.8.ds1-4.dsc
 2d6fcd49acb107786cd6a8a6892f1738cb820a2f 21222 z88dk_1.8.ds1-4.diff.gz
 37223d4e813fa45c918c11a9ffdd5de3de690253 131304 z88dk-bin_1.8.ds1-4_i386.deb
 3fd7cc79ddfa09e1d278e44969175ee33634256a 4848 z88dk_1.8.ds1-4_i386.deb
 bbd79e5c42f9b6c19e1851a1294dee26939fc960 266400 z88dk-doc_1.8.ds1-4_all.deb
 815a7ad8501149e52c7c448f7a0602f6db1417dc 1583686 z88dk-data_1.8.ds1-4_all.deb
Checksums-Sha256: 
 0b6711d3f96935d7f866ba5ff6d3c5fd019fe1c05921c48d62ec7224871df12b 1090 
z88dk_1.8.ds1-4.dsc
 4f6ced923b77355cbca1dade9b318d9785ebd0aff996e4dded00a9260334fa30 21222 
z88dk_1.8.ds1-4.diff.gz
 69a7bfa38ed94522d434c780f5b0641a2cb0446a85fe779e4198d6a21d3d6dfb 131304 
z88dk-bin_1.8.ds1-4_i386.deb
 7aeca2fb18596f3d6321b25eaa26580a89313401d23aac7fc1810c272ea17d48 4848 
z88dk_1.8.ds1-4_i386.deb
 76458c21197f02d952f4126302cb34ec596c9621dff4acfcb31287093245e4ee 266400 
z88dk-doc_1.8.ds1-4_all.deb
 1148e24d09657d8354b0e30cafeb75ae62b36ced0841282a01d9f080dfeb5643 1583686 
z88dk-data_1.8.ds1-4_all.deb
Files: 
 95d2fb20ba8c9461f2718808c01f33dd 1090 devel extra z88dk_1.8.ds1-4.dsc
 522acd8b74a5a18df4b8d6935652d77c 21222 devel extra z88dk_1.8.ds1-4.diff.gz
 3393bb791144fb1a93e44063e366b175 131304 devel extra 
z88dk-bin_1.8.ds1-4_i386.deb
 fc86d0ed49c310003b89d214f1367f2c 4848 devel extra z88dk_1.8.ds1-4_i386.deb
 a70dc5f1583e27acd02a6d1edf89506f 266400 doc extra z88dk-doc_1.8.ds1-4_all.deb
 ee0ef6ea2061a18a8b19af74e38addf5 1583686 devel extra 
z88dk-data_1.8.ds1-4_all.deb

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

iEYEARECAAYFAkj8ZX8ACgkQhMHHe8CxCltIEwCg6JljFvJPSwdMaQup5lJayjSV
yTUAoKzPfbPZUwqj2Fywz9fi0uy0L7lW
=5XYn
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to