pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/55364 (pkgsrc/lang/python27, 37, 38 are broken on NetBSD)
The following reply was made to PR pkg/55364; it has been noted by GNATS.
From: Leonardo Taccari <leot%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/55364 (pkgsrc/lang/python27, 37, 38 are broken on NetBSD)
Date: Thu, 11 Jun 2020 17:26:47 +0200
leot%NetBSD.org@localhost writes:
> [...]
> Roland, can you please give it a look?
>
> To reproduce it - if using default PREFIX - the following is enough for me:
>
> % cd pkgsrc/lang/python27
> % make configure PREFIX=/usr/local
> [...look at the two .subst.sav in the WRKSRC...]
> [...]
...and by adding debug ${ECHO} I can confirm that the two *.subst.sav
leftover files are because they hit the code paths in
pkgsrc/mk/subst.mk,-r1.95 lines 208-209:
204 ${CMP} -s "$$tmpfile" "$$file" && { \
205 ${AWK} -f ${PKGSRCDIR}/mk/scripts/subst-identity.awk -- ${SUBST_SED.${class}} \
206 && found=$$(LC_ALL=C ${SED} -n ${SUBST_SED.${class}:C,^['"]?s.*,&p,} "$$file") \
207 && [ -n "$$found" ] && { \
208 changed=yes; \
209 continue; \
210 }; \
Home |
Main Index |
Thread Index |
Old Index