Displaying 16 results from an estimated 16 matches for "pythonhashseed".
2024 Jul 13
0
Building Samba to target "dist" fails
While building Samba to target "dist", the build fails with the following
error:
touch .tmplock
WAFLOCK=.tmplock PYTHONHASHSEED=1 WAF_MAKE=1 ./buildtools/bin/waf dist
invalid lock file in /usr/src/samba-4.20.2
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make
rule.
make[1]: Entering directory '/usr/src/samba-4.20.2/ctdb'
touch .tmplock
WAFLOCK=.tmplock PYTHONHASHSEED=1 WAF_MAKE=1...
2019 Mar 19
2
4.10.0, python3 and Debian 8.11
...)
I decided to try 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 c...
2024 Jul 07
0
Problems building Samba 4.20.2 on Solaris due to Heimdal issues
...During configure, it looks like krb5.h, krb5-config and the rest of the heimdal "system" components that I built are detected. However, when I compile with "make", I immediately get the following message.
'configure' finished successfully (4m53.184s)
bash-3.2$ make -j2
PYTHONHASHSEED=1 WAF_MAKE=1 /export/home/joncox/data/python3/bin/python3 ./buildtools/bin/waf build
Waf: Entering directory `/export/home/joncox/Downloads/samba-samba-4.20.2/bin/default'
Selected system Heimdal build
Checking project rules ...
ERROR: target samdb.objlist: dependency target com_err not...
2019 Mar 19
0
4.10.0, python3 and Debian 8.11
...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 th...
2023 Oct 15
1
Compiling within Samba Source-Tree
Hi Ralph,
Thanks very much - I will try your suggestions and let you know
wether that helped or not
Peter
Am 15.10.2023 um 14:33 schrieb Ralph Boehme:
> On 10/14/23 23:43, Peter Koch via samba wrote:
>> It must be possible to tell the build-system that smbscardd needs
>> -lcrypto
>> Please let me know how.
>
> ./source3/wscript:???
2019 Mar 21
4
About compile samba 4.10
Hi,
After configure samba 4.10
make
[1932/4136] Linking bin/default
/sources4/lib/messaging/libMESSAGING-samab4.so
sources4/lib/messaging/messaging.c.4.o: En la funcion imessaging_init
sources4/lib/messaging/messaging.c.544 referencia a
imessaging_register_extra_handler no define
Build failed
TASK in messaging failed with status 1 (run with -v to display more
information )
I don't know
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/
2019 Aug 01
0
Build error due to Waf task dependency cycle in run_after
...Johannes
Hmm, since nobody has replied to my question, I presume there was not enough
detail in the text. Hence, let me try to be a bit more verbose. ;)
Here is the failing portion of the log:
make install DESTDIR=/home/abuild/rpmbuild/BUILDROOT/samba-4.10.6-
lp151.7.1.x86_64 CONFIGDIR=/etc/samba
PYTHONHASHSEED=1 WAF_MAKE=1 ./buildtools/bin/waf install
Waf: Entering directory `/home/abuild/rpmbuild/BUILD/samba-4.10.6/bin/default'
Checking project rules ...
Project rules pass
Waf: Leaving directory `/home/abuild/rpmbuild/BUILD/samba-4.10.6/bin/default'
Task dependency cycle in "run_after"...
2019 Mar 20
2
build problem with 4.10.0
...db_smbpasswd,pdb_wbc_sam,pdb_samba4,idmap_ad,idmap_adex,idmap_hash,idmap_ldap,idmap_rfc2307,idmap_rid,idmap_tdb2
--without-gpgme '--bundled-libraries=!tdb,!talloc,!tevent,ALL'
...
make install
DESTDIR=/home/abuild/rpmbuild/BUILDROOT/samba-4.10.0-100.x86_64
CONFIGDIR=/etc/samba
[ 759s] PYTHONHASHSEED=1 WAF_MAKE=1 ./buildtools/bin/waf install
[ 760s] Waf: Entering directory
`/home/abuild/rpmbuild/BUILD/samba-4.10.0/bin/default'
[ 760s] * create
/home/abuild/rpmbuild/BUILDROOT/samba-4.10.0-100.x86_64/var/lib/samba/bind-dns
[ 760s] * create
/home/abuild/rpmbuild/BUILDROOT/samba-4.10.0-1...
2023 Oct 14
3
Compiling within Samba Source-Tree
...bconf
???????????????? pdb
???????????????? PASSWD_UTIL
???????????????? PASSCHANGE
???????????????? cmdline_contexts
???????????????? ''')
Unfortunately this does not work. smbscardd.c compiles, but
it won't link since it needs one more library, i.e. -lcrypto
I therefor did
PYTHONHASHSEED=1 WAF_MAKE=1 ./buildtools/bin/waf -v build
to see what's going on.
The last message is:
Build failed
?-> task in 'smbscardd' failed with exit status 1:
??????? {task 140216595759840: cprogram
smbscardd.c.12.o,passchange.c.107.o,passwd_util.c.1.o,init_samr.c.141.o,cli_samr.c.126...
2019 Apr 05
0
Make/Build Error on armhf
...]
> 11 - Provides: [ samba ]
> 12 - Conflicts: [ ]
> 13 - Replaces: [ ]
>
> Enter a number to change any of them or press ENTER to continue:
>
> Installing with make install...
>
> ========================= Installation results
> ===========================
> PYTHONHASHSEED=1 WAF_MAKE=1 ./buildtools/bin/waf install
> Waf: Entering directory `/install/samba-4.10.1/bin/default'
> * create /var/lib/samba/bind-dns
> Selected embedded Heimdal build
> Checking project rules ...
> Project rules pass
> [146/148] Linking bin/default/lib/replace/l...
2020 Jul 06
2
failed to compile samba-4.12.5
...4 and 5 without any problem.
I think I also can make install without problem, but just want to figure
out what caused the test error.
Do I need to install the kerberos first as I saw many errors about it?
What steps I need to take in order to pass this test?
-------------- next part --------------
PYTHONHASHSEED=1 WAF_MAKE=1 ./buildtools/bin/waf test
'test' finished successfully (0.012s)
Waf: Entering directory `/home/alex/workspace/samba-4.12.5/bin/default'
Selected embedded Heimdal build
Waf: Leaving directory `/home/alex/workspace/samba-4.12.5/bin/default'
Build commands will be...
2019 Apr 06
2
selftest, help with a single test
...e to set up environment")
On 4/1/19 10:55 PM, Andrew Bartlett wrote:
>
> We would need to see the errors to diagnose further.
>
> Andrew Bartlett
>
-------------- next part --------------
[user at localhost samba]$ make test TESTS=samba3.blackbox.smbclient_machine_auth.plain
PYTHONHASHSEED=1 WAF_MAKE=1 ./buildtools/bin/waf test
'test' finished successfully (0.034s)
Waf: Entering directory `/home/user/src/samba-git/samba/bin/default'
Selected embedded Heimdal build
Waf: Leaving directory `/home/user/src/samba-git/samba/bin/default'
'build' finished successfu...
2022 Mar 21
2
[Announce] Samba 4.16.0 Available for Download
Release Announcements
---------------------
This is the first stable release of the Samba 4.16 release series.
Please read the release notes carefully before upgrading.
NEW FEATURES/CHANGES
====================
New samba-dcerpcd binary to provide DCERPC in the member server setup
---------------------------------------------------------------------
In order to make it much easier to break out
2022 Mar 21
2
[Announce] Samba 4.16.0 Available for Download
Release Announcements
---------------------
This is the first stable release of the Samba 4.16 release series.
Please read the release notes carefully before upgrading.
NEW FEATURES/CHANGES
====================
New samba-dcerpcd binary to provide DCERPC in the member server setup
---------------------------------------------------------------------
In order to make it much easier to break out
2019 Apr 01
5
selftest
Thanks for the reply,
Besides the problem with
source4/lib/messaging/messaging_handlers.c,
Good to hear that selftest is actively used, then do I understand it
right that 'make test' should succeed?
My bigger problem is that it failed with lots of errors.
This must be a problem with my build, then, but since this is a fresh
tarball I am a bit puzzled.
I would appreciate some hint on