[Prelude Hybrid IDS] #256: Fail to build on ia64/Debian and hppa/Debian
"Prelude Hybrid IDS" <[email protected]>
| Newsgroups | gmane.comp.security.ids.prelude.devel |
|---|---|
| Message-ID | <[email protected]> |
#256: Fail to build on ia64/Debian and hppa/Debian -------------------------------------------------+-------------------------- Reporter: Pierre Chifflier <[email protected]> | Owner: yoann Type: defect | Status: new Priority: normal | Milestone: Component: libprelude | Version: 0.9 Severity: normal | Keywords: -------------------------------------------------+-------------------------- libprelude fails to build on Debian ia64 and hppa, with the following error: {{{ gcc -E _mkerrcodes.h | grep PRELUDE_ERROR_ | LANG="" awk -f ./mkerrcodes.awk >mkerrcodes.h awk: field separator [ ]+PRELU... is too long source line number 60 }}} The reason is that the native awk version is not GNU awk, and has different limitations. Editing the file, it turns out that using FS is not needed at all since the fields are separated by spaces. Attached is a patch (-p0) to fix this problem. -- Ticket URL: <https://trac.prelude-ids.org/ticket/256> Prelude Hybrid IDS <http://www.prelude-ids.org> The Prelude Hybrid Intrusion Detection System suite _______________________________________________ Prelude-devel site list [email protected] http://www.prelude-ids.org/mailman/listinfo/prelude-devel