diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2015-02-19 11:09:04 -0500 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-02-19 11:09:04 -0500 |
commit | 13670f904b0807d3da9faf2034921ec264359b60 (patch) | |
tree | 9ed3c5874a83fa2305afa567de6d516664e50292 /meta-networking/recipes-connectivity | |
parent | c6aea6177677b991247b23b1d7ca6c528588cd3c (diff) | |
download | meta-openembedded-13670f904b0807d3da9faf2034921ec264359b60.tar.gz |
snort: blacklist
Details: http://errors.yoctoproject.org/Errors/Details/8936/
The configure failure can cause an OOM on the system, so we will shut this
down immediately.
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r-- | meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb index 8f5175e79..17d679252 100644 --- a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb +++ b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb | |||
@@ -5,6 +5,19 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5" | |||
5 | 5 | ||
6 | DEPENDS = "libpcap libpcre daq libdnet util-linux" | 6 | DEPENDS = "libpcap libpcre daq libdnet util-linux" |
7 | 7 | ||
8 | # Blacklist: | ||
9 | # | ||
10 | # http://errors.yoctoproject.org/Errors/Details/8936/ | ||
11 | # | ||
12 | # snort failure is again very nasty, because it's m4 which eats all | ||
13 | # available memory and swap before it's killed by OOM killer. | ||
14 | # | ||
15 | # Luckily it always picked m4 | ||
16 | # | ||
17 | # [Wed Feb 18 19:00:51 2015] Out of memory: Kill process 28522 (m4) score 961 or sacrifice child | ||
18 | # [Wed Feb 18 19:10:51 2015] Out of memory: Kill process 45228 (m4) score 958 or sacrifice child | ||
19 | # ... | ||
20 | PNBLACKLIST[snort] ?= "BROKEN: autotools processing causes OOM condition on configure" | ||
8 | 21 | ||
9 | SRC_URI = " ${GENTOO_MIRROR}/${BP}.tar.gz;name=tarball \ | 22 | SRC_URI = " ${GENTOO_MIRROR}/${BP}.tar.gz;name=tarball \ |
10 | file://snort.init \ | 23 | file://snort.init \ |