Bug 59404 - rpm --rebuild lynx-2.8.4-17.src.rpm (from 7.2 distro) fails on 6.2 system
Summary: rpm --rebuild lynx-2.8.4-17.src.rpm (from 7.2 distro) fails on 6.2 system
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: lynx
Version: 7.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-02-07 07:21 UTC by Joseph Shraibman
Modified: 2007-04-18 16:39 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-02-07 07:22:02 UTC
Embargoed:


Attachments (Terms of Use)

Description Joseph Shraibman 2002-02-07 07:21:57 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204

Description of problem:
I downloaded lynx-2.8.4-17.src.rpm (from 7.2 distro) and tried to build it.

Version-Release number of selected component (if applicable): 2.8.4-17


How reproducible:
Always

Steps to Reproduce:
1. rpm --rebuild lynx-2.8.4-17.src.rpm
2.
3.
	

Actual Results:  make[1]: Leaving directory `/usr/src/redhat/BUILD/lynx2-8-4/intl'
cd po && make CC="gcc"
make[1]: Entering directory `/usr/src/redhat/BUILD/lynx2-8-4/po'
file=./`echo cs | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH no -o $file cs.po
/bin/sh: no: command not found
make[1]: *** [cs.gmo] Error 127
make[1]: Leaving directory `/usr/src/redhat/BUILD/lynx2-8-4/po'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.68270 (%build)
 
 
RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.68270 (%build)

Additional info:

This is probably a case of a required package missing from the spec file in the
source rpm.

Comment 1 Bernhard Rosenkraenzer 2002-02-07 17:21:00 UTC
We don't support rebuilding 7.x packages on 6.x. They sometimes use features 6.x didn't 
support (rpm extensions, presence of a sane compiler, etc). 
 
(And this isn't likely to be a missing buildrequires: line in the spec file, looks more 
like an improperly generated makefile. Something seems to be calling a locale name as a 
command). 


Comment 2 Joseph Shraibman 2002-02-07 23:19:58 UTC
I have rpm 4.0.3 installed on this system.  I have automake-1.4-4 and
make-3.77-6 installed.  Should I upgrade those?


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