Change History (7)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
Milestone: | 8.0 → hold |
---|---|
Summary: | unbound-1.6.1 → unbound-1.6.1 (build problem) |
comment:3 by , 8 years ago
Apparently this is a flex problem. Checking flex git, this seems to be the fix:
https://github.com/westes/flex/commit/f5d87f1a26f4a5c3402497008ae10e9a1345d327
src/main.c @@ -1586,9 +1586,9 @@ void readin (void) if (!do_yywrap) { if (!C_plus_plus) { if (reentrant) - outn ("\n#define yywrap(yyscanner) (/*CONSTCOND*/1)"); + out_str ("\n#define %swrap(yyscanner) (/*CONSTCOND*/1)\n", prefix); else - outn ("\n#define yywrap() (/*CONSTCOND*/1)"); + out_str ("\n#define %swrap() (/*CONSTCOND*/1)\n", prefix); } outn ("#define YY_SKIP_YYWRAP"); }
comment:4 by , 8 years ago
Milestone: | hold → 8.1 |
---|---|
Summary: | unbound-1.6.1 (build problem) → unbound-1.6.1 |
We've fixed flex in LFS with a patch that makes the above change. That allows unbound-1.6.1 to build properly.
Moving to 8.1.
Note:
See TracTickets
for help on using tickets.
there is a build problem with this version.
https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=1223
Moving to hold.