search for: __fxstat

Displaying 20 results from an estimated 30 matches for "__fxstat".

2017 Feb 22
2
[lld] elf linker creates undefined empty symbol
.... ``` NAME: sleep SYMINDEX: 2 NAME: sched_yield SYMINDEX: 1 NAME: __libc_start_main SYMINDEX: 0 ``` `readelf --relocs` Shows that we create : ... 000000255110 002900000007 R_X86_64_JUMP_SLO 0000000000254410 __xstat at GLIBC_2.2.5 + 0 000000255118 001e00000007 R_X86_64_JUMP_SLO 0000000000254420 __fxstat at GLIBC_2.2.5 + 0 000000255120 000000000007 R_X86_64_JUMP_SLO 0 000000255128 002c00000007 R_X86_64_JUMP_SLO 0000000000254440 uname at GLIBC_2.2.5 + 0 000000255130 001b00000007 R_X86_64_JUMP_SLO 0000000000254450 getenv at GLIBC_2.2.5 + 0 ... When __libc_start_main is hidden,...
2003 Jun 19
0
flashpluginwrapper for Flash 6 (Shared Library Tools redux)
...nst char *__nptr, char **__endptr, int __base, int __group) { return strtoul (__nptr, __endptr, __base); } void __terminate() { fprintf (stderr, "terminate!\n"); } ssize_t __write (int __fd, const void *__buf, size_t __size) { return write (__fd, __buf, __size); } int __fxstat(int __ver, int __filedesc, struct stat *__stat_buf) { return fstat (__filedesc, __stat_buf); } int __xstat(int __ver, const char *__filename, struct stat *__stat_buf) { return stat (__filename, __stat_buf); } I installed this new version of flashpluginwrapper, installed the linux-flashplug...
2017 Feb 22
2
[lld] elf linker creates undefined empty symbol
On Tue, Feb 21, 2017 at 2:05 PM, Rafael Avila de Espindola via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Carlo Kok <ck at remobjects.com> writes: > > > On 2017-02-21 20:33, Rafael Avila de Espindola wrote: > >>> Input files: > >>> https://www.dropbox.com/s/8yn3dggx05atn47/binLinux.zip?dl=0 > >> > >> If you pass --reproduce
2002 Dec 25
1
Trouble installing samba
...__dup2... no > checking for __opendir... no > checking for __readdir... no > checking for __seekdir... no > checking for __telldir... no > checking for __closedir... no > checking for __getcwd... no > checking for _getcwd... no > checking for __xstat... no > checking for __fxstat... no > checking for __lxstat... no > checking for _stat... no > checking for _lstat... no > checking for _fstat... no > checking for __stat... no > checking for __lstat... no > checking for __fstat... no > checking for _acl... no > checking for __acl... no > checking...
1999 Oct 26
0
Solaris 7 not compiling HEAD code
..... yes checking for __dup... no checking for __dup2... no checking for __opendir... no checking for __readdir... no checking for __seekdir... no checking for __telldir... no checking for __closedir... no checking for __getcwd... no checking for _getcwd... yes checking for __xstat... no checking for __fxstat... no checking for __lxstat... no checking for _stat... yes checking for _lstat... yes checking for _fstat... yes checking for __stat... no checking for __lstat... no checking for __fstat... no checking for _acl... yes checking for __acl... no checking for _facl... yes checking for __facl... no che...
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
...checking for __dup... yes checking for __dup2... yes checking for __opendir... yes checking for __readdir... yes checking for __seekdir... yes checking for __telldir... yes checking for __closedir... yes checking for __getcwd... yes checking for _getcwd... no checking for __xstat... no checking for __fxstat... no checking for __lxstat... no checking for _stat... no checking for _lstat... no checking for _fstat... no checking for __stat... yes checking for __lstat... yes checking for __fstat... yes checking for _acl... no checking for __acl... no checking for _facl... no checking for __facl... no check...
2002 Oct 21
1
compilation probs...
...r... no checking for __dup... no checking for __dup2... no checking for __opendir... no checking for __readdir... no checking for __seekdir... no checking for __telldir... no checking for __closedir... no checking for __getcwd... no checking for _getcwd... no checking for __xstat... no checking for __fxstat... no checking for __lxstat... no checking for _stat... no checking for _lstat... no checking for _fstat... no checking for __stat... no checking for __lstat... no checking for __fstat... no checking for _acl... no checking for __acl... no checking for _facl... no checking for __facl... no checking...
2002 Oct 29
1
Problem running ./configure
...r... no checking for __dup... no checking for __dup2... no checking for __opendir... no checking for __readdir... no checking for __seekdir... no checking for __telldir... no checking for __closedir... no checking for __getcwd... no checking for _getcwd... no checking for __xstat... no checking for __fxstat... no checking for __lxstat... no checking for _stat... no checking for _lstat... no checking for _fstat... no checking for __stat... no checking for __lstat... no checking for __fstat... no checking for _acl... no checking for __acl... no checking for _facl... no checking for __facl... no checking...
2003 Jun 02
2
./configure --with-pam fails allways
...r configure:6032: checking for __readdir configure:6032: checking for __seekdir configure:6032: checking for __telldir configure:6032: checking for __closedir configure:6087: checking for __getcwd configure:6087: checking for _getcwd configure:6142: checking for __xstat configure:6142: checking for __fxstat configure:6142: checking for __lxstat configure:6197: checking for _stat configure:6197: checking for _lstat configure:6197: checking for _fstat configure:6197: checking for __stat configure:6197: checking for __lstat configure:6197: checking for __fstat configure:6252: checking for _acl configure:...
2002 Nov 21
0
please can someone help me?
.... yes checking for __dup... no checking for __dup2... no checking for __opendir... yes checking for __readdir... no checking for __seekdir... no checking for __telldir... no checking for __closedir... no checking for __getcwd... no checking for _getcwd... yes checking for __xstat... no checking for __fxstat... no checking for __lxstat... no checking for _stat... yes checking for _lstat... yes checking for _fstat... yes checking for __stat... no checking for __lstat... no checking for __fstat... no checking for _acl... no checking for __acl... no checking for _facl... no checking for __facl... no check...
2002 Jul 26
1
creating unicode_map.437 and unicode_map.ISO8859-1?
Hello, I am running HP-UX 11 with Samba 2.2.5 binaries for HPUX and I keep getting the error that Samba can't find the unicode_map.xxx file. Well, I notice that all I have in /usr/local/samba/lib/codepages is codepage type files, not unicode. Why do the binaries not include a compiled make_unicodemap? I did download the source and found the .c file for the command. When I try to run
2002 Oct 11
0
[Fwd: samba-2.2.5 in Tru64 unix v4.0e]
...dir... (cached) yes checking for __readdir... (cached) yes checking for __seekdir... (cached) yes checking for __telldir... (cached) yes checking for __closedir... (cached) yes checking for __getcwd... (cached) yes checking for _getcwd... (cached) no checking for __xstat... (cached) no checking for __fxstat... (cached) no checking for __lxstat... (cached) no checking for _stat... (cached) no checking for _lstat... (cached) no checking for _fstat... (cached) no checking for __stat... (cached) yes checking for __lstat... (cached) yes checking for __fstat... (cached) yes checking for _acl... (cached) no...
2001 Jan 26
10
Please Help
I've downloaded the binary Samba 2.0.7 for AIX. I have no idea how to install this critter. Can anyone walk me thru this step by step? I think once i have it running, I'll be able to configure it based on the info at samba.org. It's just getting it running that troubles me. I have some experience with *nix, but not with compliling (sorry, no C compliler on system) and installing
2002 Jul 01
5
./configure --with-pam
..._opendir... (cached) no checking for __readdir... (cached) no checking for __seekdir... (cached) no checking for __telldir... (cached) no checking for __closedir... (cached) no checking for __getcwd... (cached) no checking for _getcwd... (cached) no checking for __xstat... (cached) yes checking for __fxstat... (cached) yes checking for __lxstat... (cached) yes checking for _stat... (cached) no checking for _lstat... (cached) no checking for _fstat... (cached) no checking for __stat... (cached) yes checking for __lstat... (cached) yes checking for __fstat... (cached) yes checking for _acl... (cached) n...
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...IBC_2.2.5 rint 0000000000000000 DF *UND* 000000000000003c GLIBC_2.2.5 remove 0000000000000000 DF *UND* 0000000000000040 GLIBC_2.2.5 opendir 0000000000000000 DF *UND* 00000000000008a5 Base _ZNSt3__112__next_primeEm 0000000000000000 DF *UND* 0000000000000044 GLIBC_2.2.5 __fxstat 0000000000000000 DF *UND* 0000000000000025 GLIBC_2.2.5 mprotect 0000000000000000 DF *UND* 000000000000003c GLIBC_2.2.5 strncasecmp 0000000000000000 DF *UND* 00000000000000af GLIBC_2.2.5 send 0000000000000000 DF *UND* 00000000000000b8 Base _ZNSt3__112basic_stringIcNS_1...
2004 Jan 15
2
Installation Problem !!!
..... no checking for __dup... no checking for __dup2... yes checking for __opendir... no checking for __readdir... no checking for __seekdir... no checking for __telldir... no checking for __closedir... no checking for __getcwd... no checking for _getcwd... no checking for __xstat... yes checking for __fxstat... yes checking for __lxstat... yes checking for _stat... no checking for _lstat... no checking for _fstat... no checking for __stat... yes checking for __lstat... yes checking for __fstat... yes checking for _acl... no checking for __acl... no checking for _facl... no checking for __facl... no che...
2002 May 06
1
A make problem with Samba 2.2.4
...checking for __dup... yes checking for __dup2... yes checking for __opendir... yes checking for __readdir... yes checking for __seekdir... yes checking for __telldir... yes checking for __closedir... yes checking for __getcwd... yes checking for _getcwd... no checking for __xstat... no checking for __fxstat... no checking for __lxstat... no checking for _stat... no checking for _lstat... no checking for _fstat... no checking for __stat... yes checking for __lstat... yes checking for __fstat... yes checking for _acl... no checking for __acl... no checking for _facl... no checking for __facl... no check...
2013 Apr 19
8
[PATCH 0 of 8] blktap3/libvhd: Introduce VHD library.
This patch series introduces the VHD library. It is based on the blktap2 one, with changes coming from the blktap2.5 one. Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>
2005 Aug 10
2
Compiling smbtorture
..... no checking for __dup... no checking for __dup2... yes checking for __opendir... no checking for __readdir... no checking for __seekdir... no checking for __telldir... no checking for __closedir... no checking for __getcwd... no checking for _getcwd... no checking for __xstat... yes checking for __fxstat... yes checking for __lxstat... yes checking for _stat... no checking for _lstat... no checking for _fstat... no checking for __stat... yes checking for __lstat... yes checking for __fstat... yes checking for _acl... no checking for __acl... no checking for _facl... no checking for __facl... no che...
2008 Jul 08
0
Report this to samba-technical@samba.org, ldap_initialize error
..... yes checking for __dup... no checking for __dup2... no checking for __opendir... no checking for __readdir... no checking for __seekdir... no checking for __telldir... no checking for __closedir... no checking for __getcwd... no checking for _getcwd... yes checking for __xstat... no checking for __fxstat... no checking for __lxstat... no checking for _stat... yes checking for _lstat... yes checking for _fstat... yes checking for __stat... no checking for __lstat... no checking for __fstat... no checking for _acl... yes checking for __acl... no checking for _facl... yes checking for __facl... no che...