Summary: | app-office/libreoffice-5.1.4.2 ignores MAKEOPTS | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alex Efros <powerman-asdf> |
Component: | Current packages | Assignee: | Gentoo Office Team <office> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | arthur |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 654178 | ||
Attachments: | app-office:libreoffice-5.1.4.2:20160801-115618.log.bz2 |
Description
Alex Efros
2016-08-01 14:38:45 UTC
Please attach a build log. (In reply to Mike Gilbert from comment #1) > Please attach a build log. I'm not sure what you wanna see in that log. It doesn't contains list of env variables, and when I've compared logs with and without GMAKE_OPTIONS first difference was in make args (it get -j arg twice for some reason): # diff -u app-office:libreoffice-5.1.4.2:20160801-115618.log app-office:libreoffice-5.1.4.2:20160801-143008.log | head -n 12 --- app-office:libreoffice-5.1.4.2:20160801-115618.log 2016-08-01 15:57:31.598874506 +0300 +++ app-office:libreoffice-5.1.4.2:20160801-143008.log 2016-08-01 22:31:09.661221713 +0300 @@ -563,7 +563,7 @@ Automatic fetching of external tarballs is disabled. mkdir -p /var/tmp/portage/app-office/libreoffice-5.1.4.2/work/libreoffice-5.1.4.2/instdir /var/tmp/portage/app-office/libreoffice-5.1.4.2/work/libreoffice-5.1.4.2/solenv/bin/install-gdb-printers -a /var/tmp/portage/app-office/libreoffice-5.1.4.2/work/libreoffice-5.1.4.2/instdir -c -make -j 8 -j8 -f /var/tmp/portage/app-office/libreoffice-5.1.4.2/work/libreoffice-5.1.4.2/Makefile.gbuild build +make -j 8 -j4 -f /var/tmp/portage/app-office/libreoffice-5.1.4.2/work/libreoffice-5.1.4.2/Makefile.gbuild build make[1]: Entering directory '/var/tmp/portage/app-office/libreoffice-5.1.4.2/work/libreoffice-5.1.4.2' mkdir -p /var/tmp/portage/app-office/libreoffice-5.1.4.2/work/libreoffice-5.1.4.2/workdir/Headers/Library/ mkdir -p /var/tmp/portage/app-office/libreoffice-5.1.4.2/work/libreoffice-5.1.4.2/workdir/LinkTarget/Library/ @@ -802,14 +802,14 @@ I'll attach full log anyway, just in case. Created attachment 442340 [details]
app-office:libreoffice-5.1.4.2:20160801-115618.log.bz2
I had to `bzip2 -9` that log, because it was too large for uploading.
This is done inside the ebuild already: $ grep MAKEOPTS libreoffice-5.1.4.2.ebuild export GMAKE_OPTIONS="${MAKEOPTS}" (In reply to Andreas Sturmlechner from comment #4) > This is done inside the ebuild already: > > $ grep MAKEOPTS libreoffice-5.1.4.2.ebuild > export GMAKE_OPTIONS="${MAKEOPTS}" Probably doing this only in src_configure is not enough. FYI: Same here. MAKEOPTS="--jobs=5" but viewing compilation of libreoffice-5.4.2.2 (in htop) shows "make -j 1". Some more hints: - AFAIK many (all?) other builds are hit by this issue - I am running several similar gentoo boxes and just one has this issue - I am using paludis-9999 on all machines Please reopen or file a new bug if you still see this with libreoffice-7 |