pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/devel/py-setuptools



On Sun, Sep 06, 2009 at 08:08:13AM +0200, Bernd Ernesti wrote:
> On Sat, Sep 05, 2009 at 09:53:51PM +0000, Tobias Nygren wrote:
> > Module Name:        pkgsrc
> > Committed By:       tnn
> > Date:               Sat Sep  5 21:53:51 UTC 2009
> > 
> > Modified Files:
> >     pkgsrc/devel/py-setuptools: Makefile
> > 
> > Log Message:
> > NetBSD-current's unzip(1) doesn't appear to look for a zip header anywhere
> > but byte offset 0. Remove junk header manually until it can be fixed.
> 
> Please open a PR for this NetBSD unzip bug.

Could we please not jump to conclusions before checking the facts?
Thanks. What happens here is the setuptools are using a shell wrapper
around the zip archive and *that* is not supported by libarchive.
I do not consider it a bug to not look in random source files for the
ZIP signature. It *does* handle most self-extracting files with the MZ
signature.

> P.S. Is there a way of NOT using the NetBSD unzip even if it exists in
> /usr/bin?

TOOLS_PLATFORM.unzip= in mk.conf

Joerg


Home | Main Index | Thread Index | Old Index