Summary: | sys-apps/portage-2.2 - `emerge -j4 -DkNtu1 @system @world' fails when upgrading bash and glibc concurrently | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Helmut Jarausch <jarausch> |
Component: | Core - Dependencies | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | InVCS |
Priority: | High | ||
Version: | 2.2 | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=782817 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 307597, 328317 | ||
Attachments: |
merge libc asap
install libc asap while accounting for parallel builds |
Description
Helmut Jarausch
2010-02-05 12:21:00 UTC
I hopefully updated the Summary to be less spectacularly dramatic and to more exactly and dryly specify what exactly happened... Adding virtual/libc to the bash dependencies would solve this. Given the virtual/libc dependencies are typically unspecified, I guess we should add a hack in the dependency resolver to automatically promote virtual/glibc to the front of the list, similar to how sys-apps/portage is automatically promoted. Created attachment 219959 [details, diff]
merge libc asap
Save as /tmp/libc_asap.patch and apply as follows:
cd /usr/lib/portage
patch -p0 < /tmp/libc_asap.patch
This is fixed in 2.1.8 and 2.2_rc64. Actually, the current won't necessarily work with --jobs > 1, so this needs a little more work. Created attachment 222767 [details, diff]
install libc asap while accounting for parallel builds
This is fixed in 2.1.8.3 and 2.2_rc67. |