From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH] ipmiutil: uncomment PARALLEL_MAKE
Date: Thu, 13 Oct 2016 14:46:51 +0200 [thread overview]
Message-ID: <20161013124651.4285-1-Martin.Jansa@gmail.com> (raw)
* it's randomly failing for last year, so it wasn't there by accident
at least one race condition is on ipmilan.o:
| obj/ipmilan.o: file not recognized: File truncated
| collect2: error: ld returned 1 exit status
| make[2]: *** [libipmiutil.so] Error 1
| make[2]: *** Waiting for unfinished jobs....
* oldest failure report was on 2015-08-30
http://www.openembedded.org/wiki/Bitbake_World_Status_Jethro
and many more were reported since then in:
http://www.openembedded.org/wiki/Bitbake_World_Status_Krogoth
http://www.openembedded.org/wiki/Bitbake_World_Status
and even more
http://errors.yoctoproject.org/Errors/Search/?query=ipmiutil
e.g. good examples (not with musl)
http://errors.yoctoproject.org/Errors/Details/88674/
http://errors.yoctoproject.org/Errors/Details/85986/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-oe/recipes-support/ipmiutil/ipmiutil_2.9.6.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-support/ipmiutil/ipmiutil_2.9.6.bb b/meta-oe/recipes-support/ipmiutil/ipmiutil_2.9.6.bb
index 9e74df5..bdb3d47 100644
--- a/meta-oe/recipes-support/ipmiutil/ipmiutil_2.9.6.bb
+++ b/meta-oe/recipes-support/ipmiutil/ipmiutil_2.9.6.bb
@@ -15,7 +15,7 @@ HOMEPAGE = "http://ipmiutil.sourceforge.net"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=5f9372493401f309e6149dd2ce0a044b"
-#PARALLEL_MAKE = ""
+PARALLEL_MAKE = ""
SRC_URI = "${SOURCEFORGE_MIRROR}/ipmiutil/ipmiutil-${PV}.tar.gz \
file://fix_systemd_path.patch "
--
2.10.1
reply other threads:[~2016-10-13 12:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161013124651.4285-1-Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.