pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/54758 (lang/python38 fails on many architectures)
The following reply was made to PR pkg/54758; it has been noted by GNATS.
From: Leonardo Taccari <leot%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/54758 (lang/python38 fails on many architectures)
Date: Mon, 18 May 2020 21:29:05 +0200
Hello John,
John Klos writes:
> > I think this should be fixed since python38-3.8.1nb1 via:
> >
> > cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/python38/Makefile
> > cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/python38/distinfo
> > cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/python38/patches/patch-configure
>
> Now it fails everywhere - on NetBSD 7, 8, 9, all architectures:
>
> ===> configure-message [python38-3.8.3] ===> Configuring for python38-3.8.3
> => Handle X11BASE paths in dlopen(3) calls of _ctypes.so
> => Fixing find_library().
> WARNING: [subst.mk:findlib] Nothing changed in "Lib/ctypes/macholib/dyld.py".
> WARNING: [subst.mk:findlib] Nothing changed in "Lib/distutils/unixccompiler.py".
> ERROR: [subst.mk:findlib] The filename patterns "Lib/ctypes/macholib/dyld.py Lib/distutils/unixccompiler.py" have no effect.
> *** Error code 1
Thanks for the quick feedback! (I think that's actually unrelated to
the reported PR)
If you are using `/usr/local' as PREFIX, can you please try to add:
SUBST_NOOP_OK.findlib= no
in lang/python38/Makefile:158 (after `SUBST_SED.findlib+= ..')
and let us know if that fixes this and the original issue?
(if that's the case feel also free to commit it!)
Home |
Main Index |
Thread Index |
Old Index