You are not logged in.
Pages: 1
Make returns the following error:
conf_lex.c: In function `conflex':
conf_lex.c:4728: error: `yy_prev_more_offset' undeclared (first use in this function)
conf_lex.c:4728: error: (Each undeclared identifier is reported only once
conf_lex.c:4728: error: for each function it appears in.)
make[2]: *** [conf_lex.o] Error 1
make[2]: Leaving directory `/var/abs/extra/system/aide/src/aide-0.10/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/abs/extra/system/aide/src/aide-0.10'
make: *** [all-recursive-am] Error 2
==> ERROR: Build Failed. Aborting...
Can anybody help?
Thanks,
Gvre
Offline
gvre,
If you think you've got a bad build here it's probably best to submit your results to our bug tracker. The entry point is on the right side of our home page. While I can't be sure that it will be absolutely necessary for a proper analysis by the package maintainer for you to do so, it may be helpful for you to submit a bit more of the output than you show here anyway. If you already have a log file on the build, say build.log, run something like tail -n 30 build.log and include the output in the comments area of the bug report. If not, create one by re-running the build as root with makepkg -bci 2>&1 | tee build.log and submit roughly the last 30 lines.
Best regards.
jlowell
Offline
I just did it.
Thanks,
Gvre
Offline
Pages: 1