Bug 1375 - "make LKC_GENPARSER=1" fails with bison 2.4.1
Summary: "make LKC_GENPARSER=1" fails with bison 2.4.1
Status: RESOLVED FIXED
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-21 02:41 UTC by Jérémie Koenig
Modified: 2010-06-04 11:06 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
move #include "zconf.hash.c" in a second prologue section (841 bytes, patch)
2010-03-21 02:41 UTC, Jérémie Koenig
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jérémie Koenig 2010-03-21 02:41:21 UTC
Created attachment 1339 [details]
move #include "zconf.hash.c" in a second prologue section

Hello,

Rebuilding the kconfig parser fails with bison 2.4.1: scripts/kconfig/zconf.y
produces a zconf.tab.c file in which zconf.hash.c is included before the token
type definitions (which it needs).

The attached patch fixes this problem.
Comment 1 Denys Vlasenko 2010-06-04 11:06:30 UTC
fixed in "Hurd compat fixes. Mostly dealing with absent PATH_MAX" commit in git