Bug#966968: efp: FTBFS: efp.a65:line 89: 8000:Illegal segment error

2020-10-15 Thread Joe Nahmias
On Mon, Sep 28, 2020 at 10:58:11AM +0200, Nicolas Boulenguez wrote: > Package: src:efp > Followup-For: Bug #966968 > > asm_to_a65.pl translates efp.asm (DASM format) to efp.a65 (XA65 > format). The related lines are: > # "org FOO" ==> "*=FOO" > s/\s*org\s+/*=/; > and >

Bug#966968: efp: FTBFS: efp.a65:line 89: 8000:Illegal segment error

2020-09-28 Thread Nicolas Boulenguez
Package: src:efp Followup-For: Bug #966968 asm_to_a65.pl translates efp.asm (DASM format) to efp.a65 (XA65 format). The related lines are: # "org FOO" ==> "*=FOO" s/\s*org\s+/*=/; and s/\s*SEG\.U\s+\w+/.zero/; s/\s*SEG\s+/./; They rewrite

Bug#966968: efp: FTBFS: efp.a65:line 89: 8000:Illegal segment error

2020-08-03 Thread Lucas Nussbaum
Source: efp Version: 1.6-1 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200802 ftbfs-bullseye Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<>' > perl