]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
install-deps: Adding gcc for debian based systems 8745/head
authorErwan Velu <erwan@redhat.com>
Mon, 25 Apr 2016 15:11:45 +0000 (17:11 +0200)
committerErwan Velu <erwan@redhat.com>
Mon, 25 Apr 2016 15:11:45 +0000 (17:11 +0200)
commitbbcda5a2c284778a34c29bc473b378753416cc36
tree973ce95501153f172ed077076e28077aff19b12a
parent850e343d318a1a8ade62c671c8f4f2d47e17c1b1
install-deps: Adding gcc for debian based systems

When running install-deps on a minimalistic system, we reach that situation :

dpkg-checkbuilddeps --admindir=/tmp/install-deps.5526 debian/control
    sh: 1: gcc: not found
    dpkg-checkbuilddeps: warning: Couldn't determine gcc system type, falling back to default (native compilation)
    dpkg-checkbuilddeps: error: cannot open /tmp/install-deps.5526/status: No such file or directory

This means that we shall install gcc before calling dpkg-checkbuilddeps.

Signed-off-by: Erwan Velu <erwan@redhat.com>
install-deps.sh