Maciej (Matchek) Blizinski wrote: > On Wed, Mar 10, 2010 at 11:21 AM, Daniel Pocock <[email protected]> > wrote: > > bash-2.03$ gmake extract > > [===== NOW BUILDING: ganglia-3.1.7 =====] > > [prerequisite] complete for ganglia. > > [fetch] complete for ganglia. > > [checksum] complete for ganglia. > > [checksum-global] complete for ganglia. > > [checksum-modulated] complete for ganglia. > > [===== NOW BUILDING: ganglia-3.1.7 MODULATION global: ISA= =====] > > [extract-modulated] complete for ganglia. > > gmake[1]: Entering directory > > `/home/daniel/ws/ganglia/branches/ganglia-3.1.7' > > [===== NOW BUILDING: ganglia-3.1.7 MODULATION isa-sparcv8: ISA=sparcv8 > > =====] > > ==> Extracting work/solaris8-sparc/download/ganglia-3.1.7.tar.gz > > gtar: Archive is compressed. Use -z option > > gtar: Error is not recoverable: exiting now > > What does "file work/solaris8-sparc/download/ganglia-3.1.7.tar.gz" say? bash-2.03$ file work/solaris8-sparc/download/ganglia-3.1.7.tar.gz work/solaris8-sparc/download/ganglia-3.1.7.tar.gz: gzip compressed data - deflate method , max compression
I get the same output for the 3.1.6 tarball which does work. The only changes in the Makefile are these: Index: checksums =================================================================== --- checksums (revision 9060) +++ checksums (working copy) @@ -2,5 +2,5 @@ c4c333a46db391464e372ad8ede4993c CSWgangliaweb.preremove 25d302948e25837bf17757d5e23e4955 cswgmetad c6bb96c949dbb989d06ebb36b6af885d cswgmond -39134ccba646fce6979958bf9c0fc8d7 ganglia-3.1.6.tar.gz +d9f9bf5d9f8ba4880e9969407a63f819 ganglia-3.1.7.tar.gz 2ff504ecb546aca2cdd6ee09af9a417e httpd-ganglia.conf.CSW Index: Makefile =================================================================== --- Makefile (revision 9060) +++ Makefile (working copy) @@ -1,5 +1,5 @@ GARNAME = ganglia -GARVERSION = 3.1.6 +GARVERSION = 3.1.7 CATEGORIES = utils # How should we set this? @@ -109,6 +109,9 @@ ifeq ($(GARVERSION),3.1.6) TEST_SCRIPTS = endif +ifeq ($(GARVERSION),3.1.7) +TEST_SCRIPTS = +endif INSTALL_SCRIPTS = $(WORKSRC)/Makefile custom _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
