Displaying 20 results from an estimated 2000 matches similar to: "Samba 4.2.0rc4 build failure"
2015 Feb 05
0
Samba 4.2.0rc4 build failure
I am not quite certain where to report this, so I will start here.
I am trying to do a test build of Samba 4.2.0rc4 on a Solaris 10 i386
machine. I ran configure as follows:
#! /bin/sh
CFLAGS="-O3 -I/opt/local/include" \
LDFLAGS="-R/opt/local/samba4/lib:/opt/local/samba4/lib/private:/opt/local/lib \
-L/opt/local/lib -liconv -lintl" \
./configure
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
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'
2015 Feb 11
0
Samba 4.2.0rc4 fails to start up
> On Wed, Feb 11, 2015 at 03:22:15PM -0500, Thomas Schulz wrote:
> > Checking for C99 vsnprintf : not found
>
> Can you just hand-compile lib/replace/test/snprintf.c and
> paste its output? Maybe take a closer look why it fails?
>
> That's the test we use to check whether we have to replace
> snprintf.
>
> Volker
Perhaps what was
2019 Nov 21
1
Samba building is broken when some libraries are specified to be built-in to binaries !
Ok.
But to the time in a short term period is there is way to make building
successfull ?
May be some temporal solution ?
One more, I need to build-in to binaries:
libreplace,libwinbind-client,libwbclien, that is
replace,winbind-client,wbclient "targets" while building all regarding
configure options specified below:
--prefix=/usr \
--enable-fhs \
2016 Apr 19
0
libsmbregistry.so: undefined reference to `gfree_charcnv'
When compiling Samba 4.4.2 with Ubuntu 14.04 x64, I get this output as
below.
<...>
[3511/3922] Linking default/source4/lib/http/libhttp.so
21:22:07 runner /usr/bin/gcc default/source4/lib/http/http_1.o
default/source4/lib/http/http_auth_1.o -o
/tmp/build-debs.Z500qB/build/bin/default/source4/lib/http/libhttp.so
-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,-z,relro,-z,now
2019 Jun 09
2
List of bundled libraries Samba-4.10
Dear list,
is there a comprehensive list of libraries available that can be included and
excluded from build with waf using --bundled-libraries="comma separated
list"?
If compiling with "NONE" the build complains about a missing "System
library roken of version 0.0.0 not found, and bundling disabled", and I do
not know how to bundle this particular library from
2019 Jun 10
1
List of bundled libraries Samba-4.10
Am Montag, 10. Juni 2019, 07:56:24 CEST schrieben Sie:
> On Sun, 2019-06-09 at 23:34 +0200, Johannes Engel via samba wrote:
> > Dear list,
> >
> > is there a comprehensive list of libraries available that can be
> > included and
> > excluded from build with waf using --bundled-libraries="comma
> > separated
> > list"?
> > If compiling
2015 Apr 15
1
[Announce] Samba 4.2.1 Available for Download
=====================================================================
"In this world nothing can be said to be
certain, except death and taxes."
Benjamin Franklin
=====================================================================
Release Announcements
---------------------
This is the latest stable release of Samba 4.2.
Changes since 4.2.0:
--------------------
o
2015 Apr 15
1
[Announce] Samba 4.2.1 Available for Download
=====================================================================
"In this world nothing can be said to be
certain, except death and taxes."
Benjamin Franklin
=====================================================================
Release Announcements
---------------------
This is the latest stable release of Samba 4.2.
Changes since 4.2.0:
--------------------
o
2015 Jan 25
0
SmartOS: nss_wrapper: conflicting types
Hello,
I am attempting to build Samba 4.2.0 RC4 (I have not tried previous
versions yet) and after applying attached patches the build fails with
(full build and configure output attached).
[2006/3812] Compiling lib/nss_wrapper/nss_wrapper.c
../lib/nss_wrapper/nss_wrapper.c:2405:5: error: conflicting types for
'gethostby
name_r'
In file included from
2016 Apr 15
0
Debian Wheezy member server from backports to self compile
On 15/04/16 18:54, lingpanda101 at gmail.com wrote:
> Hello,
>
> I'm unable to update my Samba from 4.1.17 to 4.4.2. I'm looking to
> build from tar instead. From what I gather the following should be the
> steps taken.
>
> ./configure --without-ad-dc -- sbindir= /usr/sbin
> --sysconfdir=/etc/samba/ --/usr/share/man/
> make
> make install
>
> Am I
2019 Nov 11
2
Build some shared libraries, and building exact these libraries directly to binaries at the same time.
I need that replace, winbind-client and wbclient libraries would be built
as shared ones, for what I specify
--bundled-libraries=NONE,pytevent,roken,replace,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile,winbind-client,wbclient
as ./configure option.
But I need at the same time that these libraries replace, winbind-client
and wbclient would be
2016 Apr 19
1
Debian Wheezy member server from backports to self compile
On 4/15/2016 2:30 PM, Rowland penny wrote:
> On 15/04/16 18:54, lingpanda101 at gmail.com wrote:
>> Hello,
>>
>> I'm unable to update my Samba from 4.1.17 to 4.4.2. I'm looking
>> to build from tar instead. From what I gather the following should be
>> the steps taken.
>>
>> ./configure --without-ad-dc -- sbindir= /usr/sbin
>>
2019 Nov 19
2
Samba building is broken when some libraries are specified to be built-in to binaries !
I try to build Samba 4.10.10 at Ubuntu 18.04 on x86_64 platform as at
armv7l archtectures from sources.
I need build replace,winbind-client,wbclientto binaries
For that I specify
*--builtin-libraries=replace,winbind-client,wbclien*t,ccan,samba-cluster-support
at configure
But in the case I get time to time, the following errors:
*=error1 =*
Compiling source4/dsdb/samdb/ldb_modules/objectguid.c
2015 Apr 16
0
FW: [Announce] Samba 4.2.1 Available for Download
me too. The web page dont work
2015-04-16 6:31 GMT-03:00 L.P.H. van Belle <belle at bazuin.nl>:
> see:
>
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba
>
> ;-)
>
>
>
> -----Oorspronkelijk bericht-----
> Van: klang at countyofdane.com [mailto:samba-bounces at
2013 Mar 30
0
I am having problems installing the latest samba4 git checkout as of 3/30/13
I am having problems installing the latest samba4 git checkout as of 3/30/13
I keep getting this error message when trying to install samba4
it says:
checking project rules ...
Project rules pass
[ 1/4152] Generating replace.vscript
[ 2/4152] Generating interfaces.vscript
[ 3/4152] Generating talloc.vscript
[ 4/4152] Generating pytalloc-util.vscript
[ 5/4152] Generating tevent.vscript
[
2015 Apr 16
3
FW: [Announce] Samba 4.2.1 Available for Download
see:
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
;-)
-----Oorspronkelijk bericht-----
Van: klang at countyofdane.com [mailto:samba-bounces at lists.samba.org] Namens Klang, Marvin
Verzonden: woensdag 15 april 2015 22:02
Aan: 'kseeger at samba.org'; 'samba-announce at lists.samba.org';
2015 Feb 18
0
Samba 4.2.0rc4 can't authenticate users
> On Thu, 2015-02-12 at 11:44 -0500, Thomas Schulz wrote:
> > This problem shows up on both Linux and Solaris. I am going to show
> > the logs from a Fedora 2.6.25-14.fc9.i686 machine.
> >
> > We are using 'security = domain' with a Windows 2000 domain controller.
> > We are setting 'password server = starfish2' dispite the fact that the
> >
2015 Feb 23
0
Samba 4.2.0rc4 can't authenticate users
>>> On Thu, 2015-02-12 at 11:44 -0500, Thomas Schulz wrote:
>>>> This problem shows up on both Linux and Solaris. I am going to show
>>>> the logs from a Fedora 2.6.25-14.fc9.i686 machine.
>>>>
>>>> We are using 'security = domain' with a Windows 2000 domain controller.
>>>> We are setting 'password server =