Subject: Re: PHP5 broken?
To: Christopher W. Richardson <cwr@nexthop.com>
From: Adrian Portelli <adrianp@stindustries.net>
List: tech-pkg
Date: 05/16/2006 16:41:54
Christopher W. Richardson wrote:
> Hi,
>
> On a fresh checkout of pkgsrc, php5 seems broken (not sure if
> it's our distfile info or the actual tar ball):
>
> cwr@ns$pwd
> /usr/pkgsrc/lang/php5
> cwr@ns$cat distinfo
> $NetBSD: distinfo,v 1.20 2006/05/07 09:41:56 jdolecek Exp $
>
> SHA1 (php-5.1.4/php-5.1.4.tar.bz2) = 65c9cf8ddbcf023503c8bb618a95438f605b5098
> [...]
> r@ns$sha1 /usr/pkgsrc/distfiles/php-5.1.4/php-5.1.4.tar.bz2
> SHA1 (/usr/pkgsrc/distfiles/php-5.1.4/php-5.1.4.tar.bz2) = 83d4c5a4a3e8f3bcb0da841edd8d55893dbf5394
>
> Any thoughts?
>
> Thanks,
> Chris
Hi Chris,
The file seems to have changed a bit from when the distinfo was first
generated. I'm seeing the size go from 5992825 bytes to 6356171 bytes
which is a little weird. Usually when I've bumped into this before it
was just a repackage or a small modification that caused the error. The
best thing to do is extract both the old and new tarballs and do a diff
to see what's changed. I don't happen to have a copy of the old
distfile so I can't do this ATM.
adrian.