search for: third_parti

Displaying 20 results from an estimated 98 matches for "third_parti".

Did you mean: third_party
2023 Jun 06
5
Trying to build Samba from source on RHEL 8
Hi, I'm trying to build Samba from source on a RHEL version 8 server. I installed all the necessary packages and untarred the source for Samba version 4.6.10. In the past I have been able to successfully build and install Samba version 4.13.17 on a RHEL version 7 server with Python2. Here I believe I am using Python3, but I cannot seem to get past the configure command: [root at v2ecsqapp09
2015 Sep 04
3
Running tests on OS X 10.10 vs "Killed: 9"
Hi, building 'check-all' on any of my machines running OS X 10.10 usually fails because a few tests fail due to some processes being killed by the kernel (there's always "Killed: 9" somewhere in lit's error output). Everything's fine on 10.9. How do folks deal with this? Don't use 10.10 for building llvm? Is there some tweakable to tell the kernel "please
2023 Jun 06
1
Trying to build Samba from source on RHEL 8
Hi, In case you might be interested in the src.rpms with the AD part (might save you some time), there are a few (maintained) sources around: http://samba.tranquil.it/centos8/samba-4.16.10-srcrpm http://vince.cojot.name/dist/samba/samba-4.16.10/RHEL8/SRPMS/ Due to the dependencies, if you want to keep your RHEL systems clean, it's actually some work if you want to avoid replacing system
2023 Jan 18
1
Building samba 4.17.4 on CentOS7
I don't think you are going to have much luck getting 4.17 working on CentOS 7. We recently moved from CentOS 7 (4.13) to Rocky Linux 8 (4.16) and the install process was much easier. On Wed, Jan 18, 2023 at 12:03 PM Greg Dickie via samba < samba at lists.samba.org> wrote: > Ok now, but did 4.10.16? I was just trying to rebuild their source RPM. > > Trying 4.17 on the command
2023 Jan 18
2
Building samba 4.17.4 on CentOS7
Ok now, but did 4.10.16? I was just trying to rebuild their source RPM. Trying 4.17 on the command line (with python3) gives me: > [root at srvlxfs2 samba-4.17.4]# ./configure > Setting top to : > /root/rpmbuild/BUILD/samba-4.17.4 > Setting out to : > /root/rpmbuild/BUILD/samba-4.17.4/bin > Checking for 'gcc' (C
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
2014 Jun 25
2
[LLVMdev] Question Regarding Sign-Overflow
Sorry, the old title didn't make sense. > Hi, > > I have doubts on the following transformation in InstCombineAddSub.cpp. Is > it always safe to preserve NSW/NUW in this case? > > // If this is a 'B = x-(-A)', change to B = x+A. This preserves NSW/NUW. if (Value
2023 Jan 18
1
Building samba 4.17.4 on CentOS7
On 18/01/2023 15:16, Greg Dickie wrote: > Hey Rowland, > > ? Thanks for the reply. I was not aware of that page but that's super > helpful. Unfortunately it does not fix my problem. I think I'm missing > something basic. At this point I'm just trying to rebuild the centos7 > srpm. See the attached error message (configure? fails). > > The attachment
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
2015 Sep 04
2
[cfe-dev] Running tests on OS X 10.10 vs "Killed: 9"
On Fri, Sep 4, 2015 at 12:46 PM, Sean Silva <chisophugis at gmail.com> wrote: > > > On Fri, Sep 4, 2015 at 10:27 AM, Nico Weber via cfe-dev < > cfe-dev at lists.llvm.org> wrote: > >> Hi, >> >> building 'check-all' on any of my machines running OS X 10.10 usually >> fails because a few tests fail due to some processes being killed by the
2023 Jun 07
1
Trying to build Samba from source on RHEL 8
On Tue, 2023-06-06 at 17:29 +0000, Flynn, Garrett S RTX via samba wrote: > Hi, > > I'm trying to build Samba from source on a RHEL version 8 server. I installed all the necessary packages and untarred the source for Samba version 4.6.10. > In the past I have been able to successfully build and install Samba version 4.13.17 on a RHEL version 7 server with Python2. > Here I
2016 Oct 26
6
samba-4.5.1 build problem
Dear Samba experts, I tried to install the latest Samba release the way I did it always, i.e. starting with: ./configure --prefix=/usr/local/samba \ --with-piddir=/usr/local/samba/var/run \ --with-syslog \ --with-quotas \ --with-acl-support \ --enable-debug \ --enable-cups \ --enable-selftest \
2017 Jun 03
0
Building from source on an ARM71 based router
On Sat, 3 Jun 2017 12:43:52 -0400 Zac Morris <zac at zacwolf.com> wrote: > OK, to be extra clear, I *am* now running just: ./configure > > It is this script that is erroring at step: > *Checking uname sysname type* > > It's not a python specific issue. Like I said, this is a minimal linux > build, so many of the de facto apps/headers/libs are not installed. >
2016 Dec 21
1
compiling Samba4 on Solaris11
I am unable to compile Samba 4.4.7, 4.5.1 or 4.5.3 on Solaris 11. I had been able in the past so maybe an update to GCC broke something. GCC 4.8 is the default. I then installed GCC 4.9. /usr/bin/gcc is a symlink to /usr/gcc/4.9/bin/gcc. I compiled the latest openldap (client only) to the samba target directory. Set environmental variables so the krb5.h and openldap would be found.
2023 Jan 18
2
Building samba 4.17.4 on CentOS7
Hey Rowland, Thanks for the reply. I was not aware of that page but that's super helpful. Unfortunately it does not fix my problem. I think I'm missing something basic. At this point I'm just trying to rebuild the centos7 srpm. See the attached error message (configure fails). Thanks, Greg On Wed, Jan 18, 2023 at 9:30 AM Rowland Penny via samba < samba at lists.samba.org>
2023 Oct 31
1
9.3p1 Daemon Rejects Client Connections on armv7l-dey-linux-gnueabihf w/ GCC 10/11/12
I have an NXP i.MX6-based armv7l-dey-linux-gnueabihf system in which I am seeing some as-yet-unaccountable behavior in sshd when compiled with Arm/GCC 10/11/12. That is, when attempting to scp/slogin/ssh to 'root@<host>', where <host> is either a name or IPv4 or IPv6 address, the connection is quickly closed by the server without prompting for a password. The variable I can
2023 Jan 18
1
Building samba 4.17.4 on CentOS7
On 18/01/2023 14:20, Greg Dickie via samba wrote: > Hi, > > I used to build samba regularly but it's been a couple of years. I'm trying > to fix an issue with samba stock 4.10.16 on Cent7 by building latest and > seeing if it behaves the same but it looks like waf is not doing what's > expected. Simple question: should this work or is cent7 now too old and >
2016 Oct 05
0
samba v4-5-stable build fails
Hello guys. I am trying to compile samba from git repository, branch v4-5-stable, and I got this error during ./configure Checking for perl $Config{vendorprefix}: : '/usr' PERL_ARCH_INSTALL_DIR: : '${LIBDIR}/perl5' PERL_LIB_INSTALL_DIR:
2016 Oct 26
0
samba-4.5.1 build problem
On Wed, 2016-10-26 at 10:21 +0200, Peter Serbe via samba wrote: > Dear Samba experts,  > > I tried to install the latest Samba release the way I  > did it always, i.e. starting with: > > ./configure --prefix=/usr/local/samba \ >             --with-piddir=/usr/local/samba/var/run \ >             --with-syslog \ >             --with-quotas \ >
2014 Sep 04
1
exposing APIs needed by Chromium/WebRTC
Hello Opus community, I'd like to ask you for advice and recommendations. WebRTC uses Opus, and I noticed https://webrtc-codereview.appspot.com/5549004 started referring to currently internal Opus headers. This is possible because for Chromium the Opus sources are just checked in, so any header can be #included. I detected this when trying to package Chromium for Linux distributions with