Bug 67658 - spamassassin-2.31-5 not --rebuildable
Summary: spamassassin-2.31-5 not --rebuildable
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: perl
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Chip Turner
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-06-28 17:40 UTC by tengel
Modified: 2007-04-18 16:43 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-06-28 17:41:00 UTC
Embargoed:


Attachments (Terms of Use)

Description tengel 2002-06-28 17:40:56 UTC
Description of Problem:
Trying to "rpm --rebuild spamassassin-2.31-5.src.rpm" on both RH62 and RH72
results in an error that seems pretty generic:

==snip==
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3283
...
make: *** No rule to make target `pure_vendor_install', needed by
`pure_install'.  Stop.
error: Bad exit status from /var/tmp/rpm-tmp.3283 (%install)
==snip==

Version-Release number of selected component (if applicable):
spamassassin-2.31-5

How Reproducible:
rpm --rebuild spamassassin-2.31-5.src.rpm

Comment 1 Chip Turner 2002-06-28 17:47:52 UTC
the SRPM is for perl 5.8.0 and higher; older perl's do not have support for
vendor install dirs.

You can make it work by changing:
%{__perl} Makefile.PL PREFIX=$RPM_BUILD_ROOT%{prefix} INSTALLDIRS=vendor
to
%{__perl} Makefile.PL

That should get it closer, but rebuilding on non-5.8 perls is unsupported.



Note You need to log in before you can comment on or make changes to this bug.