similar to: Problems building Samba SRPM on Fedora 18 due to buildtools/bin/waf

Displaying 20 results from an estimated 1000 matches similar to: "Problems building Samba SRPM on Fedora 18 due to buildtools/bin/waf"

2013 Mar 22
1
Flushing wafcache when tweaking Samba builds
I notice that Sama builds with Samba 4.0.x now use WAFCACHE to store temporary files in the build process. Caching these files is fine, but what clears them out? I've been working in test environments where WAFCACHE was set to "/tmp/wafcache", such as building Fedora RPM's for testing, and eventually ran my filesystem out of inodes because nothing expires them. For now, I've
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 >
2014 Jun 21
1
broken samba-4.1.8 waf configure
21 jun 2014 the version numbers changed (samba-4.1.8), but the problem remains exactly the same: waf configure continues to break at krb5. frank smith 31 may 2014 greetings, in the (relatively distant) past, i several times downloaded, built, and ran the then-current version of samba with little to no problem. i recently experienced similar successful results with samba-3.6.23. i
2014 May 31
0
broken samba-4.1.7 waf configure
31 may 2014 greetings, in the (relatively distant) past, i several times downloaded, built, and ran the then-current version of samba with little to no problem. i recently experienced similar successful results with samba-3.6.23. i downloaded and tried to configure samba-4.1.7, which you (samba) advertise as the current "stable" version. i expected no problems. unfortunately, i
2019 Aug 01
0
Build error due to Waf task dependency cycle in run_after
Am Sonntag, 14. Juli 2019, 22:10:10 CEST schrieb Johannes Engel: > Dear all, > > trying to build some Heimdal-based packages for Samba AD DC under > openSUSE I am facing some difficulties with the build system: > During the installation which is triggered by "make install" waf complains > about some task dependency cycle after leaving folder bin/default. > Full log
2019 Jul 14
2
Build error due to Waf task dependency cycle in run_after
Dear all, trying to build some Heimdal-based packages for Samba AD DC under openSUSE I am facing some difficulties with the build system: During the installation which is triggered by "make install" waf complains about some task dependency cycle after leaving folder bin/default. Full log including config options can be seen unter https://build.opensuse.org/
2013 Mar 11
0
Updates to RHEL 6 compatible backport of Samba 4.0.3, with domain controller activated
I've been doing some work backporting the Fedora rawshid version of Samba 4.0.3 to work with RHEL 6. The latest updates (with some suggested changes from others) are at: https://github.com/nkadel/samba4repo The full suite for building Samba 4.0.3 on RHEL 6 is there, with all the updated libraries and hooks to put it in a yum repository. In particular, with some help, I've
2012 Jul 13
1
waf workaround?
Is it possible to build samba without waf? It has slowed down my local samba builds by a factor of 5-10x -- it seems to lack any parallelism, and on a 12 core machine, that really sucks. When going through it's tests, it's noticeably slower than the configure shell tests that do the same... But then the build/make parts all go by like molasses... What is wrong with standard make
2005 Jul 11
2
Sharing variables between contexts
Hello all, I'm having trouble getting variables to work the way I want them to, let me begin with a simple explanation of the problem, I'm using something like this in my extensions.conf: [default] exten => 5000,1,SetVar(Recipient=test@test.com) exten => 5000,2,Goto(mailexten,s,1) exten => 6000,1,SetVar(Recipient=test@test.com) exten => 6000,2,Goto(mailexten,s,1)
2014 Sep 14
1
A little lost on the WAF build process
I am working on migrating the RHEL/CentOS Samba 4 rpm to 4.1.12. I noticed that it is no longer building tdbbackup, but it was a few hours ago before other (unknown) environment/config changes. So I started digging through the build system to see how it is enable/disabled. http://wiki.samba.org/index.php/Waf Does not tell me what causes waf to build in lib/tdb/ A little navigation help would
2023 Aug 11
2
[libnbd PATCH] golang: Bump minimum Go version to 1.17
Go 1.17 or newer is required to use unsafe.Slice(), which in turn allows us to write a simpler conversion from a C array to a Go object during callbacks. To check if this makes sense, look at https://repology.org/project/go/versions compared to our list in ci/manifest.yml, at the time I made this commit: Alpine 3.15: 1.17.10 AlmaLinux 8: 1.19.10 CentOS Stream 8: 1.20.4 Debian 10: 1.11.6 Debian
2008 Jan 15
1
error in my selection
Hi everybody, Well, I really hoped that until now i know how to do a selection ..... but obviously i don't. So risking your laughing at me - here you go. I have a table with lots of vegetation data, and one column specifies in which region the data is. There are only 2 regions, region 1 and region 3. I want to select all data that belong to region 1 and after do some xtabs on it. If i do
2005 Oct 04
1
vector labels are not permuted properly in a call to sort() (R 2.1)
Not sure if this is the correct forum for this, but I've found what I would consider to be a potentially serious bug to the unsuspecting user. Given a numeric vector V with class labels in R, the following calls 1. > sort(as.matrix(V)) and 2. >as.matrix(sort(V)) produce different ouput. The vector is sorted properly in both cases, but only 2. produces the correct labeling of
2013 Oct 21
1
What Do You Test
Hi everyone, We are working on enhancing our internal testing so we can improve the overall quality of Puppet releases. For example, I am one of two QA engineers assigned full-time to testing Puppet''s FOSS stack. I''m seeking your input and experience to help us identify what we''re missing and what we can improve. We have an extensive test suite, but there''s
2006 Sep 28
0
Using assign() function as I did in Splus
Years ago, when I used Splus, I used to do this sort of thing: assign("data", data, frame = 1) This was so that if the object data was used in, say a call to glm, and I wished to do a summary of the glm object, data wasn't otherwise visible. Since I moved to R, the lexical scoping has virtually eliminated the need to do that. However, I've been trying to use the package samm
2012 May 30
1
BUILD Systems for Samba 4.0 (python-based waf in particular)
(This is the Team's agreed statement explaining the role of the two build systems in Samba 4.0. Please, if you have can't use the waf build system, and so need the autoconf system for 4.0, reply and let us know your reasons and needs here or in the specific threads I'm raising on samba-technical). Thanks, Andrew Bartlett BUILDING SAMBA 4.0 (which build system to use and why)
2012 Oct 04
3
R combining vectors into a data frame but without a continuous common variable
Hello, I have two different files which I'd like to combine to make one data frame but I've no idea how to do it! The first file has two columns; one is the date, the following is a binary code for debris flow events. Then my other file has also two columns; the date and then precipitation data. The thing is, is that the two date columns don't all contain the same dates. The binary
2019 Feb 21
0
Virus scan + removal on a mdbox mail storage
On 2019-02-20 19:02, Christoph Haas via dovecot wrote: >> On 2019-02-20 01:46, Christoph Haas via dovecot wrote: >>> I need advice on how virus scan and removal can be done on a _mdbox_ >>> mail storage? >>> >>> On a maildir storage the virus scanner (e.g. clamav etc.) can detect >>> and remove a email that is infected, since every email and
2017 Jun 03
3
Building from source on an ARM71 based router
​No, sorry, it's actually failing on "configure" which this script calls. I should have been more clear. ./configured is failing at step: ​*Checking uname sysname type* It's obviously missing some app/header/library, but reading through all the breakpoints listed in the error (re-pasted below) I can't make out from the code what it's looking for, and the config.log
2017 Jun 03
2
Building from source on an ARM71 based router
I am trying to build Samba 4.6.4 on an ARM 7 Cortex based router (Netgear R8000), running *DD-WRT v3.0-r31980M kongac (05/11/17)* I'm working with some folks via the DDWRT, but we're running into an issue trying to build from source. I have python 2.7 already installed on the router, and I'm executing the install_with_python.sh script. ./install_with_python.sh /opt/test/samba-4.6.4