Re: __stack_chk_fail in regexp is not defined

2013-11-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 10.11.2013 14:02, Andrey Borzenkov wrote: > В Sun, 10 Nov 2013 13:18:41 +0100 > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >> Fixed, thanks for spotting those tests. > > if test x"$efiemu_excuse" = x ; then >AC_CACHE_CHECK([whether options required for efiemu work], > grub_cv_cc_efi

Re: __stack_chk_fail in regexp is not defined

2013-11-10 Thread Andrey Borzenkov
В Sun, 10 Nov 2013 13:18:41 +0100 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > Fixed, thanks for spotting those tests. if test x"$efiemu_excuse" = x ; then AC_CACHE_CHECK([whether options required for efiemu work], grub_cv_cc_efiemu, [ -CFLAGS="$TARGET_CFLAGS -m64 -mcmodel=large -mno-

Re: __stack_chk_fail in regexp is not defined

2013-11-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
; Vladimir 'φ-coder/phcoder' Serbinenko wrote: >>>>>> >>>>>>> On 08.11.2013 19:42, Glenn Washburn wrote: >>>>>>>> Now, I'm getting this error while building. Bug in the awk >>>>>>>> script?

Re: __stack_chk_fail in regexp is not defined

2013-11-10 Thread Glenn Washburn
ote: > > > >> > > > >>> On 08.11.2013 19:42, Glenn Washburn wrote: > > > >>>> Now, I'm getting this error while building. Bug in the awk > > > >>>> script? > > > >>>> > > > >>>> cat

Re: __stack_chk_fail in regexp is not defined

2013-11-09 Thread Andrey Borzenkov
> > >>> On 08.11.2013 19:42, Glenn Washburn wrote: > > > >>>> Now, I'm getting this error while building. Bug in the awk > > > >>>> script? > > > >>>> > > > >>>> cat syminfo.lst | sort | gawk &

Re: __stack_chk_fail in regexp is not defined

2013-11-09 Thread Andrey Borzenkov
> > >>> On 08.11.2013 19:42, Glenn Washburn wrote: > > > >>>> Now, I'm getting this error while building. Bug in the awk > > > >>>> script? > > > >>>> > > > >>>> cat syminfo.lst | sort | gawk &

Re: __stack_chk_fail in regexp is not defined

2013-11-09 Thread Andrey Borzenkov
> > >>> On 08.11.2013 19:42, Glenn Washburn wrote: > > > >>>> Now, I'm getting this error while building. Bug in the awk > > > >>>> script? > > > >>>> > > > >>>> cat syminfo.lst | sort | gawk &

Re: __stack_chk_fail in regexp is not defined

2013-11-09 Thread Andrey Borzenkov
error while building. Bug in the awk > > >>>> script? > > >>>> > > >>>> cat syminfo.lst | sort | gawk > > >>>> -f ./grub.git/grub-core/genmoddep.awk > > >>>>> moddep.lst || (rm -f moddep.lst; exit 1) __stack_chk_f

Re: __stack_chk_fail in regexp is not defined

2013-11-09 Thread Andrey Borzenkov
error while building. Bug in the awk > > >>>> script? > > >>>> > > >>>> cat syminfo.lst | sort | gawk > > >>>> -f ./grub.git/grub-core/genmoddep.awk > > >>>>> moddep.lst || (rm -f moddep.lst; exit 1) __stack_chk_f

Re: __stack_chk_fail in regexp is not defined

2013-11-09 Thread Glenn Washburn
> Vladimir 'φ-coder/phcoder' Serbinenko wrote: > >> > >>> On 08.11.2013 19:42, Glenn Washburn wrote: > >>>> Now, I'm getting this error while building. Bug in the awk > >>>> script? > >>>> > >>>> cat syminfo.l

Re: __stack_chk_fail in regexp is not defined

2013-11-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
;>> Now, I'm getting this error while building. Bug in the awk script? >>>> >>>> cat syminfo.lst | sort | gawk -f ./grub.git/grub-core/genmoddep.awk >>>>> moddep.lst || (rm -f moddep.lst; exit 1) __stack_chk_fail in >>>>> regexp i

Re: __stack_chk_fail in regexp is not defined

2013-11-08 Thread Andrey Borzenkov
wk script? > > > > > > cat syminfo.lst | sort | gawk -f ./grub.git/grub-core/genmoddep.awk > > > > moddep.lst || (rm -f moddep.lst; exit 1) __stack_chk_fail in > > > > regexp is > > > not defined > > > > > What compiler do you use and w

Re: __stack_chk_fail in regexp is not defined

2013-11-08 Thread Glenn Washburn
-core/genmoddep.awk > > > moddep.lst || (rm -f moddep.lst; exit 1) __stack_chk_fail in > > > regexp is > > not defined > > > What compiler do you use and which additional options did you pass to > it? It inserted this function call. We need either to provide this >

Re: __stack_chk_fail in regexp is not defined

2013-11-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 08.11.2013 19:42, Glenn Washburn wrote: > Now, I'm getting this error while building. Bug in the awk script? > > cat syminfo.lst | sort | gawk -f ./grub.git/grub-core/genmoddep.awk > > moddep.lst || (rm -f moddep.lst; exit 1) __stack_chk_fail in regexp is > not defined

Re: __stack_chk_fail in regexp is not defined

2013-11-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 08.11.2013 19:42, Glenn Washburn wrote: > Now, I'm getting this error while building. Bug in the awk script? > > cat syminfo.lst | sort | gawk -f ./grub.git/grub-core/genmoddep.awk > > moddep.lst || (rm -f moddep.lst; exit 1) __stack_chk_fail in regexp is > not define