Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 360257 - gnome-base/gdm-2.20.11 fails to install in parallel
Summary: gnome-base/gdm-2.20.11 fails to install in parallel
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: Normal minor
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: NeedPatch
Depends on:
Blocks:
 
Reported: 2011-03-24 11:41 UTC by Göktürk Yüksek
Modified: 2013-01-04 16:47 UTC (History)
0 users

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


Attachments
build log for gdm-2.20.11 (build.log,335.75 KB, text/plain)
2011-03-24 11:42 UTC, Göktürk Yüksek
Details
emerge --info (emerge.info,4.02 KB, text/plain)
2011-03-24 11:43 UTC, Göktürk Yüksek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Göktürk Yüksek archtester gentoo-dev 2011-03-24 11:41:44 UTC
gnome-base/gdm-2.20.11 fails to build with -j3 make flag. However it compiles fine with -j1.

Reproducible: Always

Steps to Reproduce:
1.set MAKEOPTS="-j3"
2.emerge gdm
3.build fails
Comment 1 Göktürk Yüksek archtester gentoo-dev 2011-03-24 11:42:43 UTC
Created attachment 267073 [details]
build log for gdm-2.20.11
Comment 2 Göktürk Yüksek archtester gentoo-dev 2011-03-24 11:43:09 UTC
Created attachment 267077 [details]
emerge --info
Comment 3 Pacho Ramos gentoo-dev 2011-11-22 00:37:49 UTC
It already includes a patch that is supposed to fix this issue, and I have never seen this problem myself :S
Comment 4 Göktürk Yüksek archtester gentoo-dev 2011-11-22 03:46:01 UTC
(In reply to comment #3)
> It already includes a patch that is supposed to fix this issue, and I have
> never seen this problem myself :S

Well, I took the diff between the build log I submitted here and a successful one. Look at these two lines:

+  /bin/sh ../libtool --mode=install /usr/bin/install -c 'gdmXnestchooser' '/var/tmp/portage/gnome-base/gdm-2.20.11/image//usr/bin/gdmXnestchooser'
+/usr/bin/install -c gdmXnestchooser /var/tmp/portage/gnome-base/gdm-2.20.11/image//usr/bin/gdmXnestchooser

It's clear that in the previous case for some reason gdmXnestchooser didn't get installed before a soft link is created.

It's been almost 8 months and I guess I'm the only one who is affected. Considering the fact that even I can't reproduce this anymore, WONTFIX is the most appropriate solution?
Comment 5 Göktürk Yüksek archtester gentoo-dev 2013-01-04 16:47:25 UTC
Closing this since there hasn't been any progress on this and the package is not in the tree anymore.