tech-pkg archive

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

Problem building lang/python27 after recent changes



Greetings,

I came across a problem building lang/python27 on OS X after recent changes. 
Seems like openssl is not detected correctly.:

-----

=> Checking file-check results for python27-2.7.6nb3
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in 
/tmp/pkgsrc/lang/python27/work/.destdir/usr/pkg:
ERROR:         
/tmp/pkgsrc/lang/python27/work/.destdir/usr/pkg/lib/python2.7/lib-dynload/_hashlib.so
ERROR:         
/tmp/pkgsrc/lang/python27/work/.destdir/usr/pkg/lib/python2.7/lib-dynload/_ssl.so
ERROR: ************************************************************
ERROR: The following files are in 
/tmp/pkgsrc/lang/python27/work/.destdir/usr/pkg but not in the PLIST:
ERROR:         
/tmp/pkgsrc/lang/python27/work/.destdir/usr/pkg/lib/python2.7/lib-dynload/_md5.so
ERROR:         
/tmp/pkgsrc/lang/python27/work/.destdir/usr/pkg/lib/python2.7/lib-dynload/_sha.so
ERROR:         
/tmp/pkgsrc/lang/python27/work/.destdir/usr/pkg/lib/python2.7/lib-dynload/_sha256.so
ERROR:         
/tmp/pkgsrc/lang/python27/work/.destdir/usr/pkg/lib/python2.7/lib-dynload/_sha512.so

-----


Reverting 2 changes in patches/patch-am solves the issue:

-----

diff -r1.15 patch-am
75c75
< +        ssl_incs = find_file('openssl/ssl.h', [],
---
> +        ssl_incs = find_file('openssl/ssl.h', inc_dirs,
95c95
< +                search_for_ssl_incs_in)
---
> +                inc_dirs + search_for_ssl_incs_in)

-----

Please, fix.

Kind regards,
Adam


Home | Main Index | Thread Index | Old Index