Bug 110531 - RPM Export fails
Summary: RPM Export fails
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Developer Suite
Classification: Retired
Component: eclipse
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Rick Moseley
QA Contact: eclipse-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-11-20 20:28 UTC by Keith Seitz
Modified: 2007-04-18 16:59 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-11-24 20:47:06 UTC
Embargoed:


Attachments (Terms of Use)
rpmbuild log file from /var/tmp (6.79 KB, text/plain)
2003-11-20 20:29 UTC, Keith Seitz
no flags Details

Description Keith Seitz 2003-11-20 20:28:42 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2)
Gecko/20030716

Description of problem:
Cannot export source/binary RPM

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


How reproducible:
Always

Steps to Reproduce:
1.Create CDT project (I used "pump")
2.Import srpm (I used pump-0.8.19-1.src.rpm from rpmfind.net)
3.Modify dhcp.c -- add comment and save.
4.Try to export as RPM:
  Patch tag: superfluous
  Date Stamp: <default>
  Comment: "- superfluous change"
5. Click Finish.
    

Actual Results:  Error dialog which says:
Open SRPM Errors
  A problem occurred creating the rpmbuild shell script.  
  Please check the file permissions in /var/tmp 


Expected Results:  generate rpms

Additional info:

Comment 1 Keith Seitz 2003-11-20 20:29:46 UTC
Created attachment 96093 [details]
rpmbuild log file from /var/tmp

Comment 2 Rick Moseley 2003-11-24 20:47:06 UTC
Fixed.  We were doing a "diff -uNr" command between the original
source RPM and the new project that was in Eclipse.  "make" was being
run on the original source RPM and we were assuming "make" had been
run on the project in Eclipse, which was a bad assumption.  We now
make sure "make" has been run on the Eclipse project befire doing the
"diff" command to create the patch.


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