<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 04/21/2010 05:28 PM, Greer, George wrote:
<blockquote cite="mid:4BCF199E.4070407@gmti.gannett.com" type="cite">
  <pre wrap="">I've managed to build a perl-5.12.0 RPM based on Marcela's spec file posted Monday, so I thought I'd contribute back what I found.

First, the perl5db test does fail based on trying to link against perl-5.10's readline but adding the attached patch fixed that problem.

Also, I undid her changes for IO-Compress-Base -&gt; IO-Compress due to that then showing up as a missing dependency on installation.

When I tried to relocate via %_prefix and %_mandir (to get them in %_prefix/share/man rather than %_prefix/man) I had to add these two lines to the Configure call:
+               -Dman1dir="%{_mandir}/man1" \
+               -Dman3dir="%{_mandir}/man3" \
although that won't show up in the stock builds.

Curiously rpmbuild made all the packages noarch but that doesn't seem to affect it working so far.

--
George Greer


  </pre>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
--
Fedora Extras Perl SIG
<a class="moz-txt-link-freetext" href="http://www.fedoraproject.org/wiki/Extras/SIGs/Perl">http://www.fedoraproject.org/wiki/Extras/SIGs/Perl</a>
perl-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:perl-devel@lists.fedoraproject.org">perl-devel@lists.fedoraproject.org</a>
<a class="moz-txt-link-freetext" href="https://admin.fedoraproject.org/mailman/listinfo/perl-devel">https://admin.fedoraproject.org/mailman/listinfo/perl-devel</a></pre>
</blockquote>
Hello,<br>
thank you for your email. I wasn't able to reproduce any of these
problems on my testing<br>
rawhide machine. The test passed all times. %_prefix could differ on
systems. Do you have default setting?<br>
I have troubles with IO-Compress(-Base) because more modules were
merged into this<br>
one.  So maybe simply adding some new Provides/Obsoletes/Requires into
sub-package<br>
IO-Compress could help.<br>
I found different mistakes in my specfile e.g. MODULE_COMPAT will be
only 5.12.0. Now it's in cvs, so it can be checked or fixed there.<br>
<br>
Best regards,<br>
Marcela<br>
</body>
</html>