Package: z88dk
Version: 1.8.ds1-9
Severity: grave
Justification: renders package unusable

As far as I can tell, z88dk v1.8.ds1-9 seems unable to create any output:

--- cut here ---

pak21@whitestar:~/z88dk$ dpkg -l '*z88dk*'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                   Version                              
  Description
+++-======================================-======================================-============================================================================================
ii  z88dk                                  1.8.ds1-9                            
  Z80 processor assembler and SmallC+ cross compiler
ii  z88dk-bin                              1.8.ds1-9                            
  executable files for z88dk
ii  z88dk-data                             1.8.ds1-9                            
  data files for z88dk
un  z88dk-doc                              <none>                               
  (no description available)
un  z88dk-examples                         <none>                               
  (no description available)
pak21@whitestar:~/z88dk$ cat stub.c 
int main( void ) { return 0; }
pak21@whitestar:~/z88dk$ zcc stub.c 
cp /tmp/buildd/z88dk-1.8.ds1/debian/tmp/usr/share/z88dk/lib/z88_crt0.opt 
/tmp/tmpXXaUYl10.opt
cp: cannot stat 
`/tmp/buildd/z88dk-1.8.ds1/debian/tmp/usr/share/z88dk/lib/z88_crt0.opt': No 
such file or directory
Cannot copy crt0 file

--- cut here ---

Compare this to the output when using v1.8.ds1-7 from stable:

--- cut here ---

pak21@whitestar:~/z88dk$ dpkg -l '*z88dk*'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                   Version                              
  Description
+++-======================================-======================================-============================================================================================
ii  z88dk                                  1.8.ds1-7                            
  a Z80 processor assembler and SmallC+ cross compiler
ii  z88dk-bin                              1.8.ds1-7                            
  executable files for z88dk
ii  z88dk-data                             1.8.ds1-7                            
  data files for z88dk
un  z88dk-doc                              <none>                               
  (no description available)
un  z88dk-examples                         <none>                               
  (no description available)
pak21@whitestar:~/z88dk$ cat stub.c 
int main( void ) { return 0; }
pak21@whitestar:~/z88dk$ zcc stub.c 
cp /usr/share/z88dk/lib/z88_crt0.opt /tmp/tmpXXjBdCnW.opt
cp /tmp/tmpXXjBdCnW.opt /tmp/tmpXXjBdCnW.asm
z88dk-zcpp -I. -DZ80 -DSMALL_C -DZ88 -D__Z88__ -DSCCZ80 
-I/usr/share/z88dk/include  stub.c /tmp/tmpXXgYjh67.i
z88dk-sccz80    -//  /tmp/tmpXXgYjh67.i
z88dk-copt /usr/share/z88dk/lib/z80rules.2 < /tmp/tmpXXgYjh67.asm > 
/tmp/tmpXXgYjh67.op1
z88dk-copt /usr/share/z88dk/lib/z80rules.1 < /tmp/tmpXXgYjh67.op1 > 
/tmp/tmpXXgYjh67.opt
z88dk-z80asm -eopt -ns -Mo  /tmp/tmpXXgYjh67.opt
z88dk-z80asm -a -m -Mo -oa.bas -i/usr/share/z88dk/lib/clibs/z88_clib  
-i/usr/share/z88dk/lib/clibs/z80_crt0  /tmp/tmpXXjBdCnW.opt /tmp/tmpXXgYjh67.o

--- cut here ---

It seems somehow that the buildd path has escaped into the binary rather than 
using the plain /usr/share/z88dk/lib

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages z88dk depends on:
ii  debconf [debconf-2.0]  1.5.39
ii  z88dk-bin              1.8.ds1-9
ii  z88dk-data             1.8.ds1-9

z88dk recommends no packages.

Versions of packages z88dk suggests:
pn  z88dk-doc       <none>
pn  z88dk-examples  <none>

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



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to