similar to: patch to configure.in for Solaris/gcc (-KPIC vs. -fPIC)

Displaying 20 results from an estimated 300 matches similar to: "patch to configure.in for Solaris/gcc (-KPIC vs. -fPIC)"

2002 Jun 03
2
Help with 2.2.4 binary build
Hi folks, I'm getting these messages when compiling 2.2.4 on Solaris 7 with gcc version 2.95.3: % ./configure --with-utmp % make Compiling smbd/password.c smbd/password.c: In function `grab_server_mutex': smbd/password.c:1198: warning: passing arg 1 of `message_named_mutex' discards qualifiers from pointer target type Compiling lib/system.c lib/system.c: In function
2013 Jul 02
0
Problems building new 3.6.16: getting symbols from local sys AND "../lib/replace
Shouldn't it use one or the other? In file included from ./../nsswitch/winbind_nss_config.h:46:0, from ../nsswitch/libwbclient/libwbclient.h:31, from ../nsswitch/libwbclient/wbc_guid.c:26: ./../lib/replace/system/network.h:134:8: error: redefinition of ?struct ifaddrs? struct ifaddrs { ^ In file included from ./../lib/replace/system/network.h:130:0, from ./../nsswitch/winbind_nss_config.h:46,
2002 Mar 07
1
Compile problems with latest CVS
Hi, I get these compilation problems with today's CVS on Solaris configured with winbind: /usr/local/bin/gcc -O -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o nsswitch/winbind_nss_solaris nsswitch/winbind_nss_solaris.c nsswitch/winbind_nss_solaris.c:14: includes.h: No such file or directory In file included from nsswitch/winbind_nss_solaris.c:15: nsswitch/winbind_nss_config.h:30: config.h:
2002 Jul 10
1
Samba 2.2.4 make fails on Solaris 8 (Ultra Sparc III) using Sun F orte 6-update 2 compilers
Greetings! During the Samba 2.2.4 make (using Sun WorkShop 6 update 2 C/C++ 5.3)on Sun Fire 880 running Solaris 8, I get the following error: Any pointers or help would be very much appreciated.. Thanks, -Murali {root}69: make Using FLAGS = -O -D__EXTENSIONS__ -xtarget=ultra -xarch=v9b -I./popt -Iinclude -I./inc FILE_OFFSET_BITS=64 -DLOGFILEBASE="/usr/local/samba/var"
2002 Jul 11
1
Samba 2.2.4 make fails on Solaris 8 (Ultra Sparc III) using Sun Forte 6-update 2 compilers
Hi, two weeks before, i had the same warnings, but no fatal errors and i got the following answer von Gerald Carter: > These are const warnings. Ignore them for now. > (not that we don't care about them, but you should be ok). Your compiler wants to compile nsswitch/wb_common.c with -Kpic. On Solaris it has to be compiled with the option -fPic. Normaly the make-script looks for the
1999 Apr 30
0
problems compiling R-0.63.3 and 0.64.0 on alpha
I have problems compiling R (both 0.63.3 and 0.64.0) on a DEC-UX 4.0E alpha (ev6) as illustrated in the enclosed log. I have tried adding the suggestions given in PLATFORMS, without any significant improvement... I have included the config.cache aswell. Any suggestions on how to solve this ? Thanx! Andreas ~~~~~~~~~~~~~ . . . gcc -ieee_with_inexact -g -O2 -I../include -I../../src/include -c
2007 Feb 05
0
[SAMBA-SECURITY] CVE-2007-0454: Format string bug in afsacl.so VFS plugin
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ========================================================== == == Subject: Format string bug in afsacl.so VFS plugin. == CVE ID#: CVE-2007-0454 == == Versions: The AFS ACL mapping VFS plugin distributed == in Samba 3.0.6 - 3.0.23d (inclusive) == == Summary: The name of a file on the server's share == is used as the format string
2007 Feb 05
0
[SAMBA-SECURITY] CVE-2007-0454: Format string bug in afsacl.so VFS plugin
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ========================================================== == == Subject: Format string bug in afsacl.so VFS plugin. == CVE ID#: CVE-2007-0454 == == Versions: The AFS ACL mapping VFS plugin distributed == in Samba 3.0.6 - 3.0.23d (inclusive) == == Summary: The name of a file on the server's share == is used as the format string
2007 Feb 05
0
[SAMBA-SECURITY] CVE-2007-0453: Buffer overrun in nss_winbind.so.1 on Solaris
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ========================================================== == == Subject: Buffer overrun in NSS host lookup Winbind == library on Solaris == CVE ID#: CVE-2007-0453 == == Versions: Samba 3.0.21 - 3.0.23d (inclusive) running on == Sun Solaris == == Summary: A potential overrun in the gethostbyname() == and getipnodebyname() in the
2007 Feb 05
0
[SAMBA-SECURITY] CVE-2007-0453: Buffer overrun in nss_winbind.so.1 on Solaris
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ========================================================== == == Subject: Buffer overrun in NSS host lookup Winbind == library on Solaris == CVE ID#: CVE-2007-0453 == == Versions: Samba 3.0.21 - 3.0.23d (inclusive) running on == Sun Solaris == == Summary: A potential overrun in the gethostbyname() == and getipnodebyname() in the
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 06:44:05PM +0200, Ralph Böhme wrote: > > Cheerio! > -slow Still reviewing this - but a few things that will need changing: When adding the validate_nt_acl_blob() function in [PATCH 06/12] vfs_acl_common: move the ACL blob validation to a helper function this makes some of the existing function names in debug statements incorrect. Eg. validate_nt_acl_blob()
2007 May 15
1
Samba 3.0.25 plugin changes
Greetings, Before I start digging into making our local passdb plugin work with Samba 3.0.25, is there any heads up I need to know about? I tried to compile the example plugin in samba-3.0.25/examples/pdb, but it fails. See below for a sample of the error messages. If I try to compile the same example that comes with Samba v3.0.24, the example code compiles without any issues? Any
2016 Aug 29
1
Issue with acl_xattr:ignore system acls in 4.5rc2
On Sat, Aug 27, 2016 at 12:46:12PM +0200, Ralph Böhme via samba wrote: > > ...and this one even has bug urls in all commit messages. Sorry for > forgetting this in the previous version. Juuuusttt *one* leetle change, sorry :-). I was following the changes to the talloc heirarchy in the code and realized that adding the following change made it much clearer (at least to me). diff --git
2011 Jan 18
1
Compiler error while building Samba 3.5.6
I am trying to build Samba 3.5.6 on an HP-UX 11.11 system, and I get this error: Compiling libsmb/libsmb_thread_impl.c In file included from ./../nsswitch/winbind_nss.h:54, from ./../nsswitch/winbind_nss_config.h:49, from ./../nsswitch/winbind_client.h:1, from include/includes.h:681, from libsmb/libsmb_thread_impl.c:20:
2003 Dec 17
0
Building Samba 3.0.1 on Solaris8 x86
Good day, I just tried building Samba 3.0.1 on a generic Solaris8 x86 box with ACL support as the only configure option and the build fails quite early. Has anyone experienced a similar problem? This is a very vanilla build, using gcc 3.0. ************************************* server# make Using FLAGS = -O -Iinclude -I/opt/src/samba-3.0.1/source/include
2004 Jan 15
0
Solaris 8 x86 : Winbind compile error
Hello folks, I'm having the following problem when compiling vanilla Samba 3.0.1 on a Solaris 8 X86 system: creating /opt/src/samba-3.0.2pre1/source/utils/net_proto.h Compiling dynconfig.c In file included from nsswitch/winbind_nss_solaris.h:28, from nsswitch/winbind_nss.h:34, from nsswitch/winbind_nss_config.h:79, from
2005 Oct 17
0
compile error Samba 3.0.20a Solaris 8
Hi, All I am having error compiling Samba 3.2.10a on a Solaris 8 box, using gcc version 3.0. ./configure --prefix=/usr/local/samba-3.0.20a --with-pam --with-pam_smbpass --with-automount --with-quotas --with-acl-support --with-winbind --with-ldap --with-ads I got following: Using FLAGS = -I/usr/local/include -Wall -D_SAMBA_BUILD_ -I./popt -Iinclude
2005 Mar 17
0
usrmgr.exe and problems
Hello! Jerry you are right about script and permissions! I'm looking again to usrmgr.exe and has corrected most of the problems of which I spoke earlier This patch is corrected most problems, but i can't fixed, current moment, problems where "not root" create "global group" ... sorry :( This patch not create security holes and another holes ... :) I'm testing
2005 Oct 18
0
[Fwd: compile error Samba 3.0.20a Solaris 8]-solved
Hi, I solved following problem by upgrading GCC from version 3.0 to 3.4.2, and compiling samba-3.0.14a instead of 3.0.20a. The only problem I had during "make" with Samba-3.0.14a was: .... Compiling smbd/server.c Linking bin/smbd /usr/ccs/bin/ld: illegal option -- E .... Which was fixed by rename /usr/ccs/bin/ld to ld.sun. With newer version of GCC, I still have following error
2002 Jun 11
0
Sol 2.8-Samba 2.2.4-Sun WS 6 C Compiler-Compiler Warning Messages
I'm receiving compiler warning messages using Solaris 2.8, Sun Workshop 6 C compiler and Samba 2.2.4. Can the warning be safely ingnored? Dennis 36 % make Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper -I/usr/openwin/share/include/X11/extensions -I/usr/openwin/include= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLOGFILEBASE="/usr/local/samba.22/var"