Sanity Test Failure |
Wednesday, 18 Jan 2017
|
13:20 tijl
- archivers/libzip 1.1.3
C library for reading, creating, and modifying ZIP archives
- audio/denemo 2.0.6_2
Graphical score editor
- audio/libamrnb 11.0.0.0_1,2
3GPP floating-point Adaptive Multi-Rate (AMR) Speech Codec
- audio/libamrwb 11.0.0.0_2
3GPP Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec
- cad/astk-serveur 1.13.8.2
Graphical interface for Code_Aster (server side)
- cad/jspice3 2.5.110615
Adaptation of the Berkeley Spice3f4 with superconductivity
- chinese/big5width 1.0
Unicode width dirty fix for Big5 font (zh_TW.UTF-8 locale)
- devel/cutter 1.2.4_1
Unit Testing Framework for C and C++
- devel/libc++ 208080
LLVM C++ standard library with c++11 support
- devel/libedit 3.1.20150325_2,1
Command line editor library
(Only the first 10 of 112 items in this commit are shown above. )
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
Sanity Test Results
base/gcc:
This command (FreshPorts code 1):
/usr/local/bin/sudo /usr/sbin/chroot -u dan /usr/FreshPorts/ports-jail
/make-port.sh /usr/local/PORTS-head base/gcc
2>/tmp/FreshPorts.base.gcc.make-error.2017.1.18.13.22.37.6940
produced this error:
Error message is: make: "/usr/local/PORTS-head/base/gcc/Makefile" line 23:
Please define CROSS_TOOLCHAIN before building
| |