Displaying 20 results from an estimated 28 matches for "__stat64".
Did you mean:
_stat64
2013 Apr 01
1
flac 1.3.0pre3 pre-release
...you
want [enabled by default]
flac-1.3.0pre3/src/share/grabbag/file.c: In function
'grabbag__file_copy_metadata':
flac-1.3.0pre3/src/share/grabbag/file.c:53:21: error: storage size of
'srcstat' isn't known
AFAIU, mingw.org headers don't have _stat64 struct at all, they have
__stat64 instead.
_stat64 is from mingw-w64 headers (mingw-w64 has a #define __stat64
_stat64, so using __stat64 should work).
You also need to define __MSVCRT_VERSION__=0x0601, because that is the
condition on which mingw.org will define __stat64 structure and
_stat64() function.
Here are the patches. Wi...
2013 Apr 01
17
flac 1.3.0pre3 pre-release
Hi all,
The latest pre-release is here:
http://downloads.xiph.org/releases/flac/beta/flac-1.3.0pre3.tar.xz
but there will probably need to be at least one more.
I've tested this on
x86_64-linux
powerpc-linux
i386-openbsd5.2
i386-freebsd9
The majority of changes since the last pre-release is the addition of
Janne Hyv?rinen's utf8 I/O functionality. Janne's
2023 Mar 17
1
[libnbd PATCH v4 3/3] lib/utils: add unit test for async-signal-safe assert()
...type.
Yep, that's how autoconf checks whether an external symbol is provided
by the current set of linked libraries. Where it can go wrong is when
a public header has a macro that redefines the normal symbol name into
the actual library linkage name (think about the public stat()
vs. internal __stat64() mess when big files were first introduced, or
more recently, figuring out how to support 64-bit time on 32-bit
systems).
>
> ... I figured autoconf should have a "header check" too, and indeed it
> does: AC_CHECK_HEADER, AC_CHECK_HEADERS, at
> <https://www.gnu.org/softw...
2016 Feb 08
2
Compilation failure using mingw-w64 and gcc-5.3.0
...math.lo -MD -MP -MF .deps/bitmath.Tpo -c
bitmath.c -DDLL_EXPORT -DPIC -o .libs/bitmath.o
In file included from ../../include/share/compat.h:150:0,
from ./include/private/bitmath.h:39,
from bitmath.c:37:
../../include/share/win_utf8_io.h:54:43: warning: 'struct __stat64'
declared inside parameter list
int _stat64_utf8(const char *path, struct __stat64 *buffer);
^
../../include/share/win_utf8_io.h:54:43: warning: its scope is only this
definition or declaration, which is probably not what you want
../../include/share/...
2002 Dec 25
1
Trouble installing samba
...o
> checking for _lseek... no
> checking for __lseek... no
> checking for _read... no
> checking for __read... no
> checking for _write... no
> checking for __write... no
> checking for _fork... no
> checking for __fork... no
> checking for _stat64... no
> checking for __stat64... no
> checking for _fstat64... no
> checking for __fstat64... no
> checking for _lstat64... no
> checking for __lstat64... no
> checking for __sys_llseek... no
> checking for llseek... no
> checking for _llseek... no
> checking for __llseek... no
> checking for readdir6...
1999 Oct 26
0
Solaris 7 not compiling HEAD code
..._getdents... yes
checking for __getdents... no
checking for _lseek... yes
checking for __lseek... no
checking for _read... yes
checking for __read... no
checking for _write... yes
checking for __write... no
checking for _fork... yes
checking for __fork... no
checking for _stat64... yes
checking for __stat64... no
checking for _fstat64... yes
checking for __fstat64... no
checking for _lstat64... yes
checking for __lstat64... no
checking for __sys_llseek... no
checking for llseek... yes
checking for _llseek... yes
checking for __llseek... no
checking for readdir64... yes
checking for _readdir64... yes
c...
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
..._getdents... no
checking for __getdents... no
checking for _lseek... no
checking for __lseek... yes
checking for _read... no
checking for __read... yes
checking for _write... no
checking for __write... yes
checking for _fork... yes
checking for __fork... yes
checking for _stat64... no
checking for __stat64... no
checking for _fstat64... no
checking for __fstat64... no
checking for _lstat64... no
checking for __lstat64... no
checking for __sys_llseek... no
checking for llseek... no
checking for _llseek... no
checking for __llseek... no
checking for readdir64... (cached) no
checking for _readdir64... n...
2023 Mar 16
1
[libnbd PATCH v4 3/3] lib/utils: add unit test for async-signal-safe assert()
On 3/15/23 18:25, Eric Blake wrote:
> On Wed, Mar 15, 2023 at 12:01:57PM +0100, Laszlo Ersek wrote:
>> Don't try to test async-signal-safety, only that
>> NBD_INTERNAL_FORK_SAFE_ASSERT() works similarly to assert():
>>
>> - it prints diagnostics to stderr,
>>
>> - it calls abort().
>>
>> Some unfortunate gymnastics are necessary to avoid
2002 Oct 21
1
compilation probs...
...g for _getdents... no
checking for __getdents... no
checking for _lseek... no
checking for __lseek... no
checking for _read... no
checking for __read... no
checking for _write... no
checking for __write... no
checking for _fork... no
checking for __fork... no
checking for _stat64... no
checking for __stat64... no
checking for _fstat64... no
checking for __fstat64... no
checking for _lstat64... no
checking for __lstat64... no
checking for __sys_llseek... no
checking for llseek... no
checking for _llseek... no
checking for __llseek... no
checking for readdir64... (cached) no
checking for _readdir64... n...
2002 Oct 29
1
Problem running ./configure
...g for
_getdents... no checking for __getdents... no checking for _lseek... no
checking for __lseek... no checking for _read... no checking for
__read... no checking for _write... no checking for __write... no
checking for _fork... no checking for __fork... no checking for
_stat64... no checking for __stat64... no checking for _fstat64... no
checking for __fstat64... no checking for _lstat64... no checking for
__lstat64... no checking for __sys_llseek... no checking for llseek...
no checking for _llseek... no checking for __llseek... no checking for
readdir64... (cached) no checking for _readdir64... n...
2003 Jun 02
2
./configure --with-pam fails allways
...ecking for __lseek
configure:6362: checking for _read
configure:6362: checking for __read
configure:6417: checking for _write
configure:6417: checking for __write
configure:6417: checking for _fork
configure:6417: checking for __fork
configure:6472: checking for _stat64
configure:6472: checking for __stat64
configure:6472: checking for _fstat64
configure:6472: checking for __fstat64
configure:6472: checking for _lstat64
configure:6472: checking for __lstat64
configure:6527: checking for __sys_llseek
configure:6527: checking for llseek
configure:6527: checking for _llseek
configure:6527: checking for _...
2002 Nov 21
0
please can someone help me?
..._getdents... yes
checking for __getdents... no
checking for _lseek... yes
checking for __lseek... no
checking for _read... yes
checking for __read... no
checking for _write... yes
checking for __write... no
checking for _fork... yes
checking for __fork... no
checking for _stat64... no
checking for __stat64... yes
checking for _fstat64... no
checking for __fstat64... yes
checking for _lstat64... no
checking for __lstat64... yes
checking for __sys_llseek... no
checking for llseek... no
checking for _llseek... no
checking for __llseek... no
checking for readdir64... (cached) no
checking for _readdir64.....
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]
...checking for __lseek... (cached) yes
checking for _read... (cached) no
checking for __read... (cached) yes
checking for _write... (cached) no
checking for __write... (cached) yes
checking for _fork... (cached) yes
checking for __fork... (cached) yes
checking for _stat64... (cached) no
checking for __stat64... (cached) no
checking for _fstat64... (cached) no
checking for __fstat64... (cached) no
checking for _lstat64... (cached) no
checking for __lstat64... (cached) no
checking for __sys_llseek... (cached) no
checking for llseek... (cached) no
checking for _llseek... (cached) no
checking for __llseek....
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
...o
checking for __lseek... (cached) yes
checking for _read... (cached) no
checking for __read... (cached) yes
checking for _write... (cached) no
checking for __write... (cached) yes
checking for _fork... (cached) no
checking for __fork... (cached) yes
checking for _stat64... (cached) no
checking for __stat64... (cached) no
checking for _fstat64... (cached) no
checking for __fstat64... (cached) no
checking for _lstat64... (cached) no
checking for __lstat64... (cached) no
checking for __sys_llseek... (cached) no
checking for llseek... (cached) yes
checking for _llseek... (cached) no
checking for __llseek...
2004 Jan 15
2
Installation Problem !!!
...etdents... no
checking for _lseek... no
checking for __lseek... yes
checking for _read... no
checking for __read... yes
checking for getdirentries... yes
checking for _write... no
checking for __write... yes
checking for _fork... no
checking for __fork... yes
checking for _stat64... no
checking for __stat64... no
checking for _fstat64... no
checking for __fstat64... no
checking for _lstat64... no
checking for __lstat64... no
checking for __sys_llseek... no
checking for llseek... yes
checking for _llseek... no
checking for __llseek... no
checking for readdir64... (cached) yes
checking for _readdir64......
2002 May 06
1
A make problem with Samba 2.2.4
..._getdents... no
checking for __getdents... no
checking for _lseek... no
checking for __lseek... yes
checking for _read... no
checking for __read... yes
checking for _write... no
checking for __write... yes
checking for _fork... yes
checking for __fork... yes
checking for _stat64... no
checking for __stat64... no
checking for _fstat64... no
checking for __fstat64... no
checking for _lstat64... no
checking for __lstat64... no
checking for __sys_llseek... no
checking for llseek... no
checking for _llseek... no
checking for __llseek... no
checking for readdir64... (cached) no
checking for _readdir64... n...
2005 Aug 10
2
Compiling smbtorture
...etdents... no
checking for _lseek... no
checking for __lseek... yes
checking for _read... no
checking for __read... yes
checking for getdirentries... yes
checking for _write... no
checking for __write... yes
checking for _fork... no
checking for __fork... yes
checking for _stat64... no
checking for __stat64... no
checking for _fstat64... no
checking for __fstat64... no
checking for _lstat64... no
checking for __lstat64... no
checking for __sys_llseek... no
checking for llseek... yes
checking for _llseek... no
checking for __llseek... no
checking for readdir64... (cached) yes
checking for _readdir64......
2008 Jul 08
0
Report this to samba-technical@samba.org, ldap_initialize error
...etdents... no
checking for _lseek... yes
checking for __lseek... no
checking for _read... yes
checking for __read... no
checking for getdirentries... no
checking for _write... yes
checking for __write... no
checking for _fork... yes
checking for __fork... no
checking for _stat64... yes
checking for __stat64... no
checking for _fstat64... yes
checking for __fstat64... no
checking for _lstat64... yes
checking for __lstat64... no
checking for __sys_llseek... no
checking for llseek... yes
checking for _llseek... yes
checking for __llseek... no
checking for readdir64... (cached) yes
checking for _readdir64...