Displaying 3 results from an estimated 3 matches for "without_profile".
2013 May 17
3
Command line not responding
Running 9.0-Stable on an i386.
Whenever I type a command at the prompt I get
the output
/usr/local/lib/libintl.so.9: Undefined symbol "_ThreadRuneLocale"
and nothing else - the command will not run. Just the
above output. Commands like "ls" and "exit" work, but not much
else. This happends whether I am logged in a user or as root.
Cannot even halt the system from
2009 Feb 23
0
amd64 installworld fails on syscons/scrnmaps
...ult base=/var/db
*default delete use-rel-suffix compress
*default host=cvsup15.freebsd.org
*default prefix=/usr
*default release=cvs tag=RELENG_7
src-all
Here's my /etc/make.conf and /etc/src.conf:
make.conf:
# added by use.perl 2009-02-23 03:20:27
PERL_VER=5.8.9
PERL_VERSION=5.8.9
src.conf:
WITHOUT_PROFILE=
Not sure how to diagnose or resolve this on my own and need a little
assistance, please.
--
Regards,
Doug
2012 Dec 01
1
llvm / clang does not build with new libc++
Hello,
since r243376 clang does not build with new libc++ anymore. Log attached.
Reverting back lib/libc++ or not using libc++ fixes it.
System: stable/9 amd64 r243742
WITHOUT_LIB32=yes
WITHOUT_PROFILE=yes
WITHOUT_SYSINSTALL=yes
WITH_CLANG=yes
WITH_CLANG_EXTRAS=yes
WITH_CLANG_IS_CC=yes
WITH_LIBCPLUSPLUS=yes
CPUTYPE?=athlon64-sse3
CXXFLAGS+= -stdlib=libc++ -std=c++11
CC=clang
CPP=clang-cpp
CXX=clang++
NO_WERROR=
WERROR=
#NO_FSCHG=
[...]
===> lib/clang/libclangcodegen (all)
[...]
clang++ -...