search for: buildtools

Displaying 20 results from an estimated 119 matches for "buildtools".

2013 May 11
1
Samba git: build error when upgrading
Seeing a build problem after updating my git tree: $ git remote -v origin git://git.samba.org/samba.git (fetch) origin git://git.samba.org/samba.git (push) $ git pull $ ./configure ... $ make clean WAF_MAKE=1 python ./buildtools/bin/waf build ./buildtools/wafsamba/samba_utils.py:397: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 Waf: Entering directory `/home/gerryr/build/samba4/bin' symlink: samba/__init__.py -> python/samba/__init__.py /home/gerryr/build/sam...
2014 Apr 25
1
Samba 4.1.4 compilation error
...: /usr/bin/gdb Checking build system : Linux nwbldsrv 2.6.25.5-1.1-pae #1 SMP 2008-06-07 01:55:22 +0200 i686 i686 i386 GNU/Linux Checking for header sys/utsname.h : yes Checking uname sysname type : Traceback (most recent call last): File "./buildtools/bin/waf", line 76, in <module> Scripting.prepare(t, cwd, VERSION, wafdir) File "/home/samba/samba-4.1.4/buildtools/wafadmin/Scripting.py", line 145, in prepare prepare_impl(t, cwd, ver, wafdir) File "/home/samba/samba-4.1.4/buildtools/wafadmin/Scripting.py&...
2013 Oct 08
1
git folder moved : waf : The top source directory has moved. Please run distclean and reconfigure
Hi all, As samba4 git source took a looong time to download, I've moved the folder away from original directory. Trying to compile 4.0.10, make shows : > 'configure' finished successfully (52.943s) > WAF_MAKE=1 python ./buildtools/bin/waf build > cannot find include/config.h > Waf: Entering directory `/home/serveur/git/samba4/bin' > bld.curdir > /media/data/git/samba4/lib/replace/../../buildtools/wafsamba is not a > child of /home/serveur/git/samba4 > /media/data/git/samba4/wscript: error: Traceback (...
2011 Oct 12
1
[LLVMdev] [llvm-commits] [llvm] r139934 - in /llvm/trunk: autoconf/configure.ac configure
...strapped version of llvm-gcc. Unfortunately, the configure is picking up system clang even though we force set CC and CXX during the configure process. llvm[2]: Compiling CommandLine.cpp for Release+Asserts build if clang++ -I<LLVMSRC>/include -I<LLVMSRC>/lib/Support -I<ObjDir>/BuildTools/include -I<ObjDir>/BuildTools/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fomit-frame-pointer -fno-exceptions -fPIC -Woverloaded-virtual -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "<ObjDir>/BuildTools/li...
2018 Mar 26
0
talloc configure error for armv8be
...: /usr/bin/gdb Checking build system : Linux 2.6.32-696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux Checking for header sys/utsname.h : yes Checking uname sysname type : Traceback (most recent call last): File "./buildtools/bin/waf", line 76, in <module> Scripting.prepare(t, cwd, VERSION, wafdir) File ".../talloc/2.1.1-r0/talloc-2.1.1/buildtools/wafadmin/Scripting.py", line 145, in prepare prepare_impl(t, cwd, ver, wafdir) File ".../talloc/2.1.1-r0/talloc-2.1.1/buildtools/wafadmin...
2014 Mar 02
0
3/2/2014 Samba4 git pull make clean error
Hi, I did a git pull and gmake clean give me error: root at www:/usr/local/samba-master # gmake clean WAF_MAKE=1 python ./buildtools/bin/waf clean Selected embedded Heimdal build /usr/local/samba-master/wscript: error: Traceback (most recent call last): File "/usr/local/samba-master/buildtools/wafadmin/Utils.py", line 647, in recurse exec(compile(txt, file_path, 'exec'), dc) File "/usr/loca...
2017 Jun 03
3
Building from source on an ARM71 based router
...fine, so I don't believe that is the step that it's actually hanging on. I'm hoping to hear back from someone that's familiar what's actually happening during this step of configure. *Checking uname sysname type* : Traceback (most recent call last): File "./buildtools/bin/waf", line 76, in <module> Scripting.prepare(t, cwd, VERSION, wafdir) File "/opt/test/samba-4.6.4/third_party/waf/wafadmin/Scripting.py", line 145, in prepare prepare_impl(t, cwd, ver, wafdir) File "/opt/test/samba-4.6.4/third_party/waf/wafadmin/Scripting.p...
2010 Nov 29
3
[LLVMdev] Does someone has experience with Canadian cross build of LLVM compiler?
...nux-gnu --target=i386-linux --prefix=/home/ksanina/install/mx-debug --enable-validation" MAKE_FLAGS="VERBOSE=1 " TESTSUITE= make[1]: Entering directory `/home/ksanina/build/mx-debug-llvm' make VERBOSE=1 make[2]: Entering directory `/home/ksanina/build/mx-debug-llvm' if [ ! -f BuildTools/Makefile ]; then \ /home/ksanina/llvm/autoconf/mkinstalldirs BuildTools; \ cd BuildTools ; \ unset CFLAGS ; \ unset CXXFLAGS ; \ /home/ksanina/llvm/configure --build=x86_64-pc-linux-gnu \ --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu; \ cd ....
2017 Jun 03
2
Building from source on an ARM71 based router
...gdb : /opt/usr/bin/gdb Checking build system : Linux router 4.4.67 #317 SMP Thu May 11 12:58:51 CEST 2017 armv7l GNU/Linux Checking for header sys/utsname.h : yes *Checking uname sysname type* : Traceback (most recent call last): File "./buildtools/bin/waf", line 76, in <module> Scripting.prepare(t, cwd, VERSION, wafdir) File "/opt/test/samba-4.6.4/third_party/waf/wafadmin/Scripting.py", line 145, in prepare prepare_impl(t, cwd, ver, wafdir) File "/opt/test/samba-4.6.4/third_party/waf/wafadmin/Scripting.p...
2023 Jun 06
5
Trying to build Samba from source on RHEL 8
...e "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Context.py", line 296, in recurse user_function(self) File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Utils.py", line 833, in wrap ret = fun(*k) File "/usr/local/src/Samba/samba-4.16.10/buildtools/wafsamba/wscript", line 309, in configure conf.load('gccdeps') File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Configure.py", line 271, in load func(self) File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/extras/gccdeps.py",...
2014 Mar 19
2
[LLVMdev] Build process ignores BUILD_CC?
...t. Thus, I need to make use of BUILD_CC/CXX during configuration. My current setup is (heavily boiled down): ../configure CC=cc_cross CXX=cxx_cross BUILD_CC=cc_host BUILD_CXX=cxx_host (plus other flag stuff) The configuration runs fine. However, when calling 'make' it would construct the BuildTools in a way that doesn't pick up the host compilers: make llvm[0]: Constructing LLVMBuild project information. Looking into BuildTools/config.log I see a mere: ../configure --build=.. --host=.. --target=.. --disable-polly Configuration fails of course, because it picks up the host gcc which in...
2017 Jun 03
0
Building from source on an ARM71 based router
...e give me a clue as to what is trying > to be accomplished at this stage of configure, then maybe I can > figure out what else might be missing from my build. > > THANKS! > > *Checking uname sysname type* : Traceback (most recent > call last): > File "./buildtools/bin/waf", line 76, in <module> > Scripting.prepare(t, cwd, VERSION, wafdir) > File "/opt/test/samba-4.6.4/third_party/waf/wafadmin/Scripting.py", > line 145, in prepare > prepare_impl(t, cwd, ver, wafdir) > File "/opt/test/samba-4.6.4/third_party...
2013 Mar 30
0
I am having problems installing the latest samba4 git checkout as of 3/30/13
...enerating addns.vscript [ 7/4152] Generating ccan.vscript [ 8/4152] Generating tdb.vscript [ 9/4152] Generating tdb_compat.vscript [ 10/4152] Generating ntdb.vscript [ 11/4152] Generating pyldb-util.vscript [ 12/4152] Generating ldb.vscript Traceback (most recent call last): File "./buildtools/bin/waf", line 76, in <module> Scripting.prepare(t, cwd, VERSION, wafdir) File "/root/samba-master/buildtools/wafadmin/Scripting.py", line 145, in prepare prepare_impl(t, cwd, ver, wafdir) File "/root/samba-master/buildtools/wafadmin/Scripting.py", line 13...
2011 Jul 11
3
[LLVMdev] Cross-compile to ARM using Code Sourcery Lite Toolchain
...d I used to configure: ./configure --build=i686-pc-linux-gnu --host=arm-none-linux-gnueabi --target=arm-none-linux-gnueabi followed by: make -C llvm.2.9 ENABLE_OPTIMIZED=0 I encountered the following errors: configure:error: Already configured in /llvm2.9 make[1]: Entering directory '/llvm2.9/BuildTools' make[1]: *** No targets specified and no makefile found. Stop. make[1]" Leaving directory '/llvm2.9/BuildTools' make: *** [cross-compile-build-tools] Error 1 make: Leaving directory 'llvm2.9' How can I resolve the errors and is there anything I missed out while trying to...
2010 Nov 30
0
[LLVMdev] Does someone has experience with Canadian cross build of LLVM compiler?
...and then the build host (ppc fedora 12) has toolchain 'i686-pc-mingw32-*'. It could build everything successfully, but I have not built it for a few months :p 2010/11/30 Ekaterina Sanina <ekaterina.sanina at gmail.com>: > cross-compile-build-tools: >         $(Verb) if [ ! -f BuildTools/Makefile ]; then \ >           $(MKDIR) BuildTools; \ >           cd BuildTools ; \ >           unset CFLAGS ; \ >           unset CXXFLAGS ; \ > +         AR=$(BUILD_AR) ;\ > +         AS=$(BUILD_AS) ;\ > +         LD=$(BUILD_LD) ;\ > +         CC=$(BUILD_CC) ;\ > +     ...
2013 Feb 10
0
Problems building Samba SRPM on Fedora 18 due to buildtools/bin/waf
I'm doing some work trying to build SRPM's for samba-4.0.2 on Fedoar 18, to update from the 4.0.0rc5 currently available for it. and maybe even to backport to RHEL 6. Unfortunately, even the original and unmodified SRPM from Red Hat fails to build because the "buildtools/bin/waf" is *spewing* temporary files into /tmp/wfcache. /tmp is mounted as a "tmpfs" filesystem, and it's too dang small. I can reconfigure a host with "/tmp" as a local filesystem, and I can even do builds inside the "mock" tools for building SRPM's wh...
2016 Oct 26
6
samba-4.5.1 build problem
...: '/usr' PERL_ARCH_INSTALL_DIR: : '${LIBDIR}/perl5' PERL_LIB_INSTALL_DIR: : '${DATADIR}/perl5' Traceback (most recent call last): File "./buildtools/bin/waf", line 76, in <module> Scripting.prepare(t, cwd, VERSION, wafdir) File "/usr/src/samba/samba-4.5.1/third_party/waf/wafadmin/Scripting.py", line 145, in prepare prepare_impl(t, cwd, ver, wafdir) File "/usr/src/samba/samba-4.5.1/third_party/waf/wafadmin/S...
2023 Jun 06
1
Trying to build Samba from source on RHEL 8
...al/src/Samba/samba-4.16.10/third_party/waf/waflib/Context.py", line 296, in recurse > user_function(self) > File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Utils.py", line 833, in wrap > ret = fun(*k) > File "/usr/local/src/Samba/samba-4.16.10/buildtools/wafsamba/wscript", line 309, in configure > conf.load('gccdeps') > File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Configure.py", line 271, in load > func(self) > File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/extras/g...
2011 Jul 12
0
[LLVMdev] Cross-compile to ARM using Code Sourcery Lite Toolchain
...build, these are built in the BuiltTools directory and that's where you're seeing configure being re-run. >From the below snippet it appears that your host compiler is being run incorrectly. That could happen for any number of reasons. I would suggest having a look in config.log (in the BuildTools directory since that's where it's failing) as the error message suggests to find more information about why. My best guess is that configure is finding the wrong compiler for building for your host, either because your cross compile tools are first on the path and have conflicting generic...
2013 Jan 04
3
AIX: TypeError: unsupported operand type(s) for +: '_hashlib.HASH' and 'str'
...into /opt/freeware. We're also using XLC 12.1. Unfortunately, we can't even run ./configure, as we're getting errors from the waf system. Here's what we get: bash-4.2# pwd /admin/tst/build/samba-4.0.0 bash-4.2# ./configure --help Traceback (most recent call last): File "./buildtools/bin/waf", line 75, in <module> import Scripting File "/admin/tst/build/samba-4.0.0/buildtools/wafadmin/Scripting.py", line 9, in <module> import Utils, Configure, Build, Logs, Options, Environment, Task File "/admin/tst/build/samba-4.0.0/buildtools/wafadm...