Hi,
As I'll plan to request the EPEL-5 branch for piklab, I tried to build in koji. But the built failed ans I don't unerstand why. Can somebody help me? http://koji.fedoraproject.org/koji/taskinfo?taskID=1967477
Regards, Alain
Just a guess here-
Looking at root.log towards the bottom there's this:
DEBUG util.py:280: Executing command: ['rpm', '-Uvh', '--nodeps', '/builddir/build/originals/piklab-0.15.3-5.fc12.src.rpm'] DEBUG util.py:256: piklab warning: user alain does not exist - using root DEBUG util.py:256: warning: group alain does not exist - using root DEBUG util.py:256: ################################################## DEBUG util.py:256: error: unpacking of archive failed on file /builddir/build/SOURCES/piklab-0.12.1.x-desktop-fr.patch;4b6edb42: cpio: MD5 sum mismatch DEBUG util.py:319: Child returncode was: 1
I don't know how/why that would occur
On 2/8/10 12:37 PM, Alain Portal wrote:
Hi,
As I'll plan to request the EPEL-5 branch for piklab, I tried to build in koji. But the built failed ans I don't unerstand why. Can somebody help me? http://koji.fedoraproject.org/koji/taskinfo?taskID=1967477
Regards, Alain
epel-devel-list mailing list epel-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/epel-devel-list
On Mon, 08 Feb 2010 12:51:40 -0500 Aaron Knister aaron.knister@gmail.com wrote:
Just a guess here-
Looking at root.log towards the bottom there's this:
DEBUG util.py:280: Executing command: ['rpm', '-Uvh', '--nodeps', '/builddir/build/originals/piklab-0.15.3-5.fc12.src.rpm'] DEBUG util.py:256: piklab warning: user alain does not exist - using root DEBUG util.py:256: warning: group alain does not exist - using root DEBUG util.py:256: ################################################## DEBUG util.py:256: error: unpacking of archive failed on file /builddir/build/SOURCES/piklab-0.12.1.x-desktop-fr.patch;4b6edb42: cpio: MD5 sum mismatch DEBUG util.py:319: Child returncode was: 1
I don't know how/why that would occur
It was probably an srpm-scratch-build with the SRPM created for a recent Fedora (i.e. with stronger SHA signatures) rather than using an SRPM built in the EL-5 branch, which would have had appropriate signatures for an EL-5 build.
Paul.
Le lundi 08 février 2010 19:08:45, Paul Howarth a écrit :
It was probably an srpm-scratch-build with the SRPM created for a recent Fedora (i.e. with stronger SHA signatures) rather than using an SRPM built in the EL-5 branch, which would have had appropriate signatures for an EL-5 build.
SRPM was built on F12. Unfortunately, I haven't yet enough machine to install an EL-5 like OS.
Le lundi 08 février 2010 18:51:40, Aaron Knister a écrit :
Just a guess here-
Looking at root.log towards the bottom there's this:
DEBUG util.py:280: Executing command: ['rpm', '-Uvh', '--nodeps', '/builddir/build/originals/piklab-0.15.3-5.fc12.src.rpm'] DEBUG util.py:256: piklab warning: user alain does not exist - using root DEBUG util.py:256: warning: group alain does not exist
- using root DEBUG util.py:256:
################################################## DEBUG util.py:256: error: unpacking of archive failed on file /builddir/build/SOURCES/piklab-0.12.1.x-desktop-fr.patch;4b6edb42: cpio: MD5 sum mismatch DEBUG util.py:319: Child returncode was: 1
I don't know how/why that would occur
As me...
Alain Portal píše v Po 08. 02. 2010 v 19:19 +0100:
Le lundi 08 février 2010 18:51:40, Aaron Knister a écrit :
Just a guess here-
Looking at root.log towards the bottom there's this:
DEBUG util.py:280: Executing command: ['rpm', '-Uvh', '--nodeps', '/builddir/build/originals/piklab-0.15.3-5.fc12.src.rpm'] DEBUG util.py:256: piklab warning: user alain does not exist - using root DEBUG util.py:256: warning: group alain does not exist
- using root DEBUG util.py:256:
################################################## DEBUG util.py:256: error: unpacking of archive failed on file /builddir/build/SOURCES/piklab-0.12.1.x-desktop-fr.patch;4b6edb42: cpio: MD5 sum mismatch DEBUG util.py:319: Child returncode was: 1
I don't know how/why that would occur
As me...
If you are creating the srpms with rpmbuild and not with "make srpm" in checkout directory from CVS and you are running Fedora 12+, then you must use rpmbuild-md5 for EL packages.
Dan
Le lundi 08 février 2010 19:30:27, Dan Horák a écrit :
If you are creating the srpms with rpmbuild and not with "make srpm" in checkout directory from CVS and you are running Fedora 12+, then you must use rpmbuild-md5 for EL packages.
Works fine, thanks!
Alain
On Monday 08 February 2010 12:30:27 pm Dan Horák wrote:
Alain Portal píše v Po 08. 02. 2010 v 19:19 +0100:
Le lundi 08 février 2010 18:51:40, Aaron Knister a écrit :
Just a guess here-
Looking at root.log towards the bottom there's this:
DEBUG util.py:280: Executing command: ['rpm', '-Uvh', '--nodeps',
'/builddir/build/originals/piklab-0.15.3-5.fc12.src.rpm'] DEBUG util.py:256: piklab warning: user alain does not exist - using root DEBUG util.py:256: warning: group alain does not exist - using root DEBUG util.py:256: ################################################## DEBUG util.py:256: error: unpacking of archive failed on file /builddir/build/SOURCES/piklab-0.12.1.x-desktop-fr.patch;4b6edb42: cpio: MD5 sum mismatch DEBUG util.py:319: Child returncode was: 1
I don't know how/why that would occur
As me...
If you are creating the srpms with rpmbuild and not with "make srpm" in checkout directory from CVS and you are running Fedora 12+, then you must use rpmbuild-md5 for EL packages.
you must use it for all SRPM creation intened for EL from a active fedora branch. in the EL branches we call rpmbuild with the right definitions. we do not make the same defines in the fedora branches. you can do make srpm. then copy and past the command it runs and change rpmbuild to rpmbuild-md5
Dennis
epel-devel@lists.fedoraproject.org