Displaying 20 results from an estimated 33 matches for "__xstat".
2006 May 10
1
Floating Point Exception
I have a Fedora Core server running:
Fedora Core release 4 (Stentz)
kernel version: 2.6.15-1.1833_FC4smp
( I have also tried kernel version: 2.6.16-1.2108_FC4smp)
I compiled the ocfs2 and ocfs2-tools using the following steps:
# MODULES:
tar zxvpf ocfs2-1.2.1.tar.gz
cd ocfs2-1.2.1
./configure
make
make install
# TOOLS:
tar zxf ocfs2-tools-1.2.1.tar.gz
cd ocfs2-tools-1.2.1
./configure
2015 Oct 22
8
RFC: Inlining report
...: setExit
DEAD STATIC FUNC: copyFileName
DEAD STATIC FUNC: showFileNames
DEAD STATIC FUNC: stat
....
COMPILE FUNC: cleanUpAndFail
-> llvm.lifetime.start
[[Callee is intrinsic]]
-> INLINE: stat (35<=487)
<<Callee is single basic block>>
-> EXTERN: __xstat
-> EXTERN: fprintf
-> EXTERN: fclose
-> EXTERN: remove
-> EXTERN: fprintf
-> EXTERN: fprintf
-> EXTERN: fprintf
-> EXTERN: fprintf
-> EXTERN: fprintf
-> EXTERN: fprintf
-> INLINE: setExit (15<=225)
<<Inlining is profitable&g...
2017 Feb 22
2
[lld] elf linker creates undefined empty symbol
...tps://reviews.llvm.org/F3100177
The attached foo.diff adds a print which shows the issue.
```
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_J...
2003 Jun 19
0
flashpluginwrapper for Flash 6 (Shared Library Tools redux)
...se);
}
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-flashplugin6 library in browser_plugins. Now, the Flash 6 code
segfaults in pthread_mutex_init(), called from
Program...
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
2016 Oct 11
4
Port to other Operating Systems
Hello all,
Pardon me if this has already been covered elsewhere, however I have not been able to find such documentation. Is there a consolidated set of documentation that clearly explains what's necessary to port LLVM to other OSes & how to add support for building executables (& libraries) for those OSes? I'm searching through the source in an attempt to understand what needs to
2002 Dec 25
1
Trouble installing samba
...or __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
> checki...
1999 Oct 26
0
Solaris 7 not compiling HEAD code
...yes
checking for _closedir... 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
c...
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
...ecking for _closedir... no
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
che...
2002 Oct 21
1
compilation probs...
..... no
checking for _closedir... 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
checki...
2002 Oct 29
1
Problem running ./configure
..... no checking for _closedir... 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 checki...
2003 Jun 02
2
./configure --with-pam fails allways
...configure:6032: checking for __opendir
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
config...
2002 Nov 21
0
please can someone help me?
...es
checking for _closedir... 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
che...
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]
...... (cached) yes
checking for __opendir... (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)...
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
...__dup2... (cached) yes
checking for __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... (cache...
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...24_NSt3__113basic_istreamIcNS_11char_traitsIcEEED0Ev
0000000000000000 DF *UND* 00000000000000e5 Base _ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv
0000000000000000 DF *UND* 0000000000000044 GLIBC_2.2.5 regfree
0000000000000000 DF *UND* 0000000000000044 GLIBC_2.2.5 __xstat64
0000000000000000 DF *UND* 0000000000000005 Base _ZNSt3__118condition_variableD1Ev
0000000000000000 DF *UND* 0000000000000323 GLIBC_2.2.5 realloc
0000000000000000 DF *UND* 0000000000000015 GLIBC_2.2.5 posix_spawn
0000000000000000 DF *UND* 0000000000000020 Base...
2004 Jan 15
2
Installation Problem !!!
.... no
checking for _closedir... 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...
2002 May 06
1
A make problem with Samba 2.2.4
...ecking for _closedir... no
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
che...