Date: Tue, 28 Jun 2011 10:30:13 GMT From: "Vladimir Chukharev" <Vladimir.Chukharev@tut.fi> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/158305: math/scilab Error building the scilab manual file Message-ID: <201106281030.p5SAUDSG098012@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/158305; it has been noted by GNATS. From: "Vladimir Chukharev" <Vladimir.Chukharev@tut.fi> To: bug-followup@freebsd.org, "Rob Farmer" <rfarmer@predatorlabs.net> Cc: Subject: Re: ports/158305: math/scilab Error building the scilab manual file Date: Tue, 28 Jun 2011 13:14:51 +0300 On Tue, 28 Jun 2011 11:14:11 +0300, Rob Farmer <rfarmer@predatorlabs.net> wrote: > It works for me with the default locale: > > LANG= > LC_CTYPE="C" > LC_COLLATE="C" > LC_TIME="C" > LC_NUMERIC="C" > LC_MONETARY="C" > LC_MESSAGES="C" > LC_ALL= I tried these settings too. In my original attempts the first and the last lines had =C (note absence of quotes). Now I tried with empty values for them, and even in csh. The quotes disappeared from all lines, but the result is the same. > And I tried this (in csh, before running make), to match your configuration: > setenv LANG en_US.UTF-8 > setenv LC_CTYPE ru_RU.UTF-8 > setenv LC_COLLATE ru_RU.UTF-8 > setenv LC_TIME en_GB.UTF-8 > setenv LC_NUMERIC ru_RU.UTF-8 > setenv LC_MONETARY ru_RU.UTF-8 > setenv LC_MESSAGES "en_US.UTF-8" > > It still worked. There are a lot of warnings with both configurations > (see below), but no errors. The makefile prefixes all of the > documentation commands with LANG=C. I don't know anything about > locales - can you explain your setup? Do I have to modify login.conf > or something? I do not know much of it either. I only wanted to use unicode and to have some comparisons closer to the local habits, and to keep messages and dates in English... I do not modify login.conf, the env is modified in .bashrc and LANG comes (now I guess) from gdm. I think, the problem might be in a newer port I have... I have 1287 ports installed, shell I send all the list here or some other way? Do you all your ports updated? OK, it seems I can get the list of (expectedly) relevant installed ports with a command: $ make -C /usr/ports/math/scilab all-depends-list | xargs -n 1 -I % make -C % package-name flexdock-0.5.2 jogl-1.1.1_1 jakarta-commons-logging-1.1.1 looks-2.0.4_2 skinlf-6.7 jrosetta-1.0.2 javahelp-2.0.05_1 jlatexmath-0.9.4 fop-1.0 batik-1.7_2 jeuclid-3.1.9 jakarta-commons-io-1.4 xmlgraphics-commons-1.4 xml-commons-1.4.01 avalon-framework-4.2.0_2 docbook-xsl-1.75.2_1 libxslt-1.1.26_2 hdf-java-2.7 jakarta-commons-beanutils-1.8.3 apache-ant-1.8.2 swig-1.3.40 saxon-6.5.4_2 diablo-jdk-1.6.0.07.02_14 gmake-3.82 gcc-4.5.4.20110609 binutils-2.21 libX11-1.3.6,1 libxml2-2.7.8_1 pcre-8.12 lapack-3.3.0_1 blas-1.0_6 hdf5-1.8.6 fftw3-3.2.2_1 matio-1.3.4 gettext-0.18.1.1 unzip-6.0_1 javavmwrapper-2.3.5 antlr-2.7.7 xf86vidmodeproto-2.3 libXau-1.0.6 libXdamage-1.1.3 libXdmcp-1.0.3 libXext-1.1.2,1 libXfixes-4.0.4 xproto-7.0.16 libXt-1.0.9 libXxf86vm-1.1.0 libdrm-2.4.12_1 libGL-7.4.4 junit-4.8.2 xmlcatmgr-2.2 docbook-1.4 pkg-config-0.25_1 libgcrypt-1.4.6 jakarta-commons-collections-3.2.1 lua-5.1.4_5 autoconf-2.68 libtool-2.4 libXi-1.3.2,1 libXp-1.0.0,1 libXtst-1.1.0 compat7x-i386-7.3.703000.201008_1 perl-5.14.1 zip-3.0 bison-2.4.3,1 gmp-5.0.2 mpfr-3.0.1 mpc-0.9 libiconv-1.13.1_1 libxcb-1.7 xorg-macros-1.11.0 bigreqsproto-1.1.1 xcmiscproto-1.2.0 xextproto-7.1.1 xtrans-1.2.5 kbproto-1.0.5 inputproto-2.0.1 xf86bigfontproto-1.2.0 damageproto-1.2.1 fixesproto-4.1.2 libSM-1.1.1_3,1 libpthread-stubs-0.3_3 makedepend-1.0.3,1 glproto-1.4.12 dri2proto-2.3 expat-2.0.1_1 docbook-4.1_4 docbook-4.2 docbook-4.3 docbook-4.4_2 docbook-4.5_2 docbook-sk-4.1.2_4 docbook-xml-4.2_1 docbook-xml-4.3 docbook-xml-4.4_1 docbook-xml-4.5 docbook-5.0_1 iso8879-1986_2 xmlcharent-0.3_2 libgpg-error-1.10 m4-1.4.16,1 help2man-1.40.4 autoconf-wrapper-20101119 printproto-1.0.4 recordproto-1.14 libcheck-0.9.8 xcb-proto-1.6 python27-2.7.2 libICE-1.0.7,1 automake-1.11.1 p5-Locale-gettext-1.05_3 automake-wrapper-20101119 The names in /var/db/pkg correspond the list above, checked using ls, sort, and diff. -- Vladimir Chukharev Tampere University of Technology
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106281030.p5SAUDSG098012>