From owner-freebsd-ports-bugs@freebsd.org Thu Aug 11 12:26:36 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADD07BB380F for ; Thu, 11 Aug 2016 12:26:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D1741EE3 for ; Thu, 11 Aug 2016 12:26:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u7BCQaFQ007167 for ; Thu, 11 Aug 2016 12:26:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211755] print/system-config-printer fails to launch of FreeBSD 10.3 Date: Thu, 11 Aug 2016 12:26:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pipfstarrd@opmbx.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2016 12:26:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211755 Bug ID: 211755 Summary: print/system-config-printer fails to launch of FreeBSD 10.3 Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: pipfstarrd@opmbx.org Assignee: gnome@FreeBSD.org Flags: maintainer-feedback?(gnome@FreeBSD.org) system-config-printer fails to launch due to some gtk issues Here is the traceback: ~> system-config-printer /usr/local/share/system-config-printer/system-config-printer.py:31: PyGIWarning: Polkit was imported without specifying a version first. Use gi.require_version('Polkit', '1.0') before import to ensure that the right version gets loaded. from gi.repository import Polkit /usr/local/share/system-config-printer/system-config-printer.py:35: PyGIWarning: GdkPixbuf was imported without specifying a version first. Use gi.require_version('GdkPixbuf', '2.0') before import to ensure that the rig= ht version gets loaded. from gi.repository import GdkPixbuf /usr/local/share/system-config-printer/system-config-printer.py:37: PyGIWarning: Gdk was imported without specifying a version first. Use gi.require_version('Gdk', '2.0') before import to ensure that the right ver= sion gets loaded. from gi.repository import Gdk /usr/local/lib/python2.7/site-packages/gi/overrides/Gtk.py:50: RuntimeWarni= ng: You have imported the Gtk 2.0 module. Because Gtk 2.0 was not designed for= use with introspection some of the interfaces and API will fail. As such this = is not supported by the pygobject development team and we encourage you to port your app to Gtk 3 or greater. PyGTK is the recomended python module to use = with Gtk 2.0 warnings.warn(warn_msg, RuntimeWarning) /usr/local/share/system-config-printer/system-config-printer.py:38: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '2.0') before import to ensure that the right ver= sion gets loaded. from gi.repository import Gtk /usr/local/share/system-config-printer/jobviewer.py:28: PyGIWarning: Notify= was imported without specifying a version first. Use gi.require_version('Notify= ', '0.7') before import to ensure that the right version gets loaded. from gi.repository import Notify ^[[ATraceback (most recent call last): File "/usr/local/share/system-config-printer/system-config-printer.py", l= ine 2205, in main(show_jobs) File "/usr/local/share/system-config-printer/system-config-printer.py", l= ine 2179, in main mainwindow =3D GUI() File "/usr/local/share/system-config-printer/system-config-printer.py", l= ine 220, in __init__ self.unlock_button =3D Gtk.LockButton () File "/usr/local/lib/python2.7/site-packages/gi/overrides/__init__.py", l= ine 39, in __getattr__ return getattr(self._introspection_module, name) File "/usr/local/lib/python2.7/site-packages/gi/module.py", line 137, in __getattr__ self.__name__, name)) AttributeError: 'gi.repository.Gtk' object has no attribute 'LockButton' ~> uname -a FreeBSD equestria 10.3-RELEASE-p4 FreeBSD 10.3-RELEASE-p4 #0: Sat May 28 12:23:44 UTC 2016=20=20=20=20 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 ~> python -V Python 2.7.12 --=20 You are receiving this mail because: You are the assignee for the bug.=