Bug 68857

Summary: rpm provides files which name is its error message
Product: [Retired] Red Hat Public Beta Reporter: Nakai <ynakai>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: limbo   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-07-15 09:25:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nakai 2002-07-15 09:25:29 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020528

Description of problem:
rpm commands provides rpm's error message files in
/usr/src/redhat/SPECS. Such like:

tar: This does not look like a tar archive
tar: *.spec: Not found in archive

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


How reproducible:
Always

Steps to Reproduce:
1. rpm -ta /dev/null
2. It provides a file 'tar: *.spec: Not found in archive' in /usr/src/redhat/SPECS/

1. rpm -ta emacs.spec (some ascii file)
2. It provides a file 'tar: This does not look like a tar archive' in
/usr/src/redhat/SPECS/


Actual Results:  Error messages come to be empty files in /usr/src/redhat/SPECS/

Expected Results:  Error message should be go to stderr, not in files.

Additional info:

I wondered why and who makes this crappy files for
a long time, since I started to touch Red Hat Linux.
So many people should wonder too.

Comment 1 Jeff Johnson 2002-07-15 15:51:50 UTC

*** This bug has been marked as a duplicate of 8527 ***