On Wed, Jan 29, 2014 at 4:09 PM, Robert Nelson <[email protected]> wrote: > To "rebuild" > git clone git://github.com/beagleboard/image-builder.git > cd image-builder > git checkout bb.org-v2014.01.29 -b tmp > touch release > ./beagleboard.org_image.sh
I attempted to rebuild the image (mainly for educational purposes) but the build hangs when attempting to clone boot-scripts: Log: (chroot) adding admin group to /etc/sudoers Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully Log: (chroot) Warning, qemu can fail here... (run on real armv7l hardware for production images) Log: (chroot): [git clone https://github.com/RobertCNelson/boot-scripts /opt/scripts/ --depth 1 || true] Cloning into '/opt/scripts'... remote: Counting objects: 32, done. remote: Compressing objects: 100% (26/26), done. remote: Total 32 (delta 6), reused 21 (delta 0) [stops here] $ ps aux | grep git root 29272 0.0 0.0 4136812 4788 pts/0 S+ 21:06 0:00 /usr/bin/qemu-arm-static /usr/bin/git clone https://github.com/RobertCNelson/boot-scripts /opt/scripts/ --depth 1 root 29273 0.2 0.0 4203256 13480 pts/0 S+ 21:06 0:02 /usr/bin/qemu-arm-static /usr/lib/git-core/git-remote-https origin https://github.com/RobertCNelson/boot-scripts root 29275 0.0 0.0 4203228 5380 pts/0 S+ 21:06 0:00 /usr/bin/qemu-arm-static /usr/lib/git-core/git fetch-pack --stateless-rpc --stdin --lock-pack --include-tag --thin --depth=1 https://github.com/RobertCNelson/boot-scripts/ root 29278 0.0 0.0 4137840 3792 pts/0 S+ 21:06 0:00 /usr/bin/qemu-arm-static /usr/lib/git-core/git fetch-pack --stateless-rpc --stdin --lock-pack --include-tag --thin --depth=1 https://github.com/RobertCNelson/boot-scripts/ jvaller+ 32164 0.0 0.0 10288 880 pts/1 S+ 21:28 0:00 grep git If I git clone the boot-scripts repository outside of this script, I have no issues. It only hangs when run from the beagleboard.org_image.sh script. This is on 64-bit Debian "jessie". Any ideas on what might be causing this? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
