[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: recent armel/armhf kernels ENOMEM on mprotect, maxima/axiom FTBFS



On Tue, 2014-08-19 at 18:50 -0400, Camm Maguire wrote:
> 4) add the lines 
> 
> #ifdef NEED_STACK_CHK_GUARD
>   if (!raw_image) __stack_chk_guard=random_ulong();/*Cannot be safely set inside a function which returns*/
> #endif
> 
> to main.c, right after

I think you meant o/main.c (at least that's the one I could find)

> 5) debian/rules build-ansi-stamp

This step fails for me with:
In file included from sfaslelf.c:181:0,
                 from sfasl.c:81:
../h/elf32_arm_reloc.h: In function ‘relocate’:
../h/elf32_arm_reloc.h:8:10: error: ‘R_ARM_THM_JUMP24’ undeclared (first use in this function)
../h/elf32_arm_reloc.h:8:10: note: each undeclared identifier is reported only once for each function it appears in
../h/elf32_arm_reloc.h:55:10: error: ‘R_ARM_JUMP24’ undeclared (first use in this function)
make[2]: *** [sfasl.o] Error 1

Is that because I tried building on Wheezy? I'll try again with sid. 

Ian.


Reply to: