Bug 90274 - make test fails on Solaris
Summary: make test fails on Solaris
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: logrotate
Version: 1.0
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Elliot Lee
QA Contact: Jay Turner
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-05-06 11:50 UTC by Laurent Goujon
Modified: 2015-01-08 00:05 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2003-07-09 15:27:36 UTC
Embargoed:


Attachments (Terms of Use)

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


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