search for: waf_mak

Displaying 20 results from an estimated 44 matches for "waf_mak".

Did you mean: waf_make
2012 Jul 30
1
"make install" fails, can't link libreplace.inst.so
I can compile Samba4 beta 4, but can't install it: root at samba4dc:/usr/src/samba-4.0.0beta4# ./configure.developer <snip> 'configure' finished successfully (49.871s) root at samba4dc:/usr/src/samba-4.0.0beta4# make WAF_MAKE=1 ./buildtools/bin/waf build <snip> Waf: Leaving directory `/usr/src/samba-4.0.0beta4/bin' 'build' finished successfully (13m25.444s) root at samba4dc:/usr/src/samba-4.0.0beta4# make install WAF_MAKE=1 ./buildtools/bin/waf install Waf: Entering directory `/usr/src/samba-4.0.0be...
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/wscr...
2010 Jun 15
1
libldb-samba.so does not link in source4 samba
I am building in source4. Where are these symbols defined? Is any library that is not getting linked? samba/source4 # make WAF_MAKE=1 ../buildtools/bin/waf build Waf: Entering directory `/usr/src/bamba/samba/source4/bin' [1816/1961] Linking default/source4/lib/ldb/libldb-samba4.so [1908/1961] Linking default/source4/lib/ldb/ldbadd default/source4/lib/ldb/libldb-samba4.so: undefined reference to `zError' default/source4...
2014 Jan 31
1
Building WMIC
I downloaded source for samba-4.1.4 in hopes of testing the WMI functionality. I added to source4/wscript_build: bld.RECURSE('lib/wmi') This results in a build error: # make WAF_MAKE=1 python ./buildtools/bin/waf build Waf: Entering directory `/root/samba-4.1.4/bin' Selected embedded Heimdal build Checking project rules ... Unknown dependency 'samba-config' in 'pywmi.objlist' I messed around with the wmi wscript_build file but the best I could do w...
2016 Jan 12
2
smbclient: preoblems with samba 4.3.x
Hallo, Jeremy, Du meintest am 12.01.16: >>> Run under gdb please and type "bt" to get a backtrace when >>> it crashes. [...] >> [?1034h(gdb) run >> Starting program: /usr/bin/smbclient >> [Thread debugging using libthread_db enabled] >> Using host libthread_db library "/lib/libthread_db.so.1". >> >> Program received
2011 Jan 11
1
Samba4 with python2.7 and python3
.../bin/env python2|" \ -e "s|python-config|python2-config|" \ -e "s|bin/python|bin/python2|" \ $(find ${samba-4.0.0alpha13 -type f) This gets me all the way past configure, but now I have this error:- 'configure' finished successfully (29.915s) WAF_MAKE=1 ../buildtools/bin/waf build Waf: Entering directory `/var/abs/local/aur/samba4/src/samba-4.0.0alpha13/source4/bin' Checking project rules ... Project rules pass Waf: Leaving directory `/var/abs/local/aur/samba4/src/samba-4.0.0alpha13/source4/bin' find_or_declare found a source file where...
2012 Jun 05
4
[Fwd: Re: Error]
Hello list, Iam root, and remove the bin folder in my samba master, this folder is in /media/samba-master/bin, when I remove this folder I run git pull again and the same problem The general step that I follow are 1- rm -r /media/samba-master/bin 2- I run make distclean, and WAF_MAKE=1 ./buildtools/bin/waf distclean 'distclean' finished successfully (0.000s) 3- I run git pull error: Unable to find 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae under http://gitweb.samba.org/samba.git Cannot obtain needed blob 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae while processing commit...
2017 Jun 16
2
compil error samba 3.6.5
...amba new version samba 3.6.5, on Debian jessie 8.8, most of the time I've got an error message. I can compile without problems samba 3.6.4 on the running servers. It doesn't happen on a fresh install Thanks for your help, - serge. 'configure' finished successfully (1m56.906s) WAF_MAKE=1 python ./buildtools/bin/waf build Waf: Entering directory `/root/samba/samba-4.6.5/bin' Selected embedded Heimdal build [3373/3906] Linking default/lib/async_req/async_connect_send_test [3377/3906] Linking default/lib/util/libsamba-util.so default/lib/util/become_daemon_32.o: dans l...
2019 Mar 19
2
4.10.0, python3 and Debian 8.11
...ry and use Python3 with my 4.10.0 upgrade, given the comments in the release notes; but I have some newbie questions that hopefully others can help with. I'm really not up to speed with python3 yet! This version of Debian evidently doesn't come with python3 pre-installed: PYTHONHASHSEED=1 WAF_MAKE=1 ./buildtools/bin/waf install /usr/bin/env: python3: No such file or directory Makefile:10: recipe for target 'install' failed make: *** [install] Error 127 (yes, I think I tried to install before having configured it - but still the python3 error is the same) so I figured I could insta...
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...
2015 Feb 05
0
Samba 4.2.0rc4 build failure
...ome/projects/tools/samba/samba-4.2.0rc4.i386gcc.pt/bi n' Selected embedded Heimdal build Waf: Leaving directory `/home/projects/tools/samba/samba-4.2.0rc4.i386gcc.pt/bin ' target '.INIT' does not exist *** Error code 1 make: Fatal error: Command failed for target `.INIT' WAF_MAKE=1 ./buildtools/bin/waf --targets=.DONE Selected embedded Heimdal build Waf: Entering directory `/home/projects/tools/samba/samba-4.2.0rc4.i386gcc.pt/bi n' Selected embedded Heimdal build Waf: Leaving directory `/home/projects/tools/samba/samba-4.2.0rc4.i386gcc.pt/bin ' tar...
2015 Feb 09
1
Samba 4.2.0rc4 build failure
...i386gcc.pt/bi > n' > Selected embedded Heimdal build > Waf: Leaving directory `/home/projects/tools/samba/samba-4.2.0rc4.i386gcc.pt/bin > ' > target '.INIT' does not exist > *** Error code 1 > make: Fatal error: Command failed for target `.INIT' > WAF_MAKE=1 ./buildtools/bin/waf --targets=.DONE > Selected embedded Heimdal build > Waf: Entering directory `/home/projects/tools/samba/samba-4.2.0rc4.i386gcc.pt/bi > n' > Selected embedded Heimdal build > Waf: Leaving directory `/home/projects/tools/samba/samba-4.2.0rc4...
2015 Feb 12
0
Trouble building 4.2rc4 on FreeBSD
...'m attempting to build 4.2.0rc4 on a FreeBSD 10.0 system. There seems to be a problem with finding the system headers. Specifically lib/texpect/texpect.c seems to not be finding /usr/include/sys/signal.h Some hints on waf or building samba would be appreciated Russ Poyner The errors: make WAF_MAKE=1 python ./buildtools/bin/waf build Waf: Entering directory `/root/samba-4.2.0rc4/bin' Selected embedded Heimdal build [ 680/3738] Compiling lib/texpect/texpect.c ../lib/texpect/texpect.c:79:8: error: unknown type name 'sig_atomic_t' static sig_atomic_t alarmset = 0; ^ ../...
2015 Feb 12
0
Trouble building 4.2rc4 on FreeBSD
...ms to not be finding /usr/include/sys/signal.h > > Some hints on waf or building samba would be appreciated Look at bugs 10833 11092 at bugzilla.samba.org. The patch there most likely is looking for signal.h in just /usr/include. > Russ Poyner > > The errors: > > make > WAF_MAKE=1 python ./buildtools/bin/waf build > Waf: Entering directory `/root/samba-4.2.0rc4/bin' > Selected embedded Heimdal build > [ 680/3738] Compiling lib/texpect/texpect.c > ../lib/texpect/texpect.c:79:8: error: unknown type name 'sig_atomic_t' > static sig_atomic_t al...
2014 Dec 11
0
Compilation Error during make
Hi Everyone, I'm getting error when compiling Samba 4.1 on AIX. Any ideas on the errors below? Thanks! # make WAF_MAKE=1 ./buildtools/bin/waf build Waf: Entering directory `/root/samba-4.1.12/bin' Selected embedded Heimdal build [ 43/3712] Generating smbd/build_options.c [3228/3712] Linking default/lib/talloc/libtalloc.so [3233/3712] Linking default/lib/tdb/tdb1-run-3G-file [3232/3712] Linking defa...
2017 Feb 21
1
Samba compile
...the samba world after long time working by nfs only Now, I'm setting up current samba with keberos/ldap backend from source. configure --prefix=/usr/samba --sysconfdir=/etc/samba --localstatedir=/var --with-system-mitkrb5 works out fine but make isn't getting far and stops right away with WAF_MAKE=1 python ./buildtools/bin/waf build Waf: Entering directory `/var/home/root/samba-4.5.5/bin' Selected system MIT krb5 libraries, Heimdal use is disabled Checking project rules ... Unknown dependency 'kdc' in 'service_kdc.objlist' Makefile:8: recipe for target 'all...
2019 Mar 19
0
4.10.0, python3 and Debian 8.11
...pgrade, given the > comments in the release notes; but I have some newbie questions that > hopefully others can help with. I'm really not up to speed with > python3 yet! > > This version of Debian evidently doesn't come with python3 pre-installed: > > PYTHONHASHSEED=1 WAF_MAKE=1 ./buildtools/bin/waf install > /usr/bin/env: python3: No such file or directory > Makefile:10: recipe for target 'install' failed > make: *** [install] Error 127 > (yes, I think I tried to install before having configured it - but > still the python3 error is the same) &g...
2012 Oct 29
1
Error installing samba4 on snow leopard OS
Support I've downloaded samba 4 on snow leopard and when I compile it I get an error by running 'Make test" error: WAF_MAKE=1 ./buildtools/bin/waf test 'test' finished successfully (0.031s) Waf: Entering directory `/samba-master/samba-master/bin' Selected embedded Heimdal build [ 8/3698] Generating VERSION [ 43/3698] Generating smbd/build_options.c [1615/3698] Compiling librpc/ndr/ndr_basic.c In file inc...
2014 Feb 10
0
building 4.1.4 on AIX 5.2 : fails on libtalloc.so linking
...;ve configured the build with this command (disabling ACL because of missing headers on my system concerning nfs4 acl): $) LDFLAGS=-lpthread ./configure -C --prefix=/i/infext/samba-4.1.4 --without-acl-support And then I have run the build procedure but it fails on linking libtalloc.so $) make WAF_MAKE=1 python ./buildtools/bin/waf build Waf: Entering directory `/i/infext/samba-4.1.4-src/bin' Selected embedded Heimdal build [ 44/3689] Generating smbd/build_options.c [3209/3689] Linking default/lib/talloc/libtalloc.so ld : 0706-012 -h n'est pas une option reconnue. ld : 0706-005 Fic...
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)...