Displaying 20 results from an estimated 11000 matches similar to: "Solaris 2.8/2.5.2 build issues"
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 Mar 19
0
BSD/OS and 2.5.2-current
Hi,
Ever since after 2.5.1, rsync is no longer compiling cleanly, or
make testing correctly :
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c log.c -o log.o
log.c: In function `log_transfer':
log.c:574: warning: unused parameter `file'
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c options.c -o options.o
options.c:273: warning: missing initializer for
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
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
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 Mar 28
1
(no subject)
There are quite a few compilation warnings from rsync-2.5.5rc1 that
could be eliminated by code cleanup.
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c main.c -o main.o
main.c: In function `start_client':
main.c:665: warning: unused variable `write_batch'
main.c:664: warning: unused variable `whole_file'
These warnings will go away when the two variables are properly
bracketed
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
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
2004 Mar 16
2
Rsync 2.6.0 compile problem
I am trying to compile rsync-2.6.0 on BSD/OS 5.0
patched to current level. gcc version 2.95.3
I ran configure: ./configure --with-rsh=rsh
This is the only error message given by configure:
checking sys/sysctl.h usability... no
checking sys/sysctl.h presence... yes
configure: WARNING: sys/sysctl.h: present but cannot be compiled
configure: WARNING: sys/sysctl.h: check for missing prerequisite
2004 May 27
0
compiling on HP-UX
Hi, everybody here!
I hope not all is old stuff, because I only scanning subjects
fast in this list. (and sorry for my worse english, too.)
1) rsync 2.6.0 on HP-UX (HP-UX server B.11.00 U 9000/803)
Running as server: crashed always after receiving data.
The data is transmitted correctly, and the server dies
afterwards. (rsync2.5.7 works anyway)
(about rsync2.6.2 later)
2) compiling
2008 Jun 04
1
3.0.3pre2 compile warnings on interix
All seems to compile ok but I get the following warnings on interix 3.5
flist.c: In function `recv_file_entry':
flist.c:840: warning: comparison between signed and unsigned
flist.c:874: warning: comparison between signed and unsigned
flist.c:876: warning: right shift count >= width of type
flist.c: In function `make_file':
flist.c:1178: warning: comparison between signed and unsigned
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 Jun 09
0
Compiling a static version of rsync
I need to compile a static version of rsync. Various versions of
the following command fail to produce a static version after the
"make" stage. Build box is i386 solaris 8.
Am I correct in thinking only the linker builds static libraries?
/tmp/rsync-2.5.5# ./configure --enable-static --disable-dynamic
/tmp/rsync-2.5.5# ./configure --enable-static --disable-shared
/tmp/rsync-2.5.5#
2003 Oct 08
2
2.5.6: a number of minor issues
I just picked up rsync 2.5.6 and installed it. I haven't actually
_used_ it for anything yet; this is entirely about a handful of minor
issues I noticed while building it. You may care or you may not; for
simplicity of language (to avoid many repeated "in case you care" and
such), the text below is written assuming you care about them all.
On a (32-bit) SPARC system, I noticed:
2002 Feb 02
1
Unixware Rsync compilation
Hi!
I have some problems compiling rsync.2.5.2 in Unixware 7.1.1.
Some examples:
popt/poptconfig.c:18: warning: subscript has type `char'
options.c:343: warning: missing initializer
options.c:343: warning: (near initialization for `long_options[67].val')
all of them are warnings, and when I compiling with gmake, the "rsync"
executable apparently runs.
Somebody
2008 Jun 03
2
unsafe_string_function_usage_here when linking smbd
I'm trying to build 3.0.30 on Alpha/Tru64-4.0G. The configure step
works,
but make fails when it tries to link smbd:
Compiling popt/popt.c
Compiling popt/poptconfig.c
Compiling popt/popthelp.c
Compiling popt/poptparse.c
Linking bin/smbd
ld:
Unresolved:
__unsafe_string_function_usage_here_size_t__
gmake: *** [bin/smbd] Error 1
This Should Never Happen :) -- that looks like a message for the
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:
2004 Feb 09
1
[patch] Add `--link-by-hash' option.
This patch adds the --link-by-hash=DIR option, which hard links received
files in a link farm arranged by MD4 file hash. The result is that the system
will only store one copy of the unique contents of each file, regardless of
the file's name.
Anyone have an example of an MD4 collision so I can test that case? :)
Patch Summary:
-1 +1 Makefile.in
-0 +304 hashlink.c (new)
2003 Oct 20
1
[patch] Samba 3.0.1pre1 : unable to link tdbbackup on Solaris 9
Hi to all,
On Solaris 9 (and below I think), Samba 3.0.1pre1's tdbbackup now needs snprintf which is not included in Solaris.
The following patch on master Makefile.in (~samba/source) should ease the compilation of tdbbackup :
diff -u Makefile.in.orig Makefile.in
--- Makefile.in.orig Mon Oct 20 11:06:54 2003
+++ Makefile.in Mon Oct 20 11:07:09 2003
@@ -629,7 +629,7 @@
2006 Mar 24
1
Compiling error on HP-UX 11i v1
Dear all
During compilation samba-3.0.21c on a HP-UX 11i v1 system I get an error.
./configure --prefix=/opt/samba-3.0.21c
make
...
Compiling popt/poptconfig.c
Compiling popt/popthelp.c
Compiling popt/poptparse.c
Linking bin/smbd
/usr/ccs/bin/ld: Unsatisfied symbols:
auth_script_init (first referenced in auth/auth.o) (code)
collect2: ld returned 1 exit status
*** Error exit code 1
Can