* [U-Boot] make Menuconfig Error
@ 2018-06-14 18:03 DH at synoia.com
2018-06-14 18:19 ` Joe Hershberger
2018-06-15 19:54 ` [U-Boot] make config Error Joe Hershberger
0 siblings, 2 replies; 6+ messages in thread
From: DH at synoia.com @ 2018-06-14 18:03 UTC (permalink / raw)
To: u-boot
Cloned most recent u-boot 2018.06.14
make clean works
make menuconfig fails:
/bin/sh: 1: bison: not found
scripts/kconfig/Makefile:229: recipe for target
'scripts/kconfig/dochecklxdialog' failed make[1]: ***
[scripts/kconfig/dochecklxdialog] Error 1 Makefile:491: recipe for
target 'menuconfig' failed make: *** [menuconfig] Error 2
I've checked for bison, visually and with apt-cache search but I have
found none.
Will try rebuild based on u-boot from 2018.05.14 on SPDX errors, That
version did build.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] make Menuconfig Error
2018-06-14 18:03 [U-Boot] make Menuconfig Error DH at synoia.com
@ 2018-06-14 18:19 ` Joe Hershberger
2018-06-15 19:54 ` [U-Boot] make config Error Joe Hershberger
1 sibling, 0 replies; 6+ messages in thread
From: Joe Hershberger @ 2018-06-14 18:19 UTC (permalink / raw)
To: u-boot
Hi Duncan,
On Thu, Jun 14, 2018 at 1:03 PM, <DH@synoia.com> wrote:
> Cloned most recent u-boot 2018.06.14
> make clean works
> make menuconfig fails:
>
> /bin/sh: 1: bison: not found
> scripts/kconfig/Makefile:229: recipe for target
> 'scripts/kconfig/dochecklxdialog' failed make[1]: ***
> [scripts/kconfig/dochecklxdialog] Error 1 Makefile:491: recipe for
> target 'menuconfig' failed make: *** [menuconfig] Error 2
>
> I've checked for bison, visually and with apt-cache search but I have
> found none.
This was introduced with commit
e91610da7c8a9fe42f3e5a75f06c3d1a0cb5f815 (kconfig: re-sync with Linux
4.17-rc4)
It seems that they made bison an external dependency instead of
keeping the pre-compiled scripts/kconfig/zconf.tab.c_shipped and
friends.
> Will try rebuild based on u-boot from 2018.05.14 on SPDX errors, That
> version did build.
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] make config Error
2018-06-14 18:03 [U-Boot] make Menuconfig Error DH at synoia.com
2018-06-14 18:19 ` Joe Hershberger
@ 2018-06-15 19:54 ` Joe Hershberger
[not found] ` <1475463586.405677.1529094357509@mail.yahoo.com>
1 sibling, 1 reply; 6+ messages in thread
From: Joe Hershberger @ 2018-06-15 19:54 UTC (permalink / raw)
To: u-boot
On Fri, Jun 15, 2018 at 10:56 AM, <DH@synoia.com> wrote:
> installed bison++
I just "sudo apt-get install flex bison" and it worked great.
>
> Cloned most recent u-boot 2018.06.14
>
> make clean works
> make menuconfig fails:
> make rpi_3_32b_config fails:
>
> YACC scripts/kconfig/zconf.tab.c
> scripts/kconfig/zconf.y:44 parser name defined to default :"parse"
> "scripts/kconfig/zconf.y", line 97: junk after `%%' in definition
> section Segmentation fault
> scripts/Makefile.lib:228: recipe for target
> 'scripts/kconfig/zconf.tab.c' failed make[1]: ***
> [scripts/kconfig/zconf.tab.c] Error 139
>
>
> This works on the u-boot version from one month ago.
>
> Suggestions welcome.
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot
^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <1329826139.2044620.1529454825287.ref@mail.yahoo.com>]
* [U-Boot] Make Menuconfig Error
[not found] <1329826139.2044620.1529454825287.ref@mail.yahoo.com>
@ 2018-06-20 0:33 ` Duncan Hare
0 siblings, 0 replies; 6+ messages in thread
From: Duncan Hare @ 2018-06-20 0:33 UTC (permalink / raw)
To: u-boot
Karsten
Thanks for your lasts response.
My apologies, I forget my yahoo email does not quite understand RFC email standards.
Here's when I'm at with this version of u-boot.
root at debian:/home/duncan/archive/u-boot# make clean
root at debian:/home/duncan/archive/u-boot# make menuconfig
HOSTCC scripts/basic/fixdep
HOSTCC scripts/kconfig/mconf.o
YACC scripts/kconfig/zconf.tab.c
scripts/kconfig/zconf.y:44 parser name defined to default :"parse"
"scripts/kconfig/zconf.y", line 97: junk after `%%' in definition section
Segmentation fault
scripts/Makefile.lib:228: recipe for target 'scripts/kconfig/zconf.tab.c' failed
make[1]: *** [scripts/kconfig/zconf.tab.c] Error 139
Makefile:491: recipe for target 'menuconfig' failed
make: *** [menuconfig] Error 2
root at debian:/home/duncan/archive/u-boot# Duncan Hare
714 931 7952
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-06-20 0:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-14 18:03 [U-Boot] make Menuconfig Error DH at synoia.com
2018-06-14 18:19 ` Joe Hershberger
2018-06-15 19:54 ` [U-Boot] make config Error Joe Hershberger
[not found] ` <1475463586.405677.1529094357509@mail.yahoo.com>
2018-06-18 14:18 ` [U-Boot] Fw: " Duncan Hare
[not found] ` <20180618184257.pan6iii56sodexxr@excalibur.cnev.de>
2018-06-18 21:30 ` Duncan Hare
[not found] <1329826139.2044620.1529454825287.ref@mail.yahoo.com>
2018-06-20 0:33 ` [U-Boot] Make Menuconfig Error Duncan Hare
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.