search for: adler32

Displaying 20 results from an estimated 49 matches for "adler32".

2002 Jan 07
0
rsync-2.5.1 / zlib patches
...to compile using Compaq C on OpenVMS. These patches should also be needed on a Tru64 or LINUX on ALPHA using Compaq C. These should work on any ANSI compliant compiler. Operating System: OpenVMS ALPHA V7.3 Compiler: Compaq C T6.5 Compiler switches: /WARN=ENABLE=(LEVEL4, QUESTCODE) The module adler32.c is testing the unsigned value len to see if it is greater than 0. Since this value can never be less than zero, a more specific test is to check if the value is non-zero. trees.c and zutil.c have function definitions with empty parameters instead of having a (void). This of course affects z...
2013 Jun 25
1
Syslinux 6.00 released
On Tue, 25 Jun, at 03:26:00PM, Helmut Hullen wrote: > ld: i386 architecture of input file `zlib/adler32.o' is incompatible with i386:x86-64 output By any chance are you using debian? Or gcc 4.8 on i386? Your toolchain isn't compiling zlib/adler32.o as an x86-64 object, rather it's dropping the '-m64' flag and compiling it as 32-bit. -- Matt Fleming, Intel Open Source Technolog...
2004 May 17
0
ld warning when installing packages with dll/so
Hi All, When installing a package using C/Fortran routines I get a large of the following ld warnings: ld: warning multiple definitions of symbol _adler32 /Library/Frameworks/R.framework/R(adler32.o) definition of _adler32 /usr/lib/libz.1.dylib(adler32.o) definition of _adler32 ld: warning multiple definitions of symbol _BC /Library/Frameworks/R.framework/Resources/bin/Frameworks/libreadline.4.3.dyl ib(terminal.so) definition of _BC /usr/lib/libncurs...
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
2013 Jul 01
1
Syslinux 6.00 released
On Sat, 29 Jun, at 04:46:00PM, Helmut Hullen wrote: > ld: i386 architecture of input file `zlib/adler32.o' is incompatible with i386:x86-64 output This is a problem with your toolchain - you don't have the necessary multilib support to build 64-bit objects. If you'll notice when building zlib/adler.o for efi64, the -m64 flag is being dropped. -- Matt Fleming, Intel Open Source Technol...
2010 Dec 30
1
problem building R 2.12.1 64-bit on Windows 7
...in32 make all recommended --------------------------------- Error message in context --------------------------------- . . . making uncompr.d from uncompr.c making zutil.d from zutil.c gcc -std=gnu99 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic -DR_ARCH='"x64"' -DW64 -c adler32.c -o adler32.o gcc -std=gnu99 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic -DR_ARCH='"x64"' -DW64 -c compress.c -o compress.o gcc -std=gnu99 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic -DR_ARCH='"x64"' -DW64 -c crc32.c -o crc32.o gcc -std=gnu99...
2002 Apr 05
2
little patch with zero priority
...n --- rsync-2.5.5-orig/Makefile.in Mon Mar 25 04:36:56 2002 +++ rsync-2.5.5/Makefile.in Thu Apr 4 20:38:23 2002 @@ -28,7 +28,7 @@ @LIBOBJS@ ZLIBOBJ=zlib/deflate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o \ zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib/trees.o \ - zlib/zutil.o zlib/adler32.o + zlib/zutil.o zlib/adler32.o OBJS1=rsync.o generator.o receiver.o cleanup.o sender.o exclude.o util.o main.o checksum.o match.o syscall.o log.o backup.o OBJS2=options.o flist.o io.o compat.o hlink.o token.o uidlist.o socket.o fileio.o batch.o \ clientname.o @@ -37,7 +37,7 @@ popt/popthelp....
2006 Jan 23
1
R-2.2.1 doesn't compile under cygwin/Win2000
...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 compress.o crc32.o deflate.o gzio.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o ranlib libz.a make[4]: Leaving directory `/home/Vonkad/R-2.2.1/src/extra/zlib' make[3]: Leaving directory `/home/Vonkad/R-2.2.1/src/extra/zlib' make[3]: Entering directory `/home/Vonkad/...
2002 Feb 27
1
anyone compile source on Mac OS X?
...ess.o connection.o authenticate.o lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o lib/permstring.o lib/inet_ntop.o lib/inet_pton.o lib/getnameinfo.o zlib/deflate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib/trees.o zlib/zutil.o zlib/adler32.o popt/findme.o popt/popt.o popt/poptconfig.o popt/popthelp.o popt/poptparse.o /usr/bin/ld: warning multiple definitions of symbol _snprintf lib/snprintf.o definition of _snprintf in section (__TEXT,__text) /usr/lib/libSystem.dylib(snprintf.o) definition of _snprintf /usr/bin/ld: warning multip...
2005 Sep 14
1
RSYNC "make" problems with HP UX 11.0 & GCC 3.3.2
...CONFIG_H -Wall -W -I./popt -c zlib/inftrees.c -o zlib/inftrees.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/trees.c -o zlib/trees.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/zutil.c -o zlib/zutil.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/adler32.c -o zlib/adler32.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/compress.c -o zlib/compress.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/crc32.c -o zlib/crc32.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/findme.c -o popt/findme.o popt/findme.c...
2010 May 27
10
A couple of questions
...e to push the desired checksum value (via fcntl?) and have btrfs compare the desired checksum with the file''s actual checksum on close(2), failing that call if the checksums don''t match. Would any of this be possible (without an awful lot of work)? Second: adding support for Adler32? Looking at the unstable git repo, it looks like there''s currently support for only the CRC-32C checksum algorithm. Is this correct? If so, is anyone working on adding support for Adler32? Cheers, Paul. (ps, please keep me CC-ed in on replies) -- To unsubscribe from this list: send...
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:
2013 Jun 25
4
Syslinux 6.00 released
On Tue, 25 Jun, at 01:52:00PM, Helmut Hullen wrote: > Thanks - now it crashes later ... What crash are you seeing? > I don't have the ia64 files which are needed for a complete binary. But > maybe that's only my special problem. You shouldn't need ia64 files to build ia32 and x86-64 versions of gnu-efi or Syslinux. -- Matt Fleming, Intel Open Source Technology Center
2003 Jun 21
2
rsync 2.5.6 for NCR MP-RAS
...opyright 1987-97, MetaWare Incorporated cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c zlib/zutil.c -o zlib/zutil.o NCR High Performance C Compiler R3.0c (c) Copyright 1994-97, NCR Corporation (c) Copyright 1987-97, MetaWare Incorporated cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c zlib/adler32.c -o zlib/adler32.o NCR High Performance C Compiler R3.0c (c) Copyright 1994-97, NCR Corporation (c) Copyright 1987-97, MetaWare Incorporated cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c popt/findme.c -o popt/findme.o NCR High Performance C Compiler R3.0c (c) Copyright 1994-97, NCR Corpor...
2002 Mar 20
4
rsync 2.5.4 on win2k machine
...o au thenticate.o lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o lib/permstri ng.o lib/inet_ntop.o lib/inet_pton.o lib/getaddrinfo.o lib/getnameinfo.o zlib/de flate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o zlib/inflate.o zlib/inftr ees.o zlib/infutil.o zlib/trees.o zlib/zutil.o zlib/adler32.o -lpopt Warning: resolving _h_errno by linking to __imp__h_errno (auto-import) fu000001.o(.idata$3+0xc): undefined reference to `templib_a_iname' nmth000000.o(.idata$4+0x0): undefined reference to `_nm__h_errno' collect2: ld returned 1 exit status make: *** [rsync] Error 1 Please let m...
2002 Nov 15
0
building rsync on MacOSX 10.2.2
...DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/infutil.c -o zlib/infutil.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/trees.c -o zlib/trees.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/zutil.c -o zlib/zutil.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/adler32.c -o zlib/adler32.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/findme.c -o popt/findme.o In file included from popt/system.h:55, from popt/findme.c:5: popt/popt.h:117: warning: type qualifiers ignored on function return type gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wal...
2002 Feb 20
1
Errors compiling rsync 2.5.2 on Solaris 8
...VE_CONFIG_H -Wall -W -I./popt -c zlib/infutil.c -o zlib/infutil.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/trees.c -o zlib/trees.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/zutil.c -o zlib/zutil.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/adler32.c -o zlib/adler32.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/findme.c -o popt/findme.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/popt.c -o popt/popt.o popt/popt.c: In function `poptAddAlias': popt/popt.c:673: warning: unused parameter `flags' gcc -I...
2002 Jul 28
0
Ex-Bug Report: -z option
...rameter `z' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c zlib/infutil.c -o zlib/infutil.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c zlib/trees.c -o zlib/trees.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c zlib/zutil.c -o zlib/zutil.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c zlib/adler32.c -o zlib/adler32.o 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 cleanup.o sender.o exclude.o util.o main.o checksum.o match.o syscall.o log.o backup.o options.o flist.o io.o compat.o hlink.o token...
2010 Feb 04
1
Help....package "GPLOTS" will not install. Linux
...TIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DVERSION=\"2.024\" -DXS_VERSION=\"2.024 \" -fPIC "-I/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE" -DGZIP_OS_CODE=3 -DUSE_PPPORT_H adler32.c gcc -c -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -ma...
2002 Jun 09
0
Compiling a static version of rsync
...clientname.o params.o loadparm.o clientserver.o access.o connection.o authenticate.o lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o lib/permstring.o zlib/deflate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib/trees.o zlib/zutil.o zlib/adler32.o popt/findme.o popt/popt.o popt/poptconfig.o popt/popthelp.o popt/poptparse.o -lresolv -lsocket -lnsl # file ./rsync rsync: ELF 32-bit LSB executable 80386 Version 1, dynamically linked, not stripped Any assistance appreciated. -- David Arnold dga@csse.monash.edu.au