Displaying 20 results from an estimated 80187 matches for "building".
2019 Apr 30
6
Disk space and RAM requirements in docs
...Started.html#hardware
> An LLVM-only build will need about 1-3 GB of space. A full build of
LLVM and Clang will need around 15-20 GB of disk space.
From my experience this numbers looks drastically low. On FreeBSD my
recent builds consumed more than 70 GB and on Linux - more than 60. I am
building LLVM, Clang, and LLD with all default targets and default
settings. On FreeBSD I am also building Polly. Also, building
`clang-check` target adds around to 20 GB to the build directory size.
Apologies for the long snippet, but here is top 20 lines from `du -h |
sort -rh` on my FreeBSD directory...
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
...ne-1.3.8.tar.bz2 from http://downloads.sourceforge.net/wine
> ---> Attempting to fetch wine_gecko-1.1.0-x86.cab from http://downloads.sourceforge.net/wine
> ---> Verifying checksum(s) for wine-devel
> ---> Extracting wine-devel
> ---> Configuring wine-devel
> ---> Building wine-devel
> Error: Target org.macports.build returned: shell command failed
> Log for wine-devel is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_wine-devel/main.log
> Error: Status 1 encountered during processing.
> To report a b...
2019 May 02
3
2.3.6 lib-smtp test failure in CentOS 6
After applying the patches in my previous message...
I'm getting the following when building dovecot for CentOS 6 (but not
for CentOS 7):
lmtp payload - normal: parallel pipelining ssl ....................... : ok
CLIENT: Panic: file smtp-client-connection.c: line 1309
(smtp_client_connection_established): assertion failed:
(!conn->connect_succeeded)
CLIENT: Error: Raw backtrace:...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...serts build
llvm[1]: Compiling regcomp.c for Release+Asserts build
llvm[1]: Compiling regerror.c for Release+Asserts build
llvm[1]: Compiling regexec.c for Release+Asserts build
llvm[1]: Compiling regfree.c for Release+Asserts build
llvm[1]: Compiling regstrlcpy.c for Release+Asserts build
llvm[1]: Building Release+Asserts Archive Library libLLVMSupport.a
make[1]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/Support'
make[1]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/TableGen'
llvm[1]: Compiling Error.cpp for Release+Asserts build
llvm[1]: Compiling Main.cpp for...
2004 Oct 23
2
[LLVMdev] Link error with TOOLLINKOPTS=-ldbghelp on MinGW
Hi LLVM'ers
When linking tblgen tool I get below error message on MinGW.
I have put TOOLLINKOPTS=-ldbghelp in Makefile.config.
However, when rearranging library dbghelp to the end of the g++
line, tblgen gets linked.
--------------------------
make[2]: Entering directory `/C/Projects/build/MinGW/llvm/utils/TableGen'
Linking Debug executable tblgen
/C/Projects/build/MinGW/llvm/mklib
2006 Nov 20
2
Installing PIL-1.1.5
...ing PIL/GdImageFile.py -> build/lib.linux-i686-2.3
copying PIL/ImageStat.py -> build/lib.linux-i686-2.3
copying PIL/TgaImagePlugin.py -> build/lib.linux-i686-2.3
copying PIL/PSDraw.py -> build/lib.linux-i686-2.3
copying PIL/ContainerIO.py -> build/lib.linux-i686-2.3
running build_ext
building '_imaging' extension
creating build/temp.linux-i686-2.3
creating build/temp.linux-i686-2.3/libImaging
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -m32 -march=i386
-mtune=pentium4 -D_GNU_SOURCE -fPIC -fPIC -DHAVE_LIBZ -IlibImaging
-I/usr/include -I/usr/local/include -I/usr/incl...
2005 Jun 01
1
[LLVMdev] [Cygwin] 'make tools-only' configuration error
Reid,
Getting the same error again :-(
/usr/gcc/gcc-3.4.3/libexec/gcc/i686-pc-cygwin/3.4.3/collect2.exe -Bdynamic --dl
l-search-prefix=cyg -o /usr/build/llvm-2/Debug/bin/llc.exe /lib/crt0.o -L/usr/bu
ild/llvm-2/Debug/lib -L/usr/build/llvm-2/Debug/bin -L/usr/gcc/gcc-3.4.3/lib/gcc/
i686-pc-cygwin/3.4.3 -L/usr/gcc/gcc-3.4.3/lib/gcc/i686-pc-cygwin/3.4.3/../../..
2008 Feb 17
1
[LLVMdev] llvm 2.2 build problems
...ld
llvm[1]: Compiling Path.cpp for Release build
llvm[1]: Compiling Process.cpp for Release build
llvm[1]: Compiling Program.cpp for Release build
llvm[1]: Compiling Signals.cpp for Release build
llvm[1]: Compiling TimeValue.cpp for Release build
llvm[1]: Compiling ltdl.c for Release build
llvm[1]: Building Release Archive Library libLLVMSystem.a
llvm[1]: Compiling APFloat.cpp for Release build
APFloat.cpp: In constructor 'llvm::APFloat::APFloat(const
llvm::fltSemantics&, const char*)':
APFloat.cpp:680: warning: control may reach end of non-void function
'llvm::APFloat::opStatus llvm::...
2017 Aug 04
2
LLVM build failures of Sanitized builds
...Current clang-6.0 from http://apt.llvm.org/, current sources.
$ CC=clang-6.0 CXX=clang++-6.0 cmake
-DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi;compiler-rt;lld;polly;openmp"
-DLLVM_USE_SANITIZER="Address;Undefined" -DCMAKE_BUILD_TYPE=Release
-GNinja ../llvm
$ ninja
[200/3921] Building Attributes.gen...
FAILED: include/llvm/IR/Attributes.gen.tmp
cd /build/build-test && /build/build-test/bin/llvm-tblgen -gen-attrs
-I /build/llvm/include/llvm/IR -I /build/llvm/include
/build/llvm/include/llvm/IR/Attributes.td -o
include/llvm/IR/Attributes.gen.tmp -d include/llvm/IR/Attribut...
2006 Jul 25
5
build problems with current xen unstable cpu.h vl.h:75 vl.c:24 cpu-all.h:122: error: syntax error before "float64"
Hi,
I am having troubles in building xen unstable.
make[3]: Entering directory `/data/xen/build/xen-unstable.hg-3.0-20060725.5/tools''
[ -f ioemu/config-host.h ] || \
(cd ioemu && sh configure --prefix=/usr)
Install prefix /usr
BIOS directory /usr/share/xen/qemu
binary directory /usr/lib/xen/bin
Manual director...
2005 Jun 01
0
[LLVMdev] [Cygwin] 'make tools-only' configuration error
'collect2.exe' is an internal version of 'ld' called by GCC
The GCC command line is :-
g++ -I/usr/build/llvm-2/tools/llc -I/usr/src/llvm/tools/llc -I/usr/build/llvm-2/
include -I/usr/src/llvm/include -I/usr/build/llvm-2/include -I/usr/src/llvm/incl
ude -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -Wall -W -Wwrite-strings -Wno-unused -g
-D_DEBUG -v -o /usr/build/llvm-2/Debug/bin/llc.exe
2016 Jun 01
6
LLD's default --build-id choice
Nico brought up this topic and made me think whether the current choice of
--build-id was the right one or not.
Currently, we compute a FNV1 hash for an entire resulting file and store it
to .note.gnu.build-id section. It's one of the slowest parts of the linker
because reading every byte takes time. IIRC, it usually takes about 10% of
total link time.
In the first place, I believe it was
2020 Apr 08
4
Clarifying the supported ways to build libc++, libc++abi and libunwind
[Cross-post to llvm-dev to make sure everybody relevant sees this]
Hi,
I'm currently trying to simplify the libc++/libc++abi/libunwind build systems and testing setup. In doing so, I am encountering issues related to "unusual" ways of building them. By unusual, I just mean "not the usual monorepo build with LLVM_ENABLE_PROJECTS". I would like to pin down what the set of supported use cases for building the runtime libraries are. In particular, the world I would like to live in is one where the only way to build libc++/libc++abi...
2010 Apr 16
1
Trying to compile/pack the Xen 4 for Debian fail...
Guys,
I'm trying to compile the Xen 4.0.0 via debian/rules makefile but I got
this:
administrativo at sid01:~/xen/xen-4/xen-4.0.0$ make -f debian/rules build-tools
.....
make -C lib all
make[7]: Entering directory
`/home/administrativo/xen/xen-4/xen-4.0.0/debian/build/build-tools/tools/blktap2/vhd/lib'
make[7]: Nothing to be done for `all'.
make[7]: Leaving directory
2013 Jan 03
4
[LLVMdev] Fatal error in build, include <utility> not found
I'm trying to customize llvm by adding a header file of my own and tweaking
things accordingly.
While building, things go well until a certain point where it stops seeing
the includes of my file.
I'm working on Ubuntu 12.04 with llvm-3.1 on a custom target (mips-like),
gcc-4.6 and clang-3.2 (i've tried 3.1 too).
>From what i've understood, when it builds the first binaries of clang,it
switc...
2019 Jun 21
0
Wine release 4.11
The Wine development release 4.11 is now available.
What's new in this release (see below for details):
- Updated version of the Mono engine, including Windows.Forms.
- More DLLs are built as PE files by default.
- Faster implementation of Slim Reader/Writer locks on Linux.
- Initial support for enumerating display devices.
- Various bug fixes.
The source is available from the
2018 Sep 22
2
can't build/run after adding lib to Fibonacci example, even reverting the complete llvm tree does not help
...ling your source from the VS's Developer Command Prompt:
>cmake --build . --target Fibonacci
>Does this work?
call "C:\Program Files (x86)\Microsoft Visual
Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
cd llvm-build
cmake --build . --config Debug --target Fibonacci
building Fibonacci example works BUT X86CommonTableGen get rebuild again?
Das Projekt
"D:\projects\fun\jit_tests\clang_from_src\llvm-build\lib\Target\X86\InstPrinter\LLVMX86AsmPrinter.vcxproj"
(37) erstellt
"D:\projects\fun\jit_tests\clang_from_src\llvm-build\lib\Target\X86\X86CommonTable...
2019 Jan 07
2
[LLD] [WASM] wasm/function-index.test failing
I'm seeing the following fail on Linux x86-64, for the last couple weeks
at least. This is from 'ninja check-all'.
-David
FAIL: lld :: wasm/function-index.test (1941 of 1955)
******************** TEST 'lld :: wasm/function-index.test' FAILED ********************
Script:
--
: 'RUN: at line 1'; /build/x86_64/bin/llc -filetype=obj
2008 Aug 13
1
CIFS mount problems
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
We have `some` problems related to the samba daemon, or possibly with
the Linux kernel CIFS filesystem.
We have 2 server (for this example):
- - Storage Server, running Samba 3.0.28a on Ubuntu Linux (Samba version
3.0.28a-1ubuntu4.4) with ldap authentication.
- - Client, running Linux 2.6.24 as a XEN domU. This server mounts on
demand user
2009 Apr 03
3
[LLVMdev] build error on libLLVMSystem.a without any useful error message
...Debug build
llvm[1]: Compiling Mutex.cpp for Debug build
llvm[1]: Compiling Path.cpp for Debug build
llvm[1]: Compiling Process.cpp for Debug build
llvm[1]: Compiling Program.cpp for Debug build
llvm[1]: Compiling Signals.cpp for Debug build
llvm[1]: Compiling TimeValue.cpp for Debug build
llvm[1]: Building Debug Archive Library libLLVMSystem.a
make[1]: *** [/Users/nraynaud/Desktop/geek/llvm-svn/build/Debug/lib/libLLVMSystem.a]
Error 1
make: *** [all] Error 1
it looks like the file is empty :
nraynaud at macaron-2:~/Desktop/geek/llvm-svn/build$ ls -l
Debug/lib/libLLVMSystem.a
-rw-r--r-- 1 nraynaud...