Displaying 5 results from an estimated 5 matches for "truncate64".
Did you mean:
truncate4
2010 Dec 19
1
Unable to build R-2.10.0 and later releases on AIX 6.1
Hi,
I have been able to build R-2.9.2 on AIX 6.1 and AIX 5.2. However, I
failed to build R-2.10.0 and later releases on these AIX platforms. The
error messages I got are attached below:
"connections.c", line 461.10: 1506-022 (S) "truncate64" is not a member
of "struct Rconn".
"connections.c", line 772.10: 1506-022 (S) "truncate64" is not a member
of "struct Rconn".
"connections.c", line 930.10: 1506-022 (S) "truncate64" is not a member
of "struct Rconn".
"...
2004 Jan 28
6
long long on 32-bit machines
Hi all,
Does anyone happen to know if there are *any* 32-bit architectures (on
which Linux runs) for which the ABI for a "long long" is different from
passing two "longs" in the appropriate order, i.e. (hi,lo) for bigendian
or (lo,hi) for littleendian?
I'd like to switch klibc to use the 64-bit file ABI thoughout, but it's
a considerable porting effort, and
2012 Oct 25
0
Compiling Samba4 RC3 on AIX 6.1 with IBM vac
...eclaration on line 62 of
"/usr/include/sys/lockf.h".
"/usr/include/sys/lockf.h", line 64.20: 1506-377 (I) The type "long long"
of parameter 3 differs from the previous type "long".
"/usr/include/unistd.h", line 809.33: 1506-343 (S) Redeclaration of
ftruncate64 differs from previous declaration on line 807 of
"/usr/include/unistd.h".
"/usr/include/unistd.h", line 809.33: 1506-377 (I) The type "long long" of
parameter 2 differs from the previous type "long".
"/usr/include/unistd.h", line 845.33: 1506-343 (S...
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...UND: rt_sigsuspend
SYSCALL FOUND: openat
SYSCALL FOUND: rt_tgsigqueueinfo
SYSCALL FOUND: name_to_handle_at
SYSCALL FOUND: create_module
SYSCALL FOUND: setdomainname
SYSCALL FOUND: open
SYSCALL FOUND: timerfd_settime
SYSCALL FOUND: getxattr
SYSCALL FOUND: pause
SYSCALL FOUND: swapoff
SYSCALL FOUND: ftruncate64
SYSCALL FOUND: mmap2
SYSCALL FOUND: ioperm
SYSCALL FOUND: ioprio_get
SYSCALL FOUND: setpriority
SYSCALL FOUND: rt_sigqueueinfo
SYSCALL FOUND: nanosleep
SYSCALL FOUND: fanotify_init
SYSCALL FOUND: lremovexattr
SYSCALL FOUND: read
SYSCALL FOUND: fadvise64_64
SYSCALL FOUND: sched_setparam
SYSCALL FOUN...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote:
> >
> Find attached two patches I have in order to build klibc 2.0.2
> against kernel 3.8.13
> We had to introduce those patches when going from kernel 3.6 to kernel 3.7
> Hope it helps.
>
those patches are wrong and again very brittle.
just use the way it is described in `make help':
A) cd ~/src/linux