Skip to content
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

fix-bug: dpkg-buildpackage building deb packages can work with newer version of pip. #457

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

JiYou
Copy link

@JiYou JiYou commented Jun 6, 2016

When Ubuntu system install newer version of pip, dpkg-buildpackage will get failure.

Because newer version of pip does no has --no-install or --no-download option.

+ ./bin/python ./bin/pip install --no-install carbon

Usage:
  pip install [options] <requirement specifier> [package-index-options] ...
  pip install [options] -r <requirements file> [package-index-options] ...
  pip install [options] [-e] <vcs project url> ...
  pip install [options] [-e] <local project path> ...
  pip install [options] <archive url/path> ...

no such option: --no-install

Signed-off-by: You Ji [email protected]

When Ubuntu system install newer version of pip, dpkg-buildpackage
will get failure.

Signed-off-by: You Ji <[email protected]>
@JiYou
Copy link
Author

JiYou commented Jun 6, 2016

CI meets error:

[ERROR   ] Command ['apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'postgresql-server-dev-all', 'postgresql', 'python-pip', 'swig', 'python-libvirt', 'libevent-dev', 'python-cairo', 'libzmq3-dev', 'python-virtualenv'] failed with return code: 100

...

dpkg: dependency problems prevent configuration of postgresql:
 postgresql depends on postgresql-9.5; however:
  Package postgresql-9.5 is not configured yet.
dpkg: error processing postgresql (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of postgresql-contrib-9.5:
 postgresql-contrib-9.5 depends on postgresql-9.5 (= 9.5.3-1.pgdg12.4+1); however:
  Package postgresql-9.5 is not configured yet.

Seems install postgresql failed.

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

Successfully merging this pull request may close these issues.

1 participant