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
>
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
;
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 as
3 matches
Mail list logo