Bug 90274

Summary: make test fails on Solaris
Product: [Retired] Red Hat Raw Hide Reporter: Laurent Goujon <laurent.goujon>
Component: logrotateAssignee: Elliot Lee <sopwith>
Status: CLOSED RAWHIDE QA Contact: Jay Turner <jturner>
Severity: low Docs Contact:
Priority: medium    
Version: 1.0CC: michael, srevivo
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: 2003-07-09 15:27:36 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 Laurent Goujon 2003-05-06 11:50:05 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686) Gecko/20030311 Galeon/1.3.3

Description of problem:
Make test fails on Solaris

error-> test.1.log.gz.Z no such file or directory

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

How reproducible:
Always

Steps to Reproduce:
1. make test
    

Additional info:

On linux zcat is equivalent to gunzip -c, but not on Solaris because zcat relies
on compress. Solaris has gzcat for that but not Linux, so the best is to use
gunzip -c instead of zcat in the test script

Comment 1 Michael Lee Yohe 2003-05-06 13:25:47 UTC
I'm trying to understand how this is a problem with a _Red Hat Linux_ source RPM
package.

Comment 2 Laurent Goujon 2003-05-06 13:36:54 UTC
It's not a problem with a _Red Hat Linux_ RPM source RPM directly. But It's
seems that it's Redhat which develop this software (For example, Mandrake use
RedHat logrotate RPMS for their own packages) and I just want to submit a bug
for that, to help community (and not only Redhat Users). Pehaps (Certainly),
I've not post this bug on the right place, but I didn't find this right place.
Sorry for that !

Comment 3 Laurent Goujon 2003-05-06 13:57:15 UTC
I reopen this bug (I'm not sure why it has been closed) and assigned it to
Rawhide like bug #75332

Comment 4 Elliot Lee 2003-05-16 20:17:14 UTC
RH bugzilla is fine for bugs in RH-originated sources.

Comment 5 Elliot Lee 2003-07-09 15:27:36 UTC
Changed zcat to gunzip -c