X2Go Bug report logs - #116
Only install what is needed

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, 1 Feb 2013 18:33:01 UTC

Severity: wishlist

Tags: patch, pending

Merged with 238

Fixed in version 2:3.5.0.21

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: owner@bugs.x2go.org
Subject: Bug#116: [X2Go-Dev] Bug#238: Bundled libraries
Reply-To: Orion Poplawski <orion@cora.nwra.com>, 116@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: owner@bugs.x2go.org
Resent-Date: Wed, 10 Jul 2013 21:18:02 +0000
Resent-Message-ID: <handler.116.B116.137349074212780@bugs.x2go.org>
Resent-Sender: owner@bugs.x2go.org
X-X2Go-PR-Message: followup 116
X-X2Go-PR-Package: nx-libs
X-X2Go-PR-Keywords: 
Received: via spool by 116-submit@bugs.x2go.org id=B116.137349074212780
          (code B ref 116); Wed, 10 Jul 2013 21:18:02 +0000
Received: (at 116) by bugs.x2go.org; 10 Jul 2013 21:12:22 +0000
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID,URIBL_BLOCKED
	autolearn=unavailable version=3.3.2
X-Greylist: delayed 3589 seconds by postgrey-1.34 at ymir; Wed, 10 Jul 2013 23:12:13 CEST
Received: from mail.cora.nwra.com (mercury.cora.nwra.com [4.28.99.165])
	by ymir (Postfix) with ESMTPS id 2BCB45DB11;
	Wed, 10 Jul 2013 23:12:12 +0200 (CEST)
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 r6AKCKJD003116
	(version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO);
	Wed, 10 Jul 2013 14:12:21 -0600
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cora.nwra.com;
	s=default; t=1373487141;
	bh=hRS6ICfOnWJ+3FgccPSi1k9P0VRKXO8k8p2DwCnEuMQ=;
	h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References:
	 In-Reply-To:Content-Type;
	b=QRKsaACc6fBbdtlprhKUNQTpPatAmLXPPz0zRiQ6JPEa3F7dDnxcDiiclmVtdtFtj
	 15gguyNEy3HpyqWpy9ZNbbP3aAqHBaQFdQhFrKIJi92pijTrLEH4kcG9JqcsKMJz6r
	 UFtwhs3UfNVZqo9uHkA7dg2V1Q2UmsWkj1FP5EOw=
Message-ID: <51DDC024.9020204@cora.nwra.com>
Date: Wed, 10 Jul 2013 14:12:20 -0600
From: Orion Poplawski <orion@cora.nwra.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7
MIME-Version: 1.0
To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
CC: 116@bugs.x2go.org, control@bugs.x2go.org
References: <51BA8380.9070000@cora.nwra.com> <20130614121339.211254jthtsexcr7@mail.das-netzwerkteam.de>
In-Reply-To: <20130614121339.211254jthtsexcr7@mail.das-netzwerkteam.de>
Content-Type: multipart/mixed;
 boundary="------------070300060008020609010804"
[Message part 1 (text/plain, inline)]
On 06/14/2013 04:13 AM, Mike Gabriel wrote:
> Hi Orion,
>
> On Fr 14 Jun 2013 04:44:16 CEST Orion Poplawski wrote:
>
>> Package: nx-libs
>>
>> nx-libs has copies of a number of libraries in nx-X11/extras/ (and some glue
>> in nx-X11/libs).  We should get rid of these and use system provided versions.
>>
>> As a first stab, I'm able to remove the following without any harm:
>>
>> rm -r nx-X11/extras/{drm,fonts,ogl-sample,regex,ttf2pt1,x86emu,zlib}
>> rm -r nx-X11/lib/{regex,zlib}
>>
>> expat appears to be essentially the 1.95.6 version.  And can be disabled by
>> setting HasExpat YES in nx-X11/config/cf/host.def.
>>
>> fontconfig is an unmodified fontconfig 2.3.2 and can be disabled with
>> HasFontconfig YES.
>>
>> rman is not needed and can be disabled with BuildRman NO.
>>
>> That's a far as I've gotten today.
>
> Thanks for having started working on this. You earlier reported this request
> via BTS (#116) and getting a fix for this issue rolling is pretty valuable, I
> guess.
>
> We won't be able to remove the source folders you referred to from our
> nx-libs.git repos as the git repos also documents how NoMachine releases get
> merged into NX (redistributed). However, we should get rid of those folders at
> build-time (.deb packages) and get rid of those folders from the tarballs
> (.rpm et al. packages).
>
> So, if you work on this (I know that you work on .rpm based systems), please
> edit nx-libs.git/debian/roll-tarball.sh for us whenever you want to remove
> files from the tarball. If you need some other build options, provide that
> change as a patch for our patch system. Just send the patch, I will transform
> that into an appropriate quilt patch.
>
> For the .deb build process, we have to move folders out of the way during
> build-time via /debian/rules. I can see to that, once you have a diff for the
> roll-tarball.sh script.
>
> Greets+Thanks!
> Mike

Okay, here goes my initial changes.

I'd still like to unbundle Xpm if possible, but it does get linked to 
libXcomp.  And Mesa may be just too integrated.

-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       orion@nwra.com
Boulder, CO 80301                   http://www.nwra.com
[0001-Remove-bundled-libraries-we-do-not-need-in-roll-tarb.patch (text/x-patch, attachment)]
[0002-Build-option-changes-to-not-use-bundled-libraries.patch (text/x-patch, attachment)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Fri Mar 29 01:18:46 2024; 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.