All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] ipmiutil: uncomment PARALLEL_MAKE
@ 2016-10-13 12:46 Martin Jansa
  0 siblings, 0 replies; only message in thread
From: Martin Jansa @ 2016-10-13 12:46 UTC (permalink / raw)
  To: openembedded-devel

* 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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-13 12:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-13 12:46 [meta-oe][PATCH] ipmiutil: uncomment PARALLEL_MAKE Martin Jansa

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.