Bug#762307: grub2: FTBFS on mipsel: objcopy:none_decompress.img[.text]: File truncated

2014-09-26 Thread Jurica Stanojkovic
Hello, I have attached a new patch. It is tested on mipsel and i386. --- grub2-2.02~beta2.orig/gentpl.py +++ grub2-2.02~beta2/gentpl.py @@ -753,7 +753,7 @@ def image(defn, platform): if test x$(TARGET_APPLE_LINKER) = x1; then \ $(MACHO2IMG) $ $@; \ else \ - $(TARGET_OBJCOPY) $( +

Bug#762307: grub2: FTBFS on mipsel: objcopy:none_decompress.img[.text]: File truncated

2014-09-26 Thread Colin Watson
On Fri, Sep 26, 2014 at 10:55:43AM +, Jurica Stanojkovic wrote: I have attached a new patch. It is tested on mipsel and i386. --- grub2-2.02~beta2.orig/gentpl.py +++ grub2-2.02~beta2/gentpl.py @@ -753,7 +753,7 @@ def image(defn, platform): if test x$(TARGET_APPLE_LINKER) = x1; then \

Bug#762307: grub2: FTBFS on mipsel: objcopy:none_decompress.img[.text]: File truncated

2014-09-25 Thread Jurica Stanojkovic
Control: tags -1 + patch Hello, I have tried to build package on mipsel with change that Colin Watson has suggested (-R .MIPS.abiflags). With that change package does build successfully on mipsel. Patch resolving this issue is attached. Regards, Jurica --- grub2-2.02~beta2.orig/gentpl.py +++

Bug#762307: grub2: FTBFS on mipsel: objcopy:none_decompress.img[.text]: File truncated

2014-09-25 Thread Colin Watson
On Thu, Sep 25, 2014 at 03:52:52PM +, Jurica Stanojkovic wrote: --- grub2-2.02~beta2.orig/gentpl.py +++ grub2-2.02~beta2/gentpl.py @@ -753,7 +753,11 @@ def image(defn, platform): if test x$(TARGET_APPLE_LINKER) = x1; then \ $(MACHO2IMG) $ $@; \ else \ - $(TARGET_OBJCOPY) $( +

Bug#762307: grub2: FTBFS on mipsel: objcopy:none_decompress.img[.text]: File truncated

2014-09-23 Thread Colin Watson
On Sun, Sep 21, 2014 at 01:39:29AM +0200, Cyril Brulebois wrote: your package started FTBFSing on mipsel with 2.02~beta2-12, confirmed on 2.02~beta2-13. Hopefully pasting the right lines, sorry if the parallel build makes that inaccurate: | gcc-4.9 -DHAVE_CONFIG_H -I. -I../../../grub-core -I..

Bug#762307: grub2: FTBFS on mipsel: objcopy:none_decompress.img[.text]: File truncated

2014-09-20 Thread Cyril Brulebois
Source: grub2 Version: 2.02~beta2-12 Severity: serious Justification: FTBFS Hi, your package started FTBFSing on mipsel with 2.02~beta2-12, confirmed on 2.02~beta2-13. Hopefully pasting the right lines, sorry if the parallel build makes that inaccurate: | gcc-4.9 -DHAVE_CONFIG_H -I.