X2Go Bug report logs - #87
parallel build issues

version graph

Package: nx-libs; Maintainer for nx-libs is X2Go Developers <x2go-dev@lists.x2go.org>;

Reported by: Orion Poplawski <orion@cora.nwra.com>

Date: Fri, 14 Dec 2012 18:33:01 UTC

Severity: normal

Tags: patch, pending

Found in version 3.5.0.16

Done: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

Bug is archived. No further changes may be made.

Full log


🔗 View this message in rfc822 format

X-Loop: git-admin@x2go.org
Subject: Bug#87: parallel build issues
Reply-To: Orion Poplawski <orion@cora.nwra.com>, 87@bugs.x2go.org
Resent-From: Orion Poplawski <orion@cora.nwra.com>
Resent-To: x2go-dev@lists.berlios.de
Resent-CC: X2Go Developers <x2go-dev@lists.berlios.de>
X-Loop: git-admin@x2go.org
Resent-Date: Fri, 14 Dec 2012 18:33:01 +0000
Resent-Message-ID: <handler.87.B.135550911918264@bugs.x2go.org>
Resent-Sender: git-admin@x2go.org
X-X2Go-PR-Message: report 87
X-X2Go-PR-Package: nx-libs
X-X2Go-PR-Keywords: patch
Received: via spool by submit@bugs.x2go.org id=B.135550911918264
          (code B); Fri, 14 Dec 2012 18:33:01 +0000
Received: (at submit) by bugs.x2go.org; 14 Dec 2012 18:18:39 +0000
Received: from mail.cora.nwra.com (mercury.cora.nwra.com [4.28.99.165])
	by ymir (Postfix) with ESMTPS id 002C55DA6C
	for <submit@bugs.x2go.org>; Fri, 14 Dec 2012 19:18:38 +0100 (CET)
Received: from barry.cora.nwra.com (barry.cora.nwra.com [10.10.20.7])
	(authenticated bits=0)
	by mail.cora.nwra.com (8.14.4/8.14.4) with ESMTP id qBEIIbPJ011149
	(version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO)
	for <submit@bugs.x2go.org>; Fri, 14 Dec 2012 11:18:37 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cora.nwra.com;
	s=default; t=1355509117;
	bh=+D+eidaQzCkO9okd41qO+SAcYjCf3RggM4/pYTrtxwk=;
	h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type;
	b=JP3ovVRXkxWh4ZNo5mV37vA3/pQxjnPw5lHwT4pAm4aUQO3jC18qeF8tcZsiyUbrT
	 173QJqRaf+DjSVj4mL4A+KbpEoyzLTj7k9h2RgdxKCrG340tzzTHUspaLl9RqRWoOT
	 TzOyWjEv2ae/sk7zzgfYSzIvcHtYKzOZXiR8iCM8=
Message-ID: <50CB6D7D.9040001@cora.nwra.com>
Date: Fri, 14 Dec 2012 11:18:37 -0700
From: Orion Poplawski <orion@cora.nwra.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0
MIME-Version: 1.0
To: submit@bugs.x2go.org
Content-Type: multipart/mixed;
 boundary="------------050300040106000507020503"
[Message part 1 (text/plain, inline)]
Package: nx-libs
Version: 3.5.0.16
Tags: patch

I've been seeing the parallel build issues in nx-libs mentioned recently. 
Tracking the build closer, it looks like a lot is getting built during the 
"make depend" stage:

depending in lib/X11...
make[5]: Entering directory `/builddir/build/BUILD/nx-libs-HEAD/nx-X11/lib/X11'
cd ../../../nxcomp &&   /builddir/build/BUILD/nx-libs-HEAD/my_configure

(I've set CONFIGURE to point to my_configure following the opensuse 
buildserver rpm specfile)

Now, why is this happening?

In nx-X11/lib/X11/Makefile there are deps like:

depend:: $(NX_XCOMPLIBTARGET)

Which triggers a build of nxcomp.  These come from nx-X11/lib/X11/Imakefile 
and are complete nonsense - why are we building things during the depend 
stage?  Removing those exposes the lack of proper build dependencies between 
NX_X11, Xcomp, and Xcompext (and what the previous depend hack was trying to 
work around).

The attached patch I believe fixes both of these issues, and hopefully fixes 
the parallel make issue as well.  It's been building fine for me now.

-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA, Boulder Office                  FAX: 303-415-9702
3380 Mitchell Lane                       orion@nwra.com
Boulder, CO 80301                   http://www.nwra.com

[nx-libs-depend.patch (text/x-patch, attachment)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Mon May 19 18:14:27 2025; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.