Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 605432 - net-nds/389-ds-base: parallel build failure
Summary: net-nds/389-ds-base: parallel build failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Brown
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-12 02:05 UTC by Michael Orlitzky
Modified: 2017-05-14 22:04 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,5.62 KB, text/plain)
2017-01-12 02:05 UTC, Michael Orlitzky
Details
build.log.bz2 (build.log.bz2,26.25 KB, application/x-bzip2)
2017-01-12 02:06 UTC, Michael Orlitzky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Orlitzky gentoo-dev 2017-01-12 02:05:49 UTC
Created attachment 459668 [details]
emerge-info.txt

I have at least narrowed this down to the build system. I can get a successful build with MAKEOPTS="-j1", and failures frequently (but not every time) with my usual MAKEOPTS="-j5".

  $ USE="-bitwise -dna -ldapi -pam-passthru" \
      emerge -pv1 =net-nds/389-ds-base-1.3.5.15-r1

  These are the packages that would be merged, in order:

  Calculating dependencies  ... done!
  [ebuild   R   ~] net-nds/389-ds-base-1.3.5.15-r1::gentoo USE="-auto-dn-suffix
  -autobind -bitwise -debug -dna -doc -kerberos -ldapi -pam-passthru -presence
  (-selinux)" 0 KiB

  Total: 1 package (1 reinstall), Size of downloads: 0 KiB
Comment 1 Michael Orlitzky gentoo-dev 2017-01-12 02:06:23 UTC
Created attachment 459670 [details]
build.log.bz2
Comment 2 William Brown 2017-01-12 03:29:34 UTC
I can reproduce this now.

Upstream issue has been opened. https://fedorahosted.org/389/ticket/49089
Comment 3 William Brown 2017-02-07 00:59:24 UTC
We have improved upstream build, and found a fix for the ebuild. These are waiting on review to merge. Thanks for finding this, we really appreciate your patience.
Comment 4 Patrice Clement gentoo-dev 2017-05-14 22:04:25 UTC
PR merged. Thanks Wes!