gbs build fails with the error: [ 236s] //usr/bin/build: line 1944: /home/user/GBS-ROOT//local/scratch.i586.0/etc/passwd: No such file or directory [ 236s] su: user abuild does not exist [ 236s] Error: TOPDIR empty Warning: build failed, Leaving the logs in ....
At the line 1944 in /usr/bin/build is: if ! egrep '^abuild:' > /dev/null < $BUILD_ROOT/etc/passwd: then But if I run the above command on a bash prompt, it /doesn't/ throw the file-not-found error: $ egrep '^abuild:' < /home/user/GBS-ROOT//local/scratch.i586.0/etc/passwd abuild:x:::Autobuild:/home/abuild:/bin/bash $ .gbs.conf has following settings: [repo.tizen_latest] url = http://download.tizen.org/releases/daily/2.0alpha/common/latest [repo.tizen_main] url = http://download.tizen.org/releases/daily/2.0alpha/common/latest/repos/tizen-main/ia32/packages/ [repo.tizen_base] url = http://download.tizen.org/releases/daily/2.0alpha/common/latest/repos/tizen-base/ia32/packages/ Note that I have updated the build package by following the "Update 'build' package" section in the above URL. Basically, chrooting to ~/GBS-ROOT/local/scratch.i586.0 is failing: gbs chroot ~/GBS-ROOT/local/scratch.i586.0 su: user abuild does not exist Will someone please throw light on the cause of this error. I have followed these steps and the error is reproduced in the first go: * Install Ubuntu 12.04 * Install gbs according to https://source.tizen.org/documentation/reference/git-build-system/installation * Behind a proxy and able to perform a "git clone" from Tizen's gerrit * I cloned external/sysvinit and built it using and this fails with above error: $ pwd <somepath/sysvinit> $ gbs build -A i586 Best, Vijay Zanvar
_______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
