Skip to content

FTBFS on Fedora 24/25 #85

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rtsisyk opened this issue Feb 27, 2017 · 1 comment
Closed

FTBFS on Fedora 24/25 #85

rtsisyk opened this issue Feb 27, 2017 · 1 comment
Milestone

Comments

@rtsisyk
Copy link
Contributor

rtsisyk commented Feb 27, 2017

https://travis-ci.org/tarantool/tarantool-python/jobs/205775358#L506

+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.QkO7ao
+ umask 022
+ cd /build/usr/src/debug
+ '[' /build/BUILDROOT/tarantool-python-0.5.4-24.el7.centos.x86_64 '!=' / ']'
+ rm -rf /build/BUILDROOT/tarantool-python-0.5.4-24.el7.centos.x86_64
++ dirname /build/BUILDROOT/tarantool-python-0.5.4-24.el7.centos.x86_64
+ mkdir -p /build/BUILDROOT
+ mkdir /build/BUILDROOT/tarantool-python-0.5.4-24.el7.centos.x86_64
+ cd tarantool-python-0.5.4
+ python setup.py install --single-version-externally-managed -O1 --root=/build/BUILDROOT/tarantool-python-0.5.4-24.el7.centos.x86_64 --record=INSTALLED_FILES
/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
  warnings.warn(msg)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help
error: option --single-version-externally-managed not recognized
error: Bad exit status from /var/tmp/rpm-tmp.QkO7ao (%install)
@bigbes
Copy link
Contributor

bigbes commented May 22, 2017

Probably this should help:

--single-version-externally-managed is an option used for Python packages
instructing the setuptools module to create a Python package which can be
easily managed by the host's package manager if needed, like Yum or Apt.

If you're seeing this message, you may have an old version of setuptools or
Python. Try using Distribute, which is a newer version of setuptools and is
backwards compatible. These packages may expect that you have it already.

https://pypi.python.org/pypi/distribute

Edit: At this point, distribute has been merged into the main setuptools
project. Just install the latest version of setuptools. As indicated,
you may wish to use the --egg option instead, as it's more appropriate for
those doing manual installations where you're not intending to create a system
package for distribution.

from: https://stackoverflow.com/a/15258644/1277198

@bigbes bigbes closed this as completed in f6417a9 May 23, 2017
@bigbes bigbes added this to the 0.6.1 milestone May 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants