mar
03-05-2005, 08:46
при make all для kde3 вываливается тут:
===> p5-gettext-1.03 depends on file: /usr/local/bin/perl5.8.5 - found
===> Patching for p5-gettext-1.03
===> p5-gettext-1.03 depends on file: /usr/local/bin/perl5.8.5 - found
===> Applying FreeBSD patches for p5-gettext-1.03
===> p5-gettext-1.03 depends on file: /usr/local/bin/perl5.8.5 - found
===> p5-gettext-1.03 depends on shared library: intl - found
===> Configuring for p5-gettext-1.03
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = "ru_RU.KOI8-R",
LANG = "ru_RU.KOI8-R"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Unable to find a perl 5 (by these names: /usr/local/bin/perl5.8.5 perl perl5 perl5.8.5 miniperl,
in these dirs: /sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin
/usr/local/bin /usr/X11R6/bin /root/bin /usr/local/bin)
Writing Makefile for Locale::gettext
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = "ru_RU.KOI8-R",
LANG = "ru_RU.KOI8-R"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
===> Building for p5-gettext-1.03
0: not found
*** Error code 127
Stop in /usr/ports/devel/p5-Locale-gettext/work/gettext-1.03.
*** Error code 1
Stop in /usr/ports/devel/p5-Locale-gettext.
*** Error code 1
Stop in /usr/ports/misc/help2man.
*** Error code 1
Stop in /usr/ports/devel/autoconf259.
*** Error code 1
Stop in /usr/ports/net/samba-libsmbclient.
*** Error code 1
Stop in /usr/ports/x11/kdebase3.
*** Error code 1
Stop in /usr/ports/x11/kdebase3.
*** Error code 1
Stop in /usr/ports/x11/kde3.
При этом:
locale
LANG=ru_RU.KOI8-R
LC_CTYPE="ru_RU.KOI8-R"
LC_COLLATE="ru_RU.KOI8-R"
LC_TIME="ru_RU.KOI8-R"
LC_NUMERIC="ru_RU.KOI8-R"
LC_MONETARY="ru_RU.KOI8-R"
LC_MESSAGES="ru_RU.KOI8-R"
LC_ALL=ru_RU.KOI8-R
perl -v
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = "ru_RU.KOI8-R",
LANG = "ru_RU.KOI8-R"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
This is perl, v5.8.5 built for i386-freebsd-64int
То есть локаль - та самая, но perl ее в упор не видит. А perl 5.8.5 - но это прошло незамеченным при поиске во время компиляции?
Попытка
cd /usr/ports/devel/p5-Locale-gettext
make all
кончается также
Не наступал ли кто-нибудь на эти грабли и не знает ли, как с ними бороться?
===> p5-gettext-1.03 depends on file: /usr/local/bin/perl5.8.5 - found
===> Patching for p5-gettext-1.03
===> p5-gettext-1.03 depends on file: /usr/local/bin/perl5.8.5 - found
===> Applying FreeBSD patches for p5-gettext-1.03
===> p5-gettext-1.03 depends on file: /usr/local/bin/perl5.8.5 - found
===> p5-gettext-1.03 depends on shared library: intl - found
===> Configuring for p5-gettext-1.03
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = "ru_RU.KOI8-R",
LANG = "ru_RU.KOI8-R"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Unable to find a perl 5 (by these names: /usr/local/bin/perl5.8.5 perl perl5 perl5.8.5 miniperl,
in these dirs: /sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin
/usr/local/bin /usr/X11R6/bin /root/bin /usr/local/bin)
Writing Makefile for Locale::gettext
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = "ru_RU.KOI8-R",
LANG = "ru_RU.KOI8-R"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
===> Building for p5-gettext-1.03
0: not found
*** Error code 127
Stop in /usr/ports/devel/p5-Locale-gettext/work/gettext-1.03.
*** Error code 1
Stop in /usr/ports/devel/p5-Locale-gettext.
*** Error code 1
Stop in /usr/ports/misc/help2man.
*** Error code 1
Stop in /usr/ports/devel/autoconf259.
*** Error code 1
Stop in /usr/ports/net/samba-libsmbclient.
*** Error code 1
Stop in /usr/ports/x11/kdebase3.
*** Error code 1
Stop in /usr/ports/x11/kdebase3.
*** Error code 1
Stop in /usr/ports/x11/kde3.
При этом:
locale
LANG=ru_RU.KOI8-R
LC_CTYPE="ru_RU.KOI8-R"
LC_COLLATE="ru_RU.KOI8-R"
LC_TIME="ru_RU.KOI8-R"
LC_NUMERIC="ru_RU.KOI8-R"
LC_MONETARY="ru_RU.KOI8-R"
LC_MESSAGES="ru_RU.KOI8-R"
LC_ALL=ru_RU.KOI8-R
perl -v
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = "ru_RU.KOI8-R",
LANG = "ru_RU.KOI8-R"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
This is perl, v5.8.5 built for i386-freebsd-64int
То есть локаль - та самая, но perl ее в упор не видит. А perl 5.8.5 - но это прошло незамеченным при поиске во время компиляции?
Попытка
cd /usr/ports/devel/p5-Locale-gettext
make all
кончается также
Не наступал ли кто-нибудь на эти грабли и не знает ли, как с ними бороться?