I have set up a koji build system and on running a scratch build (koji build --scratch dist-ncp bzip2-1.0.5-7.el6_0.src.rpm), I see the below error in mock_output.log. All the source rpms have been imported into the build server.
INFO: mock.py version 1.1.32 starting... Start: init plugins INFO: selinux enabled Finish: init plugins Start: run Start: lock buildroot Start: clean chroot Finish: clean chroot Finish: lock buildroot Start: chroot init Start: lock buildroot Mock Version: 1.1.32 INFO: Mock Version: 1.1.32 INFO: calling preinit hooks Start: device setup Finish: device setup Start: yum update Start: Outputting list of available packages Finish: Outputting list of available packages Finish: yum update ERROR: Could not find useradd in chroot, maybe the install failed?
Here are the packages I have added to the group
koji list-groups dist-ncp-build bash: None, default [dist-ncp-build] bzip2: None, default [dist-ncp- build] coreutils: None, default [dist-ncp-build] cpio: None, default [dist-ncp-build] cvs: None, default [dist-ncp-build] diffutils: None, default [dist-ncp-build] fedora-release: None, default [dist-ncp-build] findutils: None, default [dist-ncp-build] gawk: None, default [dist-ncp-build] gcc: None, default [dist-ncp-build] gcc-c++: None, default [dist-ncp-build] gnupg: None, default [dist-ncp-build] grep: None, default [dist-ncp-build] gzip: None, default [dist-ncp-build] info: None, default [dist-ncp-build] make: None, default [dist-ncp-build] patch: None, default [dist-ncp-build] redhat-rpm-config: None, default [dist-ncp-build] rpm-build: None, default [dist-ncp-build] rpmdevtools: None, default [dist-ncp-build] sed: None, default [dist-ncp-build] shadow-utils: None, default [dist-ncp-build] tar: None, default [dist-ncp-build] unzip: None, default [dist-ncp-build] utils-linux-ng: None, default [dist-ncp-build] wget: None, default [dist-ncp-build] which: None, default [dist-ncp-build]
What am I missing?
Thanks, Radha.
The root.log output looks like this (there is no mention of shadow-utils) and shadow-utils is installed on the box. rpm -qa | grep shadow shadow-utils-4.1.4.2-13.el6.x86_64
root.log
DEBUG util.py:65: creating dir: /var/lib/mock/dist-ncp -build-13-8/root/dev/shm DEBUG backend.py:472: kver == 2.6.32-358.el6.x86_64 DEBUG util.py:314: Executing command: ['/bin/mount', '-n', '-t', 'proc', 'proc', '/var/lib/mock/dist-ncp -build-13-8/root/proc'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: ['/bin/mount', '-n', '-t', 'sysfs', 'mock_chroot_sys', '/var/lib/mock/dist-ncp -build-13-8/root/sys'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'mock_chroot_shmfs', '/var/lib/mock/dist-ncp-build-13-8/root/dev/shm'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'mock_chroot_devpts', '/var/lib/mock/dist-ncp -build-13-8/root/dev/pts'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: ['/bin/mount', '-n', '--bind', '/tmp/mock-selinux-plugin.eMHC0m', '/var/lib/mock/dist-ncp -build-13-8/root/proc/filesystems'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG backend.py:948: ['/usr/bin/yum', '--installroot', '/var/lib/mock/dist-ncp-build-13-8/root/', 'groupinstall', 'build'] DEBUG util.py:314: Executing command: ['/usr/bin/yum', '--installroot', '/var/lib/mock/dist-ncp -build-13-8/root/', 'groupinstall', 'build', '--setopt=tsflags=nocontexts'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:264: Warning: Group build does not have any packages. DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: /usr/bin/repoquery -c /var/lib/mock/dist-ncp -build-13-8/root//etc/yum.conf -a --qf '%{nevra} %{buildtime} %{size} %{pkgid} %{repoid}' > /var/lib/mock/dist-ncp-build-13-8/result/available_pkgs with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dist-ncp -build-13-8/root/proc/filesystems'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dist-ncp-build-13-8/root/dev/pts'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dist-ncp -build-13-8/root/dev/shm'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dist-ncp -build-13-8/root/sys'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dist-ncp -build-13-8/root/proc'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:116: kill orphans
Mock_output.log
INFO: mock.py version 1.1.32 starting... Start: init plugins INFO: selinux enabled Finish: init plugins Start: run Start: lock buildroot Start: clean chroot Finish: clean chroot Finish: lock buildroot Start: chroot init Start: lock buildroot Mock Version: 1.1.32 INFO: Mock Version: 1.1.32 INFO: calling preinit hooks Start: device setup Finish: device setup Start: yum update Start: Outputting list of available packages Finish: Outputting list of available packages Finish: yum update ERROR: Could not find useradd in chroot, maybe the install failed?
-----Original Message----- From: buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org] On Behalf Of Michael Cronenworth Sent: Wednesday, September 04, 2013 2:45 PM To: buildsys@lists.fedoraproject.org Subject: Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
On 09/04/2013 11:17 AM, Radha Venkatesh (radvenka) wrote:
ERROR: Could not find useradd in chroot, maybe the install failed?
Do you have the root.log output? Does it show shadow-utils to be installed during the build? -- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys
On 09/04/2013 05:13 PM, Radha Venkatesh (radvenka) wrote:
The root.log output looks like this (there is no mention of shadow-utils) and shadow-utils is installed on the box. rpm -qa | grep shadow shadow-utils-4.1.4.2-13.el6.x86_64
Koji/mock do not use your host system's packages. Mock sets up a chroot and installs the base packages in your build group and uses that environment to compile your package.
Your root.log looks like your Koji is missing some setup steps. This is what a working root.log should look like. Notice the yum package install output that lists packages to be installed.
http://kojipkgs.fedoraproject.org//packages/mingw-gnutls/3.1.11/1.fc19/data/...
I am sorry I was not clear in my previous email - I had just pasted the tail end of the root.log. This is the root.log in its entirety.
INFO backend.py:1017: Mock Version: 1.1.32 DEBUG backend.py:334: rootdir = /var/lib/mock/dist-ncp-build-13-8/root/ DEBUG backend.py:335: resultdir = /var/lib/mock/dist-ncp-build-13-8/result INFO backend.py:338: calling preinit hooks DEBUG backend.py:505: create skeleton dirs DEBUG util.py:62: ensuring that dir exists: /var/lib/mock/dist-ncp-build-13-8/root/var/lib/rpm DEBUG util.py:65: creating dir: /var/lib/mock/dist-ncp-build-13-8/root/var/lib/rpm DEBUG util.py:62: ensuring that dir exists: /var/lib/mock/dist-ncp-build-13-8/root/var/lib/yum DEBUG util.py:65: creating dir: /var/lib/mock/dist-ncp-build-13-8/root/var/lib/yum DEBUG util.py:62: ensuring that dir exists: /var/lib/mock/dist-ncp-build-13-8/root/var/lib/dbus DEBUG util.py:65: creating dir: /var/lib/mock/dist-ncp-build-13-8/root/var/lib/dbus DEBUG util.py:62: ensuring that dir exists: /var/lib/mock/dist-ncp-build-13-8/root/var/log DEBUG util.py:65: creating dir: /var/lib/mock/dist-ncp-build-13-8/root/var/log DEBUG util.py:62: ensuring that dir exists: /var/lib/mock/dist-ncp-build-13-8/root/var/lock/rpm DEBUG util.py:65: creating dir: /var/lib/mock/dist-ncp-build-13-8/root/var/lock/rpm DEBUG util.py:62: ensuring that dir exists: /var/lib/mock/dist-ncp-build-13-8/root/var/cache/yum DEBUG util.py:65: creating dir: /var/lib/mock/dist-ncp-build-13-8/root/var/cache/yum DEBUG util.py:62: ensuring that dir exists: /var/lib/mock/dist-ncp-build-13-8/root/etc/rpm DEBUG util.py:65: creating dir: /var/lib/mock/dist-ncp-build-13-8/root/etc/rpm DEBUG util.py:62: ensuring that dir exists: /var/lib/mock/dist-ncp-build-13-8/root/tmp DEBUG util.py:65: creating dir: /var/lib/mock/dist-ncp-build-13-8/root/tmp DEBUG util.py:62: ensuring that dir exists: /var/lib/mock/dist-ncp-build-13-8/root/tmp/ccache DEBUG util.py:65: creating dir: /var/lib/mock/dist-ncp-build-13-8/root/tmp/ccache DEBUG util.py:62: ensuring that dir exists: /var/lib/mock/dist-ncp-build-13-8/root/var/tmp DEBUG util.py:65: creating dir: /var/lib/mock/dist-ncp-build-13-8/root/var/tmp DEBUG util.py:62: ensuring that dir exists: /var/lib/mock/dist-ncp-build-13-8/root/etc/yum.repos.d DEBUG util.py:65: creating dir: /var/lib/mock/dist-ncp-build-13-8/root/etc/yum.repos.d DEBUG util.py:62: ensuring that dir exists: /var/lib/mock/dist-ncp-build-13-8/root/etc/yum DEBUG util.py:65: creating dir: /var/lib/mock/dist-ncp-build-13-8/root/etc/yum DEBUG util.py:62: ensuring that dir exists: /var/lib/mock/dist-ncp-build-13-8/root/proc DEBUG util.py:65: creating dir: /var/lib/mock/dist-ncp-build-13-8/root/proc DEBUG util.py:62: ensuring that dir exists: /var/lib/mock/dist-ncp-build-13-8/root/sys DEBUG util.py:65: creating dir: /var/lib/mock/dist-ncp-build-13-8/root/sys DEBUG backend.py:527: touch required files DEBUG util.py:73: touching file: /var/lib/mock/dist-ncp-build-13-8/root/etc/mtab DEBUG util.py:73: touching file: /var/lib/mock/dist-ncp-build-13-8/root/etc/fstab DEBUG util.py:73: touching file: /var/lib/mock/dist-ncp-build-13-8/root/var/log/yum.log DEBUG backend.py:353: configure yum DEBUG backend.py:368: configure yum priorities DEBUG util.py:62: ensuring that dir exists: /var/lib/mock/dist-ncp-build-13-8/root/etc/yum/pluginconf.d DEBUG util.py:65: creating dir: /var/lib/mock/dist-ncp-build-13-8/root/etc/yum/pluginconf.d DEBUG backend.py:377: configure yum rhnplugin DEBUG util.py:62: ensuring that dir exists: /var/lib/mock/dist-ncp-build-13-8/root/etc/yum/pluginconf.d DEBUG util.py:62: ensuring that dir exists: /var/lib/mock/dist-ncp-build-13-8/root/etc DEBUG util.py:88: remove tree: /var/lib/mock/dist-ncp-build-13-8/root/dev DEBUG util.py:62: ensuring that dir exists: /var/lib/mock/dist-ncp-build-13-8/root/dev/pts DEBUG util.py:65: creating dir: /var/lib/mock/dist-ncp-build-13-8/root/dev/pts DEBUG util.py:62: ensuring that dir exists: /var/lib/mock/dist-ncp-build-13-8/root/dev/shm DEBUG util.py:65: creating dir: /var/lib/mock/dist-ncp-build-13-8/root/dev/shm DEBUG backend.py:472: kver == 2.6.32-358.el6.x86_64 DEBUG util.py:314: Executing command: ['/bin/mount', '-n', '-t', 'proc', 'proc', '/var/lib/mock/dist-ncp-build-13-8/root/proc'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: ['/bin/mount', '-n', '-t', 'sysfs', 'mock_chroot_sys', '/var/lib/mock/dist-ncp-build-13-8/root/sys'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'mock_chroot_shmfs', '/var/lib/mock/dist-ncp-build-13-8/root/dev/shm'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'mock_chroot_devpts', '/var/lib/mock/dist-ncp-build-13-8/root/dev/pts'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: ['/bin/mount', '-n', '--bind', '/tmp/mock-selinux-plugin.eMHC0m', '/var/lib/mock/dist-ncp-build-13-8/root/proc/filesystems'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG backend.py:948: ['/usr/bin/yum', '--installroot', '/var/lib/mock/dist-ncp-build-13-8/root/', 'groupinstall', 'build'] DEBUG util.py:314: Executing command: ['/usr/bin/yum', '--installroot', '/var/lib/mock/dist-ncp-build-13-8/root/', 'groupinstall', 'build', '--setopt=tsflags=nocontexts'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:264: Warning: Group build does not have any packages. DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: /usr/bin/repoquery -c /var/lib/mock/dist-ncp-build-13-8/root//etc/yum.conf -a --qf '%{nevra} %{buildtime} %{size} %{pkgid} %{repoid}' > /var/lib/mock/dist-ncp-build-13-8/result/available_pkgs with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dist-ncp-build-13-8/root/proc/filesystems'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dist-ncp-build-13-8/root/dev/pts'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dist-ncp-build-13-8/root/dev/shm'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dist-ncp-build-13-8/root/sys'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:314: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dist-ncp-build-13-8/root/proc'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:354: Child return code was: 0 DEBUG util.py:116: kill orphans
-----Original Message----- From: buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org] On Behalf Of Michael Cronenworth Sent: Wednesday, September 04, 2013 3:40 PM To: buildsys@lists.fedoraproject.org Subject: Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
On 09/04/2013 05:13 PM, Radha Venkatesh (radvenka) wrote:
The root.log output looks like this (there is no mention of shadow-utils) and shadow-utils is installed on the box. rpm -qa | grep shadow shadow-utils-4.1.4.2-13.el6.x86_64
Koji/mock do not use your host system's packages. Mock sets up a chroot and installs the base packages in your build group and uses that environment to compile your package.
Your root.log looks like your Koji is missing some setup steps. This is what a working root.log should look like. Notice the yum package install output that lists packages to be installed.
http://kojipkgs.fedoraproject.org//packages/mingw-gnutls/3.1.11/1.fc19/data/...
-- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys
I looked into the kojid.conf and everything seems correct.
[kojid] ; The number of seconds to sleep between tasks ; sleeptime=15
; The maximum number of jobs that kojid will handle at a time ; maxjobs=10
; The minimum amount of free space (in MBs) required for each build root ; minspace=8192
; The directory root where work data can be found from the koji hub topdir=/mnt/koji
; The directory root for temporary storage workdir=/tmp/koji
; The directory root for mock mockdir=/var/lib/mock
; The user to run as when doing builds mockuser=kojiadmin
; The vendor to use in rpm headers ; vendor=Koji
; The packager to use in rpm headers ; packager=Koji
; The distribution to use in rpm headers ; distribution=Koji
; The _host string to use in mock ; mockhost=koji-linux-gnu
; The URL for the xmlrpc server server=http://vos-cm20/kojihub
; The URL for the file access topurl=http://vos-cm20/kojifiles
; A space-separated list of hostname:repository[:use_common] tuples that kojid is authorized to checkout from (no quotes). ; Wildcards (as supported by fnmatch) are allowed. ; If use_common is specified and is one of "false", "no", "off", or "0" (without quotes), then kojid will not attempt to checkout ; a common/ dir when checking out sources from the source control system. Otherwise, it will attempt to checkout a common/ ; dir, and will raise an exception if it cannot. ;allowed_scms=scm.example.com:/cvs/example git.example.org:/example svn.example.org:/users/*:no
; The mail host to use for sending email notifications ;smtphost=example.com
; The From address used when sending email notifications ;from_addr=Koji Build System buildsys@example.com
;configuration for Kerberos authentication
;the format of the principal used by the build hosts ;%s will be replaced by the FQDN of the host ;host_principal_format = compile/%s@EXAMPLE.COM
;location of the keytab ;keytab = /etc/kojid/kojid.keytab
;the service name of the principal being used by the hub ;krbservice = host
;configuration for SSL authentication
;client certificate cert = /etc/pki/koji/kojid.pem
;certificate of the CA that issued the client certificate ca = /etc/pki/koji/koji_ca_cert.crt
;certificate of the CA that issued the HTTP server certificate serverca = /etc/pki/koji/koji_ca_cert.crt
-----------------------------------------------------
I created new tags to make sure I have set up the packages and the groups correctly
[kojiadmin@vos-cm20 koji]$ koji taginfo ncp-build Tag: ncp-build [7] Arches: x86_64 This tag is a buildroot for one or more targets Current repo: repo#11: 2013-09-05 13:21:13.623486 Targets that build from this tag: ncp External repos: 5 dist-ncp-external-repo (/auto/tps/centos/6/x86_64/) Inheritance: 0 .... ncp [5]
1 .... ncp-basedeps [8]
-------------------------------------------------------------------------
kojiadmin@vos-cm20 koji]$ koji list-pkgs Package ----------------------- MAKEDEV acl attr audit authconfig basesystem bash binutils bzip2 ca-certificates centos-release checkpolicy chkconfig coreutils cpio cracklib cryptsetup-luks curl cyrus-sasl dash db4 dbus-glib device-mapper-multipath diffutils dracut e2fsprogs ethtool expat file filesystem findutils fipscheck gamin gawk gcc gdbm glib2 glibc gmp gnupg2 gpgme grep groff grub grubby gzip hwdata initscripts iproute iptables iputils kbd kernel less libaio libcap libcap-ng libcgroup libdrm libedit libffi libgcrypt libgpg-error libidn libnih libpciaccess libselinux libsemanage libsepol libssh2 libusb libuser libutempter libxml2 logrotate lua m4 mingetty module-init-tools ncurses net-tools newt nspr nss nss-softokn nss-util ntp openldap openssh openssl pam passwd pcre perl pinentry plymouth policycoreutils popt procps psmisc pth pygpgme python python-iniparse python-pycurl python-urlgrabber readline redhat-logos rootfiles rpm rsync rsyslog sed selinux-policy setup shadow-utils slang sqlite tar tzdata udev upstart ustr util-linux-ng which yum yum-metadata-parser zlib tzdata-2012j
I still see the same error.
Thanks, Radha.
-----Original Message----- From: buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org] On Behalf Of Michael Cronenworth Sent: Wednesday, September 04, 2013 5:54 PM To: buildsys@lists.fedoraproject.org Subject: Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
On 09/04/2013 05:58 PM, Radha Venkatesh (radvenka) wrote:
DEBUG util.py:264: Warning: Group build does not have any packages.
Here's the problem. I don't know your full koji setup but something is not setup correctly. The build target for tag dist-ncp is not right. -- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys
On 09/05/2013 03:41 PM, Radha Venkatesh (radvenka) wrote:
I still see the same error.
Going back to your original e-mail, I don't see the group "build". The output of list-groups should echo "build" such as this:
$ koji list-groups f18-build build [f18-build] bash: None, default [f18-build] bzip2: None, default [f18-build] coreutils: None, default [f18-build] ...
Are you running this? $ koji add-group ncp-build build $ koji add-group-pkg ncp-build build <pkg1> etc...
Yes, I have run the below commands.
Here is the output of
[kojiadmin@vos-cm20 koji]$ koji list-groups ncp-build build [ncp-basedeps] bash: None, default [ncp-basedeps] bzip2: None, default [ncp-basedeps] coreutils: None, default [ncp-basedeps] cpio: None, default [ncp-basedeps] cvs: None, default [ncp-basedeps] diffutils: None, default [ncp-basedeps] findutils: None, default [ncp-basedeps] gawk: None, default [ncp-basedeps] gcc: None, default [ncp-basedeps] gcc-c++: None, default [ncp-basedeps] gnupg: None, default [ncp-basedeps] grep: None, default [ncp-basedeps] gzip: None, default [ncp-basedeps] info: None, default [ncp-basedeps] make: None, default [ncp-basedeps] patch: None, default [ncp-basedeps] redhat-rpm-config: None, default [ncp-basedeps] rpm-build: None, default [ncp-basedeps] rpmdevtools: None, default [ncp-basedeps] sed: None, default [ncp-basedeps] shadow-utils: None, default [ncp-basedeps] tar: None, default [ncp-basedeps] unzip: None, default [ncp-basedeps] util-linux-ng: None, default [ncp-basedeps] wget: None, default [ncp-basedeps] which: None, default [ncp-basedeps] srpm-build [ncp-basedeps] bash: None, default [ncp-basedeps] bzip2: None, default [ncp-basedeps] coreutils: None, default [ncp-basedeps] cpio: None, default [ncp-basedeps] cvs: None, default [ncp-basedeps] diffutils: None, default [ncp-basedeps] findutils: None, default [ncp-basedeps] gawk: None, default [ncp-basedeps] gcc: None, default [ncp-basedeps] gcc-c++: None, default [ncp-basedeps] gnupg: None, default [ncp-basedeps] grep: None, default [ncp-basedeps] gzip: None, default [ncp-basedeps] info: None, default [ncp-basedeps] make: None, default [ncp-basedeps] patch: None, default [ncp-basedeps] redhat-rpm-config: None, default [ncp-basedeps] rpm-build: None, default [ncp-basedeps] rpmdevtools: None, default [ncp-basedeps] sed: None, default [ncp-basedeps] shadow-utils: None, default [ncp-basedeps] tar: None, default [ncp-basedeps] unzip: None, default [ncp-basedeps] util-linux-ng: None, default [ncp-basedeps] wget: None, default [ncp-basedeps] which: None, default [ncp-basedeps]
[kojiadmin@vos-cm20 koji]$ koji taginfo ncp-build Tag: ncp-build [7] Arches: x86_64 This tag is a buildroot for one or more targets Current repo: repo#11: 2013-09-05 13:21:13.623486 Targets that build from this tag: ncp External repos: 5 dist-ncp-external-repo (/auto/tps/centos/6/x86_64/) Inheritance: 0 .... ncp [5]
1 .... ncp-basedeps [8]
-----Original Message----- From: buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org] On Behalf Of Michael Cronenworth Sent: Thursday, September 05, 2013 1:54 PM To: buildsys@lists.fedoraproject.org Subject: Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
On 09/05/2013 03:41 PM, Radha Venkatesh (radvenka) wrote:
I still see the same error.
Going back to your original e-mail, I don't see the group "build". The output of list-groups should echo "build" such as this:
$ koji list-groups f18-build build [f18-build] bash: None, default [f18-build] bzip2: None, default [f18-build] coreutils: None, default [f18-build] ...
Are you running this? $ koji add-group ncp-build build $ koji add-group-pkg ncp-build build <pkg1> etc... -- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys
On 9/5/13 2:01 PM, Radha Venkatesh (radvenka) wrote:
Yes, I have run the below commands.
Here is the output of
[kojiadmin@vos-cm20 koji]$ koji list-groups ncp-build build [ncp-basedeps] bash: None, default [ncp-basedeps] bzip2: None, default [ncp-basedeps] coreutils: None, default [ncp-basedeps] cpio: None, default [ncp-basedeps] cvs: None, default [ncp-basedeps] diffutils: None, default [ncp-basedeps] findutils: None, default [ncp-basedeps] gawk: None, default [ncp-basedeps] gcc: None, default [ncp-basedeps] gcc-c++: None, default [ncp-basedeps] gnupg: None, default [ncp-basedeps] grep: None, default [ncp-basedeps] gzip: None, default [ncp-basedeps] info: None, default [ncp-basedeps] make: None, default [ncp-basedeps] patch: None, default [ncp-basedeps] redhat-rpm-config: None, default [ncp-basedeps] rpm-build: None, default [ncp-basedeps] rpmdevtools: None, default [ncp-basedeps] sed: None, default [ncp-basedeps] shadow-utils: None, default [ncp-basedeps] tar: None, default [ncp-basedeps] unzip: None, default [ncp-basedeps] util-linux-ng: None, default [ncp-basedeps] wget: None, default [ncp-basedeps] which: None, default [ncp-basedeps] srpm-build [ncp-basedeps] bash: None, default [ncp-basedeps] bzip2: None, default [ncp-basedeps] coreutils: None, default [ncp-basedeps] cpio: None, default [ncp-basedeps] cvs: None, default [ncp-basedeps] diffutils: None, default [ncp-basedeps] findutils: None, default [ncp-basedeps] gawk: None, default [ncp-basedeps] gcc: None, default [ncp-basedeps] gcc-c++: None, default [ncp-basedeps] gnupg: None, default [ncp-basedeps] grep: None, default [ncp-basedeps] gzip: None, default [ncp-basedeps] info: None, default [ncp-basedeps] make: None, default [ncp-basedeps] patch: None, default [ncp-basedeps] redhat-rpm-config: None, default [ncp-basedeps] rpm-build: None, default [ncp-basedeps] rpmdevtools: None, default [ncp-basedeps] sed: None, default [ncp-basedeps] shadow-utils: None, default [ncp-basedeps] tar: None, default [ncp-basedeps] unzip: None, default [ncp-basedeps] util-linux-ng: None, default [ncp-basedeps] wget: None, default [ncp-basedeps] which: None, default [ncp-basedeps]
[kojiadmin@vos-cm20 koji]$ koji taginfo ncp-build Tag: ncp-build [7] Arches: x86_64 This tag is a buildroot for one or more targets Current repo: repo#11: 2013-09-05 13:21:13.623486 Targets that build from this tag: ncp External repos: 5 dist-ncp-external-repo (/auto/tps/centos/6/x86_64/) Inheritance: 0 .... ncp [5]
1 .... ncp-basedeps [8]
-----Original Message----- From: buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org] On Behalf Of Michael Cronenworth Sent: Thursday, September 05, 2013 1:54 PM To: buildsys@lists.fedoraproject.org Subject: Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
On 09/05/2013 03:41 PM, Radha Venkatesh (radvenka) wrote:
I still see the same error.
Going back to your original e-mail, I don't see the group "build". The output of list-groups should echo "build" such as this:
$ koji list-groups f18-build build [f18-build] bash: None, default [f18-build] bzip2: None, default [f18-build] coreutils: None, default [f18-build] ...
Are you running this? $ koji add-group ncp-build build $ koji add-group-pkg ncp-build build <pkg1> etc...
In your first email you said "all the source rpms have been imported into the build server." If you're using external repos (as it appears you are from looking at the output of "koji taginfo") then you shouldn't need to import anything. Please see:
https://fedoraproject.org/wiki/Koji/ExternalRepoServerBootstrap
I would recommend using this aproach when setting up a new Koji server. Note that the external repo URL should be a full http:// URL that is accessible by the build machines, not merely a local path.
If you choose to import rpms rather than using the external repo method, as documented in:
https://fedoraproject.org/wiki/Koji/ServerBootstrap
then you need to import both source *and* binary rpms. The binary rpms are required to create the chroots where builds will happen.
Thank you! Importing the binary rpms solved the previous issue!
Now I am seeing the following problem. I have imported all the necessary rpms which show up as required (binaries) and I still see these errors. How do I resolve them?
DEBUG util.py:314: Executing command: ['/usr/bin/yum', '--installroot', '/var/lib/mock/dist-ncs-build-31-76/root/', 'groupinstall', 'build', '--setopt=tsflags=nocontexts'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} DEBUG util.py:264: Error: Package: libcurl-7.19.7-35.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit) DEBUG util.py:264: Error: Package: openssl-1.0.0-27.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit) DEBUG util.py:264: Error: Package: sed-4.2.1-10.el6.x86_64 (build) DEBUG util.py:264: Requires: /sbin/install-info DEBUG util.py:264: Error: Package: rpm-libs-4.8.0-32.el6.x86_64 (build) DEBUG util.py:264: Requires: liblzma.so.0()(64bit) DEBUG util.py:264: Error: Package: libcurl-7.19.7-35.el6.x86_64 (build) DEBUG util.py:264: Requires: libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit) DEBUG util.py:264: Error: Package: which-2.19-6.el6.x86_64 (build) DEBUG util.py:264: Requires: /sbin/install-info DEBUG util.py:264: Error: Package: libnih-1.0.1-7.el6.x86_64 (build) DEBUG util.py:264: Requires: libdbus-1.so.3()(64bit) DEBUG util.py:264: Error: Package: binutils-2.20.51.0.2-5.36.el6.x86_64 (build) DEBUG util.py:264: Requires: /sbin/install-info DEBUG util.py:264: Error: Package: grep-2.6.3-3.el6.x86_64 (build) DEBUG util.py:264: Requires: /sbin/install-info DEBUG util.py:264: Error: Package: rpm-libs-4.8.0-32.el6.x86_64 (build) DEBUG util.py:264: Requires: libelf.so.1()(64bit) DEBUG util.py:264: Error: Package: upstart-0.6.5-12.el6.x86_64 (build)
-----Original Message----- From: buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org] On Behalf Of Mike Bonnet Sent: Thursday, September 05, 2013 2:33 PM To: buildsys@lists.fedoraproject.org Subject: Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
On 9/5/13 2:01 PM, Radha Venkatesh (radvenka) wrote:
Yes, I have run the below commands.
Here is the output of
[kojiadmin@vos-cm20 koji]$ koji list-groups ncp-build build [ncp-basedeps] bash: None, default [ncp-basedeps] bzip2: None, default [ncp-basedeps] coreutils: None, default [ncp-basedeps] cpio: None, default [ncp-basedeps] cvs: None, default [ncp-basedeps] diffutils: None, default [ncp-basedeps] findutils: None, default [ncp-basedeps] gawk: None, default [ncp-basedeps] gcc: None, default [ncp-basedeps] gcc-c++: None, default [ncp-basedeps] gnupg: None, default [ncp-basedeps] grep: None, default [ncp-basedeps] gzip: None, default [ncp-basedeps] info: None, default [ncp-basedeps] make: None, default [ncp-basedeps] patch: None, default [ncp-basedeps] redhat-rpm-config: None, default [ncp-basedeps] rpm-build: None, default [ncp-basedeps] rpmdevtools: None, default [ncp-basedeps] sed: None, default [ncp-basedeps] shadow-utils: None, default [ncp-basedeps] tar: None, default [ncp-basedeps] unzip: None, default [ncp-basedeps] util-linux-ng: None, default [ncp-basedeps] wget: None, default [ncp-basedeps] which: None, default [ncp-basedeps] srpm-build [ncp-basedeps] bash: None, default [ncp-basedeps] bzip2: None, default [ncp-basedeps] coreutils: None, default [ncp-basedeps] cpio: None, default [ncp-basedeps] cvs: None, default [ncp-basedeps] diffutils: None, default [ncp-basedeps] findutils: None, default [ncp-basedeps] gawk: None, default [ncp-basedeps] gcc: None, default [ncp-basedeps] gcc-c++: None, default [ncp-basedeps] gnupg: None, default [ncp-basedeps] grep: None, default [ncp-basedeps] gzip: None, default [ncp-basedeps] info: None, default [ncp-basedeps] make: None, default [ncp-basedeps] patch: None, default [ncp-basedeps] redhat-rpm-config: None, default [ncp-basedeps] rpm-build: None, default [ncp-basedeps] rpmdevtools: None, default [ncp-basedeps] sed: None, default [ncp-basedeps] shadow-utils: None, default [ncp-basedeps] tar: None, default [ncp-basedeps] unzip: None, default [ncp-basedeps] util-linux-ng: None, default [ncp-basedeps] wget: None, default [ncp-basedeps] which: None, default [ncp-basedeps]
[kojiadmin@vos-cm20 koji]$ koji taginfo ncp-build Tag: ncp-build [7] Arches: x86_64 This tag is a buildroot for one or more targets Current repo: repo#11: 2013-09-05 13:21:13.623486 Targets that build from this tag: ncp External repos: 5 dist-ncp-external-repo (/auto/tps/centos/6/x86_64/) Inheritance: 0 .... ncp [5]
1 .... ncp-basedeps [8]
-----Original Message----- From: buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org] On Behalf Of Michael Cronenworth Sent: Thursday, September 05, 2013 1:54 PM To: buildsys@lists.fedoraproject.org Subject: Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
On 09/05/2013 03:41 PM, Radha Venkatesh (radvenka) wrote:
I still see the same error.
Going back to your original e-mail, I don't see the group "build". The output of list-groups should echo "build" such as this:
$ koji list-groups f18-build build [f18-build] bash: None, default [f18-build] bzip2: None, default [f18-build] coreutils: None, default [f18-build] ...
Are you running this? $ koji add-group ncp-build build $ koji add-group-pkg ncp-build build <pkg1> etc...
In your first email you said "all the source rpms have been imported into the build server." If you're using external repos (as it appears you are from looking at the output of "koji taginfo") then you shouldn't need to import anything. Please see:
https://fedoraproject.org/wiki/Koji/ExternalRepoServerBootstrap
I would recommend using this aproach when setting up a new Koji server. Note that the external repo URL should be a full http:// URL that is accessible by the build machines, not merely a local path.
If you choose to import rpms rather than using the external repo method, as documented in:
https://fedoraproject.org/wiki/Koji/ServerBootstrap
then you need to import both source *and* binary rpms. The binary rpms are required to create the chroots where builds will happen.
-- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys
DEBUG util.py:264: Error: Package: libcurl-7.19.7-35.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit)
yum provides '*/libk5crypto.so'
DEBUG util.py:264: Error: Package: openssl-1.0.0-27.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit) DEBUG util.py:264: Error: Package: sed-4.2.1-10.el6.x86_64 (build) DEBUG util.py:264: Requires: /sbin/install-info
yum provides '*/install-info'
Yum provides gives you package name and import that package into koji, that should fix problem of missing package.
I have done that already. For libk5crypto.so, I have imported
[kojiadmin@vos-cm20 root]$ koji import /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_ 64.rpm uploading /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_64.rpm... done importing /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_64.rpm... done
[kojiadmin@vos-cm20 root]$ koji import /auto/tps/centos/6/x86_64/Packages/krb5-libs-1.10.3-10.el6.x86_64.rpm RPM already imported: /auto/tps/centos/6/x86_64/Packages/krb5-libs-1.10.3-10.el6.x86_64.rpm Skipping import
But the error still persists.
From: buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org] On Behalf Of Vijay N. Majagaonkar Sent: Friday, September 06, 2013 10:24 AM To: Discussion of Fedora build system Subject: Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
DEBUG util.py:264: Error: Package: libcurl-7.19.7-35.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit)
yum provides '*/libk5crypto.so'
DEBUG util.py:264: Error: Package: openssl-1.0.0-27.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit) DEBUG util.py:264: Error: Package: sed-4.2.1-10.el6.x86_64 (build) DEBUG util.py:264: Requires: /sbin/install-info
yum provides '*/install-info'
Yum provides gives you package name and import that package into koji, that should fix problem of missing package.
Any inputs?
From: buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org] On Behalf Of Radha Venkatesh (radvenka) Sent: Friday, September 06, 2013 10:49 AM To: Discussion of Fedora build system Subject: RE: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
I have done that already. For libk5crypto.so, I have imported
[kojiadmin@vos-cm20 root]$ koji import /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_ 64.rpm uploading /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_64.rpm... done importing /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_64.rpm... done
[kojiadmin@vos-cm20 root]$ koji import /auto/tps/centos/6/x86_64/Packages/krb5-libs-1.10.3-10.el6.x86_64.rpm RPM already imported: /auto/tps/centos/6/x86_64/Packages/krb5-libs-1.10.3-10.el6.x86_64.rpm Skipping import
But the error still persists.
From: buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org] On Behalf Of Vijay N. Majagaonkar Sent: Friday, September 06, 2013 10:24 AM To: Discussion of Fedora build system Subject: Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
DEBUG util.py:264: Error: Package: libcurl-7.19.7-35.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit)
yum provides '*/libk5crypto.so'
DEBUG util.py:264: Error: Package: openssl-1.0.0-27.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit) DEBUG util.py:264: Error: Package: sed-4.2.1-10.el6.x86_64 (build) DEBUG util.py:264: Requires: /sbin/install-info
yum provides '*/install-info'
Yum provides gives you package name and import that package into koji, that should fix problem of missing package.
Check where those package available for download, you can see under repo, pkglist file should contain those package.
On Fri, Sep 6, 2013 at 4:33 PM, Radha Venkatesh (radvenka) < radvenka@cisco.com> wrote:
Any inputs?****
*From:* buildsys-bounces@lists.fedoraproject.org [mailto: buildsys-bounces@lists.fedoraproject.org] *On Behalf Of *Radha Venkatesh (radvenka) *Sent:* Friday, September 06, 2013 10:49 AM
*To:* Discussion of Fedora build system *Subject:* RE: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log****
I have done that already. For libk5crypto.so, I have imported ****
[kojiadmin@vos-cm20 root]$ koji import /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_****
64.rpm****
uploading /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_64.rpm... done****
importing /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_64.rpm... done****
[kojiadmin@vos-cm20 root]$ koji import /auto/tps/centos/6/x86_64/Packages/krb5-libs-1.10.3-10.el6.x86_64.rpm ****
RPM already imported: /auto/tps/centos/6/x86_64/Packages/krb5-libs-1.10.3-10.el6.x86_64.rpm****
Skipping import****
But the error still persists.****
*From:* buildsys-bounces@lists.fedoraproject.org [mailto: buildsys-bounces@lists.fedoraproject.org] *On Behalf Of *Vijay N. Majagaonkar *Sent:* Friday, September 06, 2013 10:24 AM *To:* Discussion of Fedora build system *Subject:* Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log****
DEBUG util.py:264: Error: Package: libcurl-7.19.7-35.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit)****
yum provides '*/libk5crypto.so' ****
DEBUG util.py:264: Error: Package: openssl-1.0.0-27.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit) DEBUG util.py:264: Error: Package: sed-4.2.1-10.el6.x86_64 (build) DEBUG util.py:264: Requires: /sbin/install-info****
yum provides '*/install-info' ****
Yum provides gives you package name and import that package into koji, that should fix problem of missing package.****
-- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys
Thank you. I resolved the below issue by using add-pkg and add-group-pkg.
Still peeling the onion. Finally I have got to the stage where this error occurs:
koji build --scratch dist-ncs packages/bzip2/1.0.5/7.el6_0/src/bzip2-1.0.5-7.el6_0.src.rpm Uploading srpm: packages/bzip2/1.0.5/7.el6_0/src/bzip2-1.0.5-7.el6_0.src.rpm [====================================] 100% 00:00:00 835.37 KiB 4.70 MiB/sec Created task: 711 Task info: http://vos-cm20/koji/taskinfo?taskID=711 Watching tasks (this may be safely interrupted)... 711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm): free 711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm): free -> open (kojid-1) 712 buildArch (bzip2-1.0.5-7.el6_0.src.rpm, x86_64): free 712 buildArch (bzip2-1.0.5-7.el6_0.src.rpm, x86_64): free -> open (kojid-1) 712 buildArch (bzip2-1.0.5-7.el6_0.src.rpm, x86_64): open (kojid-1) -> FAILED: BuildError: error building package (arch x86_64), mock exited with status 127; see root.log for more information 0 free 1 open 0 done 1 failed 711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm): open (kojid-1) -> FAILED: BuildError: error building package (arch x86_64), mock exited with status 127; see root.log for more information 0 free 0 open 0 done 2 failed
711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm) failed
mock_output looks like this
ERROR: Exception(/tmp/koji/tasks/712/712/local/work/cli-build/1378840333.7562611.yaBkQoIY/bzip2-1.0.5-7.el6_0.src.rpm) Config(dist-ncs-build-41-141) 0 minutes 1 seconds INFO: Results and/or logs in: /var/lib/mock/dist-ncs-build-41-141/result ERROR: Command failed. See logs for output. # ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec']
Build.log looks as follows
Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} bash: rpmbuild: command not found Child return code was: 127 EXCEPTION: Command failed. See logs for output. # ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec'] Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/mockbuild/trace_decorator.py", line 70, in trace result = func(*args, **kw) File "/usr/lib/python2.6/site-packages/mockbuild/util.py", line 359, in do raise mockbuild.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) Error: Command failed. See logs for output. # ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec'] LEAVE do --> EXCEPTION RAISED
I have performed all the steps need to execute rpmbuild as a non-root user. Still nothing works.
Any suggestions?
Thanks, Radha.
From: buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org] On Behalf Of Vijay N. Majagaonkar Sent: Friday, September 06, 2013 4:54 PM To: Discussion of Fedora build system Subject: Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
Check where those package available for download, you can see under repo, pkglist file should contain those package.
On Fri, Sep 6, 2013 at 4:33 PM, Radha Venkatesh (radvenka) <radvenka@cisco.commailto:radvenka@cisco.com> wrote: Any inputs?
From: buildsys-bounces@lists.fedoraproject.orgmailto:buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.orgmailto:buildsys-bounces@lists.fedoraproject.org] On Behalf Of Radha Venkatesh (radvenka) Sent: Friday, September 06, 2013 10:49 AM
To: Discussion of Fedora build system Subject: RE: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
I have done that already. For libk5crypto.so, I have imported
[kojiadmin@vos-cm20 root]$ koji import /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_ 64.rpm uploading /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_64.rpm... done importing /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_64.rpm... done
[kojiadmin@vos-cm20 root]$ koji import /auto/tps/centos/6/x86_64/Packages/krb5-libs-1.10.3-10.el6.x86_64.rpm RPM already imported: /auto/tps/centos/6/x86_64/Packages/krb5-libs-1.10.3-10.el6.x86_64.rpm Skipping import
But the error still persists.
From: buildsys-bounces@lists.fedoraproject.orgmailto:buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.orgmailto:buildsys-bounces@lists.fedoraproject.org] On Behalf Of Vijay N. Majagaonkar Sent: Friday, September 06, 2013 10:24 AM To: Discussion of Fedora build system Subject: Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
DEBUG util.py:264: Error: Package: libcurl-7.19.7-35.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit)
yum provides '*/libk5crypto.so'
DEBUG util.py:264: Error: Package: openssl-1.0.0-27.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit) DEBUG util.py:264: Error: Package: sed-4.2.1-10.el6.x86_64 (build) DEBUG util.py:264: Requires: /sbin/install-info
yum provides '*/install-info'
Yum provides gives you package name and import that package into koji, that should fix problem of missing package.
-- buildsys mailing list buildsys@lists.fedoraproject.orgmailto:buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys
bash: rpmbuild: command not found
rpmbuild binary is not available, install rpm-build package on your build machine
;), im.viji
*Every living being has a potential to become God.*
On Tue, Sep 10, 2013 at 3:31 PM, Radha Venkatesh (radvenka) < radvenka@cisco.com> wrote:
Thank you. I resolved the below issue by using add-pkg and add-group-pkg.*
Still peeling the onion. Finally I have got to the stage where this error occurs:****
koji build --scratch dist-ncs packages/bzip2/1.0.5/7.el6_0/src/bzip2-1.0.5-7.el6_0.src.rpm****
Uploading srpm: packages/bzip2/1.0.5/7.el6_0/src/bzip2-1.0.5-7.el6_0.src.rpm****
[====================================] 100% 00:00:00 835.37 KiB 4.70 MiB/sec****
Created task: 711****
Task info: http://vos-cm20/koji/taskinfo?taskID=711****
Watching tasks (this may be safely interrupted)...****
711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm): free****
711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm): free -> open (kojid-1)*
712 buildArch (bzip2-1.0.5-7.el6_0.src.rpm, x86_64): free****
712 buildArch (bzip2-1.0.5-7.el6_0.src.rpm, x86_64): free -> open (kojid-1)****
712 buildArch (bzip2-1.0.5-7.el6_0.src.rpm, x86_64): open (kojid-1) -> FAILED: BuildError: error building package (arch x86_64), mock exited with status 127; see root.log for more information****
0 free 1 open 0 done 1 failed****
711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm): open (kojid-1) -> FAILED: BuildError: error building package (arch x86_64), mock exited with status 127; see root.log for more information****
0 free 0 open 0 done 2 failed****
711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm) failed****
mock_output looks like this****
ERROR: Exception(/tmp/koji/tasks/712/712/local/work/cli-build/1378840333.7562611.yaBkQoIY/bzip2-1.0.5-7.el6_0.src.rpm) Config(dist-ncs-build-41-141) 0 minutes 1 seconds****
INFO: Results and/or logs in: /var/lib/mock/dist-ncs-build-41-141/result** **
ERROR: Command failed. See logs for output.****
# ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec']****
Build.log looks as follows****
Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}****
bash: rpmbuild: command not found****
Child return code was: 127****
EXCEPTION: Command failed. See logs for output.****
# ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec']****
Traceback (most recent call last):****
File "/usr/lib/python2.6/site-packages/mockbuild/trace_decorator.py", line 70, in trace****
result = func(*args, **kw)****
File "/usr/lib/python2.6/site-packages/mockbuild/util.py", line 359, in do****
raise mockbuild.exception.Error, ("Command failed. See logs for
output.\n # %s" % (command,), child.returncode)****
Error: Command failed. See logs for output.****
# ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec']****
LEAVE do --> EXCEPTION RAISED****
I have performed all the steps need to execute rpmbuild as a non-root user. Still nothing works.****
Any suggestions?****
Thanks,****
Radha.****
*From:* buildsys-bounces@lists.fedoraproject.org [mailto: buildsys-bounces@lists.fedoraproject.org] *On Behalf Of *Vijay N. Majagaonkar *Sent:* Friday, September 06, 2013 4:54 PM *To:* Discussion of Fedora build system *Subject:* Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log****
Check where those package available for download, you can see under repo, pkglist file should contain those package.****
On Fri, Sep 6, 2013 at 4:33 PM, Radha Venkatesh (radvenka) < radvenka@cisco.com> wrote:****
Any inputs?****
*From:* buildsys-bounces@lists.fedoraproject.org [mailto: buildsys-bounces@lists.fedoraproject.org] *On Behalf Of *Radha Venkatesh (radvenka) *Sent:* Friday, September 06, 2013 10:49 AM****
*To:* Discussion of Fedora build system****
*Subject:* RE: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log****
I have done that already. For libk5crypto.so, I have imported ****
[kojiadmin@vos-cm20 root]$ koji import /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_****
64.rpm****
uploading /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_64.rpm... done****
importing /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_64.rpm... done****
[kojiadmin@vos-cm20 root]$ koji import /auto/tps/centos/6/x86_64/Packages/krb5-libs-1.10.3-10.el6.x86_64.rpm ****
RPM already imported: /auto/tps/centos/6/x86_64/Packages/krb5-libs-1.10.3-10.el6.x86_64.rpm****
Skipping import****
But the error still persists.****
*From:* buildsys-bounces@lists.fedoraproject.org [mailto: buildsys-bounces@lists.fedoraproject.org] *On Behalf Of *Vijay N. Majagaonkar *Sent:* Friday, September 06, 2013 10:24 AM *To:* Discussion of Fedora build system *Subject:* Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log****
DEBUG util.py:264: Error: Package: libcurl-7.19.7-35.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit)****
yum provides '*/libk5crypto.so' ****
DEBUG util.py:264: Error: Package: openssl-1.0.0-27.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit) DEBUG util.py:264: Error: Package: sed-4.2.1-10.el6.x86_64 (build) DEBUG util.py:264: Requires: /sbin/install-info****
yum provides '*/install-info' ****
Yum provides gives you package name and import that package into koji, that should fix problem of missing package.****
-- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys****
-- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys
I have already done that
[root@vos-cm20 result]# rpm -qa | grep rpm deltarpm-3.5-0.5.20090913git.el6.x86_64 rpm-4.8.0-32.el6.x86_64 rpm-python-4.8.0-32.el6.x86_64 redhat-rpm-config-9.0.3-42.el6.noarch rpmdevtools-7.5-2.el6.noarch rpm-build-4.8.0-32.el6.x86_64 python-deltarpm-3.5-0.5.20090913git.el6.x86_64 rpmlint-0.94-2.el6.noarch eclipse-rpm-editor-0.5.0-2.el6.x86_64 rpm-libs-4.8.0-32.el6.x86_64
From: buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org] On Behalf Of Vijay N. Majagaonkar Sent: Tuesday, September 10, 2013 12:43 PM To: Discussion of Fedora build system Subject: Re: FAILED: BuildError: error building package (arch x86_64), mock exited with status 127
bash: rpmbuild: command not found
rpmbuild binary is not available, install rpm-build package on your build machine
;), im.viji
Every living being has a potential to become God.
On Tue, Sep 10, 2013 at 3:31 PM, Radha Venkatesh (radvenka) <radvenka@cisco.commailto:radvenka@cisco.com> wrote:
Thank you. I resolved the below issue by using add-pkg and add-group-pkg.
Still peeling the onion. Finally I have got to the stage where this error occurs:
koji build --scratch dist-ncs packages/bzip2/1.0.5/7.el6_0/src/bzip2-1.0.5-7.el6_0.src.rpm Uploading srpm: packages/bzip2/1.0.5/7.el6_0/src/bzip2-1.0.5-7.el6_0.src.rpm [====================================] 100% 00:00:00 835.37 KiB 4.70 MiB/sec Created task: 711 Task info: http://vos-cm20/koji/taskinfo?taskID=711 Watching tasks (this may be safely interrupted)... 711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm): free 711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm): free -> open (kojid-1) 712 buildArch (bzip2-1.0.5-7.el6_0.src.rpm, x86_64): free 712 buildArch (bzip2-1.0.5-7.el6_0.src.rpm, x86_64): free -> open (kojid-1) 712 buildArch (bzip2-1.0.5-7.el6_0.src.rpm, x86_64): open (kojid-1) -> FAILED: BuildError: error building package (arch x86_64), mock exited with status 127; see root.log for more information 0 free 1 open 0 done 1 failed 711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm): open (kojid-1) -> FAILED: BuildError: error building package (arch x86_64), mock exited with status 127; see root.log for more information 0 free 0 open 0 done 2 failed
711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm) failed
mock_output looks like this
ERROR: Exception(/tmp/koji/tasks/712/712/local/work/cli-build/1378840333.7562611.yaBkQoIY/bzip2-1.0.5-7.el6_0.src.rpm) Config(dist-ncs-build-41-141) 0 minutes 1 seconds INFO: Results and/or logs in: /var/lib/mock/dist-ncs-build-41-141/result ERROR: Command failed. See logs for output. # ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec']
Build.log looks as follows
Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} bash: rpmbuild: command not found Child return code was: 127 EXCEPTION: Command failed. See logs for output. # ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec'] Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/mockbuild/trace_decorator.py", line 70, in trace result = func(*args, **kw) File "/usr/lib/python2.6/site-packages/mockbuild/util.py", line 359, in do raise mockbuild.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) Error: Command failed. See logs for output. # ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec'] LEAVE do --> EXCEPTION RAISED
I have performed all the steps need to execute rpmbuild as a non-root user. Still nothing works.
Any suggestions?
Thanks, Radha.
From: buildsys-bounces@lists.fedoraproject.orgmailto:buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.orgmailto:buildsys-bounces@lists.fedoraproject.org] On Behalf Of Vijay N. Majagaonkar Sent: Friday, September 06, 2013 4:54 PM To: Discussion of Fedora build system Subject: Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
Check where those package available for download, you can see under repo, pkglist file should contain those package.
On 9/10/13 12:31 PM, Radha Venkatesh (radvenka) wrote:
Thank you. I resolved the below issue by using add-pkg and add-group-pkg.
Still peeling the onion. Finally I have got to the stage where this error occurs:
koji build --scratch dist-ncs packages/bzip2/1.0.5/7.el6_0/src/bzip2-1.0.5-7.el6_0.src.rpm
Uploading srpm: packages/bzip2/1.0.5/7.el6_0/src/bzip2-1.0.5-7.el6_0.src.rpm
[====================================] 100% 00:00:00 835.37 KiB 4.70 MiB/sec
Created task: 711
Task info: http://vos-cm20/koji/taskinfo?taskID=711
Watching tasks (this may be safely interrupted)...
711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm): free
711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm): free -> open (kojid-1)
712 buildArch (bzip2-1.0.5-7.el6_0.src.rpm, x86_64): free
712 buildArch (bzip2-1.0.5-7.el6_0.src.rpm, x86_64): free -> open (kojid-1)
712 buildArch (bzip2-1.0.5-7.el6_0.src.rpm, x86_64): open (kojid-1) -> FAILED: BuildError: error building package (arch x86_64), mock exited with status 127; see root.log for more information
0 free 1 open 0 done 1 failed
711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm): open (kojid-1) -> FAILED: BuildError: error building package (arch x86_64), mock exited with status 127; see root.log for more information
0 free 0 open 0 done 2 failed
711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm) failed
mock_output looks like this
ERROR: Exception(/tmp/koji/tasks/712/712/local/work/cli-build/1378840333.7562611.yaBkQoIY/bzip2-1.0.5-7.el6_0.src.rpm) Config(dist-ncs-build-41-141) 0 minutes 1 seconds
INFO: Results and/or logs in: /var/lib/mock/dist-ncs-build-41-141/result
ERROR: Command failed. See logs for output.
# ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec']
Build.log looks as follows
Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}
bash: rpmbuild: command not found
Child return code was: 127
EXCEPTION: Command failed. See logs for output.
# ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec']
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/mockbuild/trace_decorator.py", line 70, in trace
result = func(*args, **kw)
File "/usr/lib/python2.6/site-packages/mockbuild/util.py", line 359, in do
raise mockbuild.exception.Error, ("Command failed. See logs for
output.\n # %s" % (command,), child.returncode)
Error: Command failed. See logs for output.
# ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec']
LEAVE do --> EXCEPTION RAISED
I have performed all the steps need to execute rpmbuild as a non-root user. Still nothing works.
Any suggestions?
That means the rpmbuild command is not available in the chroot that Koji is creating for the build. You should run:
koji add-group-pkg dist-ncs-build build rpm-build
which causes the rpm-build package to be included as part of the "build" comps group for the dist-ncs-build tag. The "build" comps group is what is used to populate the chroots used to perform builds.
Thanks,
Radha.
*From:*buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org] *On Behalf Of *Vijay N. Majagaonkar *Sent:* Friday, September 06, 2013 4:54 PM *To:* Discussion of Fedora build system *Subject:* Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
Check where those package available for download, you can see under repo, pkglist file should contain those package.
On Fri, Sep 6, 2013 at 4:33 PM, Radha Venkatesh (radvenka) <radvenka@cisco.com mailto:radvenka@cisco.com> wrote:
Any inputs?
*From:*buildsys-bounces@lists.fedoraproject.org mailto:buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org mailto:buildsys-bounces@lists.fedoraproject.org] *On Behalf Of *Radha Venkatesh (radvenka) *Sent:* Friday, September 06, 2013 10:49 AM
*To:* Discussion of Fedora build system
*Subject:* RE: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
I have done that already. For libk5crypto.so, I have imported
[kojiadmin@vos-cm20 root]$ koji import /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_
64.rpm
uploading /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_64.rpm... done
importing /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_64.rpm... done
[kojiadmin@vos-cm20 root]$ koji import /auto/tps/centos/6/x86_64/Packages/krb5-libs-1.10.3-10.el6.x86_64.rpm
RPM already imported: /auto/tps/centos/6/x86_64/Packages/krb5-libs-1.10.3-10.el6.x86_64.rpm
Skipping import
But the error still persists.
*From:*buildsys-bounces@lists.fedoraproject.org mailto:buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org mailto:buildsys-bounces@lists.fedoraproject.org] *On Behalf Of *Vijay N. Majagaonkar *Sent:* Friday, September 06, 2013 10:24 AM *To:* Discussion of Fedora build system *Subject:* Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
DEBUG util.py:264: Error: Package: libcurl-7.19.7-35.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit)
yum provides '*/libk5crypto.so'
DEBUG util.py:264: Error: Package: openssl-1.0.0-27.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit) DEBUG util.py:264: Error: Package: sed-4.2.1-10.el6.x86_64 (build) DEBUG util.py:264: Requires: /sbin/install-info
yum provides '*/install-info'
Yum provides gives you package name and import that package into koji, that should fix problem of missing package.
-- buildsys mailing list buildsys@lists.fedoraproject.org mailto:buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys
-- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys
Thank you! I was finally able to build a src rpm.
I went through the help for koji and I find that I am able to build only 1 src rpm at a time (I do not have an external repo).
Is there any way to specify multiple src rpms in "koji build" ?
Thanks, Radha
-----Original Message----- From: buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org] On Behalf Of Mike Bonnet Sent: Tuesday, September 10, 2013 1:21 PM To: buildsys@lists.fedoraproject.org Subject: Re: FAILED: BuildError: error building package (arch x86_64), mock exited with status 127
On 9/10/13 12:31 PM, Radha Venkatesh (radvenka) wrote:
Thank you. I resolved the below issue by using add-pkg and add-group-pkg.
Still peeling the onion. Finally I have got to the stage where this error occurs:
koji build --scratch dist-ncs packages/bzip2/1.0.5/7.el6_0/src/bzip2-1.0.5-7.el6_0.src.rpm
Uploading srpm: packages/bzip2/1.0.5/7.el6_0/src/bzip2-1.0.5-7.el6_0.src.rpm
[====================================] 100% 00:00:00 835.37 KiB 4.70 MiB/sec
Created task: 711
Task info: http://vos-cm20/koji/taskinfo?taskID=711
Watching tasks (this may be safely interrupted)...
711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm): free
711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm): free -> open (kojid-1)
712 buildArch (bzip2-1.0.5-7.el6_0.src.rpm, x86_64): free
712 buildArch (bzip2-1.0.5-7.el6_0.src.rpm, x86_64): free -> open (kojid-1)
712 buildArch (bzip2-1.0.5-7.el6_0.src.rpm, x86_64): open (kojid-1) -> FAILED: BuildError: error building package (arch x86_64), mock exited with status 127; see root.log for more information
0 free 1 open 0 done 1 failed
711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm): open (kojid-1) -> FAILED: BuildError: error building package (arch x86_64), mock exited with status 127; see root.log for more information
0 free 0 open 0 done 2 failed
711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm) failed
mock_output looks like this
ERROR: Exception(/tmp/koji/tasks/712/712/local/work/cli-build/1378840333.7562611.yaBkQoIY/bzip2-1.0.5-7.el6_0.src.rpm) Config(dist-ncs-build-41-141) 0 minutes 1 seconds
INFO: Results and/or logs in: /var/lib/mock/dist-ncs-build-41-141/result
ERROR: Command failed. See logs for output.
# ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec']
Build.log looks as follows
Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}
bash: rpmbuild: command not found
Child return code was: 127
EXCEPTION: Command failed. See logs for output.
# ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec']
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/mockbuild/trace_decorator.py", line 70, in trace
result = func(*args, **kw)
File "/usr/lib/python2.6/site-packages/mockbuild/util.py", line 359, in do
raise mockbuild.exception.Error, ("Command failed. See logs for
output.\n # %s" % (command,), child.returncode)
Error: Command failed. See logs for output.
# ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec']
LEAVE do --> EXCEPTION RAISED
I have performed all the steps need to execute rpmbuild as a non-root user. Still nothing works.
Any suggestions?
That means the rpmbuild command is not available in the chroot that Koji is creating for the build. You should run:
koji add-group-pkg dist-ncs-build build rpm-build
which causes the rpm-build package to be included as part of the "build" comps group for the dist-ncs-build tag. The "build" comps group is what is used to populate the chroots used to perform builds.
Thanks,
Radha.
*From:*buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org] *On Behalf Of *Vijay N. Majagaonkar *Sent:* Friday, September 06, 2013 4:54 PM *To:* Discussion of Fedora build system *Subject:* Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
Check where those package available for download, you can see under repo, pkglist file should contain those package.
On Fri, Sep 6, 2013 at 4:33 PM, Radha Venkatesh (radvenka) <radvenka@cisco.com mailto:radvenka@cisco.com> wrote:
Any inputs?
*From:*buildsys-bounces@lists.fedoraproject.org mailto:buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org mailto:buildsys-bounces@lists.fedoraproject.org] *On Behalf Of *Radha Venkatesh (radvenka) *Sent:* Friday, September 06, 2013 10:49 AM
*To:* Discussion of Fedora build system
*Subject:* RE: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
I have done that already. For libk5crypto.so, I have imported
[kojiadmin@vos-cm20 root]$ koji import /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_
64.rpm
uploading /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_64.rpm... done
importing /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_64.rpm... done
[kojiadmin@vos-cm20 root]$ koji import /auto/tps/centos/6/x86_64/Packages/krb5-libs-1.10.3-10.el6.x86_64.rpm
RPM already imported: /auto/tps/centos/6/x86_64/Packages/krb5-libs-1.10.3-10.el6.x86_64.rpm
Skipping import
But the error still persists.
*From:*buildsys-bounces@lists.fedoraproject.org mailto:buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org mailto:buildsys-bounces@lists.fedoraproject.org] *On Behalf Of *Vijay N. Majagaonkar *Sent:* Friday, September 06, 2013 10:24 AM *To:* Discussion of Fedora build system *Subject:* Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
DEBUG util.py:264: Error: Package: libcurl-7.19.7-35.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit)
yum provides '*/libk5crypto.so'
DEBUG util.py:264: Error: Package: openssl-1.0.0-27.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit) DEBUG util.py:264: Error: Package: sed-4.2.1-10.el6.x86_64 (build) DEBUG util.py:264: Requires: /sbin/install-info
yum provides '*/install-info'
Yum provides gives you package name and import that package into koji, that should fix problem of missing package.
-- buildsys mailing list buildsys@lists.fedoraproject.org mailto:buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys
-- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys
-- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys
On 9/10/13 3:42 PM, Radha Venkatesh (radvenka) wrote:
Thank you! I was finally able to build a src rpm.
I went through the help for koji and I find that I am able to build only 1 src rpm at a time (I do not have an external repo).
Is there any way to specify multiple src rpms in "koji build" ?
Koji is designed to build each srpm/package separately. You can launch as many "koji build" commands at the same time as you want (see the --nowait option) and they will be processed in parallel, based on the number of builders you have and the capacity of those builders.
Thanks, Radha
-----Original Message----- From: buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org] On Behalf Of Mike Bonnet Sent: Tuesday, September 10, 2013 1:21 PM To: buildsys@lists.fedoraproject.org Subject: Re: FAILED: BuildError: error building package (arch x86_64), mock exited with status 127
On 9/10/13 12:31 PM, Radha Venkatesh (radvenka) wrote:
Thank you. I resolved the below issue by using add-pkg and add-group-pkg.
Still peeling the onion. Finally I have got to the stage where this error occurs:
koji build --scratch dist-ncs packages/bzip2/1.0.5/7.el6_0/src/bzip2-1.0.5-7.el6_0.src.rpm
Uploading srpm: packages/bzip2/1.0.5/7.el6_0/src/bzip2-1.0.5-7.el6_0.src.rpm
[====================================] 100% 00:00:00 835.37 KiB 4.70 MiB/sec
Created task: 711
Task info: http://vos-cm20/koji/taskinfo?taskID=711
Watching tasks (this may be safely interrupted)...
711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm): free
711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm): free -> open (kojid-1)
712 buildArch (bzip2-1.0.5-7.el6_0.src.rpm, x86_64): free 712 buildArch (bzip2-1.0.5-7.el6_0.src.rpm, x86_64): free -> open
(kojid-1)
712 buildArch (bzip2-1.0.5-7.el6_0.src.rpm, x86_64): open (kojid-1)
-> FAILED: BuildError: error building package (arch x86_64), mock exited with status 127; see root.log for more information
0 free 1 open 0 done 1 failed
711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm): open (kojid-1) -> FAILED: BuildError: error building package (arch x86_64), mock exited with status 127; see root.log for more information
0 free 0 open 0 done 2 failed
711 build (dist-ncs, bzip2-1.0.5-7.el6_0.src.rpm) failed
mock_output looks like this
ERROR: Exception(/tmp/koji/tasks/712/712/local/work/cli-build/1378840333.7562611.yaBkQoIY/bzip2-1.0.5-7.el6_0.src.rpm) Config(dist-ncs-build-41-141) 0 minutes 1 seconds
INFO: Results and/or logs in: /var/lib/mock/dist-ncs-build-41-141/result
ERROR: Command failed. See logs for output.
# ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec']
Build.log looks as follows
Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}
bash: rpmbuild: command not found
Child return code was: 127
EXCEPTION: Command failed. See logs for output.
# ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec']
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/mockbuild/trace_decorator.py",
line 70, in trace
result = func(*args, **kw) File "/usr/lib/python2.6/site-packages/mockbuild/util.py", line 359,
in do
raise mockbuild.exception.Error, ("Command failed. See logs for
output.\n # %s" % (command,), child.returncode)
Error: Command failed. See logs for output.
# ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/bzip2.spec']
LEAVE do --> EXCEPTION RAISED
I have performed all the steps need to execute rpmbuild as a non-root user. Still nothing works.
Any suggestions?
That means the rpmbuild command is not available in the chroot that Koji is creating for the build. You should run:
koji add-group-pkg dist-ncs-build build rpm-build
which causes the rpm-build package to be included as part of the "build" comps group for the dist-ncs-build tag. The "build" comps group is what is used to populate the chroots used to perform builds.
Thanks,
Radha.
*From:*buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org] *On Behalf Of *Vijay N. Majagaonkar *Sent:* Friday, September 06, 2013 4:54 PM *To:* Discussion of Fedora build system *Subject:* Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
Check where those package available for download, you can see under repo, pkglist file should contain those package.
On Fri, Sep 6, 2013 at 4:33 PM, Radha Venkatesh (radvenka) <radvenka@cisco.com mailto:radvenka@cisco.com> wrote:
Any inputs?
*From:*buildsys-bounces@lists.fedoraproject.org mailto:buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org mailto:buildsys-bounces@lists.fedoraproject.org] *On Behalf Of *Radha Venkatesh (radvenka) *Sent:* Friday, September 06, 2013 10:49 AM
*To:* Discussion of Fedora build system
*Subject:* RE: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
I have done that already. For libk5crypto.so, I have imported
[kojiadmin@vos-cm20 root]$ koji import /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_
64.rpm
uploading /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_64.rpm... done
importing /auto/tps/centos/6/x86_64/Packages/krb5-devel-1.10.3-10.el6.x86_64.rpm... done
[kojiadmin@vos-cm20 root]$ koji import /auto/tps/centos/6/x86_64/Packages/krb5-libs-1.10.3-10.el6.x86_64.rpm
RPM already imported: /auto/tps/centos/6/x86_64/Packages/krb5-libs-1.10.3-10.el6.x86_64.rpm
Skipping import
But the error still persists.
*From:*buildsys-bounces@lists.fedoraproject.org mailto:buildsys-bounces@lists.fedoraproject.org [mailto:buildsys-bounces@lists.fedoraproject.org mailto:buildsys-bounces@lists.fedoraproject.org] *On Behalf Of *Vijay N. Majagaonkar *Sent:* Friday, September 06, 2013 10:24 AM *To:* Discussion of Fedora build system *Subject:* Re: ERROR: Could not find useradd in chroot, maybe the install failed? in mock_output.log
DEBUG util.py:264: Error: Package: libcurl-7.19.7-35.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit)
yum provides '*/libk5crypto.so'
DEBUG util.py:264: Error: Package: openssl-1.0.0-27.el6.x86_64 (build) DEBUG util.py:264: Requires: libk5crypto.so.3()(64bit) DEBUG util.py:264: Error: Package: sed-4.2.1-10.el6.x86_64 (build) DEBUG util.py:264: Requires: /sbin/install-info
yum provides '*/install-info'
Yum provides gives you package name and import that package into koji, that should fix problem of missing package.
-- buildsys mailing list buildsys@lists.fedoraproject.org mailto:buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys
-- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys
-- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys -- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys
*koji list-groups dist-ncp-build*
Are you using this tag in your mock config? what is your latest root.log shows?
;), im.viji
*Every living being has a potential to become God.*
On Wed, Sep 4, 2013 at 12:17 PM, Radha Venkatesh (radvenka) < radvenka@cisco.com> wrote:
I have set up a koji build system and on running a scratch build (*koji build --scratch dist-ncp bzip2-1.0.5-7.el6_0.src.rpm)*, I see the below error in mock_output.log. All the source rpms have been imported into the build server.**
INFO: mock.py version 1.1.32 starting...****
Start: init plugins****
INFO: selinux enabled****
Finish: init plugins****
Start: run****
Start: lock buildroot****
Start: clean chroot****
Finish: clean chroot****
Finish: lock buildroot****
Start: chroot init****
Start: lock buildroot****
Mock Version: 1.1.32****
INFO: Mock Version: 1.1.32****
INFO: calling preinit hooks****
Start: device setup****
Finish: device setup****
Start: yum update****
Start: Outputting list of available packages****
Finish: Outputting list of available packages****
Finish: yum update****
ERROR: Could not find useradd in chroot, maybe the install failed?****
Here are the packages I have added to the group****
*koji list-groups dist-ncp-build*
bash: None, default [dist-ncp-build]****
bzip2: None, default [dist-ncp- build]****
coreutils: None, default [dist-ncp-build]****
cpio: None, default [dist-ncp-build]****
cvs: None, default [dist-ncp-build]****
diffutils: None, default [dist-ncp-build]****
fedora-release: None, default [dist-ncp-build]****
findutils: None, default [dist-ncp-build]****
gawk: None, default [dist-ncp-build]****
gcc: None, default [dist-ncp-build]****
gcc-c++: None, default [dist-ncp-build]****
gnupg: None, default [dist-ncp-build]****
grep: None, default [dist-ncp-build]****
gzip: None, default [dist-ncp-build]****
info: None, default [dist-ncp-build]****
make: None, default [dist-ncp-build]****
patch: None, default [dist-ncp-build]****
redhat-rpm-config: None, default [dist-ncp-build]****
rpm-build: None, default [dist-ncp-build]****
rpmdevtools: None, default [dist-ncp-build]****
sed: None, default [dist-ncp-build]****
shadow-utils: None, default [dist-ncp-build]****
tar: None, default [dist-ncp-build]****
unzip: None, default [dist-ncp-build]****
utils-linux-ng: None, default [dist-ncp-build]****
wget: None, default [dist-ncp-build]****
which: None, default [dist-ncp-build]****
What am I missing?****
Thanks,****
Radha.****
-- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys
On Thu, Sep 5, 2013 at 5:32 PM, Vijay N. Majagaonkar < vijay.majagaonkar@gmail.com> wrote:
*koji list-groups dist-ncp-build*
**
Are you using this tag in your mock config? what is your latest root.log shows?
I was pointing to ncp-build tag, where you added all packages to this group and this tag is used for group install.
;), im.viji
*Every living being has a potential to become God.*
On Wed, Sep 4, 2013 at 12:17 PM, Radha Venkatesh (radvenka) < radvenka@cisco.com> wrote:
I have set up a koji build system and on running a scratch build (*koji build --scratch dist-ncp bzip2-1.0.5-7.el6_0.src.rpm)*, I see the below error in mock_output.log. All the source rpms have been imported into the build server.**
INFO: mock.py version 1.1.32 starting...****
Start: init plugins****
INFO: selinux enabled****
Finish: init plugins****
Start: run****
Start: lock buildroot****
Start: clean chroot****
Finish: clean chroot****
Finish: lock buildroot****
Start: chroot init****
Start: lock buildroot****
Mock Version: 1.1.32****
INFO: Mock Version: 1.1.32****
INFO: calling preinit hooks****
Start: device setup****
Finish: device setup****
Start: yum update****
Start: Outputting list of available packages****
Finish: Outputting list of available packages****
Finish: yum update****
ERROR: Could not find useradd in chroot, maybe the install failed?****
Here are the packages I have added to the group****
*koji list-groups dist-ncp-build*
bash: None, default [dist-ncp-build]****
bzip2: None, default [dist-ncp- build]****
coreutils: None, default [dist-ncp-build]****
cpio: None, default [dist-ncp-build]****
cvs: None, default [dist-ncp-build]****
diffutils: None, default [dist-ncp-build]****
fedora-release: None, default [dist-ncp-build]****
findutils: None, default [dist-ncp-build]****
gawk: None, default [dist-ncp-build]****
gcc: None, default [dist-ncp-build]****
gcc-c++: None, default [dist-ncp-build]****
gnupg: None, default [dist-ncp-build]****
grep: None, default [dist-ncp-build]****
gzip: None, default [dist-ncp-build]****
info: None, default [dist-ncp-build]****
make: None, default [dist-ncp-build]****
patch: None, default [dist-ncp-build]****
redhat-rpm-config: None, default [dist-ncp-build]****
rpm-build: None, default [dist-ncp-build]****
rpmdevtools: None, default [dist-ncp-build]****
sed: None, default [dist-ncp-build]****
shadow-utils: None, default [dist-ncp-build]****
tar: None, default [dist-ncp-build]****
unzip: None, default [dist-ncp-build]****
utils-linux-ng: None, default [dist-ncp-build]****
wget: None, default [dist-ncp-build]****
which: None, default [dist-ncp-build]****
What am I missing?****
Thanks,****
Radha.****
-- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys
buildsys@lists.fedoraproject.org