Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2009 19:29:17 +0800
From:      Ilya Zhuravlev <uxcreal@gmail.com>
To:        freebsd-gnome@freebsd.org
Subject:   strange bsd.gnome.mk behavior
Message-ID:  <7c53a82f0911240329i436ab615k861232622bf8c1fb@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Good day


frozen installation for
ports/www/firefox35
mtree is runned wo parameters and waits for the standard input


===> Checking if www/firefox35 already installed
Unknown modifier '>'

make -dA install clean
<skipped>
===> Checking if www/firefox35 already installed
update time: 19:13:05 Nov 24, 2009
SuffFindDeps (check-umask)
No known suffix on check-umask. Using .NULL suffix
not adding suffix rules
check-umask:@ = check-umask
check-umask:* = check-umask
Examining check-umask...non-existent...non-existent and no
sources...out-of-date.
check-umask:? =
check-umask:> =
if [ `/bin/sh -c umask` != 0022 ]; then echo "===> Warning: your umask is
\"`/bin/sh -c umask`"\".; echo " If this is not desired, set it to an
appropriate value"; echo " and install this port again by \`\`make
reinstall''."; fi
update time: 19:13:05 Nov 24, 2009
SuffFindDeps (install-mtree)
No known suffix on install-mtree. Using .NULL suffix
not adding suffix rules
install-mtree:@ = install-mtree
install-mtree:* = install-mtree
Examining install-mtree...non-existent...non-existent and no
sources...out-of-date.
install-mtree:? =
install-mtree:> =
/bin/mkdir -p /usr/local
if [ `/usr/bin/id -u` != 0 ]; then if [ -w /usr/local/ ]; then echo
"Warning: not superuser, you may get some errors during installation."; else
echo "Error: /usr/local/ not writable."; false; fi; fi
if [ `/usr/bin/id -u` = 0 ]; then if [ ! -f
/usr/ports/Templates/BSD.local.dist ]; then echo "Error: mtree file
\"/usr/ports/Templates/BSD.local.dist\" is missing."; echo "Copy it from a
suitable location (e.g., /usr/src/etc/mtree) and try again."; exit 1; else
/usr/sbin/mtree -U -f /usr/ports/Templates/BSD.local.dist -d -e -p
/usr/local/ >/dev/null; if [ /usr/local = /usr/local -a "yes" = "yes" ];
then cd /usr/local/share/nls; for link in POSIX en_US.US-ASCII; do if [
x"`/usr/bin/readlink ${link}`" != x"C" ]; then /bin/ln -shf C ${link}; fi;
done; fi; fi; else echo "Warning: not superuser, can't run mtree."; echo
"You may want to become root and try again to ensure correct permissions.";
fi
update time: 19:13:05 Nov 24, 2009
SuffFindDeps (pre-su-install)
No known suffix on pre-su-install. Using .NULL suffix
not adding suffix rules
pre-su-install:@ = pre-su-install
pre-su-install:* = pre-su-install
SuffFindDeps (gnome-pre-su-install)
No known suffix on gnome-pre-su-install. Using .NULL suffix
not adding suffix rules
gnome-pre-su-install:@ = gnome-pre-su-install
gnome-pre-su-install:* = gnome-pre-su-install
Examining gnome-pre-su-install...non-existent...non-existent and no
sources...out-of-date.
gnome-pre-su-install:? =
gnome-pre-su-install:> =
Applying :S to "-U -f /usr/ports/Templates/BSD.local.dist -d -e -p"
Result is "-U -f /usr/ports/Templates/BSD.local.dist -d -e -p"
Applying :> to "-U -f /usr/ports/Templates/BSD.local.dist -d -e -p"
Unknown modifier '>'

Result is ""
/usr/sbin/mtree

I cannot find reasons for appearing  '>', anyone can give me directions to
fix this error?
Standard ports tree wo any changes, 8.0-prerelease (r199506) amd64
I have the same envinment on other comp and all ok.
Thanks



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7c53a82f0911240329i436ab615k861232622bf8c1fb>