From benshadwick@gmail.com Sun Aug 7 21:43:50 2016 Received: (at submit) by bugs.x2go.org; 7 Aug 2016 19:43:52 +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.7 required=3.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham version=3.3.2 Received: from localhost (localhost [127.0.0.1]) by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 3CCF75DDCB for ; Sun, 7 Aug 2016 21:43:50 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de Received: from ymir.das-netzwerkteam.de ([127.0.0.1]) by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JBuNYDZfMgTz for ; Sun, 7 Aug 2016 21:43:43 +0200 (CEST) Received: from mail-it0-f66.google.com (mail-it0-f66.google.com [209.85.214.66]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 9A9455DB7E for ; Sun, 7 Aug 2016 21:43:42 +0200 (CEST) Received: by mail-it0-f66.google.com with SMTP id u186so4997699ita.1 for ; Sun, 07 Aug 2016 12:43:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=ctoJnuo+YAp7moPjN2Mu5oElZyPVjg5ZG+FbhMDBGWI=; b=m/vd9D/5qCdsm+fUb1Drx/5Sc+nQR0F+a4uRrTDu0reII10DpTceIBanEy0SDTp6ib x+mwzUlmDu3VjyjzKiyxJBxYOr7CDE0/yKXOpMJPRwkJDJ1bhiLjei9z0FqaX7Fx57EG XPXGxwcG9WxsS7eI5NamlgeKhuRZnjGUF1p+Zc0+xb8V8GZL2jPCURyxrL48UTrBvraf TysixX0H1Ixgd2iAXmIvlAFJibsQ1L0nqMiYXSAMJFIZEe/+dBb6kR/BKc9mzbiDQthj JaETd7764UaQY6kYZ/Cyz9bvrEuZh9YZD/WYXNsV437/tsdM+/7YKHEWpfucMm1E0/Jo NrTw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=ctoJnuo+YAp7moPjN2Mu5oElZyPVjg5ZG+FbhMDBGWI=; b=GmORrC52Q5u6xDK8lQBuXPHBZ2rnMVco7WHs/lrOk/JJp+FPdzePNLJcxfUN2bUpLH JmjWo2RvitGgejKoTBkT8g20MFBywCmW2Wg3ldG3H9Lu5BSq5bcBKisLQo/lPyCC8K/Z tfKTZIQk0vomhg/Czi1eGaRHJBu+FmK++diiIROPFlxtrdz+iWBKKd9ro2RkY5w6fy0w cIbnXJlwUu0MeYTENNw9sn0DlO9PwV+k8htlUhQCPKdLLlaBTxufSWPMy/xlt9YO2pi+ 3ysUXoZRL5J1MP5j0CsESag/LNAIb0X5mChY+ygGt9s9qg3zHzfAYW8yrRmkNdhMVH5A B9wA== X-Gm-Message-State: AEkoouuPnQkK89UXGm3e437S0zCm5xsJHtM6+hIyevdZwc7uArBJij8LA3kHg+9TBQzj4wM3WNkLdeY+Rqco7w== X-Received: by 10.36.219.65 with SMTP id c62mr13893648itg.44.1470599020559; Sun, 07 Aug 2016 12:43:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.128.166 with HTTP; Sun, 7 Aug 2016 12:43:20 -0700 (PDT) From: Benjamin Shadwick Date: Sun, 7 Aug 2016 12:43:20 -0700 Message-ID: Subject: x2gomatebindings cannot be installed on Ubuntu MATE 16.04 due to missing libgtk-2.0-bin To: submit@bugs.x2go.org Content-Type: text/plain; charset=UTF-8 Package: x2gomatebindings Version: 0.0.1.3-0~160~ubuntu16.04.1 Using Ubuntu MATE x64 16.04.1 LTS (Xenial), I am unable to install x2gomatebindings from the x2go/stable PPA due to a dependency on libgtk-2.0-bin, which is a package that doesn't exist: $ sudo apt-get install x2goserver x2goserver-xsession x2gomatebindings Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: x2gomatebindings : Depends: libgtk-2.0-bin but it is not installable E: Unable to correct problems, you have held broken packages. $ uname -a Linux shodan 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux $ cat /etc/*lsb* DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04.1 LTS" $ sudo apt-get install libgtk-2.0-bin Reading package lists... Done Building dependency tree Reading state information... Done Package libgtk-2.0-bin is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'libgtk-2.0-bin' has no installation candidate From benshadwick@gmail.com Sun Aug 7 21:53:16 2016 Received: (at 1067) by bugs.x2go.org; 7 Aug 2016 19:53:18 +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.7 required=3.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham version=3.3.2 Received: from localhost (localhost [127.0.0.1]) by ymir.das-netzwerkteam.de (Postfix) with ESMTP id DCD805DDCB for <1067@bugs.x2go.org>; Sun, 7 Aug 2016 21:53:15 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de Received: from ymir.das-netzwerkteam.de ([127.0.0.1]) by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rHY3Ug+AN-7a for <1067@bugs.x2go.org>; Sun, 7 Aug 2016 21:53:09 +0200 (CEST) Received: from mail-io0-f171.google.com (mail-io0-f171.google.com [209.85.223.171]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id BF18A5DB7E for <1067@bugs.x2go.org>; Sun, 7 Aug 2016 21:53:08 +0200 (CEST) Received: by mail-io0-f171.google.com with SMTP id m101so341332205ioi.2 for <1067@bugs.x2go.org>; Sun, 07 Aug 2016 12:53:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=YnH1Qsw3v8kyGY/Fq/t7iilyVlYL2GWt2E445S6OS94=; b=RsYZhThxBZIho4R0o9/1iFDmc4E/WL/8rN9oNSHUp/DFWn5A/6V2X/tl6jqYdWTDjB UQ5gQxNN0iS3/+UbrnQJLXh+IedXMwlf1a86uZQj+GIZh6ZXggAvgS65htYw97BDt+IV QgbnceOZkuhbQGmlCxKAhYzy+ngFCM3nptuGkgn7wfsjuFbmgPZmmN51W3JpEs5zYdsH Lgr2bI4y8HLTIvfHhsP2qp8BiZEUb0n04E3y93qKJXCBHCfgRPRWo774fFh3W2M5qzgp eJuHO8xWUVfpstHsSqZ2A7MdZSycApsNavxQ3wws0s1Ep9z1YAJywrQhfjiRrwQdxUz0 ICbQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=YnH1Qsw3v8kyGY/Fq/t7iilyVlYL2GWt2E445S6OS94=; b=k8P5Os03Hmci4dLtPtHIJQ/Ie4cbfznNXgPCh7I1l70RbCTzKEQ0dP80+B8zi47V/D zppeEtxSYxuE3pfTJLQbVImmWYjw5la7CZkfJjabTuqXlK5VIbCvvAYurNsNgbM87pi9 FXLPMJTmtCL09HLNsnqRgMH5O7ADpM3i3ikxiId7YkrdZHsVoGqW0VfkwJgElJZT5jtA AT5wFwNSXSQ+P9/TfK9LhZNJYQgQNT+DEGgZDjUlNVb0E4LzvPVvT8Yx5cYEgju19dYX FAx6iL7u3asiqE//ioGs1r4nDSWCZIw1K3sQqvN45Us+LCwsgnA5sEOPImkYHe8toSYd u7ag== X-Gm-Message-State: AEkooutPGAX+4vFbmyYgg8YBa0nTt6I5k9vi2Hb9TPprx98I9zg4/QN89LJj8pEfMIU7UomYEPmLSQhPc9ie5w== X-Received: by 10.107.36.5 with SMTP id k5mr1772387iok.104.1470599587452; Sun, 07 Aug 2016 12:53:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.128.166 with HTTP; Sun, 7 Aug 2016 12:52:47 -0700 (PDT) From: Benjamin Shadwick Date: Sun, 7 Aug 2016 12:52:47 -0700 Message-ID: Subject: RE: x2gomatebindings cannot be installed on Ubuntu MATE 16.04 due to missing libgtk-2.0-bin To: 1067@bugs.x2go.org Content-Type: text/plain; charset=UTF-8 Looks like the problem may be that the real package name is libgtk2.0-bin, rather than libgtk-2.0-bin (note the difference in hyphen). From x2go@ymir.das-netzwerkteam.de Mon Aug 8 04:19:40 2016 Received: (at 1067) by bugs.x2go.org; 8 Aug 2016 02:19:57 +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=-2.9 required=3.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=unavailable version=3.3.2 Received: from localhost (localhost [127.0.0.1]) by ymir.das-netzwerkteam.de (Postfix) with ESMTP id A54D55DE09; Mon, 8 Aug 2016 04:19:40 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de Received: from ymir.das-netzwerkteam.de ([127.0.0.1]) by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 39pm2sbbyEBY; Mon, 8 Aug 2016 04:19:33 +0200 (CEST) Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005) id 88B9E5DDCB; Mon, 8 Aug 2016 04:19:33 +0200 (CEST) From: Mihai Moldovan To: 1067-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 1067@bugs.x2go.org Subject: X2Go issue (in src:x2gomatebindings) has been marked as pending for release Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer: http://snipr.com/post-receive-tag-pending Message-Id: <20160808021933.88B9E5DDCB@ymir.das-netzwerkteam.de> Date: Mon, 8 Aug 2016 04:19:33 +0200 (CEST) tag #1067 pending fixed #1067 0.0.1.4 thanks Hello, X2Go issue #1067 (src:x2gomatebindings) reported by you has been fixed in X2Go Git. You can see the changelog below, and you can check the diff of the fix at: http://code.x2go.org/gitweb?p=x2gomatebindings.git;a=commitdiff;h=a18f083 The issue will most likely be fixed in src:x2gomatebindings (0.0.1.4). light+love X2Go Git Admin (on behalf of the sender of this mail) --- commit a18f08368f8180aec373aeee289cc8324965ae03 Author: Mihai Moldovan Date: Mon Aug 8 04:16:18 2016 +0200 debian/rules: fix spelling of GTK package names: "libgtk2.0-bin" and libgtk-3-bin instead of "libgtk-2.0-bin" and "libgtk-3.0-bin". Fixes: #1067. diff --git a/debian/changelog b/debian/changelog index d202357..2b82e2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -59,6 +59,8 @@ x2gomatebindings (0.0.1.4-0~x2go1) UNRELEASED; urgency=low platforms) and consolidate default values. - Don't automatically configure after running autogen.sh. - Override "testing" string with a hardcoded version value as well. + - Fix spelling of GTK package names: "libgtk2.0-bin" and libgtk-3-bin + instead of "libgtk-2.0-bin" and "libgtk-3.0-bin". Fixes: #1067. -- X2Go Release Manager Tue, 10 Feb 2015 23:48:43 +0100 From x2go@ymir.das-netzwerkteam.de Sun Nov 20 15:54:07 2016 Received: (at 1067) by bugs.x2go.org; 20 Nov 2016 14:54:16 +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.4 required=3.0 tests=ALL_TRUSTED,BAYES_00, DATE_IN_PAST_06_12 autolearn=no version=3.3.2 Received: from localhost (localhost [127.0.0.1]) by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 8F0865DC0D; Sun, 20 Nov 2016 15:54:07 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de Received: from ymir.das-netzwerkteam.de ([127.0.0.1]) by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qrxGJdKhXTpZ; Sun, 20 Nov 2016 15:54:00 +0100 (CET) Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005) id 0C0013D42A; Sun, 20 Nov 2016 08:20:36 +0100 (CET) From: X2Go Release Manager To: 1067-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 1067@bugs.x2go.org Subject: X2Go issue (in src:x2gomatebindings) has been marked as closed Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Message-Id: <20161120072038.0C0013D42A@ymir.das-netzwerkteam.de> Date: Sun, 20 Nov 2016 08:20:36 +0100 (CET) close #1067 thanks Hello, we are very hopeful that X2Go issue #1067 reported by you has been resolved in the new release (0.0.1.4) of the X2Go source project »src:x2gomatebindings«. You can view the complete changelog entry of src:x2gomatebindings (0.0.1.4) below, and you can use the following link to view all the code changes between this and the last release of src:x2gomatebindings. http://code.x2go.org/gitweb?p=x2gomatebindings.git;a=commitdiff;h=f353abe4bbce0a6da150a6fc43bccef14a72e074;hp=803d9f80402ce1dc5e9d4b3830997301c33bbd8f If you feel that the issue has not been resolved satisfyingly, feel free to reopen this bug report or submit a follow-up report with further observations described based on the new released version of src:x2gomatebindings. Thanks a lot for contributing to X2Go!!! light+love X2Go Git Admin (on behalf of the sender of this mail) --- X2Go Component: src:x2gomatebindings Version: 0.0.1.4 Status: RELEASE Date: Sun, 20 Nov 2016 07:59:36 +0100 Fixes: 821 822 1067 Changes: x2gomatebindings (0.0.1.4) RELEASED; urgency=low . [ Mike DePaulo ] * New upstream version (0.0.1.4): - Fix error when installing from an RPM built from the X2Go project's .spec file (Fixes: #821): "Error: Package: x2gomatebinding ... Requires: or" . [ Mihai Moldovan ] * New upstream version (0.0.1.4): - configure.ac: make GTK version selectable. * x2gomatebindings.spec: - Add run and build time dependency: filesystem. - Only own files, do not blindly own complete (and alien!) directories. Fixes: #822. - Add missing BuildRequires: and Requires: for file and directory owning. - Don't depend on x2goserver-extensions on Fedora/EPEL. Remove once Orion makes x2goserver also provide x2goserver-extensions. - Fix a typo in if condition. - Let Fedora/EPEL depend on x2goserver-extensions again. We're now adding our own repositories to the build config. - Make *SUSE ignore mate-menus-upstream. A choice is bad in this case, leading to a build failure. - The last change should have really been for mate-menus-branding, not mate-menus. - Add dependency upon gnome-icon-theme-symbolic for OpenSuSE Leap 42.1, OpenSuSE 13.2 and SLE{S,D} 12. - Switch to use -symbolic icons on OpenSUSE 13.2 and 42.1. - Prepare GTK library version switching and hardcode GTK 2 for now. - Re-add explicit GTK library build dependencies. Run-time dependencies should be handled automatically. - Switch to GTK 3 for Fedora 25 and up. - Don't automatically configure after running autogen.sh. - Fix FC conditionals, the macro is called "fedora", not "fedora_version". Also catch some non-*SuSE*/-Fedora "edge cases". - Break choice by ignoring x2goserver-x2goagent and (build-depending) on x2goagent for now. - Make *SUSE ignore mate-desktop-gschemas-branding-upstream. A choice is bad in this case, leading to a build failure. * debian/control: - Maintainer change in package: X2Go Developers . - Whitespace only. - Add new build dependencies (should already be fulfilled by base system, but who knows...) - Replace explicit GTK library dependency with some generated substitution variable. - Add explicit dependency on bash (for arithmetic operations in debian/rules file.) - Uploaders: add myself. Also, force a rebuild due to the changed versioning. * debian/rules: - Add per-distro and per-version substitution variable for GTK library version selection. - Use bash for arithmetic operations, not supported by sh. - Fix ifeq call by adding a space character between ifeq and the opening parenthesis. - If encountering the "unstable" distro version, set it to a fake 9999 version. - Fix Ubuntu versioning override. It's uglier now, but there's no way around that. - Add explicit "printf-style" debugging, hoping it will actually show up. - Drop debugging output (which only leads to failing builds on all platforms) and consolidate default values. - Don't automatically configure after running autogen.sh. - Override "testing" string with a hardcoded version value as well. - Fix spelling of GTK package names: "libgtk2.0-bin" and libgtk-3-bin instead of "libgtk-2.0-bin" and "libgtk-3.0-bin". Fixes: #1067. From unknown Fri Mar 29 08:57:40 2024 MIME-Version: 1.0 X-Mailer: MIME-tools 5.502 (Entity 5.502) X-Loop: owner@bugs.x2go.org From: owner@bugs.x2go.org (X2Go Bug Tracking System) Subject: Bug#1067 closed by X2Go Release Manager (X2Go issue (in src:x2gomatebindings) has been marked as closed) Message-ID: References: <20161120072038.0C0013D42A@ymir.das-netzwerkteam.de> X-X2go-PR-Keywords: pending X-X2go-PR-Message: they-closed 1067 X-X2go-PR-Package: x2gomatebindings X-X2go-PR-Source: x2gomatebindings Date: Sun, 20 Nov 2016 14:55:06 +0000 Content-Type: multipart/mixed; boundary="----------=_1479653706-1459-0" This is a multi-part message in MIME format... ------------=_1479653706-1459-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 This is an automatic notification regarding your Bug report which was filed against the x2gomatebindings package: #1067: x2gomatebindings cannot be installed on Ubuntu MATE 16.04 due to mis= sing libgtk-2.0-bin It has been closed by X2Go Release Manager . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact X2Go Release Manager <= git-admin@x2go.org> by replying to this email. --=20 X2Go Bug Tracking System Contact owner@bugs.x2go.org with problems ------------=_1479653706-1459-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at control) by bugs.x2go.org; 20 Nov 2016 14:54:25 +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.4 required=3.0 tests=ALL_TRUSTED,BAYES_00, DATE_IN_PAST_06_12 autolearn=no version=3.3.2 Received: from localhost (localhost [127.0.0.1]) by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 8F0865DC0D; Sun, 20 Nov 2016 15:54:07 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de Received: from ymir.das-netzwerkteam.de ([127.0.0.1]) by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qrxGJdKhXTpZ; Sun, 20 Nov 2016 15:54:00 +0100 (CET) Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005) id 0C0013D42A; Sun, 20 Nov 2016 08:20:36 +0100 (CET) From: X2Go Release Manager To: 1067-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 1067@bugs.x2go.org Subject: X2Go issue (in src:x2gomatebindings) has been marked as closed Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Message-Id: <20161120072038.0C0013D42A@ymir.das-netzwerkteam.de> Date: Sun, 20 Nov 2016 08:20:36 +0100 (CET) close #1067 thanks Hello, we are very hopeful that X2Go issue #1067 reported by you has been resolved in the new release (0.0.1.4) of the X2Go source project »src:x2gomatebindings«. You can view the complete changelog entry of src:x2gomatebindings (0.0.1.4) below, and you can use the following link to view all the code changes between this and the last release of src:x2gomatebindings. http://code.x2go.org/gitweb?p=x2gomatebindings.git;a=commitdiff;h=f353abe4bbce0a6da150a6fc43bccef14a72e074;hp=803d9f80402ce1dc5e9d4b3830997301c33bbd8f If you feel that the issue has not been resolved satisfyingly, feel free to reopen this bug report or submit a follow-up report with further observations described based on the new released version of src:x2gomatebindings. Thanks a lot for contributing to X2Go!!! light+love X2Go Git Admin (on behalf of the sender of this mail) --- X2Go Component: src:x2gomatebindings Version: 0.0.1.4 Status: RELEASE Date: Sun, 20 Nov 2016 07:59:36 +0100 Fixes: 821 822 1067 Changes: x2gomatebindings (0.0.1.4) RELEASED; urgency=low . [ Mike DePaulo ] * New upstream version (0.0.1.4): - Fix error when installing from an RPM built from the X2Go project's .spec file (Fixes: #821): "Error: Package: x2gomatebinding ... Requires: or" . [ Mihai Moldovan ] * New upstream version (0.0.1.4): - configure.ac: make GTK version selectable. * x2gomatebindings.spec: - Add run and build time dependency: filesystem. - Only own files, do not blindly own complete (and alien!) directories. Fixes: #822. - Add missing BuildRequires: and Requires: for file and directory owning. - Don't depend on x2goserver-extensions on Fedora/EPEL. Remove once Orion makes x2goserver also provide x2goserver-extensions. - Fix a typo in if condition. - Let Fedora/EPEL depend on x2goserver-extensions again. We're now adding our own repositories to the build config. - Make *SUSE ignore mate-menus-upstream. A choice is bad in this case, leading to a build failure. - The last change should have really been for mate-menus-branding, not mate-menus. - Add dependency upon gnome-icon-theme-symbolic for OpenSuSE Leap 42.1, OpenSuSE 13.2 and SLE{S,D} 12. - Switch to use -symbolic icons on OpenSUSE 13.2 and 42.1. - Prepare GTK library version switching and hardcode GTK 2 for now. - Re-add explicit GTK library build dependencies. Run-time dependencies should be handled automatically. - Switch to GTK 3 for Fedora 25 and up. - Don't automatically configure after running autogen.sh. - Fix FC conditionals, the macro is called "fedora", not "fedora_version". Also catch some non-*SuSE*/-Fedora "edge cases". - Break choice by ignoring x2goserver-x2goagent and (build-depending) on x2goagent for now. - Make *SUSE ignore mate-desktop-gschemas-branding-upstream. A choice is bad in this case, leading to a build failure. * debian/control: - Maintainer change in package: X2Go Developers . - Whitespace only. - Add new build dependencies (should already be fulfilled by base system, but who knows...) - Replace explicit GTK library dependency with some generated substitution variable. - Add explicit dependency on bash (for arithmetic operations in debian/rules file.) - Uploaders: add myself. Also, force a rebuild due to the changed versioning. * debian/rules: - Add per-distro and per-version substitution variable for GTK library version selection. - Use bash for arithmetic operations, not supported by sh. - Fix ifeq call by adding a space character between ifeq and the opening parenthesis. - If encountering the "unstable" distro version, set it to a fake 9999 version. - Fix Ubuntu versioning override. It's uglier now, but there's no way around that. - Add explicit "printf-style" debugging, hoping it will actually show up. - Drop debugging output (which only leads to failing builds on all platforms) and consolidate default values. - Don't automatically configure after running autogen.sh. - Override "testing" string with a hardcoded version value as well. - Fix spelling of GTK package names: "libgtk2.0-bin" and libgtk-3-bin instead of "libgtk-2.0-bin" and "libgtk-3.0-bin". Fixes: #1067. ------------=_1479653706-1459-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.x2go.org; 7 Aug 2016 19:43:52 +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.7 required=3.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham version=3.3.2 Received: from localhost (localhost [127.0.0.1]) by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 3CCF75DDCB for ; Sun, 7 Aug 2016 21:43:50 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de Received: from ymir.das-netzwerkteam.de ([127.0.0.1]) by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JBuNYDZfMgTz for ; Sun, 7 Aug 2016 21:43:43 +0200 (CEST) Received: from mail-it0-f66.google.com (mail-it0-f66.google.com [209.85.214.66]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 9A9455DB7E for ; Sun, 7 Aug 2016 21:43:42 +0200 (CEST) Received: by mail-it0-f66.google.com with SMTP id u186so4997699ita.1 for ; Sun, 07 Aug 2016 12:43:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=ctoJnuo+YAp7moPjN2Mu5oElZyPVjg5ZG+FbhMDBGWI=; b=m/vd9D/5qCdsm+fUb1Drx/5Sc+nQR0F+a4uRrTDu0reII10DpTceIBanEy0SDTp6ib x+mwzUlmDu3VjyjzKiyxJBxYOr7CDE0/yKXOpMJPRwkJDJ1bhiLjei9z0FqaX7Fx57EG XPXGxwcG9WxsS7eI5NamlgeKhuRZnjGUF1p+Zc0+xb8V8GZL2jPCURyxrL48UTrBvraf TysixX0H1Ixgd2iAXmIvlAFJibsQ1L0nqMiYXSAMJFIZEe/+dBb6kR/BKc9mzbiDQthj JaETd7764UaQY6kYZ/Cyz9bvrEuZh9YZD/WYXNsV437/tsdM+/7YKHEWpfucMm1E0/Jo NrTw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=ctoJnuo+YAp7moPjN2Mu5oElZyPVjg5ZG+FbhMDBGWI=; b=GmORrC52Q5u6xDK8lQBuXPHBZ2rnMVco7WHs/lrOk/JJp+FPdzePNLJcxfUN2bUpLH JmjWo2RvitGgejKoTBkT8g20MFBywCmW2Wg3ldG3H9Lu5BSq5bcBKisLQo/lPyCC8K/Z tfKTZIQk0vomhg/Czi1eGaRHJBu+FmK++diiIROPFlxtrdz+iWBKKd9ro2RkY5w6fy0w cIbnXJlwUu0MeYTENNw9sn0DlO9PwV+k8htlUhQCPKdLLlaBTxufSWPMy/xlt9YO2pi+ 3ysUXoZRL5J1MP5j0CsESag/LNAIb0X5mChY+ygGt9s9qg3zHzfAYW8yrRmkNdhMVH5A B9wA== X-Gm-Message-State: AEkoouuPnQkK89UXGm3e437S0zCm5xsJHtM6+hIyevdZwc7uArBJij8LA3kHg+9TBQzj4wM3WNkLdeY+Rqco7w== X-Received: by 10.36.219.65 with SMTP id c62mr13893648itg.44.1470599020559; Sun, 07 Aug 2016 12:43:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.128.166 with HTTP; Sun, 7 Aug 2016 12:43:20 -0700 (PDT) From: Benjamin Shadwick Date: Sun, 7 Aug 2016 12:43:20 -0700 Message-ID: Subject: x2gomatebindings cannot be installed on Ubuntu MATE 16.04 due to missing libgtk-2.0-bin To: submit@bugs.x2go.org Content-Type: text/plain; charset=UTF-8 Package: x2gomatebindings Version: 0.0.1.3-0~160~ubuntu16.04.1 Using Ubuntu MATE x64 16.04.1 LTS (Xenial), I am unable to install x2gomatebindings from the x2go/stable PPA due to a dependency on libgtk-2.0-bin, which is a package that doesn't exist: $ sudo apt-get install x2goserver x2goserver-xsession x2gomatebindings Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: x2gomatebindings : Depends: libgtk-2.0-bin but it is not installable E: Unable to correct problems, you have held broken packages. $ uname -a Linux shodan 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux $ cat /etc/*lsb* DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04.1 LTS" $ sudo apt-get install libgtk-2.0-bin Reading package lists... Done Building dependency tree Reading state information... Done Package libgtk-2.0-bin is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'libgtk-2.0-bin' has no installation candidate ------------=_1479653706-1459-0-- From unknown Fri Mar 29 08:57:40 2024 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@bugs.x2go.org From: Debbugs Internal Request Subject: Internal Control Message-Id: Bug archived. Date: Mon, 19 Dec 2016 06:24:02 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A long time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # Bug archived. thanks # This fakemail brought to you by your local debbugs # administrator