GNOME Bugzilla – Bug 776412
gnome-shell/autogen.sh: pushd: not found
Last modified: 2017-04-15 15:41:23 UTC
From https://bugzilla.gnome.org/show_bug.cgi?id=773085 gnome-shell build issues. pushd / popd are bash specific and the autogen.sh uses /bin/sh. *** Configuring gnome-shell *** [1/93] /home/dev/jhbuild/checkout/gnome-shell/autogen.sh: 14: /home/dev/jhbuild/checkout/gnome-shell/autogen.sh: pushd: not found + Setting up submodules fatal: Not a git repository (or any parent up to mount point /home) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). fatal: Not a git repository (or any parent up to mount point /home) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). /home/dev/jhbuild/checkout/gnome-shell/autogen.sh: 24: /home/dev/jhbuild/checkout/gnome-shell/autogen.sh: popd: not found /home/dev/jhbuild/install/bin/gnome-autogen.sh
root@unstable:~# ls -l /bin/sh lrwxrwxrwx 1 root root 4 Jul 6 03:29 /bin/sh -> dash root@unstable:~# uname -a Linux unstable 4.8.0-1-amd64 #1 SMP Debian 4.8.7-1 (2016-11-13) x86_64 GNU/Linux root@unstable:~# gnome-shell --version GNOME Shell 3.22.2
*** This bug has been marked as a duplicate of bug 781242 ***