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

Can't build debian packages #354

Open
SomakChatterjee opened this issue Feb 7, 2019 · 0 comments
Open

Can't build debian packages #354

SomakChatterjee opened this issue Feb 7, 2019 · 0 comments

Comments

@SomakChatterjee
Copy link

I can't build the debian packages for ivs despite having installed docker previously. The error looks like this:

somak@somak-HP-Pro-3330-MT:~/ivs$ build/build-debian-packages.sh
+++ readlink -f build/build-debian-packages.sh
++ dirname /home/somak/ivs/build/build-debian-packages.sh

  • ROOTDIR=/home/somak/ivs/build/..
  • cd /home/somak/ivs/build/..
  • : Build ID: devel
  • SUITE=trusty
  • ARCH=amd64
  • DOCKER_IMAGE=bigswitch/ivs-builder:ubuntu14.04
  • BUILD_OS=trusty-amd64
    ++ mktemp -d
  • BUILDDIR=/tmp/tmp.d45ksTSSK5
  • mkdir -p /tmp/tmp.d45ksTSSK5/ivs
  • rsync --files-from /dev/fd/63 . /tmp/tmp.d45ksTSSK5/ivs
    ++ ./build/files.sh
  • git ls-files
  • git submodule foreach --recursive --quiet 'git ls-files --with-tree="$sha1" |sed "s#^#$path/#"'
  • docker.io run -e BUILD_ID=devel -e BUILD_OS=trusty-amd64 -v /tmp/tmp.d45ksTSSK5:/work -v /tmp/ivs.ccache:/.ccache -w /work/ivs bigswitch/ivs-builder:ubuntu14.04 ./build/build-debian-packages-inner.sh
    build/build-debian-packages.sh: line 38: docker.io: command not found

Can anyone help me out in identifying and fixing the problem?

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

1 participant