Displaying 20 results from an estimated 1000 matches similar to: "Compiling a static version of rsync"
2002 Nov 15
0
building rsync on MacOSX 10.2.2
This is to let you know that although rsync compiled on MacOSX 10.2.2,
it failed certain tests. I have attached two files: (1) The combined
output of "./configure" and make", and (2) the output of "make check".
Please let me know if you need any further information.
Ed
-------------------------------------------------------
Edward N. Zalta
2002 Jul 28
0
Ex-Bug Report: -z option
Since writing this I've recompiled with zlib 1.1.4 and everything appears
smooth. Since this is intermittant, I'll send it off anyways in the hops that
someone else may see it. It also *might* apply to the "known issues"
entry about "unexpected close." (Similar symptoms, but it may just be a shared
codepath on the messages. Note that the dumped len in my output(4)
2002 Feb 27
1
anyone compile source on Mac OS X?
Did anyone have any luck compiling rsync 2.5.2, from source, on Mac OS X?
Doing a straight ./configure && make, I get the error below.
I've searched the lists here with no luck. Any pointers, or any URL
with more info would be great.
Thanks!
RSYNC 2.5.2 COMPILING ERROR ON MAC OS X:
root# make
Please ignore warnings below about mktemp -- it is used in a safe way
cc -g -O2
2002 Jan 29
1
Solaris 2.8/2.5.2 build issues
Folks,
Just downloaded 2.5.2 to play with...builds with a raft of warnings, and
the symlink test fails. Transcript below for anyone with the knowledge
and energy to repair.
This is done with gcc-3.0.3.
David.
-----
BUILD:
corona 2.5.2 7 $ make
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c rsync.c -o rsync.o
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c generator.c -o
2002 Mar 12
1
Problems with 2.5.3 under Debian Linux
I'm having serious problems with the current 2.5.3 release under
Debian "testing" and the 2.4.19-pre2 Linux kernel.
As you can see from the appended build log, I get many compiler
warnings. More seriously, when I install and try to use the
resulting binaries over ssh, things bomb horribly, e,g:
bash-2.05a$ rsync -vaz homer-rr.ka9q.net:wwv_wwvh .
receiving file list ... done
2005 Jun 09
0
[Bug 2780] New: fix acl patch
https://bugzilla.samba.org/show_bug.cgi?id=2780
Summary: fix acl patch
Product: rsync
Version: 2.6.5
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: flepied@mandriva.com
QAContact: rsync-qa@samba.org
2003 Jun 21
2
rsync 2.5.6 for NCR MP-RAS
Hi:
After compiling rsync2.5.6 using on SVR4 on Intel HW, Please help
# ./rsync --version
rsync: --version: unknown option
rsync error: syntax or usage error (code 1) at main.c(994)
# ./rsync --help
Segmentation Fault - core dumped
Here is log of compilation.
Script started on Sat Jun 21 05:56:15 2003
# make
cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c rsync.c -o rsync.o
NCR High
2002 Feb 20
1
Errors compiling rsync 2.5.2 on Solaris 8
When I compile on Solaris * I get the foillowing errors:
bash-2.03# gmake
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c rsync.c -o rsync.o
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c generator.c -o
generator.o
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c receiver.c -o
receiver.o
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c cleanup.c -o
cleanup.o
gcc
2002 Apr 05
2
little patch with zero priority
Hi, I have a little request, which should be considered "very very very
very low priority" but would be useful nonetheless... in Makefile.in
there are two lines with additional space at end of line and my editor
strip it, so I must hand-edit the cygwin-specific patch in order to
create the package (nothing serious: only patch is using /usr instead of
/usr/local as a default prefix and
2002 Jul 12
0
Installation
Hello,
I can not install rsync 2.5.5. on a Caldera Open Unix 8.0.0 Operating
System.
After ./configure I enter the command "make" and I get the following
Message:
UX:make: FEHLER: Zeile 66: Syntaxfehler
Where can I get help?
I add the files: config.log and Makefile.
P. Schnickmann
-------------- next part --------------
This file contains any messages produced by compilers while
running
2002 Mar 20
4
rsync 2.5.4 on win2k machine
Hi,
i have downloaded rsync 2.5.4 source and was trying to compile it on win2k
machine.
is it supported on win2k machine ?
Please ignore warnings below about mktemp -- it is used in a safe way
gcc -g -O2 -DHAVE_CONFIG_H -Wall -W -o rsync rsync.o generator.o receiver.o
cle
anup.o sender.o exclude.o util.o main.o checksum.o match.o syscall.o log.o
backu
p.o options.o flist.o io.o compat.o hlink.o
2005 Sep 14
1
RSYNC "make" problems with HP UX 11.0 & GCC 3.3.2
I am an rsync newbie trying to setup rsync on a HP UX 11.0 server, but
am running into problems in my "make". I am using gcc version 3.3.2 and
rsync-2.6.6.tar.gz. Would any of you have ideas on troubleshooting this
issue? I haven't had much luck googling info on this, with the
exception of switching from HP's simple c compiler to gcc. The warnings
and errors I am recieving
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
This patch (apologies for the size) updates zlib/* to the files that ship with
zlib 1.1.3.
Index: zlib/ChangeLog
===================================================================
RCS file: /cvsroot/rsync/zlib/ChangeLog,v
retrieving revision 1.1
diff -u -r1.1 ChangeLog
--- zlib/ChangeLog 7 May 1998 06:19:41 -0000 1.1
+++ zlib/ChangeLog 30 Jan 2002 01:12:41 -0000
@@ -1,6 +1,54 @@
ChangeLog
2002 May 07
0
Fixing exclude/exclude wildcard handling
Here's a first cut at replacing the fnmatch() call with some code that
knows how to distinguish "**" from "*" and also knows how to match at
the tail-end of the path (at any point following a slash). The new
function is based on Rich Salz's wildmat() code, which means that it
doesn't currently handle "[::alpha::]" style character classes. If we
want that
2005 Jan 05
1
rsync filename heuristics
On 5 Jan 2005, Rusty Russell <rusty@rustcorp.com.au> wrote:
> On Tue, 2005-01-04 at 18:24 +0100, Robert Lemmen wrote:
> > hi rusty,
> >
> > i read on some webpage about rsync and debian that you wrote a patch to
> > rsync that let's it uses heuristics when deciding which local file to
> > use. could you tell me whether this is planned to be included in
2002 Jan 13
1
rsynd-2.5.1 / hlink.c patches
Platform: Compaq OpenVMS Alpha 7.3
Compiler: Compaq C T6.5
The following patch resolves compile problems with the HLINK.C module.
The cast on function argument for the qsort() routine was wrong, and not
allowing the compile to complete.
When the function definiton of the hlink_compare() is corrected to have
the const qualifiers, the cast inside the qsort() function call is no
longer
2010 Dec 30
1
problem building R 2.12.1 64-bit on Windows 7
Hello,
I am stuck trying to build 64-bit R 2.12.1 on Windows 7, hopefully the
problem is obvious and someone can point out what I'm missing.
Well into the "make all recommended" process, I get an error:
make[4]: *** [Rzlib.dll] Error 4
(A longer report on the error in the build print is below - there
is also help output from sed that I have included but don't know if it
is
2003 Apr 29
6
Connection refused
I've added the:
/etc/services
/etc/inetd
entries as well as
/etc/rsync.conf
with the contents:
[io]
path = //Volumes/Mac_OS_X/Library/WebServer/iolanguage.com/Io
comment = iolanguage source code
But I get this error:
% rsync -rvR --progress localhost:/ .
localhost.dekorte.com: Connection refused
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error:
2006 Jan 23
1
R-2.2.1 doesn't compile under cygwin/Win2000
Hello,
I've just downloaded the R-2.2.1 source and I'm trying to
compile it under cygwin (1.5.19-4). The configure script runs
ok, but make generates the following error after a while:
----------------------------------------------------------------------------
-----
al/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -g -O2 -c zutil.c -o zutil.o
rm -f libz.a
ar cr libz.a adler32.o
2013 Jun 25
0
Syslinux 6.00 released
Hallo, Matt,
Du meintest am 25.06.13:
[compiling syslinux-6.00]
>> Thanks - now it crashes later ...
> What crash are you seeing?
------------- cite on -------------
[...]
gcc -Wp,-MT,abort.o,-MD,./.abort.o.d -Os -march=x86-64 -falign-
functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-
pointer -std=gnu99 -fno-stack-protector -fwrapv -freg-struct-return -