[Bug 13496] lseek returned -1, not 2147483648: Invalid argument (22)

samba-bugs at samba.org samba-bugs at samba.org
Fri Jun 29 16:05:02 UTC 2018


https://bugzilla.samba.org/show_bug.cgi?id=13496

--- Comment #1 from Peter Koch <samba.pkoch at dfgh.net> ---
(In reply to Peter Koch from comment #0)

Our Sun Solaris 10 machine is a 64bit system but our
gcc compiler creates 32bit executables if not told
otherwise

root at v480# file /usr/bin/rsync
/usr/bin/rsync: ELF 32-bit MSB executable SPARC Version 1, dynamically linked,
stripped

I was hoping that my problem would go away if rsync was
compiled as a 64bit binary. So I recreated rsync with

sh configure CFLAGS=-m64 --prefix=/usr; make; make install

root at v480# file /usr/bin/rsync
/usr/bin/rsync: ELF 64-bit MSB executable SPARCV9 Version 1, dynamically
linked, stripped

But both exectables fail with the same error message

Peter

-- 
You are receiving this mail because:
You are the QA Contact for the bug.



More information about the rsync mailing list