search for: wscript_build

Displaying 20 results from an estimated 30 matches for "wscript_build".

2013 Nov 29
1
Samba4 git pull of today (11/28/2013) link error on FreeBSD 9.2 RELEASE
./configure --bundled-libraries && make ............ [3638/3880] Linking default/source4/lib/policy/py-policy.so [3639/3880] Linking default/source4/auth/ntlm/libauth4.so [3640/3880] Linking default/source4/ntvfs/libntvfs.so default/source4/ntvfs/sysdep/inotify_1.o: In function `inotify_setup': inotify.c:(.text+0x503): undefined reference to `inotify_init'
2015 Jun 10
4
Need another workaround for FSMO transfer problem
...hes$ > quilt push fsmo.patch > Applying patch ../patches/05_share_ldb_module > can't find file to patch at input line 4 > Perhaps you used the wrong -p or --strip option? > The text leading up to this was: > -------------------------- > |=== modified file 'source4/param/wscript_build' > |--- a/source4/param/wscript_build > |+++ b/source4/param/wscript_build > -------------------------- > No file to patch. Skipping patch. > 2 out of 2 hunks ignored > Patch ../patches/05_share_ldb_module does not apply (enforce with -f) I would like to get this built in s...
2015 Jun 11
2
Need another workaround for FSMO transfer problem
...lying patch ../patches/05_share_ldb_module >>> can't find file to patch at input line 4 >>> Perhaps you used the wrong -p or --strip option? >>> The text leading up to this was: >>> -------------------------- >>> |=== modified file 'source4/param/wscript_build' >>> |--- a/source4/param/wscript_build >>> |+++ b/source4/param/wscript_build >>> -------------------------- >>> No file to patch. Skipping patch. >>> 2 out of 2 hunks ignored >>> Patch ../patches/05_share_ldb_module does not apply (enforc...
2015 Jan 26
1
how to add new vfs module to build...
...d that rebuilds as expected. >> >> I want to step back now and create a unique module name, but >> I'm having trouble getting it to be included in the build. >> Using vfs_full_audit.c as my example, I've added entries into >> source3/wscript and source3/modules/wscript_build. >> Then I run make at the top level, but don't see my module built. >> >> What am I missing here? > default_shared_modules.extend(TO_LIST('vfs_ceph')) > > You might want to use ceph as an optional module example. > > Volker > Tried that (used vfs_cep...
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.objlis...
2015 Jan 24
2
how to add new vfs module to build...
...ng module source files (vfs_full_audit.c) and that rebuilds as expected. I want to step back now and create a unique module name, but I'm having trouble getting it to be included in the build. Using vfs_full_audit.c as my example, I've added entries into source3/wscript and source3/modules/wscript_build. Then I run make at the top level, but don't see my module built. What am I missing here? Tx Ed
2013 May 11
1
Samba git: build error when upgrading
...samba/__init__.py /home/gerryr/build/samba4/wscript: error: Traceback (most recent call last): File "/home/gerryr/build/samba4/buildtools/wafadmin/Utils.py", line 647, in recurse exec(compile(txt, file_path, 'exec'), dc) File "/home/gerryr/build/samba4/wscript_build", line 43, in <module> bld.RECURSE('python') File "./buildtools/wafsamba/samba_utils.py", line 472, in RECURSE return ctx.add_subdirs(relpath) File "/home/gerryr/build/samba4/buildtools/wafadmin/Build.py", line 993, in add_subdirs...
2015 Jun 11
0
Need another workaround for FSMO transfer problem
...o.patch >> Applying patch ../patches/05_share_ldb_module >> can't find file to patch at input line 4 >> Perhaps you used the wrong -p or --strip option? >> The text leading up to this was: >> -------------------------- >> |=== modified file 'source4/param/wscript_build' >> |--- a/source4/param/wscript_build >> |+++ b/source4/param/wscript_build >> -------------------------- >> No file to patch. Skipping patch. >> 2 out of 2 hunks ignored >> Patch ../patches/05_share_ldb_module does not apply (enforce with -f) > > I w...
2015 Jun 11
0
Need another workaround for FSMO transfer problem
...es/05_share_ldb_module >>>> can't find file to patch at input line 4 >>>> Perhaps you used the wrong -p or --strip option? >>>> The text leading up to this was: >>>> -------------------------- >>>> |=== modified file 'source4/param/wscript_build' >>>> |--- a/source4/param/wscript_build >>>> |+++ b/source4/param/wscript_build >>>> -------------------------- >>>> No file to patch. Skipping patch. >>>> 2 out of 2 hunks ignored >>>> Patch ../patches/05_share_ldb_modul...
2015 Jun 11
0
Need another workaround for FSMO transfer problem
...Applying patch ../patches/05_share_ldb_module > > can't find file to patch at input line 4 > > Perhaps you used the wrong -p or --strip option? > > The text leading up to this was: > > -------------------------- > > > > |=== modified file 'source4/param/wscript_build' > > |--- a/source4/param/wscript_build > > |+++ b/source4/param/wscript_build > > > > -------------------------- > > No file to patch. Skipping patch. > > 2 out of 2 hunks ignored > > Patch ../patches/05_share_ldb_module does not apply (enforce with...
2015 Jun 11
1
Need another workaround for FSMO transfer problem
...le >>>>> can't find file to patch at input line 4 >>>>> Perhaps you used the wrong -p or --strip option? >>>>> The text leading up to this was: >>>>> -------------------------- >>>>> |=== modified file 'source4/param/wscript_build' >>>>> |--- a/source4/param/wscript_build >>>>> |+++ b/source4/param/wscript_build >>>>> -------------------------- >>>>> No file to patch. Skipping patch. >>>>> 2 out of 2 hunks ignored >>>>> Patch ../pa...
2015 May 28
2
Need another workaround for FSMO transfer problem
On 05/26/2015 07:34 AM, Rowland Penny wrote: > On 26/05/15 03:05, John Lewis wrote: >> https://wiki.samba.org/index.php/Flexible_Single-Master_Operations_%28FSMO%29_roles#Transfering_a_FSMO_role >> >> >> I ran into that while trying to rebuild my LXC's as Debian 8. The >> proposed work arrounds assume you have access to a Windows Domain >> controller in
2014 Mar 02
0
3/2/2014 Samba4 git pull make clean error
...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/local/samba-master/wscript_build", line 140, in <module> bld.RECURSE('pidl') File "./buildtools/wafsamba/samba_utils.py", line 471, in RECURSE return ctx.add_subdirs(relpath) File "/usr/local/samba-master/buildtools/wafadmin/Build.py", line 993, in add_subdirs self.recurse(dir...
2018 Jun 18
2
Building rpcclient statically linked?
...ared- binary=smbtorture,smbd/smbd You can try --nonshared-binary=rpcclient but I suspect it will fail similarly, because so far nobody has done the work to ensure that each C file is only in one subsystem. Now, you have actually identified a bug, for smbstatus notify_msg.c is listed twice in the wscript_build file. Ideally Samba (or at least larger parts of Samba) would build as you suggest because it does identify real-world issues. While this file has no static data, if a C file is linked in twice with static data the results can be un-desired. >From here however you can only try, and work to...
2013 Oct 08
1
git folder moved : waf : The top source directory has moved. Please run distclean and reconfigure
...rveur/git/samba4 > /media/data/git/samba4/wscript: error: Traceback (most recent call last): > File "/media/data/git/samba4/buildtools/wafadmin/Utils.py", line > 647, in recurse > exec(compile(txt, file_path, 'exec'), dc) > File "/media/data/git/samba4/wscript_build", line 30, in <module> > bld.RECURSE('lib/replace') > File "./buildtools/wafsamba/samba_utils.py", line 472, in RECURSE > return ctx.add_subdirs(relpath) > File "/media/data/git/samba4/buildtools/wafadmin/Build.py", line > 993, in a...
2013 Oct 11
2
Samba 4.1.0 Available for Download
On 2013-10-11 9:49 AM, samba-request at lists.samba.org <samba-request at lists.samba.org> wrote: > REMOVED COMPONENTS > ================== > > The Samba Web Administration Tool (SWAT) has been removed. > Details why SWAT has been removed can be found on the samba-technical mailing > list: > > https://lists.samba.org/archive/samba-technical/2013-February/090572.html
2016 Dec 19
2
Building on debian 8.6
Thank you Rowland! Running 'apt-get install <all_those_packages>' resulted in: [...] The following extra packages will be installed: comerr-dev krb5-multidev libssl-doc Suggested packages: doc-base krb5-doc The following NEW packages will be installed: comerr-dev krb5-multidev libkrb5-dev libpam-krb5 libssl-dev libssl-doc 0 upgraded, 6 newly installed, 0 to remove and 0 not
2016 Dec 19
0
Building on debian 8.6
...mb.conf.5.xml,parameters.all.xml > -> smb.conf.5} > Makefile:8: recipe for target 'all' failed > make: *** [all] Error 1 > > OK, as I said there was a problem with the smb.conf manpage, try this: in the Samba tarball you downloaded, find this file: samba-4.5.2/docs-xml/wscript_build open it in your favourite editor and find this line: ' if ('XSLTPROC_MANPAGES' in bld.env and bld.env['XSLTPROC_MANPAGES']):' under it is this line: SMBDOTCONF_MANPAGE(bld, 'manpages/smb.conf.5') comment it out and try the compile again. I would also sugges...
2018 Jun 18
2
Building rpcclient statically linked?
I have Googled around looking for the magic configure to waf incantation to get this accomplished but nothing seems to work. Does anyone know how to build rpcclient statically linked? Or all binaries statically linked? Thanks! -aps
2019 Apr 11
1
Samba bind-9.12 Support
Hi, i wanna ask how is the status of the bind-9.12 Support? Does this works already? Because Samba wiki says 9.11 BIND Version Supported in Samba Version BIND 9.11 Samba 4.5.2 and later Because i want update my System, but gentoo do not provide bind-9.11 anymore. The patches in this Post https://lists.samba.org/archive/samba/2018-August/217489.html are no longer at git. Mit