tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
potential phasing issue involving mk/configure/replace-locale.mk
I've noticed this in the past but thought I would see if anybody else
experiences the following with "current".
richard@devzone:~/src/pkgsrc/devel/binutils$ bmake show-all |grep BUILTIN
sys BUILDLINK_BUILTIN_MK.dl = ../../mk/dlopen.builtin.mk
sys USE_BUILTIN.dl = yes
sys BUILDLINK_BUILTIN_MK.gcc47 = ../../lang/gcc47/builtin.mk
sys USE_BUILTIN.gcc47 = no
sys BUILDLINK_BUILTIN_MK.pthread = ../../mk/pthread.builtin.mk
sys USE_BUILTIN.pthread = yes
def _IS_BUILTIN_GCC = NO
bash: line 0: cd: /var/tmp/pkgsrc/devel/binutils/work/binutils-2.24: Ce fichier ou
ce répertoire n'existe pas
bmake: "cd /var/tmp/pkgsrc/devel/binutils/work/binutils-2.24 && echo "__dummy-entry__"
&& /usr/bin/find . \( -name "Make-in" -o -name "[Mm]akefile.in*" \)
-print | /opt/local/bin/nbsed -e 's|^\./||' | /usr/bin/sort -u" returned non-zero
status
This seems to happen here:
subst:
pkg SUBST_CLASSES = pkglocaledir
pkg SUBST_STAGE.pkglocaledir = do-configure-pre-hook
pkg SUBST_MESSAGE.pkglocaledir = Fixing locale directory references.
bash: line 0: cd: /var/tmp/pkgsrc/devel/binutils/work/binutils-2.24: Ce fichier ou
ce répertoire n'existe pas
bmake: "cd /var/tmp/pkgsrc/devel/binutils/work/binutils-2.24 && echo
"__dummy-entry__" && /usr/bin/find . \( -name "Make-in" -o -name
"[Mm]akefile.in*" \) -print | /opt/local/bin/nbsed -e 's|^\./||' |
/usr/bin/sort -u" returned non-zero status
pkg SUBST_FILES.pkglocaledir (defined, but empty)
pkg SUBST_SED.pkglocaledir = -e 's|^\(localedir[ :]*=\).*|\1 /opt/local/lib/locale|' -e
's|^\(itlocaledir[ :]*=\).*|\1 /opt/local/lib/locale|' -e 's|^\(gnulocaledir[
:]*=\).*|\1 /opt/local/lib/locale|' -e 's|\(-DLOCALEDIR[ ]*=\)[^
]*\(\.\*\)|\1"\"/opt/local/lib/locale\""\2|'
pkg SUBST_VARS.pkglocaledir (defined, but empty)
pkg SUBST_FILTER_CMD.pkglocaledir = /opt/local/bin/nbsed -e 's|^\(localedir[ :]*=\).*|\1
/opt/local/lib/locale|' -e 's|^\(itlocaledir[ :]*=\).*|\1 /opt/local/lib/locale|' -e
's|^\(gnulocaledir[ :]*=\).*|\1 /opt/local/lib/locale|' -e 's|\(-DLOCALEDIR[ ]*=\)[^
]*\(\.\*\)|\1"\"/opt/local/lib/locale\""\2|'
pkg SUBST_POSTCMD.pkglocaledir = /usr/bin/rm -f "$tmpfile"
pkg SUBST_SKIP_TEXT_CHECK.pkglocaledir = no
inserting a "do-configure-pre-hook: replace-localedir" before the
".PHONY: replace-localedir" doesn't seem to alleviate anything.
We shouldn't be invoking anything necessary for a _real_ configure with
'show-all' or 'show-var[s]'... Any ideas or suggestions?
Home |
Main Index |
Thread Index |
Old Index