pkgsrc-Users archive

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

Re: problem building lang/python25 on Darwin



   Date: Mon, 25 Jan 2010 13:08:06 +0900
   From: "OBATA Akio" <obache%netbsd.org@localhost>

   It is disabled in pkgsrc (patch-am).
   I don't know why it is built on your environment.

patch-am has a typo: it says `expat' where it should say `pyexpat'.
After fixing the patch manually, lang/python25 builds for me, but the
file-check still fails, because pyexpat.so is still in PLIST.common.
Removing pyexpat.so from PLIST.common makes `make package' work on
lang/python25, although it gives the following warnings:

=> Checking for non-existent script interpreters in python25-2.5.4nb3
WARNING: [check-interpreter.mk] The interpreter "-*-" of 
"/tmp/pkgsrc-2009Q4-work/lang/python25/work/.destdir/Users/riastradh/pkgsrc/2009Q4/pkg/lib/python2.5/test/test_pep263.py"
 does not exist.
=> Checking file permissions in python25-2.5.4nb3
warning: 
/tmp/pkgsrc-2009Q4-work/lang/python25/work/.destdir/Users/riastradh/pkgsrc/2009Q4/pkg/lib/python2.5/idlelib/idle.bat:
 executable bit is set on non-executable file.
warning: 
/tmp/pkgsrc-2009Q4-work/lang/python25/work/.destdir/Users/riastradh/pkgsrc/2009Q4/pkg/lib/python2.5/lib-tk/Tix.py:
 executable bit is set on non-executable file.
warning: 
/tmp/pkgsrc-2009Q4-work/lang/python25/work/.destdir/Users/riastradh/pkgsrc/2009Q4/pkg/lib/python2.5/plat-mac/Carbon/CG.py:
 executable bit is set on non-executable file.
warning: 
/tmp/pkgsrc-2009Q4-work/lang/python25/work/.destdir/Users/riastradh/pkgsrc/2009Q4/pkg/lib/python2.5/plat-mac/Carbon/CarbonEvents.py:
 executable bit is set on non-executable file.
warning: 
/tmp/pkgsrc-2009Q4-work/lang/python25/work/.destdir/Users/riastradh/pkgsrc/2009Q4/pkg/lib/python2.5/plat-mac/Carbon/CarbonEvt.py:
 executable bit is set on non-executable file.
warning: 
/tmp/pkgsrc-2009Q4-work/lang/python25/work/.destdir/Users/riastradh/pkgsrc/2009Q4/pkg/lib/python2.5/plat-mac/Carbon/CoreGraphics.py:
 executable bit is set on non-executable file.
warning: 
/tmp/pkgsrc-2009Q4-work/lang/python25/work/.destdir/Users/riastradh/pkgsrc/2009Q4/pkg/lib/python2.5/runpy.py:
 executable bit is set on non-executable file.
warning: 
/tmp/pkgsrc-2009Q4-work/lang/python25/work/.destdir/Users/riastradh/pkgsrc/2009Q4/pkg/lib/python2.5/test/test_aepack.py:
 executable bit is set on non-executable file.
warning: 
/tmp/pkgsrc-2009Q4-work/lang/python25/work/.destdir/Users/riastradh/pkgsrc/2009Q4/pkg/lib/python2.5/test/test_binascii.py:
 executable bit is set on non-executable file.
warning: 
/tmp/pkgsrc-2009Q4-work/lang/python25/work/.destdir/Users/riastradh/pkgsrc/2009Q4/pkg/lib/python2.5/test/test_grp.py:
 executable bit is set on non-executable file.
warning: 
/tmp/pkgsrc-2009Q4-work/lang/python25/work/.destdir/Users/riastradh/pkgsrc/2009Q4/pkg/lib/python2.5/test/test_htmlparser.py:
 executable bit is set on non-executable file.
warning: 
/tmp/pkgsrc-2009Q4-work/lang/python25/work/.destdir/Users/riastradh/pkgsrc/2009Q4/pkg/lib/python2.5/test/test_wsgiref.py:
 executable bit is set on non-executable file.
0 errors and 12 warnings.


Home | Main Index | Thread Index | Old Index