pkgsrc-Users archive

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

Re: Install error lang/python26 on MacOS X 10.6



2010/11/7 Adam <adam%netbsd.org@localhost>:
>> Hi,
>>
>> I saw you made the last commits on lang/python26 (Akio in Makefile,
>> Adam in PLIST.Darwin).
>> While updating the Mac of my girlfriend I got following error:
>>
>> pkg_create: can't stat
>> `/usr/pkgsrc/lang/python26/work/.destdir/usr/pkg/lib/python2.6/lib-dynload/Python-2.6.6-py2.6.egg-info'
>> pkg_create: can't stat
>> `/usr/pkgsrc/lang/python26/work/.destdir/usr/pkg/lib/python2.6/lib2to3/Grammar2.6.6.final.0.pickle'
>> pkg_create: can't stat
>> `/usr/pkgsrc/lang/python26/work/.destdir/usr/pkg/lib/python2.6/lib2to3/PatternGrammar2.6.6.final.0.pickle'
>> => Checking file-check results for python26-2.6.6nb2
>> ERROR: ************************************************************
>> ERROR: The following files are in the PLIST but not in /usr/pkg:
>> ERROR:         
>> /usr/pkgsrc/lang/python26/work/.destdir/usr/pkg/lib/python2.6/lib-dynload/Python-2.6.6-py2.6.egg-info
>> ERROR:         
>> /usr/pkgsrc/lang/python26/work/.destdir/usr/pkg/lib/python2.6/lib2to3/Grammar2.6.6.final.0.pickle
>> ERROR:         
>> /usr/pkgsrc/lang/python26/work/.destdir/usr/pkg/lib/python2.6/lib2to3/PatternGrammar2.6.6.final.0.pickle
>> ERROR: ************************************************************
>> ERROR: The following files are in /usr/pkg but not in the PLIST:
>> ERROR:         
>> /usr/pkgsrc/lang/python26/work/.destdir/usr/pkg/lib/python2.6/lib-dynload/Python-2.6.5-py2.6.egg-info
>> ERROR:         
>> /usr/pkgsrc/lang/python26/work/.destdir/usr/pkg/lib/python2.6/lib2to3/Grammar2.6.5.final.0.pickle
>> ERROR:         
>> /usr/pkgsrc/lang/python26/work/.destdir/usr/pkg/lib/python2.6/lib2to3/PatternGrammar2.6.5.final.0.pickle
>> *** Error code 1
>>
>> Stop.
>> bmake: stopped in /usr/pkgsrc/lang/python26
>> *** Error code 1
>>
>> Stop.
>> bmake: stopped in /usr/pkgsrc/lang/python26
>>
>> It's probably easy to solve, but I don't touch packages I do not
>> understand (I have currently less time and don't want to damage
>> something what I can't repair because I encounter more important
>> family things).
>>
>> Cheers,
>> Jens
>
> I can't reproduce this. Are you sure you are trying to install Python 2.6.6, 
> not 2.6.5?

lang/python26/dist.mk says:

> # $NetBSD: dist.mk,v 1.1 2010/09/17 07:11:42 obache Exp $
>
> PY_DISTVERSION= 2.6.6
> DISTNAME=       Python-${PY_DISTVERSION}

So I'd say, yes, I'm sure.

I made clean and retested meanwhile to ensure that I didn't oversee a
stale work directory.
No change.

Probably it's important to say that I'm using "ABI=64" and
"PKG_DEVELOPER=yes" as modifications in mk.conf.

Cheers,
Jens


Home | Main Index | Thread Index | Old Index