similar to: libsmb error

Displaying 20 results from an estimated 1000 matches similar to: "libsmb error"

2009 Aug 07
0
This is happening too
creating /altroot/samba-3.4.0/source3/exports/libnetapi.syms Linking shared library bin/libnetapi.so.0 Compiling libsmb/libsmb_cache.c In file included from libsmb/libsmb_cache.c:24: include/libsmbclient.h:78:25: sys/statvfs.h: No such file or directory In file included from libsmb/libsmb_cache.c:24: include/libsmbclient.h:875: warning: `struct statvfs' declared inside parameter list
2008 Jul 05
1
compiling 3.2.0 on freebsd 7.0 release fails
Hi, Today I tried to install the new 3.2.0 release, but that fails :-( config.status: executing rm-stdbool.h commands Using FLAGS = -O -D_SAMBA_BUILD_=3 -I/opt/include -I/usr/disk1/samba-3.2.0/source/popt -I/usr/disk1/samba-3.2.0/source/iniparser/src -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -DHAVE_CONFIG_H -Iinclude
2010 Feb 09
1
(no subject)
Hi, Anyone! Help me get Samba compiled, if you can. Latest Samba, freshest FreeBSD 8.0. So, full steps: fetch http://www.samba.org/samba/ftp/stable/samba-3.4.5.tar.gz tar zxf samba-3.4.5.tar.gz ; cd samba-3.4.5/source3 ./configure --prefix=/usr/local --with-configdir=/usr/local/etc --with-mandir=/usr/share/man --with-libiconv=/usr/local --with-krb5=/usr/local \ --enable-swat
2019 Jan 02
2
AA pass dependencies
On Wed, Jan 2, 2019 at 1:34 AM Markus Lavin <markus.lavin at ericsson.com> wrote: > To be more specific I am trying to use LVI from inside BasicAA to improve > some cases that turned out to be relevant for our downstream target. > > > > The code is in https://reviews.llvm.org/D55107 and I have problems with a > failing assert in the LazyValueInfoWrapperPass destructor
2018 Nov 08
2
Completeness of -print-after-all
Fedor, Yes that is what happens in my case that the loop is fully unrolled and hence ‘removed’. My objection though is that there is still IR that could be dumped (i.e. the function containing the loop that was removed or the entire module) and that is what I want to have dumped after each pass when I specify -print-after-all. Of course there may be certain implementation details that could make
2018 Dec 31
1
AA pass dependencies
The management of passes in the legacy PM is ... highly confusing. Do you have a specific problem you're trying to solve or a specific question? On Thu, Dec 27, 2018 at 6:47 AM Markus Lavin via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi, > > > Looking at the output of e.g. > > > llc -mtriple=x86_64-unknown-linux-gnu test/CodeGen/X86/pre-coalesce.ll >
2009 Aug 07
1
This is happening during config
checking sys/mount.h presence... yes configure: WARNING: sys/mount.h: present but cannot be compiled configure: WARNING: sys/mount.h: check for missing prerequisite headers? configure: WARNING: sys/mount.h: see the Autoconf documentation configure: WARNING: sys/mount.h: section "Present But Cannot Be Compiled" configure: WARNING: sys/mount.h: proceeding with the
2019 Jul 11
4
llvm.set.loop.iterations
After playing a bit with the newly introduced hardware loop framework I realize that the llvm.set.loop.iterations intrinsic takes as argument the number of iterations the loop will execute. In fact it goes all the way to, on IR, insert an addition of constant 1 to the number of taken backedges returned by SCEV. If the machine instruction realizing the loop is interested in the number of
2018 Dec 27
2
AA pass dependencies
Hi, Looking at the output of e.g. llc -mtriple=x86_64-unknown-linux-gnu test/CodeGen/X86/pre-coalesce.ll -debug-pass=Executions Why is it that 'Basic Alias Analysis (stateless AA impl)' is freed much earlier than 'Function Alias Analysis Results' even though the latter depends on the former (at least AFAICT by looking at lib/Analysis/AliasAnalysis.cpp)? Thanks! -Markus
2018 Nov 08
2
Completeness of -print-after-all
Hi, I recently worked on an issue where I realized that -print-after-all does not cover all passes run by the pass manager. E.g. it seems that loop passes are not fully covered and I could find that loop transformations showed up in the dump of the next non-loop pass (which happened to be 'Combine redundant instructions' and that was rather confusing). Specifying both -print-before-all
2013 May 17
2
Continued compilation errors with samba 3.6.15
? Hello. ?I'm trying to compile samba on a?armnas. ? First I execute: autogen.sh configure make ? And got the following error: ? ? ? ? Compiling ../libcli/samsync/decrypt.c Linking bin/net utils/net_rpc.o: In function `net_rpc': net_rpc.c:(.text+0x88): undefined reference to `libnetapi_net_init' utils/net_rpc.o: In function `net_rpc_file': net_rpc.c:(.text+0x2d74): undefined
2019 Apr 11
2
Upper case vs lower case in printed and parsed MIR
I am confused about the rules for when upper and lower case letters should be used in MIR. As an example our downstream target has upper case letters in its sub-register indices and as a result we cannot import exported MIR without manually 'lower casing' it first which is obviously rather annoying. Looking in https://llvm.org/docs/MIRLangRef.html it is stated that instruction names are
2011 Feb 02
1
Samba 3.5.6 - numerous regressions while running as AD member against Samba4alpha14 DC
Hi! I've setup Samba4alpha14 on a FreeBSD 8.2-RC2 box as a DC which just works serving network of a couple of dozens of Win7 clients. Then I installed Samba 3.5.6 on another of FreeBSD box and wanted to join it into the AD. I've run in the following set of issues: 1. Joining domain with "net ads join -U administrator" fails with the following error messages: "kinit
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,
2019 Jan 25
2
Concatenating DWARF location expressions
> From: aprantl at apple.com <aprantl at apple.com> > Since it sounds like the problem is only with implicit descriptions, would a rule > such as "if the expression has a DW_OP_stack_value, add an extra > DW_OP_deref" work for the PrologueEpilgueInserter or do we need > something more principled? Right, that could very well be sufficient for this particular case so
2010 Dec 15
1
Problem compiling Samba from source
Hi, It's taken me ages to get past teh compile dependencies and having to build most of the dependencies from source. I then ran make and within a few short compilations the samba3 make fails with the following errors: ~/samba-3.5.5/source3> make Using CFLAGS = -I../lib/zlib -I/app/utils//include -O -I. -I/app/builduser/samba-3.5.5/source3
2008 Jul 03
0
configure: error: Active Directory support requires ldap_initialize
Tried configure of samba-3.2.0 on Sparc Solaris 9 with the following line: ./configure --with-ldap --with-ads --with-pam --with-winbind --with-krb5=/usr/local > $log 2>&1 There is a problem where the following error is produced: configure: error: Active Directory support requires ldap_initialize I can use the same line on samba-3.0.10 and it compiles and works. $
2007 Apr 30
4
need some explanation
Hi, OS : Solaris 10 11/06 zpool list doesn''t reflect pool usage stats instantly. Why? # ls -l total 209769330 -rw------T 1 root root 107374182400 Apr 30 14:28 deleteme # zpool list NAME SIZE USED AVAIL CAP HEALTH ALTROOT wo 136G 100G 36.0G 73% ONLINE - # rm deleteme # zpool list NAME SIZE
2009 Jul 30
0
Can't compile 3.4.0 Binary on solarisx86
Hello lists I have tried to compile 3.0.4 binary on x86 versions of x86. I attached first 100 lines of config.log. It shows details of my environment. I think configuer works fine. But after I typed make command, some errors appeared. Does anyone have ideas of fix this problems? or Don't you have the instance of compiled on solaris10 OS. SAIKA Iwao bash-3.00#
2008 Aug 04
3
Kerberos-related configure script problem on Solaris with 3.2.0
I'm building samba-3.2.0 on a Solaris 10 x64 box using the Sun Studio cc compiler. I'm running into a problem. I have a workaround. Let me know if I should post a bug report. A. The problem: $ ./configure --prefix=/usr/local/samba-3.2.0 --with-ads --with-pam --with-acl-support --with-shared-modules=idmap_ad --enable-socket-wrapper --enable-nss-wrapper