Public bug reported:

Imported from Debian bug http://bugs.debian.org/802146:

Source: python-nbxmpp
Version: 0.5.1-2
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

Ran 0 tests in 0.000s

OK
I: pybuild base:170: cd /python-nbxmpp-0.5.1/.pybuild/pythonX.Y_3.5/build; 
python3.5 -m unittest discover -v 
nbxmpp (unittest.loader._FailedTest) ... ERROR

======================================================================
ERROR: nbxmpp (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: nbxmpp
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/loader.py", line 462, in _find_test_path
    package = self._get_module_from_name(name)
  File "/usr/lib/python3.5/unittest/loader.py", line 369, in 
_get_module_from_name
    __import__(name)
  File "/python-nbxmpp-0.5.1/.pybuild/pythonX.Y_3.5/build/nbxmpp/__init__.py", 
line 14, in <module>
    from . import simplexml, protocol, auth_nb, transports_nb, roster_nb
  File 
"/python-nbxmpp-0.5.1/.pybuild/pythonX.Y_3.5/build/nbxmpp/transports_nb.py", 
line 31, in <module>
    from .idlequeue import IdleObject
  File "/python-nbxmpp-0.5.1/.pybuild/pythonX.Y_3.5/build/nbxmpp/idlequeue.py", 
line 51, in <module>
    FLAG_WRITE = GLib.IOCondition.OUT | GLib.IOCondition.HUP
NameError: name 'GLib' is not defined


----------------------------------------------------------------------
Ran 1 test in 0.000s

FAILED (errors=1)
E: pybuild pybuild:262: test: plugin distutils failed with: exit code=1: cd 
/python-nbxmpp-0.5.1/.pybuild/pythonX.Y_3.5/build; python3.5 -m unittest 
discover -v 

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/python-nbxmpp.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

** Affects: python-nbxmpp (Ubuntu)
     Importance: High
         Status: Triaged

** Affects: python-nbxmpp (Debian)
     Importance: Undecided
         Status: New


** Tags: ftbfs

** Bug watch added: Debian Bug tracker #802146
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802146

** Changed in: python-nbxmpp (Debian)
 Remote watch: None => Debian Bug tracker #802146

** Changed in: python-nbxmpp (Ubuntu)
       Status: New => Triaged

** Changed in: python-nbxmpp (Ubuntu)
   Importance: Undecided => High

** Description changed:

  Imported from Debian bug http://bugs.debian.org/802146:
  
- Received: (at submit) by bugs.debian.org; 17 Oct 2015 18:36:42 +0000
- From solo-debianb...@goeswhere.com Sat Oct 17 18:36:42 2015
- X-Spam-Checker-Version: SpamAssassin 3.4.0-bugs.debian.org_2005_01_02
-       (2014-02-07) on buxtehude.debian.org
- X-Spam-Level: *
- X-Spam-Status: No, score=1.5 required=4.0 tests=BAYES_00,HELO_LH_HOME,
-       RCVD_IN_BRBL_LASTEXT,RCVD_IN_PBL,RDNS_DYNAMIC,WORD_WITHOUT_VOWELS,
-       X_DEBBUGS_CC autolearn=no autolearn_force=no
-       version=3.4.0-bugs.debian.org_2005_01_02
- X-Spam-Bayes: score:0.0000 Tokens: new, 24; hammy, 150; neutral, 72; spammy,
-       0. spammytokens: hammytokens:0.000-+--H*UA:2014-03-12,
-       0.000-+--H*u:2014-03-12, 0.000-+--H*UA:1.5.23, 0.000-+--H*u:1.5.23,
-       0.000-+--xdebbugscc
- Return-path: <solo-debianb...@goeswhere.com>
- Received: from host81-131-200-101.range81-131.btcentralplus.com 
([81.131.200.101] helo=astoria.home)
-       by buxtehude.debian.org with esmtp (Exim 4.84)
-       (envelope-from <solo-debianb...@goeswhere.com>)
-       id 1ZnWLS-0001Ze-2q
-       for sub...@bugs.debian.org; Sat, 17 Oct 2015 18:36:42 +0000
- Received: by astoria.home (Postfix, from userid 1000)
-       id 23D3135C78A; Sat, 17 Oct 2015 17:11:22 +0100 (BST)
- Date: Sat, 17 Oct 2015 17:11:22 +0100
- From: "Chris West (Faux)" <solo-debianb...@goeswhere.com>
- To: Debian Bug Tracking System <sub...@bugs.debian.org>
- Subject: python-nbxmpp: FTBFS: NameError: name 'GLib' is not defined
- Message-ID: <20151017161122.ga29...@astoria.goeswhere.com>
- MIME-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Disposition: inline
- X-Debbugs-Cc: solo-debianb...@goeswhere.com
- User-Agent: Mutt/1.5.23 (2014-03-12)
- Delivered-To: sub...@bugs.debian.org
+ Source: python-nbxmpp
+ Version: 0.5.1-2
+ Severity: serious
+ Justification: fails to build from source
+ Tags: sid stretch
+ User: reproducible-bui...@lists.alioth.debian.org
+ Usertags: ftbfs
+ X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org
+ 
+ Dear Maintainer,
+ 
+ The package fails to build:
+ 
+ Ran 0 tests in 0.000s
+ 
+ OK
+ I: pybuild base:170: cd /python-nbxmpp-0.5.1/.pybuild/pythonX.Y_3.5/build; 
python3.5 -m unittest discover -v 
+ nbxmpp (unittest.loader._FailedTest) ... ERROR
+ 
+ ======================================================================
+ ERROR: nbxmpp (unittest.loader._FailedTest)
+ ----------------------------------------------------------------------
+ ImportError: Failed to import test module: nbxmpp
+ Traceback (most recent call last):
+   File "/usr/lib/python3.5/unittest/loader.py", line 462, in _find_test_path
+     package = self._get_module_from_name(name)
+   File "/usr/lib/python3.5/unittest/loader.py", line 369, in 
_get_module_from_name
+     __import__(name)
+   File 
"/python-nbxmpp-0.5.1/.pybuild/pythonX.Y_3.5/build/nbxmpp/__init__.py", line 
14, in <module>
+     from . import simplexml, protocol, auth_nb, transports_nb, roster_nb
+   File 
"/python-nbxmpp-0.5.1/.pybuild/pythonX.Y_3.5/build/nbxmpp/transports_nb.py", 
line 31, in <module>
+     from .idlequeue import IdleObject
+   File 
"/python-nbxmpp-0.5.1/.pybuild/pythonX.Y_3.5/build/nbxmpp/idlequeue.py", line 
51, in <module>
+     FLAG_WRITE = GLib.IOCondition.OUT | GLib.IOCondition.HUP
+ NameError: name 'GLib' is not defined
+ 
+ 
+ ----------------------------------------------------------------------
+ Ran 1 test in 0.000s
+ 
+ FAILED (errors=1)
+ E: pybuild pybuild:262: test: plugin distutils failed with: exit code=1: cd 
/python-nbxmpp-0.5.1/.pybuild/pythonX.Y_3.5/build; python3.5 -m unittest 
discover -v 
+ 
+ Full build log:
+ https://reproducible.debian.net/rb-pkg/unstable/amd64/python-nbxmpp.html
+ 
+ -- System Information:
+ Debian Release: stretch/sid
+ APT prefers unstable
+ APT policy: (500, 'unstable')
+ Architecture: amd64 (x86_64)

** Tags added: ftbfs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1507420

Title:
  python-nbxmpp: FTBFS: NameError: name 'GLib' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-nbxmpp/+bug/1507420/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to