I had to build my first RHEL5 and F18 packages today after upgrading my Koji server from Fedora 17 to 18. I cannot build RHEL5 or F18 packages, but RHEL6 packages compile fine. All packages built successfully under Fedora 17.
RHEL5 root.log: [snip]
DEBUG util.py:264: error reading information on service rdisc: Cannot allocate memory DEBUG util.py:264: warning: %post(iputils-20020927-46.el5.i386) scriptlet failed, exit status 1 DEBUG util.py:264: Non-fatal POSTIN scriptlet failure in rpm package iputils-20020927-46.el5.i386 DEBUG util.py:264: error reading information on service iscsid: Cannot allocate memory DEBUG util.py:264: error reading information on service iscsi: Cannot allocate memory DEBUG util.py:264: warning: %post(iscsi-initiator-utils-6.2.0.872-6.el5.i386) scriptlet failed, exit status 1 DEBUG util.py:264: Non-fatal POSTIN scriptlet failure in rpm package iscsi-initiator-utils-6.2.0.872-6.el5.i386
RHEL5 build.log: [snip] gcc: error trying to exec 'cc1': execvp: No such file or directory
F18 build.log: [snip] collect2: fatal error: cannot find 'ld'
Is F18's mock broken?
Michael
On Wed, 27 Mar 2013 10:33:21 -0500 Michael Cronenworth mike@cchtml.com wrote:
I had to build my first RHEL5 and F18 packages today after upgrading my Koji server from Fedora 17 to 18. I cannot build RHEL5 or F18 packages, but RHEL6 packages compile fine. All packages built successfully under Fedora 17.
RHEL5 root.log: [snip]
DEBUG util.py:264: error reading information on service rdisc: Cannot allocate memory DEBUG util.py:264: warning: %post(iputils-20020927-46.el5.i386) scriptlet failed, exit status 1 DEBUG util.py:264: Non-fatal POSTIN scriptlet failure in rpm package iputils-20020927-46.el5.i386 DEBUG util.py:264: error reading information on service iscsid: Cannot allocate memory DEBUG util.py:264: error reading information on service iscsi: Cannot allocate memory DEBUG util.py:264: warning: %post(iscsi-initiator-utils-6.2.0.872-6.el5.i386) scriptlet failed, exit status 1 DEBUG util.py:264: Non-fatal POSTIN scriptlet failure in rpm package iscsi-initiator-utils-6.2.0.872-6.el5.i386
RHEL5 build.log: [snip] gcc: error trying to exec 'cc1': execvp: No such file or directory
F18 build.log: [snip] collect2: fatal error: cannot find 'ld'
Is F18's mock broken?
Weird, looks like GCC didn't get installed in your RHEL5 chroot and binutils isn't there on F18. I'm a bit concerned about the Cannot allocate memory lines in the above debug output though. Anything in the dmesg output on the host about running low on memory?
Clark
On 03/27/2013 10:52 AM, Clark Williams wrote:
Weird, looks like GCC didn't get installed in your RHEL5 chroot and binutils isn't there on F18. I'm a bit concerned about the Cannot allocate memory lines in the above debug output though. Anything in the dmesg output on the host about running low on memory?
No koji-related messages in dmesg.
$ free -m total used free shared buffers cached Mem: 16049 14623 1426 0 0 4458 -/+ buffers/cache: 10164 5884 Swap: 18079 298 17781
The gcc and binutils packages are being installed. I've tried building the RHEL5/F18 packages twice. The RHEL6 build succeeded the first time.
Fedora 18 root.log: [snip] DEBUG util.py:264: Installing for dependencies: DEBUG util.py:264: audit-libs i686 2.2.2-3.fc18 build 74 k DEBUG util.py:264: basesystem noarch 10.0-7.fc18 build 4.7 k DEBUG util.py:264: binutils i686 2.23.51.0.1-6.fc18 build 3.8 M ...
RHEL5 root.log: [snip] DEBUG util.py:264: Installing: DEBUG util.py:264: bash i386 3.2-24.el5 build 1.9 M DEBUG util.py:264: buildsys-macros noarch 5-5.el5 build 2.1 k DEBUG util.py:264: bzip2 i386 1.0.3-6.el5_5 build 49 k DEBUG util.py:264: coreutils i386 5.97-23.el5_6.3 build 3.6 M DEBUG util.py:264: cpio i386 2.6-23.el5_4.1 build 122 k DEBUG util.py:264: diffutils i386 2.8.1-15.2.3.el5 build 210 k DEBUG util.py:264: findutils i386 1:4.2.27-6.el5 build 294 k DEBUG util.py:264: gawk i386 3.1.5-14.el5 build 1.7 M DEBUG util.py:264: gcc i386 4.1.2-50.el5 build 5.2 M ...
Michael Cronenworth wrote:
DEBUG util.py:264: error reading information on service rdisc: Cannot allocate memory DEBUG util.py:264: error reading information on service iscsid: Cannot allocate memory DEBUG util.py:264: error reading information on service iscsi: Cannot allocate memory
Is this possibly (remotely) related to https://bugzilla.redhat.com/show_bug.cgi?id=894623 ?
- Felix
On 03/27/2013 10:57 AM, Felix Kaechele wrote:
Is this possibly (remotely) related to https://bugzilla.redhat.com/show_bug.cgi?id=894623 ?
I have the "fixed" version installed on the host.
$ rpm -q mock mock-1.1.29-1.fc18.noarch
It must not be related.
On 03/27/2013 10:33 AM, Michael Cronenworth wrote:
I had to build my first RHEL5 and F18 packages today after upgrading my Koji server from Fedora 17 to 18. I cannot build RHEL5 or F18 packages, but RHEL6 packages compile fine. All packages built successfully under Fedora 17.
I just gave mock-1.1.30-1.fc18.noarch a shot but I still see the same failures.
On Tue, 02 Apr 2013 16:20:59 -0500 Michael Cronenworth mike@cchtml.com wrote:
On 04/02/2013 03:56 PM, Michael Cronenworth wrote:
I just gave mock-1.1.30-1.fc18.noarch a shot but I still see the same failures.
Clark,
Would you like me to open a bug report or is this being tracked somewhere?
Thanks, Michael
Might as well; if it's not mock we can move to to the appropriate component later.
Please attach build logs at make sure we know what versions are in play and what commands were used.
Clark
On 04/02/2013 06:09 PM, Clark Williams wrote:
Might as well; if it's not mock we can move to to the appropriate component later.
Please attach build logs at make sure we know what versions are in play and what commands were used.
https://bugzilla.redhat.com/show_bug.cgi?id=947899
I just noticed that it's only 32-bit builds that fail.
Thanks, Michael
buildsys@lists.fedoraproject.org