search for: shconfig

Displaying 20 results from an estimated 22 matches for "shconfig".

Did you mean: shmconfig
2003 Jan 08
2
[PATCH] Add .svn to the exclude list for --cvs-exclude
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.samba.org/archive/rsync/attachments/20030108/7b6ccd16/attachment.bin
2008 Feb 12
0
[PATCH] Make `make distclean' remove a few more files.
...file config.h config.status + rm -f lib/dummy popt/dummy zlib/dummy rm -f $(srcdir)/Makefile $(srcdir)/config.h $(srcdir)/config.status + rm -f $(srcdir)/lib/dummy $(srcdir)/popt/dummy $(srcdir)/zlib/dummy rm -f config.cache config.log rm -f $(srcdir)/config.cache $(srcdir)/config.log rm -f shconfig $(srcdir)/shconfig rm -f $(GENFILES) + rm -rf autom4te.cache # this target is really just for my use. It only works on a limited # range of machines and is used to produce a list of potentially -- 1.5.4.rc3.15.g4bbc
2002 Jul 12
0
Installation
...es, just in case somebody previously configured things in # the source directory. distclean: clean rm -f Makefile config.h config.status rm -f $(srcdir)/Makefile $(srcdir)/config.h $(srcdir)/config.status rm -f config.cache config.log rm -f $(srcdir)/config.cache $(srcdir)/config.log rm -f shconfig $(srcdir)/shconfig # this target is really just for my use. It only works on a limited # range of machines and is used to produce a list of potentially # dead (ie. unused) functions in the code. (tridge) finddead: nm *.o */*.o |grep 'U ' | awk '{print $$2}' | sort -u > nmused.t...
2006 Mar 20
1
Rsync acl patch 1.113 compilation problems on cygwin
...source # ./configure --enable-acl-support checking whether to support ACLs... Using solaris ACLs configure: creating ./config.status config.status: creating Makefile config.status: creating lib/dummy config.status: creating zlib/dummy config.status: creating popt/dummy config.status: creating shconfig config.status: creating config.h rsync 2.6.7 configuration successful # make gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c rsync.c -o rsync.o rsync.c:105: warning: unused parameter 'dflt_perms' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c generator.c -o genera...
2006 Mar 03
1
rsync set up problem
Hi, I downloaded rsync-2.6.7pre2 and ran the configure without problem. But 'make' showed a bunch of errors (see below). What do I need to do to correct this problem? Thanks. : : : config.status: creating shconfig config.status: creating config.h rsync 2.6.7pre2 configuration successful [03/02/06 16:58:31] docsguard-187 server/rsync-2.6.7pre2# make gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c rsync.c -o rsync.o In file included from /usr/include/sys/signal.h:34, from /usr/include/si...
2001 Dec 16
1
compile errors with rsync 2.5.0 for RedHat linux 7.1 alpha
...ing for broken inet_ntoa... no checking for broken inet_aton... no checking whether -c -o works... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/dummy config.status: creating zlib/dummy config.status: creating popt/dummy config.status: creating shconfig config.status: creating config.h # make gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -c rsync.c -o rsync.o In file included from rsync.c:23: rsync.h:574: conflicting types for `inet_ntop' /usr/include/arpa/inet.h:67: previous declaration of `inet_ntop' make: *** [rsync.o] Error 1 Best regards,...
2002 Feb 06
1
2.5.2 will not compile
...... no checking for broken inet_aton... no checking whether -c -o works... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/dummy config.status: creating zlib/dummy config.status: creating popt/dummy config.status: creating shconfig config.status: creating config.h rsync 2.5.2 configuration successful
2006 Dec 04
1
make errors, rsync 2.6.9 with acls patch
...checking for sys/extattr.h... no checking whether to support extended attributes... Using OS X xattrs configure: creating ./config.status config.status: creating Makefile config.status: creating lib/dummy config.status: creating zlib/dummy config.status: creating popt/dummy config.status: creating shconfig config.status: creating config.h rsync 2.6.9 configuration successful errors noted when running make: racls.c: In function 'save_idas': acls.c:243: error: 'ACL_USER' undeclared (first use in this function) acls.c:243: error: (Each undeclared identifier is reported only once...
2003 Jun 07
1
patch to rsync to add options for pre- and post-transfer commands
...ame, int globals_only); int lp_numservices(void); int lp_number(char *name); + char *lp_prescript(int ); + char *lp_postscript(int ); void err_list_push(void); void log_init(void); void log_open(void); Only in rsync-2.5.6: rsync Only in rsync-2.5.6: rsync_script.patch Only in rsync-2.5.6: shconfig diff --exclude='*.o' -b --context rsync-2.5.6.orig/socket.c rsync-2.5.6/socket.c *** rsync-2.5.6.orig/socket.c 2003-01-26 20:35:09.000000000 -0700 --- rsync-2.5.6/socket.c 2003-05-19 14:22:41.000000000 -0600 *************** *** 419,426 **** if (fd == -1) continue; signal(SIGCH...
2002 Jan 27
1
Makefile.in (install-strip) problem & 2.5.2 build error
...ing for broken inet_ntoa... no checking for broken inet_aton... no checking whether -c -o works... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/dummy config.status: creating zlib/dummy config.status: creating popt/dummy config.status: creating shconfig config.status: creating config.h rsync 2.5.2 configuration successful rc=0 ======================================== make DESTDIR=/home/pcl321/peb/archive/rsync/rsync-2.5.2-inst-linux-gnulibc2 gcc -I. -I../rsync-2.5.2 -O2 -DHAVE_CONFIG_H -Wall -W -c ../rsync-2.5.2/rsync.c -o rsync.o In file in...
2002 Oct 07
1
building problem with rsync up to 2.5.5
...ing for broken inet_ntoa... no checking for broken inet_aton... no checking whether -c -o works... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/dummy config.status: creating zlib/dummy config.status: creating popt/dummy config.status: creating shconfig config.status: creating config.h rsync 2.5.5 configuration successful -------------- next part -------------- gcc -I. -I. -O3 -mcpu=i686 -march=i686 -DHAVE_CONFIG_H -Wall -W -c rsync.c -o rsync.o gcc -I. -I. -O3 -mcpu=i686 -march=i686 -DHAVE_CONFIG_H -Wall -W -c generator.c -o generator.o gen...
2002 Mar 22
0
Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc on AlphaServer 1000 5/300
...ing for broken inet_ntoa... no checking for broken inet_aton... no checking whether -c -o works... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/dummy config.status: creating zlib/dummy config.status: creating popt/dummy config.status: creating shconfig config.status: creating config.h rsync 2.5.4 configuration successful [root@hyperion: rsync-2.5.4]#echo $CC cc [root@hyperion: rsync-2.5.4]#make cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c rsync.c -o rsync.o cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c generator.c -o generator.o cc -I. -I. -g -DHA...
2008 Apr 07
3
rsync installation _error exit code1
...ther to support extended attributes... no checking whether cc supports -Wno-unused-parameter... yes configure.sh: creating ./config.status config.status: creating Makefile config.status: creating lib/dummy config.status: creating zlib/dummy config.status: creating popt/dummy config.status: creating shconfig config.status: creating config.h config.status: config.h is unchanged rsync 3.0.1 configuration successful # make (Bundled) cc: warning 422: Unknown option "-Wno-unused-parameter" ignored. (Bundled) cc: "lib/pool_alloc.h", line 10: error 1000: Unexpected symbol: "size...
2008 May 10
1
Failed to create rounding.h!
...sults... No ACL support found checking whether to support extended attributes... Using Linux xattrs configure.sh: creating ./config.status config.status: creating Makefile config.status: creating lib/dummy config.status: creating zlib/dummy config.status: creating popt/dummy config.status: creating shconfig config.status: creating config.h rsync 3.0.3pre1 configuration successful teddy@mail /usr/src/rsync-HEAD-20080508-0612GMT/build $ [Kmake In file included from /usr/src/rsync-HEAD-20080508-0612GMT/build/../rsync.h:388, from /usr/src/rsync-HEAD-20080508-0612GMT/build/../rou...
2002 Jul 28
0
Ex-Bug Report: -z option
...ing for broken inet_ntoa... no checking for broken inet_aton... no checking whether -c -o works... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/dummy config.status: creating zlib/dummy config.status: creating popt/dummy config.status: creating shconfig config.status: creating config.h rsync 2.5.5 configuration successful [root@dev rsync-2.5.5]# make gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c rsync.c -o rsync.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c generator.c -o generator.o generator.c: In function `recv_generator': generat...
2002 Mar 22
2
Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc
...ing for broken inet_ntoa... no checking for broken inet_aton... no checking whether -c -o works... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/dummy config.status: creating zlib/dummy config.status: creating popt/dummy config.status: creating shconfig config.status: creating config.h rsync 2.5.4 configuration successful [root@hyperion: rsync-2.5.4]#make cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c rsync.c -o rsync.o cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c generator.c -o generator.o cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c receiver.c -o rec...
2002 Nov 11
0
Regular Expression support
...ot;-" before patterns to switch include/exclude, and "R" +to specify a regular expressions pattern\&. .IP See the section of exclude patterns in the rsync man page for information on the syntax of this option\&. Only in rsync-2.5.5.mod/: sender.o Only in rsync-2.5.5.mod/: shconfig Only in rsync-2.5.5.mod/: socket.o Only in rsync-2.5.5.mod/: syscall.o Common subdirectories: rsync-2.5.5/testhelp and rsync-2.5.5.mod/testhelp Common subdirectories: rsync-2.5.5/testsuite and rsync-2.5.5.mod/testsuite Only in rsync-2.5.5.mod/: token.o Only in rsync-2.5.5.mod/: uidlist.o Only in rs...
2002 Nov 06
4
Rsync-2.5.5 on Tru64 UNIX V51.A
...ing for broken inet_ntoa... no checking for broken inet_aton... no checking whether -c -o works... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/dummy config.status: creating zlib/dummy config.status: creating popt/dummy config.status: creating shconfig config.status: creating config.h rsync 2.5.5 configuration successful phobson@itustb1:-) 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 generator.o generator.c: In function `generate_sums...
2002 Mar 12
1
Problems with 2.5.3 under Debian Linux
...ing for broken inet_ntoa... no checking for broken inet_aton... no checking whether -c -o works... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/dummy config.status: creating zlib/dummy config.status: creating popt/dummy config.status: creating shconfig config.status: creating config.h rsync 2.5.3 configuration successful bash-2.05a$ 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 generator.o generator.c: In function `recv_generator': g...
2002 Nov 15
0
building rsync on MacOSX 10.2.2
...ing for broken inet_ntoa... no checking for broken inet_aton... no checking whether -c -o works... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/dummy config.status: creating zlib/dummy config.status: creating popt/dummy config.status: creating shconfig config.status: creating config.h rsync 2.5.5 configuration successful diderot:/Volumes/local/tmp/rsync-2.5.5 59# 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 gen...