Bug#963108: perl: Please include minor patch to fix FTBFS on m68k

2020-06-20 Thread John Paul Adrian Glaubitz
Control: tags -1 +upstream Hi! On 6/19/20 5:54 PM, John Paul Adrian Glaubitz wrote: > On 6/19/20 8:37 AM, John Paul Adrian Glaubitz wrote: >> On 6/19/20 8:22 AM, John Paul Adrian Glaubitz wrote: >>> The attached patch fixes the problem by adding an additional 16 bits padding >>> before the opslot

Bug#963108: perl: Please include minor patch to fix FTBFS on m68k

2020-06-19 Thread John Paul Adrian Glaubitz
On 6/19/20 8:37 AM, John Paul Adrian Glaubitz wrote: > On 6/19/20 8:22 AM, John Paul Adrian Glaubitz wrote: >> The attached patch fixes the problem by adding an additional 16 bits padding >> before the opslot member which causes the alignment of opslot to be 32 bits. > > Attaching a patch with a b

Bug#963108: perl: Please include minor patch to fix FTBFS on m68k

2020-06-18 Thread John Paul Adrian Glaubitz
Hi! On 6/19/20 8:22 AM, John Paul Adrian Glaubitz wrote: > The attached patch fixes the problem by adding an additional 16 bits padding > before the opslot member which causes the alignment of opslot to be 32 bits. Attaching a patch with a better commit message for explanation. Adrian -- .''`

Bug#963108: perl: Please include minor patch to fix FTBFS on m68k

2020-06-18 Thread John Paul Adrian Glaubitz
Source: perl Version: 5.32.0~rc1-1 Severity: normal Tags: patch User: debian-...@lists.debian.org Usertags: m68k Hi! perl currently fails to build from source on m68k in experimental due to an alignment issue. On m68k, the natural alignment is 16 bits which causes the opslot member of "struct ops