Thanks for the tip Jon. I was able to build boost RPM on RHEL 5.3.<br><br>Martin<br><br><div class="gmail_quote">On Mon, Jul 20, 2009 at 9:03 AM, Jon Ciesla <span dir="ltr"><<a href="mailto:limb@jcomserv.net">limb@jcomserv.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">Martin Dubuc wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I would like to build boost 1.39 on RHEL 5.3. In the past, I have been successful building boost library found in rawhide for RHEL 5.x distributions. However, I have not been susccessful building boost 1.39 using boost-1.39.0-2.fc12.src.rpm. I saw a message earlier this month that stated that boost-1.39.0-3.fc12.src.rpm had been released and wanted to see if that version would address the problems I encountered with boost-1.39.0-2.fc12.src.rpm. However, when installing the boost-1.39.0-3.fc12.src.rpm source RPM, I get the following errors:<br>

<br>
# rpm -ivh boost-1.39.0-3.fc12.src.rpm<br>
<br>
   1:boost                  warning: user mockbuild does not exist - using root<br>
warning: group mockbuild does not exist - using root<br>
########################################### [100%]<br>
error: unpacking of archive failed on file /usr/src/redhat/SOURCES/boost-bitset.patch;4a646479: cpio: MD5 sum mismatch<br>
<br>
I am wondering if the source RPM is OK or not.<br>
<br>
Martin<br>
<br>
</blockquote></div></div>
This is due to a signature change in RPM from F-11.<br>
<br>
Blatanly ripping off Mr. Gallagher's post of a few days back:<br>
<br>
To extract sources from an SRPM:<br>
rpm2cpio <src.rpm> | cpio --extract<br>
(Do this in its own directory)<br>
<br>
To enable the old checksum (for building RHEL packages):<br>
rpmbuild -bs --define _source_filedigest_algorithm=1 <spec><br>
<br>
This will recreate the SRPM using an MD5 sum instead of a SHA1 sum.<br>
<br>
<br>
<br>
-- <br>
in your fear, speak only peace<br>
in your fear, seek only love<br>
<br>
-d. bowie<br><font color="#888888">
<br>
-- <br>
fedora-devel-list mailing list<br>
<a href="mailto:fedora-devel-list@redhat.com" target="_blank">fedora-devel-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/fedora-devel-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-devel-list</a><br>
</font></blockquote></div><br>