search for: tirpc

Displaying 20 results from an estimated 28 matches for "tirpc".

Did you mean: tipc
2017 Mar 06
0
[PATCH] lib: Prefer tirpc for XDR, and rationlise how we search for alternatives.
glibc in Fedora is currently configured with `--enable-obsolete-rpc', so I guess we can see the way the wind is blowing. (1) This changes our configure script to prefer libtirpc if it is available. If libtirpc is _not_ available then: (a) Headers must be located in <rpc/xdr.h>, or the user must supply the right CFLAGS. (b) XDR functions must be located in one of -lportablexdr, -lrpc, -lxdr, -lnsl or no library at all (ie. -lc), and the user must set LDFLAGS if nee...
2017 Mar 07
1
[PATCH v2] lib: Prefer tirpc for XDR, and rationalise how we search for alternatives.
v1 -> v2: - No functional changes to the patch, just fixes a few bugs. Rich.
2018 Feb 07
0
[Announce] Samba 4.7.5 Available for Download
...o Ralph Boehme <slow at samba.org> * BUG 13181: Fix copying file with empty FinderInfo from Windows client to Samba share with fruit. o Günther Deschner <gd at samba.org> * BUG 10976: build: Deal with recent glibc sunrpc header removal. * BUG 13238: Make Samba work with tirpc and libnsl2. o David Disseldorp <ddiss at samba.org> * BUG 13208: vfs_ceph: Add fs_capabilities hook to avoid local statvfs. o Love Hornquist Astrand <lha at h5l.org> * BUG 12986: Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue. o Amitay Isa...
2018 Feb 07
0
[Announce] Samba 4.7.5 Available for Download
...o Ralph Boehme <slow at samba.org> * BUG 13181: Fix copying file with empty FinderInfo from Windows client to Samba share with fruit. o Günther Deschner <gd at samba.org> * BUG 10976: build: Deal with recent glibc sunrpc header removal. * BUG 13238: Make Samba work with tirpc and libnsl2. o David Disseldorp <ddiss at samba.org> * BUG 13208: vfs_ceph: Add fs_capabilities hook to avoid local statvfs. o Love Hornquist Astrand <lha at h5l.org> * BUG 12986: Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue. o Amitay Isa...
2020 Jun 02
2
Fwd: Hello
---------- Forwarded message --------- From: K. Kahurani <k.kahurani at gmail.com> Date: Sun, May 31, 2020 at 2:26 PM Subject: Hello To: <eblake at redhat.com> Hello, Hopefully this finds you well. This is not a bug report but more or less an inquiry as based on the information acquired from Jim Fehlig a while back, it is possible you would have some important information regarding
2012 Feb 05
4
qcow2 performance
Greets, I have to research performance-issues of a W2003-VM within KVM. Right now it's a qcow2-image-file w/ default settings within libvirt (configured by vmm ...) My question: what caching to use? writeback/writethrough/etc ... what to use for data integrity while not getting ultraslow performance? Found https://www.linuxfoundation.jp/jp_uploads/JLS2009/jls09_hellwig.pdf Is there
2018 Dec 04
2
Compilation error
Hi USing git, I reach the following error (below). Here is my configure parameters : CPPFLAGS="-I/include -I/usr/include/tirpc/" LDFLAGS="-L/lib -ltirpc" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexec=/usr/libexec --with-sql=yes --without-sqlite --with-mysql --with-ssl --without-shadow --without-nss --without-pam --without-ldap --with-zlib --with-bzlib --with-libwrap --with-libcap...
2017 Nov 18
1
[PATCH] build: Reference RPC_CFLAGS where needed
Since glibc-2.26 removed the /usr/include/rpc/rpc.h, it caused problem even though probing for libtirpc has taken place and worked properly. The problem is that RPC_CFLAGS (usually `-I/usr/include/tirpc` on Linux) was not used in places where it was needed. So the build failed with messages like the following: In file included from guestfs_protocol.c:6:0: guestfs_protocol.h:9:10: fatal error: rpc/...
2020 Jun 03
0
Re: Fwd: Hello
...king for WIRESHARK_DISSECTOR... no > checking for xdrmem_create in -lportablexdr... no > checking for library containing xdrmem_create... no > configure: error: Cannot find a XDR library You're missing a build pre-requisite library for XDR. On Linux distros this is provided by "tirpc" these days, try libtirpc-devel RPM or libtirpc-dev Debian package. Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https...
2018 Dec 04
0
Compilation error
.../autogen.sh first? Aki > On 04 December 2018 at 17:20 Joan Moreau via dovecot <dovecot at dovecot.org> wrote: > > > Hi > > USing git, I reach the following error (below). > > Here is my configure parameters : > > CPPFLAGS="-I/include -I/usr/include/tirpc/" LDFLAGS="-L/lib -ltirpc" > ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var > --libexec=/usr/libexec --with-sql=yes --without-sqlite --with-mysql > --with-ssl --without-shadow --without-nss --without-pam --without-ldap > --with-zlib --with-bzlib --with-l...
2016 Feb 25
2
Building with LLVM_PARALLEL_XXX_JOBS
...__cxa_throw in stdc++ -- Looking for __cxa_throw in stdc++ - found -- Looking for __i686__ -- Looking for __i686__ - found -- Looking for __i386__ -- Looking for __i386__ - found -- Compiler-RT supported architectures: x86_64 -- Looking for rpc/xdr.h -- Looking for rpc/xdr.h - found -- Looking for tirpc/rpc/xdr.h -- Looking for tirpc/rpc/xdr.h - not found -- Performing Test COMPILER_RT_TARGET_HAS_ATOMICS -- Performing Test COMPILER_RT_TARGET_HAS_ATOMICS - Success -- Clang version: 3.8.0 -- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG -- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_F...
2017 Mar 05
3
Error in Windows build from release_40 branch
Hi, I'm trying to do a build and install on Windows 10 with Visual Studio 2015 Community Edition for the X86 and ARM targets, from the current release_40 branch. While compilation completes without error, the INSTALL target fails with the following error: 54> CMake Error at projects/compiler-rt/lib/builtins/cmake_install.cmake:34 (file): 54> file INSTALL cannot find 54>
2018 Jan 25
0
[Announce] Samba 4.8.0rc2 Available for Download
...o Christof Schmitt <cs at samba.org> * BUG 13217: s3/smbd: Remove file system sharemode before calling unlink. o Andreas Schneider <asn at samba.org> * BUG 13209: Small improvements in winbindd for the resource cleanup in error cases. * BUG 13238: Make Samba work with tirpc and libnsl2. KNOWN ISSUES ============ https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.8#Release_blocking_bugs ####################################### Reporting bugs & Development Discussion ####################################### Please discuss this release on the samba-tec...
2018 Jan 25
0
[Announce] Samba 4.8.0rc2 Available for Download
...o Christof Schmitt <cs at samba.org> * BUG 13217: s3/smbd: Remove file system sharemode before calling unlink. o Andreas Schneider <asn at samba.org> * BUG 13209: Small improvements in winbindd for the resource cleanup in error cases. * BUG 13238: Make Samba work with tirpc and libnsl2. KNOWN ISSUES ============ https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.8#Release_blocking_bugs ####################################### Reporting bugs & Development Discussion ####################################### Please discuss this release on the samba-tec...
2018 Feb 12
0
[Announce] Samba 4.8.0rc3 Available for Download
...o Christof Schmitt <cs at samba.org> * BUG 13217: s3/smbd: Remove file system sharemode before calling unlink. o Andreas Schneider <asn at samba.org> * BUG 13209: Small improvements in winbindd for the resource cleanup in error cases. * BUG 13238: Make Samba work with tirpc and libnsl2. KNOWN ISSUES ============ https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.8#Release_blocking_bugs ####################################### Reporting bugs & Development Discussion ####################################### Please discuss this release on the samba-tec...
2018 Feb 12
0
[Announce] Samba 4.8.0rc3 Available for Download
...o Christof Schmitt <cs at samba.org> * BUG 13217: s3/smbd: Remove file system sharemode before calling unlink. o Andreas Schneider <asn at samba.org> * BUG 13209: Small improvements in winbindd for the resource cleanup in error cases. * BUG 13238: Make Samba work with tirpc and libnsl2. KNOWN ISSUES ============ https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.8#Release_blocking_bugs ####################################### Reporting bugs & Development Discussion ####################################### Please discuss this release on the samba-tec...
2016 Mar 03
3
Building with LLVM_PARALLEL_XXX_JOBS
I had only a quick view on the blog-texts. It might be that a CLANG generated with LTO/PGO speeds up the build. Can you confirm this? Can you confirm binutils-gold speed up the build? Has LLVM an own linker? Can be used? Speedup the build? Yesterday night I loooked through available CMAKE/LLVM variables... ### GOLD # CMAKE_LINKER:FILEPATH=/usr/bin/ld #
2018 Mar 13
0
Samba 4.8.0 and Schema 69 support (including replication)
...o Christof Schmitt <cs at samba.org> * BUG 13217: s3/smbd: Remove file system sharemode before calling unlink. o Andreas Schneider <asn at samba.org> * BUG 13209: Small improvements in winbindd for the resource cleanup in error cases. * BUG 13238: Make Samba work with tirpc and libnsl2. KNOWN ISSUES ============ https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.8#Release_blocking_bugs ####################################### Reporting bugs & Development Discussion ####################################### Please discuss this release on the samba-tec...
2016 Dec 19
1
How to create Debian packages for release 3.9.0
Hello, Le 12/12/2016 à 18:29, Hans Wennborg a écrit : > +Sylvestre who knows about these things. > > On Thu, Dec 8, 2016 at 2:24 AM, Kris van Rens via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> L.S., >> >> I'm currently in the process of creating Debian packages for >> clang/llvm release 3.9.0. For this I'm using the steps as explained on
2018 Mar 13
10
[Announce] Samba 4.8.0 Available for Download
...o Christof Schmitt <cs at samba.org> * BUG 13217: s3/smbd: Remove file system sharemode before calling unlink. o Andreas Schneider <asn at samba.org> * BUG 13209: Small improvements in winbindd for the resource cleanup in error cases. * BUG 13238: Make Samba work with tirpc and libnsl2. KNOWN ISSUES ============ https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.8#Release_blocking_bugs ####################################### Reporting bugs & Development Discussion ####################################### Please discuss this release on the samba-tec...