Displaying 20 results from an estimated 23 matches for "texpect".
Did you mean:
expect
2015 Feb 12
0
Trouble building 4.2rc4 on FreeBSD
I'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]...
2015 Feb 12
0
Trouble building 4.2rc4 on FreeBSD
> I'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
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:
>
&...
2015 Feb 05
0
Samba 4.2.0rc4 build failure
...ll rule to be able to call make service_repl in order to find the name
# of the submodule you want to build, look at the wscript
%:
$(WAF) --targets=$@
If I use gnumake instead of make then that does not cause any trouble.
After fixing that, the build fails with:
[ 596/3918] Compiling lib/texpect/texpect.c
../lib/texpect/texpect.c:64:17: fatal error: err.h: No such file or directory
compilation terminated.
Waf: Leaving directory `/home/projects/tools/samba/samba-4.2.0rc4.i386gcc.pt/bin'
Build failed: -> task failed (err #1):
{task: cc texpect.c -> texpect_1.o}
*** Error...
2015 Feb 09
1
Samba 4.2.0rc4 build failure
...in order to find the name
> # of the submodule you want to build, look at the wscript
> %:
> $(WAF) --targets=$@
>
>
> If I use gnumake instead of make then that does not cause any trouble.
> After fixing that, the build fails with:
>
> [ 596/3918] Compiling lib/texpect/texpect.c
> ../lib/texpect/texpect.c:64:17: fatal error: err.h: No such file or directory
> compilation terminated.
> Waf: Leaving directory `/home/projects/tools/samba/samba-4.2.0rc4.i386gcc.pt/bin'
> Build failed: -> task failed (err #1):
> {task: cc texpect.c ->...
2015 Jan 25
0
SmartOS: nss_wrapper: conflicting types
...etting this issue
fixed, because as far as I can tell this is a show stopper for 4.2 on
SmartOS and presumably the illumos family and with 3.6 being EOL'd SmartOS
will not have any supported Samba version available.
Thanks,
-------------- next part --------------
--- ../orig/samba-4.2.0rc4/lib/texpect/texpect.c 2014-10-01 09:17:32.000000000 +0000
+++ lib/texpect/texpect.c 2015-01-25 02:47:54.666545647 +0000
@@ -63,6 +63,8 @@
#include <errno.h>
#include <err.h>
+#include <signal.h>
+
struct command {
enum { CMD_EXPECT = 0, CMD_SEND, CMD_PASSWORD } type;...
2015 Apr 15
1
[Announce] Samba 4.2.1 Available for Download
...not close random fds while forking.
* BUG 11185: s3-passdb: Fix 'force user' with winbind default domain.
o Christof Schmitt <cs at samba.org>
* BUG 11153: brlock: Use 0 instead of empty initializer list.
o Thomas Schulz <schulz at adi.com>
* BUG 11092: lib: texpect: Fix the build on Solaris.
* BUG 11140: libcli/auth: Match Declaration of
netlogon_creds_cli_context_tmp with implementation.
o Jelmer Vernooij <jelmer at samba.org>
* BUG 11137: Backport subunit changes.
#######################################
Reporting bugs & Develop...
2015 Apr 15
1
[Announce] Samba 4.2.1 Available for Download
...not close random fds while forking.
* BUG 11185: s3-passdb: Fix 'force user' with winbind default domain.
o Christof Schmitt <cs at samba.org>
* BUG 11153: brlock: Use 0 instead of empty initializer list.
o Thomas Schulz <schulz at adi.com>
* BUG 11092: lib: texpect: Fix the build on Solaris.
* BUG 11140: libcli/auth: Match Declaration of
netlogon_creds_cli_context_tmp with implementation.
o Jelmer Vernooij <jelmer at samba.org>
* BUG 11137: Backport subunit changes.
#######################################
Reporting bugs & Develop...
2015 Apr 16
3
FW: [Announce] Samba 4.2.1 Available for Download
...not close random fds while forking.
* BUG 11185: s3-passdb: Fix 'force user' with winbind default domain.
o Christof Schmitt <cs at samba.org>
* BUG 11153: brlock: Use 0 instead of empty initializer list.
o Thomas Schulz <schulz at adi.com>
* BUG 11092: lib: texpect: Fix the build on Solaris.
* BUG 11140: libcli/auth: Match Declaration of
netlogon_creds_cli_context_tmp with implementation.
o Jelmer Vernooij <jelmer at samba.org>
* BUG 11137: Backport subunit changes.
#######################################
Reporting bugs & Develop...
2015 Apr 16
0
FW: [Announce] Samba 4.2.1 Available for Download
...* BUG 11185: s3-passdb: Fix 'force user' with winbind default domain.
>
>
> o Christof Schmitt <cs at samba.org>
> * BUG 11153: brlock: Use 0 instead of empty initializer list.
>
>
> o Thomas Schulz <schulz at adi.com>
> * BUG 11092: lib: texpect: Fix the build on Solaris.
> * BUG 11140: libcli/auth: Match Declaration of
> netlogon_creds_cli_context_tmp with implementation.
>
>
> o Jelmer Vernooij <jelmer at samba.org>
> * BUG 11137: Backport subunit changes.
>
>
> ###########################...
2014 Oct 15
0
[Announce] Samba 4.2.0rc2 Available for Download
...nd groups Changed default 0
CHANGES SINCE 4.2.0rc1
======================
o Jeremy Allison <jra at samba.org>
* BUG 10848: s3: smb2cli: query info return length check was reversed.
o Bj?rn Baumbach <bb at sernet.de>
* BUG 10862: build: Do not install 'texpect' binary anymore.
o Chris Davis <cd.rattan at gmail.com>
* BUG 10859: Improve samba-regedit.
o Jakub Hrozek <jakub.hrozek at gmail.com>
* BUG 10861: Fix build of socket_wrapper on systems without SO_PROTOCOL.
o Volker Lendecke <vl at samba.org>
* BUG 108...
2014 Oct 15
0
[Announce] Samba 4.2.0rc2 Available for Download
...nd groups Changed default 0
CHANGES SINCE 4.2.0rc1
======================
o Jeremy Allison <jra at samba.org>
* BUG 10848: s3: smb2cli: query info return length check was reversed.
o Bj?rn Baumbach <bb at sernet.de>
* BUG 10862: build: Do not install 'texpect' binary anymore.
o Chris Davis <cd.rattan at gmail.com>
* BUG 10859: Improve samba-regedit.
o Jakub Hrozek <jakub.hrozek at gmail.com>
* BUG 10861: Fix build of socket_wrapper on systems without SO_PROTOCOL.
o Volker Lendecke <vl at samba.org>
* BUG 108...
2014 Dec 20
0
[Announce] Samba 4.2.0rc3 Available for Download
...* BUG 10996: Fix IPv6 support in CTDB.
CHANGES SINCE 4.2.0rc1
======================
o Jeremy Allison <jra at samba.org>
* BUG 10848: s3: smb2cli: query info return length check was reversed.
o Bj?rn Baumbach <bb at sernet.de>
* BUG 10862: build: Do not install 'texpect' binary anymore.
o Chris Davis <cd.rattan at gmail.com>
* BUG 10859: Improve samba-regedit.
o Jakub Hrozek <jakub.hrozek at gmail.com>
* BUG 10861: Fix build of socket_wrapper on systems without SO_PROTOCOL.
o Volker Lendecke <vl at samba.org>
* BUG 108...
2014 Dec 20
0
[Announce] Samba 4.2.0rc3 Available for Download
...* BUG 10996: Fix IPv6 support in CTDB.
CHANGES SINCE 4.2.0rc1
======================
o Jeremy Allison <jra at samba.org>
* BUG 10848: s3: smb2cli: query info return length check was reversed.
o Bj?rn Baumbach <bb at sernet.de>
* BUG 10862: build: Do not install 'texpect' binary anymore.
o Chris Davis <cd.rattan at gmail.com>
* BUG 10859: Improve samba-regedit.
o Jakub Hrozek <jakub.hrozek at gmail.com>
* BUG 10861: Fix build of socket_wrapper on systems without SO_PROTOCOL.
o Volker Lendecke <vl at samba.org>
* BUG 108...
2015 Dec 01
0
[Announce] Samba 4.3.2 Available for Download
...er.
* BUG 11597: Backport some valgrind fixes from upstream master.
o Andreas Schneider <asn at samba.org
* BUG 11563: Fix segfault of 'net ads (join|leave) -S INVALID' with
nss_wins.
o Tom Schulz <schulz at adi.com>
* BUG 11511: Add libreplace dependency to texpect, fixes a linking error on
Solaris.
* BUG 11512: s4: Fix linking of 'smbtorture' on Solaris.
o Uri Simchoni <uri at samba.org>
* BUG 11608: auth: Consistent handling of well-known alias as primary gid.
#######################################
Reporting bugs & Devel...
2015 Dec 01
0
[Announce] Samba 4.3.2 Available for Download
...er.
* BUG 11597: Backport some valgrind fixes from upstream master.
o Andreas Schneider <asn at samba.org
* BUG 11563: Fix segfault of 'net ads (join|leave) -S INVALID' with
nss_wins.
o Tom Schulz <schulz at adi.com>
* BUG 11511: Add libreplace dependency to texpect, fixes a linking error on
Solaris.
* BUG 11512: s4: Fix linking of 'smbtorture' on Solaris.
o Uri Simchoni <uri at samba.org>
* BUG 11608: auth: Consistent handling of well-known alias as primary gid.
#######################################
Reporting bugs & Devel...
2015 Jan 16
0
[Annouce] Samba 4.2.0rc4 Available for Download
...* BUG 10996: Fix IPv6 support in CTDB.
CHANGES SINCE 4.2.0rc1
======================
o Jeremy Allison <jra at samba.org>
* BUG 10848: s3: smb2cli: query info return length check was reversed.
o Bj?rn Baumbach <bb at sernet.de>
* BUG 10862: build: Do not install 'texpect' binary anymore.
o Chris Davis <cd.rattan at gmail.com>
* BUG 10859: Improve samba-regedit.
o Jakub Hrozek <jakub.hrozek at gmail.com>
* BUG 10861: Fix build of socket_wrapper on systems without SO_PROTOCOL.
o Volker Lendecke <vl at samba.org>
* BUG 108...
2015 Jan 16
0
[Annouce] Samba 4.2.0rc4 Available for Download
...* BUG 10996: Fix IPv6 support in CTDB.
CHANGES SINCE 4.2.0rc1
======================
o Jeremy Allison <jra at samba.org>
* BUG 10848: s3: smb2cli: query info return length check was reversed.
o Bj?rn Baumbach <bb at sernet.de>
* BUG 10862: build: Do not install 'texpect' binary anymore.
o Chris Davis <cd.rattan at gmail.com>
* BUG 10859: Improve samba-regedit.
o Jakub Hrozek <jakub.hrozek at gmail.com>
* BUG 10861: Fix build of socket_wrapper on systems without SO_PROTOCOL.
o Volker Lendecke <vl at samba.org>
* BUG 108...
2015 Feb 24
0
[Announce] Samba 4.2.0rc5 Available for Download
...* BUG 10996: Fix IPv6 support in CTDB.
CHANGES SINCE 4.2.0rc1
======================
o Jeremy Allison <jra at samba.org>
* BUG 10848: s3: smb2cli: query info return length check was reversed.
o Bj?rn Baumbach <bb at sernet.de>
* BUG 10862: build: Do not install 'texpect' binary anymore.
o Chris Davis <cd.rattan at gmail.com>
* BUG 10859: Improve samba-regedit.
o Jakub Hrozek <jakub.hrozek at gmail.com>
* BUG 10861: Fix build of socket_wrapper on systems without SO_PROTOCOL.
o Volker Lendecke <vl at samba.org>
* BUG 108...
2015 Feb 24
0
[Announce] Samba 4.2.0rc5 Available for Download
...* BUG 10996: Fix IPv6 support in CTDB.
CHANGES SINCE 4.2.0rc1
======================
o Jeremy Allison <jra at samba.org>
* BUG 10848: s3: smb2cli: query info return length check was reversed.
o Bj?rn Baumbach <bb at sernet.de>
* BUG 10862: build: Do not install 'texpect' binary anymore.
o Chris Davis <cd.rattan at gmail.com>
* BUG 10859: Improve samba-regedit.
o Jakub Hrozek <jakub.hrozek at gmail.com>
* BUG 10861: Fix build of socket_wrapper on systems without SO_PROTOCOL.
o Volker Lendecke <vl at samba.org>
* BUG 108...
2015 Mar 04
1
[Announce] Samba 4.2.0 Available for Download
...* BUG 10996: Fix IPv6 support in CTDB.
CHANGES SINCE 4.2.0rc1
======================
o Jeremy Allison <jra at samba.org>
* BUG 10848: s3: smb2cli: query info return length check was reversed.
o Bj?rn Baumbach <bb at sernet.de>
* BUG 10862: build: Do not install 'texpect' binary anymore.
o Chris Davis <cd.rattan at gmail.com>
* BUG 10859: Improve samba-regedit.
o Jakub Hrozek <jakub.hrozek at gmail.com>
* BUG 10861: Fix build of socket_wrapper on systems without SO_PROTOCOL.
o Volker Lendecke <vl at samba.org>
* BUG 108...