Ticket #3137 (closed bug: fixed)
Updated bison 2.4 package appears to not correctly generate ftpd's ftpcmd.c
| Reported by: | anevilyak | Owned by: | zooey |
|---|---|---|---|
| Priority: | normal | Milestone: | R1 |
| Component: | Build System | Version: | R1/pre-alpha1 |
| Keywords: | Cc: | black.belt.jimmy@…, olive@… | |
| Blocked By: | Platform: | All | |
| Blocking: | #3156 |
Description
With the recently updated bison package, ftpcmd.y -> ftpcmd.c no longer works correctly. It generates a symbol table, but then puts the enum definitions for the tokens used in said table later in the file, as a result of which gcc fails to build the file. This still works correctly on Linux and FreeBSD though, both of which are using bison 2.3 here.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

