[pbuilder] 02/02: give up and for now install libstdc++-6-dev:$HOST_ARCH instead of libstdc++-dev:$HOST_ARCH

Mattia Rizzolo mattia at debian.org
Sun Oct 9 15:06:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch cross
in repository pbuilder.

commit adf37ec6f5f1a0219c220101b07f68af97269e55
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sun Oct 9 15:05:24 2016 +0000

    give up and for now install libstdc++-6-dev:$HOST_ARCH instead of libstdc++-dev:$HOST_ARCH
---
 pbuilder-buildpackage-funcs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pbuilder-buildpackage-funcs b/pbuilder-buildpackage-funcs
index cd81fc1..61cb7e2 100644
--- a/pbuilder-buildpackage-funcs
+++ b/pbuilder-buildpackage-funcs
@@ -218,7 +218,7 @@ cross_build_setup () {
     if [ "${NO_AUTO_CROSS:-}" != "really-dont-mess-with-me" ]; then
         log.i "Setting up the environment for a cross build..."
         $CHROOTEXEC dpkg --add-architecture "$HOST_ARCH"
-        EXTRAPACKAGES="${EXTRAPACKAGES:+"$EXTRAPACKAGES" }crossbuild-essential-$HOST_ARCH libc-dev:$HOST_ARCH" # libstdc++-dev:$HOST_ARCH"
+        EXTRAPACKAGES="${EXTRAPACKAGES:+"$EXTRAPACKAGES" }crossbuild-essential-$HOST_ARCH libc-dev:$HOST_ARCH libstdc++-6-dev:$HOST_ARCH"
         DEBBUILDOPTS="${DEBBUILDOPTS:+"$DEBBUILDOPTS" }--host-arch $HOST_ARCH"
         if [ "${NO_AUTO_CROSS:-}" != "yes" ]; then
             export DEB_BUILD_OPTIONS="${DEB_BUILD_OPTIONS:+"$DEB_BUILD_OPTIONS" }nocheck"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/pbuilder.git



More information about the Pbuilder-maint mailing list