Bug#741841: marked as done (bzr-fastimport: FTBFS: ImportError: cannot import name binary_stream)
Your message dated Mon, 21 Apr 2014 13:50:10 + with message-id and subject line Bug#742416: Removed package(s) from unstable has caused the Debian Bug report #741841, regarding bzr-fastimport: FTBFS: ImportError: cannot import name binary_stream to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 741841: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741841 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: bzr-fastimport Version: 0.13.0-4 Severity: serious Tags: jessie sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20140315 qa-ftbfs Justification: FTBFS on amd64 Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory `/«PKGBUILDDIR»' > BZR_PLUGINS_AT=fastimport@/«PKGBUILDDIR» bzr selftest -s bp.fastimport > failed to open trace file: [Errno 2] No such file or directory: > '/sbuild-nonexistent/.bzr.log' > bzr: ERROR: exceptions.ImportError: cannot import name binary_stream > > Traceback (most recent call last): > File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 930, in > exception_to_return_code > return the_callable(*args, **kwargs) > File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1121, in > run_bzr > ret = run(*run_argv) > File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 673, in > run_argv_aliases > return self.run(**all_cmd_args) > File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 697, in run > return self._operation.run_simple(*args, **kwargs) > File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 136, in > run_simple > self.cleanups, self.func, *args, **kwargs) > File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 166, in > _do_with_cleanups > result = func(*args, **kwargs) > File "/usr/lib/python2.7/dist-packages/bzrlib/builtins.py", line 4201, in > run > result = tests.selftest(**selftest_kwargs) > File "/usr/lib/python2.7/dist-packages/bzrlib/tests/__init__.py", line > 3734, in selftest > suite = test_suite(keep_only, starting_with) > File "/usr/lib/python2.7/dist-packages/bzrlib/tests/__init__.py", line > 4225, in test_suite > plugin_suite = plugin.test_suite() > File "/usr/lib/python2.7/dist-packages/bzrlib/plugin.py", line 555, in > test_suite > return self.module.test_suite() > File "/«PKGBUILDDIR»/__init__.py", line 81, in test_suite > return tests.test_suite() > File "/«PKGBUILDDIR»/tests/__init__.py", line 55, in test_suite > return loader.loadTestsFromModuleNames(module_names) > File "/usr/lib/python2.7/dist-packages/bzrlib/tests/TestUtil.py", line 148, > in loadTestsFromModuleNames > result.addTests(self.loadTestsFromModuleName(name)) > File "/usr/lib/python2.7/dist-packages/bzrlib/tests/TestUtil.py", line 153, > in loadTestsFromModuleName > module = pyutils.get_named_object(name) > File "/usr/lib/python2.7/dist-packages/bzrlib/pyutils.py", line 58, in > get_named_object > __import__(module_name, globals(), locals(), []) > File "/«PKGBUILDDIR»/tests/test_exporter.py", line 24, in > from bzrlib.plugins.fastimport.exporter import ( > File "/«PKGBUILDDIR»/exporter.py", line 67, in > from fastimport.helpers import ( > ImportError: cannot import name binary_stream > > bzr 2.7.0dev1 on python 2.7.6 (Linux-2.6.32-5-xen-amd64-x86_64-with-debian- > jessie-sid) > arguments: ['/usr/bin/bzr', 'selftest', '-s', 'bp.fastimport'] > plugins: bash_completion[2.7.0dev1], changelog_merge[2.7.0dev1], > fastimport[0.13.0], grep[2.7.0dev1], launchpad[2.7.0dev1], > netrc_credential_store[2.7.0dev1], news_merge[2.7.0dev1], > po_merge[2.7.0dev1], weave_fmt[2.7.0dev1] > encoding: 'ascii', fsenc: 'utf8', lang: None > > *** Bazaar has encountered an internal error. This probably indicates a > bug in Bazaar. You can help us fix it by filing a bug report at > https://bugs.launchpad.net/bzr/+filebug > including this traceback and a description of the problem. > make[1]: *** [override_dh_auto_test] Error 4 The full build log is available from: http://aws-logs.debian.net/ftbfs-logs/2014/03/15/bzr-fastimport_0.13.0-4_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to elim
Bug#727794: marked as done (bzr-fastimport: failed on Obnam: gets renames in wrong order)
Your message dated Mon, 21 Apr 2014 13:50:10 + with message-id and subject line Bug#742416: Removed package(s) from unstable has caused the Debian Bug report #727794, regarding bzr-fastimport: failed on Obnam: gets renames in wrong order to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 727794: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727794 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: bzr-fastimport Version: 0.13.0-2 I have used bzr for Obnam: the trunk branch is at http://code.liw.fi/obnam/bzr/trunk/ I wanted to convert this to git, so I ran: bzr fast-export > ../trunk.fi And then, in a new, empty git repo: mkdir obnam cd obnam git init git fast-import < ../trunk.fi This failed: Initialized empty Git repository in /home/liw/obnam/x/.git/ fatal: Path obnam/__init__.py not in branch fast-import: dumping crash report to .git/fast_import_crash_29810 After some debugging, I traced this to a commit that did, effectively, this: mv obnam obnamlib mv cli.py obnam The generated trunk.fi file tries to do the two operations in the opposite order, resulting in a confused git fast-import. I worked around this by manually editing trunk.fi and moving the "R ... cli.py obnam" line _after_ all the lines that rename/delete obnam/* files. After this, git fast-import was happy. The bzr branch above is still available, and the problem is fully reproducible. -- http://www.cafepress.com/trunktees -- geeky funny T-shirts http://gtdfh.branchable.com/ -- GTD for hackers --- End Message --- --- Begin Message --- Version: 0.13.0-4+rm Dear submitter, as the package bzr-fastimport has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/742416 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Ansgar Burchardt (the ftpmaster behind the curtain)--- End Message ---
Bug#741267: marked as done (bzr-fastimport: Uses functionality that has disappeared from python-fastimport)
Your message dated Mon, 21 Apr 2014 13:50:10 + with message-id and subject line Bug#742416: Removed package(s) from unstable has caused the Debian Bug report #741267, regarding bzr-fastimport: Uses functionality that has disappeared from python-fastimport to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 741267: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741267 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: bzr-fastimport Version: 0.13.0-4 Severity: important Control: affects -1 + git-bzr-ng Hi, git-bzr-ng (0+git20120823-1) is broken for me since the upgrade of python-fastimport from 0.9.2-1 to 0.9.3-1: $ git bzr clone lp:~apparmor-dev/apparmor-profiles/master git You have not informed bzr of your Launchpad ID, and you must do this to write to Launchpad or access private data. See "bzr help launchpad-login". Branched 124 revisions.tching revisions:Finishing stream:Estimate 1099/1575 bzr: ERROR: exceptions.ImportError: cannot import name binary_stream Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 930, in exception_to_return_code return the_callable(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1121, in run_bzr ret = run(*run_argv) File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 673, in run_argv_aliases return self.run(**all_cmd_args) File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 697, in run return self._operation.run_simple(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 136, in run_simple self.cleanups, self.func, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups result = func(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/plugins/fastimport/cmds.py", line 693, in run from bzrlib.plugins.fastimport import exporter File "/usr/lib/python2.7/dist-packages/bzrlib/plugins/fastimport/exporter.py", line 67, in from fastimport.helpers import ( ImportError: cannot import name binary_stream bzr 2.7.0dev1 on python 2.7.6 (Linux-3.13-1-amd64-x86_64-with-debian-jessie- sid) arguments: ['/usr/bin/bzr', 'fast-export', '--plain', '--export- marks=/home/intrigeri/apparmor/profiles/git/.git/bzr/map/master-bzr', '--git-branch=bzr/master', '/home/intrigeri/apparmor/profiles/git/.git/bzr/repo/master'] plugins: bash_completion[2.7.0dev1], builddeb[2.8.6], bzrtools[2.6.0], changelog_merge[2.7.0dev1], cia[1.0.0dev], etckeeper[unknown], explorer[1.3.0], fastimport[0.13.0], grep[2.7.0dev1], launchpad[2.7.0dev1], netrc_credential_store[2.7.0dev1], news_merge[2.7.0dev1], po_merge[2.7.0dev1], qbzr[0.23.1], rewrite[0.6.4dev], weave_fmt[2.7.0dev1] encoding: 'utf-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8' *** Bazaar has encountered an internal error. This probably indicates a bug in Bazaar. You can help us fix it by filing a bug report at https://bugs.launchpad.net/bzr/+filebug including this traceback and a description of the problem. ERROR:root:bzr export failed zsh: exit 1 git bzr clone lp:~apparmor-dev/apparmor-profiles/master git Downgrading python-fastimport to 0.9.2-1 fixes this for me. I'm not sure if this problem affects all usecases or just mine, hence the non-RC severity. Feel free to adjust as needed. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (990, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages bzr-fastimport depends on: ii bzr2.6.0+bzr6591-1 ii python 2.7.5-5 ii python-fastimport 0.9.3-1 bzr-fastimport recommends no packages. Versions of packages bzr-fastimport suggests: pn cvs2svn ii git 1:1.9.0-1 pn monotone pn python-subvertpy | svn-all-fast-export -- no debconf information -- intrigeri | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc --- End Message --- --- Begin Message --- Version: 0.13.0-4+rm Dear submitter, as the package bzr-fastimport has just been removed from the Debian archive unstable we her
Bug#742416: Removed package(s) from unstable
We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: bzr-fastimport | 0.13.0-4 | source, all --- Reason --- RoQA; orphaned, unmaintained upstream, rc-buggy -- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 742...@bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/742416 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Ansgar Burchardt (the ftpmaster behind the curtain) -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1wcebk-0002xm...@franck.debian.org
Bug#742416: Removed package(s) from unstable
Version: 0.13.0-4+rm Dear submitter, as the package bzr-fastimport has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/742416 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Ansgar Burchardt (the ftpmaster behind the curtain) -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1wcebq-0002xy...@franck.debian.org
Bug#725423: Forwarded
On Mon, Apr 21, 2014 at 7:47 PM, Bastien ROUCARIES wrote: > Do you want to join the package maintainance of haxe BTW ? > > I see you have opened a collab-maint git tree, do you still care about it ? Feel free to use/remove it. I was interested time ago, but didn't manage to reintroduce it in stable https://bugs.debian.org/674483#35 Thanks for taking care. -- G..e -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/cabcawc0swcmks0x-n61mm+hmfoisbv3v6jotmh2wl4_pw5d...@mail.gmail.com
Bug#725423: Forwarded
Do you want to join the package maintainance of haxe BTW ? I see you have opened a collab-maint git tree, do you still care about it ? Bastien On Sat, Apr 19, 2014 at 11:26 AM, Bastien ROUCARIES wrote: > control: forwarded -1 https://github.com/HaxeFoundation/haxe/issues/2897 > On Sat, Apr 19, 2014 at 10:43 AM, Gabriele Giacone <1o5g4...@gmail.com> wrote: >> Control: notforwarded -1 >> >> On Thu, Apr 17, 2014 at 08:48:47PM +0200, Bastien ROUCARIES wrote: >>> control: forwarded -1 >>> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725423 >> >> You'd probably want to forward it to >> >> http://code.google.com/p/haxe/issues/list > > No it is old site. > >>> I plan to adopt it. >> >> Thanks, >> -- >> G..e -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/cae2spaya+8dgmkrix8acsfsfxaw67udkvsvj+uw7mxv134a...@mail.gmail.com