bzr-svn-0.5.0~rc1 - python setup.py bdist_rpm fails

Bug #311712 reported by Shlomi Fish
8
Affects Status Importance Assigned to Milestone
Bazaar Subversion Plugin
Fix Released
Low
Jelmer Vernooij
subvertpy
Fix Released
Undecided
Jelmer Vernooij

Bug Description

Running python setup.py bdist_rpm on Mandriva Cooker fails:

{{{{{{{{{{{{{{{{
shlomi:~/bzr-svn-0.5.0~rc1$ python setup.py bdist_rpm
running bdist_rpm
writing 'build/bdist.linux-i686/rpm/SPECS/bzr-svn.spec'
running sdist
reading manifest file 'MANIFEST'
creating bzr-svn-0.5.0rc1
creating bzr-svn-0.5.0rc1/foreign
creating bzr-svn-0.5.0rc1/layout
creating bzr-svn-0.5.0rc1/mapping3
creating bzr-svn-0.5.0rc1/tests
creating bzr-svn-0.5.0rc1/tests/mapping3
creating bzr-svn-0.5.0rc1/tests/mapping_implementations
creating bzr-svn-0.5.0rc1/subvertpy
creating bzr-svn-0.5.0rc1/subvertpy/subvertpy
creating bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests
making hard links in bzr-svn-0.5.0rc1...
hard linking README -> bzr-svn-0.5.0rc1
hard linking setup.py -> bzr-svn-0.5.0rc1
hard linking ./__init__.py -> bzr-svn-0.5.0rc1/.
hard linking ./auth.py -> bzr-svn-0.5.0rc1/.
hard linking ./branch.py -> bzr-svn-0.5.0rc1/.
hard linking ./branchprops.py -> bzr-svn-0.5.0rc1/.
hard linking ./cache.py -> bzr-svn-0.5.0rc1/.
hard linking ./changes.py -> bzr-svn-0.5.0rc1/.
hard linking ./commit.py -> bzr-svn-0.5.0rc1/.
hard linking ./config.py -> bzr-svn-0.5.0rc1/.
hard linking ./convert.py -> bzr-svn-0.5.0rc1/.
hard linking ./errors.py -> bzr-svn-0.5.0rc1/.
hard linking ./fetch.py -> bzr-svn-0.5.0rc1/.
hard linking ./fileids.py -> bzr-svn-0.5.0rc1/.
hard linking ./format.py -> bzr-svn-0.5.0rc1/.
hard linking ./logwalker.py -> bzr-svn-0.5.0rc1/.
hard linking ./mapping.py -> bzr-svn-0.5.0rc1/.
hard linking ./mapping2.py -> bzr-svn-0.5.0rc1/.
hard linking ./mapping4.py -> bzr-svn-0.5.0rc1/.
hard linking ./parents.py -> bzr-svn-0.5.0rc1/.
hard linking ./remote.py -> bzr-svn-0.5.0rc1/.
hard linking ./repository.py -> bzr-svn-0.5.0rc1/.
hard linking ./revids.py -> bzr-svn-0.5.0rc1/.
hard linking ./revmeta.py -> bzr-svn-0.5.0rc1/.
hard linking ./revspec.py -> bzr-svn-0.5.0rc1/.
hard linking ./server.py -> bzr-svn-0.5.0rc1/.
hard linking ./svk.py -> bzr-svn-0.5.0rc1/.
hard linking ./tags.py -> bzr-svn-0.5.0rc1/.
hard linking ./transport.py -> bzr-svn-0.5.0rc1/.
hard linking ./tree.py -> bzr-svn-0.5.0rc1/.
hard linking ./upgrade.py -> bzr-svn-0.5.0rc1/.
hard linking ./versionedfiles.py -> bzr-svn-0.5.0rc1/.
hard linking ./wiki.py -> bzr-svn-0.5.0rc1/.
hard linking ./workingtree.py -> bzr-svn-0.5.0rc1/.
hard linking ./foreign/__init__.py -> bzr-svn-0.5.0rc1/./foreign
hard linking ./foreign/test_versionedfiles.py -> bzr-svn-0.5.0rc1/./foreign
hard linking ./foreign/upgrade.py -> bzr-svn-0.5.0rc1/./foreign
hard linking ./foreign/versionedfiles.py -> bzr-svn-0.5.0rc1/./foreign
hard linking ./layout/__init__.py -> bzr-svn-0.5.0rc1/./layout
hard linking ./layout/custom.py -> bzr-svn-0.5.0rc1/./layout
hard linking ./layout/guess.py -> bzr-svn-0.5.0rc1/./layout
hard linking ./layout/standard.py -> bzr-svn-0.5.0rc1/./layout
hard linking ./mapping3/__init__.py -> bzr-svn-0.5.0rc1/./mapping3
hard linking ./mapping3/scheme.py -> bzr-svn-0.5.0rc1/./mapping3
hard linking ./tests/__init__.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_blackbox.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_branch.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_branchprops.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_changes.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_checkout.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_commit.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_config.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_convert.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_errors.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_fetch.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_fileids.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_layout.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_logwalker.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_mapping.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_parents.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_push.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_radir.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_repository.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_revids.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_revmeta.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_revspec.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_svk.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_transport.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_tree.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_upgrade.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_versionedfiles.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/test_workingtree.py -> bzr-svn-0.5.0rc1/./tests
hard linking ./tests/mapping3/__init__.py -> bzr-svn-0.5.0rc1/./tests/mapping3
hard linking ./tests/mapping3/test_scheme.py -> bzr-svn-0.5.0rc1/./tests/mapping3
hard linking ./tests/mapping_implementations/__init__.py -> bzr-svn-0.5.0rc1/./tests/mapping_implementations
hard linking ./tests/mapping_implementations/test_base.py -> bzr-svn-0.5.0rc1/./tests/mapping_implementations
hard linking ./tests/mapping_implementations/test_branch.py -> bzr-svn-0.5.0rc1/./tests/mapping_implementations
hard linking ./tests/mapping_implementations/test_repository.py -> bzr-svn-0.5.0rc1/./tests/mapping_implementations
hard linking subvertpy/subvertpy/__init__.py -> bzr-svn-0.5.0rc1/subvertpy/subvertpy
hard linking subvertpy/subvertpy/_ra.c -> bzr-svn-0.5.0rc1/subvertpy/subvertpy
hard linking subvertpy/subvertpy/client.c -> bzr-svn-0.5.0rc1/subvertpy/subvertpy
hard linking subvertpy/subvertpy/delta.py -> bzr-svn-0.5.0rc1/subvertpy/subvertpy
hard linking subvertpy/subvertpy/editor.c -> bzr-svn-0.5.0rc1/subvertpy/subvertpy
hard linking subvertpy/subvertpy/marshall.py -> bzr-svn-0.5.0rc1/subvertpy/subvertpy
hard linking subvertpy/subvertpy/properties.py -> bzr-svn-0.5.0rc1/subvertpy/subvertpy
hard linking subvertpy/subvertpy/ra.py -> bzr-svn-0.5.0rc1/subvertpy/subvertpy
hard linking subvertpy/subvertpy/ra_svn.py -> bzr-svn-0.5.0rc1/subvertpy/subvertpy
hard linking subvertpy/subvertpy/repos.c -> bzr-svn-0.5.0rc1/subvertpy/subvertpy
hard linking subvertpy/subvertpy/server.py -> bzr-svn-0.5.0rc1/subvertpy/subvertpy
hard linking subvertpy/subvertpy/util.c -> bzr-svn-0.5.0rc1/subvertpy/subvertpy
hard linking subvertpy/subvertpy/wc.c -> bzr-svn-0.5.0rc1/subvertpy/subvertpy
hard linking subvertpy/subvertpy/tests/__init__.py -> bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests
hard linking subvertpy/subvertpy/tests/test_client.py -> bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests
hard linking subvertpy/subvertpy/tests/test_core.py -> bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests
hard linking subvertpy/subvertpy/tests/test_delta.py -> bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests
hard linking subvertpy/subvertpy/tests/test_marshall.py -> bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests
hard linking subvertpy/subvertpy/tests/test_properties.py -> bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests
hard linking subvertpy/subvertpy/tests/test_ra.py -> bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests
hard linking subvertpy/subvertpy/tests/test_repos.py -> bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests
hard linking subvertpy/subvertpy/tests/test_server.py -> bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests
hard linking subvertpy/subvertpy/tests/test_wc.py -> bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests
tar -cf dist/bzr-svn-0.5.0rc1.tar bzr-svn-0.5.0rc1
gzip -f9 dist/bzr-svn-0.5.0rc1.tar
removing 'bzr-svn-0.5.0rc1' (and everything under it)
copying dist/bzr-svn-0.5.0rc1.tar.gz -> build/bdist.linux-i686/rpm/SOURCES
building RPMs
rpmbuild -ba --define _topdir /home/shlomi/bzr-svn-0.5.0~rc1/build/bdist.linux-i686/rpm --clean build/bdist.linux-i686/rpm/SPECS/bzr-svn.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8L0UOv
+ umask 022
+ cd /home/shlomi/bzr-svn-0.5.0~rc1/build/bdist.linux-i686/rpm/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/shlomi/bzr-svn-0.5.0~rc1/build/bdist.linux-i686/rpm/BUILD
+ rm -rf bzr-svn-0.5.0rc1
+ /usr/bin/gzip -dc /home/shlomi/bzr-svn-0.5.0~rc1/build/bdist.linux-i686/rpm/SOURCES/bzr-svn-0.5.0rc1.tar.gz
+ /bin/tar -xvvf -
drwxr-xr-x shlomi/shlomi 0 2008-12-27 12:49 bzr-svn-0.5.0rc1/
drwxr-xr-x shlomi/shlomi 0 2008-12-27 12:49 bzr-svn-0.5.0rc1/foreign/
-rw-r--r-- shlomi/shlomi 7338 2008-12-08 05:00 bzr-svn-0.5.0rc1/foreign/__init__.py
-rw-r--r-- shlomi/shlomi 2364 2008-12-08 05:00 bzr-svn-0.5.0rc1/foreign/test_versionedfiles.py
-rw-r--r-- shlomi/shlomi 12021 2008-12-08 05:00 bzr-svn-0.5.0rc1/foreign/upgrade.py
-rw-r--r-- shlomi/shlomi 2160 2008-12-08 05:00 bzr-svn-0.5.0rc1/foreign/versionedfiles.py
drwxr-xr-x shlomi/shlomi 0 2008-12-27 12:49 bzr-svn-0.5.0rc1/layout/
-rw-r--r-- shlomi/shlomi 11030 2008-12-08 05:00 bzr-svn-0.5.0rc1/layout/__init__.py
-rw-r--r-- shlomi/shlomi 999 2008-12-08 05:00 bzr-svn-0.5.0rc1/layout/custom.py
-rw-r--r-- shlomi/shlomi 5079 2008-12-08 05:00 bzr-svn-0.5.0rc1/layout/guess.py
-rw-r--r-- shlomi/shlomi 16941 2008-12-08 05:00 bzr-svn-0.5.0rc1/layout/standard.py
drwxr-xr-x shlomi/shlomi 0 2008-12-27 12:49 bzr-svn-0.5.0rc1/mapping3/
-rw-r--r-- shlomi/shlomi 10985 2008-12-08 05:00 bzr-svn-0.5.0rc1/mapping3/__init__.py
-rw-r--r-- shlomi/shlomi 19491 2008-12-08 05:00 bzr-svn-0.5.0rc1/mapping3/scheme.py
drwxr-xr-x shlomi/shlomi 0 2008-12-27 12:49 bzr-svn-0.5.0rc1/tests/
drwxr-xr-x shlomi/shlomi 0 2008-12-27 12:49 bzr-svn-0.5.0rc1/tests/mapping3/
-rw-r--r-- shlomi/shlomi 25738 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/mapping3/__init__.py
-rw-r--r-- shlomi/shlomi 27459 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/mapping3/test_scheme.py
drwxr-xr-x shlomi/shlomi 0 2008-12-27 12:49 bzr-svn-0.5.0rc1/tests/mapping_implementations/
-rw-r--r-- shlomi/shlomi 1412 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/mapping_implementations/__init__.py
-rw-r--r-- shlomi/shlomi 9513 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/mapping_implementations/test_base.py
-rw-r--r-- shlomi/shlomi 1697 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/mapping_implementations/test_branch.py
-rw-r--r-- shlomi/shlomi 43991 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/mapping_implementations/test_repository.py
-rw-r--r-- shlomi/shlomi 3385 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/__init__.py
-rw-r--r-- shlomi/shlomi 12771 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_blackbox.py
-rw-r--r-- shlomi/shlomi 24030 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_branch.py
-rw-r--r-- shlomi/shlomi 2434 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_branchprops.py
-rw-r--r-- shlomi/shlomi 2770 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_changes.py
-rw-r--r-- shlomi/shlomi 3680 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_checkout.py
-rw-r--r-- shlomi/shlomi 24235 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_commit.py
-rw-r--r-- shlomi/shlomi 6042 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_config.py
-rw-r--r-- shlomi/shlomi 14177 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_convert.py
-rw-r--r-- shlomi/shlomi 3776 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_errors.py
-rw-r--r-- shlomi/shlomi 53376 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_fetch.py
-rw-r--r-- shlomi/shlomi 17064 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_fileids.py
-rw-r--r-- shlomi/shlomi 2636 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_layout.py
-rw-r--r-- shlomi/shlomi 18162 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_logwalker.py
-rw-r--r-- shlomi/shlomi 10793 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_mapping.py
-rw-r--r-- shlomi/shlomi 3924 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_parents.py
-rw-r--r-- shlomi/shlomi 39741 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_push.py
-rw-r--r-- shlomi/shlomi 5926 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_radir.py
-rw-r--r-- shlomi/shlomi 8628 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_repository.py
-rw-r--r-- shlomi/shlomi 2378 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_revids.py
-rw-r--r-- shlomi/shlomi 5550 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_revmeta.py
-rw-r--r-- shlomi/shlomi 2943 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_revspec.py
-rw-r--r-- shlomi/shlomi 1270 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_svk.py
-rw-r--r-- shlomi/shlomi 6969 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_transport.py
-rw-r--r-- shlomi/shlomi 11138 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_tree.py
-rw-r--r-- shlomi/shlomi 14977 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_upgrade.py
-rw-r--r-- shlomi/shlomi 969 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_versionedfiles.py
-rw-r--r-- shlomi/shlomi 27018 2008-12-08 05:00 bzr-svn-0.5.0rc1/tests/test_workingtree.py
drwxr-xr-x shlomi/shlomi 0 2008-12-27 12:49 bzr-svn-0.5.0rc1/subvertpy/
drwxr-xr-x shlomi/shlomi 0 2008-12-27 12:49 bzr-svn-0.5.0rc1/subvertpy/subvertpy/
drwxr-xr-x shlomi/shlomi 0 2008-12-27 12:49 bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests/
-rw-r--r-- shlomi/shlomi 9822 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests/__init__.py
-rw-r--r-- shlomi/shlomi 1203 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests/test_client.py
-rw-r--r-- shlomi/shlomi 980 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests/test_core.py
-rw-r--r-- shlomi/shlomi 1706 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests/test_delta.py
-rw-r--r-- shlomi/shlomi 3044 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests/test_marshall.py
-rw-r--r-- shlomi/shlomi 7329 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests/test_properties.py
-rw-r--r-- shlomi/shlomi 10976 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests/test_ra.py
-rw-r--r-- shlomi/shlomi 1279 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests/test_repos.py
-rw-r--r-- shlomi/shlomi 815 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests/test_server.py
-rw-r--r-- shlomi/shlomi 1413 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/tests/test_wc.py
-rw-r--r-- shlomi/shlomi 2650 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/__init__.py
-rw-r--r-- shlomi/shlomi 83049 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/_ra.c
-rw-r--r-- shlomi/shlomi 22552 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/client.c
-rw-r--r-- shlomi/shlomi 5451 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/delta.py
-rw-r--r-- shlomi/shlomi 18953 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/editor.c
-rw-r--r-- shlomi/shlomi 3847 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/marshall.py
-rw-r--r-- shlomi/shlomi 7863 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/properties.py
-rw-r--r-- shlomi/shlomi 1470 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/ra.py
-rw-r--r-- shlomi/shlomi 35570 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/ra_svn.py
-rw-r--r-- shlomi/shlomi 10192 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/repos.c
-rw-r--r-- shlomi/shlomi 1977 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/server.py
-rw-r--r-- shlomi/shlomi 11712 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/util.c
-rw-r--r-- shlomi/shlomi 27654 2008-12-08 05:00 bzr-svn-0.5.0rc1/subvertpy/subvertpy/wc.c
-rw-r--r-- shlomi/shlomi 5069 2008-12-08 05:00 bzr-svn-0.5.0rc1/README
-rwxr-xr-x shlomi/shlomi 1503 2008-12-08 05:00 bzr-svn-0.5.0rc1/setup.py
-rw-r--r-- shlomi/shlomi 24618 2008-12-08 05:00 bzr-svn-0.5.0rc1/__init__.py
-rw-r--r-- shlomi/shlomi 7447 2008-12-08 05:00 bzr-svn-0.5.0rc1/auth.py
-rw-r--r-- shlomi/shlomi 22011 2008-12-08 05:00 bzr-svn-0.5.0rc1/branch.py
-rw-r--r-- shlomi/shlomi 2079 2008-12-08 05:00 bzr-svn-0.5.0rc1/branchprops.py
-rw-r--r-- shlomi/shlomi 3798 2008-12-08 05:00 bzr-svn-0.5.0rc1/cache.py
-rw-r--r-- shlomi/shlomi 4919 2008-12-08 05:00 bzr-svn-0.5.0rc1/changes.py
-rw-r--r-- shlomi/shlomi 50360 2008-12-08 05:00 bzr-svn-0.5.0rc1/commit.py
-rw-r--r-- shlomi/shlomi 12192 2008-12-08 05:00 bzr-svn-0.5.0rc1/config.py
-rw-r--r-- shlomi/shlomi 11648 2008-12-08 05:00 bzr-svn-0.5.0rc1/convert.py
-rw-r--r-- shlomi/shlomi 5318 2008-12-08 05:00 bzr-svn-0.5.0rc1/errors.py
-rw-r--r-- shlomi/shlomi 41754 2008-12-08 05:00 bzr-svn-0.5.0rc1/fetch.py
-rw-r--r-- shlomi/shlomi 11898 2008-12-08 05:00 bzr-svn-0.5.0rc1/fileids.py
-rw-r--r-- shlomi/shlomi 6471 2008-12-08 05:00 bzr-svn-0.5.0rc1/format.py
-rw-r--r-- shlomi/shlomi 19540 2008-12-08 05:00 bzr-svn-0.5.0rc1/logwalker.py
-rw-r--r-- shlomi/shlomi 33764 2008-12-08 05:00 bzr-svn-0.5.0rc1/mapping.py
-rw-r--r-- shlomi/shlomi 7710 2008-12-08 05:00 bzr-svn-0.5.0rc1/mapping2.py
-rw-r--r-- shlomi/shlomi 4804 2008-12-08 05:00 bzr-svn-0.5.0rc1/mapping4.py
-rw-r--r-- shlomi/shlomi 2470 2008-12-08 05:00 bzr-svn-0.5.0rc1/parents.py
-rw-r--r-- shlomi/shlomi 7503 2008-12-08 05:00 bzr-svn-0.5.0rc1/remote.py
-rw-r--r-- shlomi/shlomi 35727 2008-12-08 05:00 bzr-svn-0.5.0rc1/repository.py
-rw-r--r-- shlomi/shlomi 15828 2008-12-08 05:00 bzr-svn-0.5.0rc1/revids.py
-rw-r--r-- shlomi/shlomi 48585 2008-12-08 05:00 bzr-svn-0.5.0rc1/revmeta.py
-rw-r--r-- shlomi/shlomi 2048 2008-12-08 05:00 bzr-svn-0.5.0rc1/revspec.py
-rw-r--r-- shlomi/shlomi 6793 2008-12-08 05:00 bzr-svn-0.5.0rc1/server.py
-rw-r--r-- shlomi/shlomi 2327 2008-12-08 05:00 bzr-svn-0.5.0rc1/svk.py
-rw-r--r-- shlomi/shlomi 5743 2008-12-08 05:00 bzr-svn-0.5.0rc1/tags.py
-rw-r--r-- shlomi/shlomi 20729 2008-12-08 05:00 bzr-svn-0.5.0rc1/transport.py
-rw-r--r-- shlomi/shlomi 12514 2008-12-08 05:00 bzr-svn-0.5.0rc1/tree.py
-rw-r--r-- shlomi/shlomi 4632 2008-12-08 05:00 bzr-svn-0.5.0rc1/upgrade.py
-rw-r--r-- shlomi/shlomi 4059 2008-12-08 05:00 bzr-svn-0.5.0rc1/versionedfiles.py
-rwxr-xr-x shlomi/shlomi 1929 2008-12-08 05:00 bzr-svn-0.5.0rc1/wiki.py
-rw-r--r-- shlomi/shlomi 34168 2008-12-08 05:00 bzr-svn-0.5.0rc1/workingtree.py
-rw-r--r-- shlomi/shlomi 467 2008-12-27 12:49 bzr-svn-0.5.0rc1/PKG-INFO
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd bzr-svn-0.5.0rc1
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qvnGkV
+ umask 022
+ cd /home/shlomi/bzr-svn-0.5.0~rc1/build/bdist.linux-i686/rpm/BUILD
+ cd bzr-svn-0.5.0rc1
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ env 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables' python setup.py build
Traceback (most recent call last):
  File "setup.py", line 8, in <module>
    from setup import subvertpy_modules, install_lib_with_dlls
  File "/home/shlomi/bzr-svn-0.5.0~rc1/build/bdist.linux-i686/rpm/BUILD/bzr-svn-0.5.0rc1/setup.py", line 8, in <module>
    from setup import subvertpy_modules, install_lib_with_dlls
ImportError: cannot import name subvertpy_modules
error: Bad exit status from /var/tmp/rpm-tmp.qvnGkV (%build)

RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.qvnGkV (%build)
error: command 'rpmbuild' failed with exit status 1
shlomi:~/bzr-svn-0.5.0~rc1$
}}}}}}}}}}}}}}}}

For the record running python setup.py build works fine. Maybe there's a missing file in the MANIFEST?

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

This is probably due to the way subvertpy is included by bzr-svn. I don't have much experience with RPMs nor do I have any RPM-based systems though, so this isn't likely to get fixed unless somebody who does has a look.

Changed in bzr-svn:
importance: Undecided → Low
status: New → Confirmed
Jelmer Vernooij (jelmer)
Changed in bzr-svn:
status: Confirmed → Triaged
Jelmer Vernooij (jelmer)
Changed in subvertpy:
assignee: nobody → jelmer
status: New → Fix Released
Changed in bzr-svn:
assignee: nobody → jelmer
milestone: none → 0.5.0
status: Triaged → Fix Released
Revision history for this message
Shlomi Fish (shlomif-gmail) wrote :

Now it seems to work on bzr-svn-0.5.2. By using "python setup.py bdist_rpm" I was able to succesfully build an RPM and install it using urpmi on my Mandriva Cooker system. It first failed to checkout a Google Code svn trunk, but it worked after I installed the subvertpy .rpm (in the same manner - using "python setup.py bdist_rpm"). I verified that the files are there.

So I think this bug can be closed, unless you want to make sure that the bzr-svn RPM build process requires subvertpy as a dependency.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.