Skip to content

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 youji@ebay.com

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

Signed-off-by: You Ji <youji@ebay.com>
@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