From ionic@ionic.de Wed Jul 1 19:30:01 2015 Received: (at 899) by bugs.x2go.org; 1 Jul 2015 17:30:03 +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=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID, URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from Root24.de (powered.by.root24.eu [5.135.3.88]) by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 929225DA85 for <899@bugs.x2go.org>; Wed, 1 Jul 2015 19:30:01 +0200 (CEST) Received: from nopileos.local (home.ionic.de [217.92.117.31]) by mail.ionic.de (Postfix) with ESMTPSA id 1D6EA4F05060; Wed, 1 Jul 2015 19:30:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ionic.de; s=default; t=1435771801; bh=yr9x53A4jUP2YddJIpfNVQSuVN6lkxNGcdP3wBJqfWE=; h=Subject:To:References:From:Date:In-Reply-To:From; b=V0NMniCaMgqOWy8UEquqf7XbaaYcLF6iWl5jSazNF8/Ef/lPLd3B9ZCaDF7Bv0RJT 7DMuZAMrNaZJyYQahl+7y+isrBH2dHjrW8EHWuO7Ava4k4MGKfsfRagfVC5E21ftIA NbR4Wh4haXH+6i5+GdlWKahKjpdmEL+yWXwPp/jU= Subject: Re: [X2Go-Dev] EPEL 6 8 Jul 2015 release has dependency error To: "Harris, Peter A" , 899@bugs.x2go.org References: <6C81244C2F3FDF44A51853E4D3BEA2EF945BC44B@US-BV-EXM01-P.global.tektronix.net> <5593281F.9010702@ionic.de> <6C81244C2F3FDF44A51853E4D3BEA2EF945BD1B3@US-BV-EXM01-P.global.tektronix.net> <55940EF1.4080604@ionic.de> <6C81244C2F3FDF44A51853E4D3BEA2EF945BD29B@US-BV-EXM01-P.global.tektronix.net> From: Mihai Moldovan X-Enigmail-Draft-Status: N1110 Message-ID: <55942394.2080409@ionic.de> Date: Wed, 1 Jul 2015 19:29:56 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <6C81244C2F3FDF44A51853E4D3BEA2EF945BD29B@US-BV-EXM01-P.global.tektronix.net> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="TFog9RDNJcH4cRgNdTjOauIe2VVi7qQ9d" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --TFog9RDNJcH4cRgNdTjOauIe2VVi7qQ9d Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 01.07.2015 06:34 PM, Harris, Peter A wrote: > Nope. That does not help. "yum install x2goserver" fails as before fo= r dependency. "yum list" still does not show the compshad package. But why? I've checked the repository database and XML files created by createrepo on the server and they both list the package: ionic@nopileos~% sqlite3 3e2ca432eee448392bed25e4ace4fc5cc5bd7c9c03ba52235a6350e3c0fe6d3d-primary.= sqlite SQLite version 3.8.10.2 2015-05-20 18:17:19 Enter ".help" for usage hints. sqlite> .explain sqlite> SELECT * FROM `packages` WHERE name=3D'libXcompshad3'; pkgK pkgId name arch vers epoch re summary description url time_file time_build rpm_license rpm_vend= or rpm_group rpm_buildhost rpm_sourcerpm rpm_header_start rpm_header_end rpm_packa= ger size_package size_installed size_archive location_href location_base checksum_t= ype ---- ------------- ---- ---- ---- ------------- -- ------------- -------------------------------------------------------------------------= -------------------- ---------------- ---------- ---------- ----------- ---------- ---------------------------- ---------------- ------------------------------------------------------------ -----------= ----- -------------- ------------ ------------ -------------- ------------ -------------------------------------------------------------------------= --------- ------------- ------------- 26 608f14174d931a88de8aa4c58e1873e042be3191d3b13bc360fb14e83fb59b66 libXcompshad3 x86_64 3.5.0.31 0 0.0x2go1.1.git20150608.671.main.el6 NX session shadowing Library NX is = a software suite from NoMachine which implements very efficient compression of the X11 protocol. This increases performance when using X applications over a network, especially a slow one. This package provides the session shadowing library. http://x2go.org/ 1433730944 1433728830 GPLv2+ System Environment/Libra= ries japsand.x2go.org nx-libs-3.5.0.31-0.0x2go1.1.git20150608.671.main.el6.sr= c.rpm 880 4568 31940 73616 74684 rpms/nx-libs/libXcompshad3-3.5.0.31-0.0x2go1.1.git20150608.671.main.el6.x= 86_64.rpm sha256 sqlite> (The output looks messy, but the package is clearly recorded.) That's for the sqlite DB downloaded from http://packages.x2go.org/epel/6/main/x86_64/repodata/3e2ca432eee448392bed= 25e4ace4fc5cc5bd7c9c03ba52235a6350e3c0fe6d3d-primary.sqlite.bz2 - then bunzip2'd and with sqlite(3) let loose on it. The corresponding XML file, http://packages.x2go.org/epel/6/main/x86_64/repodata/2f68f7e2c19ed35ddbf5= fba0615c01241c7629779f8330b657ccf399c90fa221-primary.xml.gz also lists it. > Interestingly, "yum install ./*.rpm" has no problem! So it appears to = me that yum, when given all the rpms directly to satisfy all dependencies= , has no problem, but when it is required to go to the repo, it fails. T= o confirm that, I asked yum to install libXcompshad3 and all it dependenc= ies, but this time go to the repo for all packages: How about adding -v --rpmverbosity=3Ddebug --nogpgcheck to the yum invoca= tion to get more extensive messages? There's also a -d flag for even mor= e messages, but let's hope we won't need this... Mihai --TFog9RDNJcH4cRgNdTjOauIe2VVi7qQ9d Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBCgAGBQJVlCOVAAoJEB/WLtluJTqH5UUQAMoTg2uYRfF3qd8Iii9t8ZKP 3IUSgxKbRhwXrtNAGPYQlwfdjxiAH5tFZybmKkFnya37BbKTIZopDwPeo9gdqi91 Q+l1Bs7E6A2uKbUHBmWKPK/Dr5SA5rglZVUD+dtRpxNFUgTsdIkfmuEcM979WzxL /OyqUgZdZXwFt4oAiZSLUibiWT7KPvyHSg7DvNoki5ahpSFXZVqA2bdDjmNe6auv 2YZ4hgoQMJh0SSACH2omdK7uGW5bRkbZlYwKQbds5oBXWuly+24v9r77kwxXNTRi Hv8eb/qG7Y4QTwokAJ/O7BngzOps2ooTa6Mb8GlOzCB7P8g8p+VovosPfPiSiXdR ksC/eHzrTj4Jp9zxRKxAeXuHY1oaEoa4Xkp1iiACYaZFTiJoC0w8a+VurwbnUf6+ DibhwnZSHQb/HyN8254ROqm3mvxscB40NDeAT/s16/CE4rnWpYcsxISHQ3U7dujw 6FyIEUCmjakFdCLB0ZcBFHb8ax6ahA15HVtSrNwGYAGcykEDbZg1Xaj40CgCXN23 5+CRF6+NG/o0GK8cm5E03FEAoVNqOC2hBIM+PhBqNPqkdl2Zt9nf9cPqWrm3visW w5S8MTvLDZhuFxvsbgARgaHiQ8TI/Fq71imeoR3g4CkjG01sa0xb9nzhGbUdMCqM ZGT8KyMfblg0WykmUQAJ =Pm0a -----END PGP SIGNATURE----- --TFog9RDNJcH4cRgNdTjOauIe2VVi7qQ9d--