search for: popt

Displaying 20 results from an estimated 578 matches for "popt".

Did you mean: pop
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:
2005 Sep 14
1
RSYNC "make" problems with HP UX 11.0 & GCC 3.3.2
...ave 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 are below. TIA! -Dave Poe bash-2.04# 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 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 -I. -I. -g -O2 -DHAVE_CONF...
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 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 -I. -I. -g -O2 -DHAVE_CONFIG_H...
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 -I. -I. -g -O2 -DHAVE_CONFI...
2003 Jun 21
2
rsync 2.5.6 for NCR MP-RAS
...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 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 generator.c -o generator.o NCR High Performance C Compiler R3.0c (c) Copyright 1994-97, NCR Corporat...
2002 Nov 15
0
building rsync on MacOSX 10.2.2
...for setsid... yes checking for glob... yes checking for strpbrk... yes checking for strlcat... yes checking for strlcpy... yes checking for mtrace... no checking for mallinfo... no checking for setgroups... yes checking for working socketpair... yes checking for working fnmatch... yes checking for poptGetContext in -lpopt... no checking whether to use included libpopt... ./popt checking for long long... yes checking for off64_t... no checking for short ino_t... no checking for unsigned char... no checking for broken readdir... no checking for utimbuf... yes checking if gettimeofday takes tz argum...
2004 May 27
0
compiling on HP-UX
...ted correctly, and the server dies afterwards. (rsync2.5.7 works anyway) (about rsync2.6.2 later) 2) compiling warnings for rsync 2.6.2 on HP-UX: (but not run-tested yet, because in production state and the rsync2.5.7 works.) # make [...] cc -I. -I. -Ae -O -DHAVE_CONFIG_H -I./popt -c exclude.c -o exclude.o cc: "exclude.c", line 273: warning 604: Pointers are not assignment-compatible. cc: "exclude.c", line 273: warning 563: Argument #1 is not the correct type. [...] cc -I. -I. -Ae -O -DHAVE_CONFIG_H -I./popt -c socket.c -o socket.o cc: "soc...
2002 Mar 28
1
(no subject)
...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 by #ifdef INET6 ... #endif: gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/getaddrinfo.c -o lib/getaddrinfo.o lib/getaddrinfo.c: In function `getaddrinfo': lib/getaddrinfo.c:399: warning: unused variable `pfx' lib/getaddrinfo.c: In function `get_name': lib/getaddrinfo.c:476: warning: unused variable `h_error' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H...
2004 Mar 16
2
Rsync 2.6.0 compile problem
...----------------------------------- ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for sys/sysctl.h... yes If I try to compile, I get this make error: 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:1058: warning: unused parameter `flags' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptconfig.c -o popt/poptconfig.o popt/poptconfig.c: In function `poptReadDefaultConfig': popt/poptco...
2002 Aug 19
0
Can not compile rsync
I'm getting following error while compiling rsync Can anyone help me . I'm running Alpha Server with TRU64 5.1 any help will be appreciated 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 receiver.o cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c cleanup.c -o cleanup.o cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c sender.c -o sender.o cc -I. -I. -g...
2002 Mar 12
1
Problems with 2.5.3 under Debian Linux
...for setsid... yes checking for glob... yes checking for strpbrk... yes checking for strlcat... no checking for strlcpy... no checking for mtrace... yes checking for mallinfo... yes checking for setgroups... yes checking for working socketpair... yes checking for working fnmatch... yes checking for poptGetContext in -lpopt... no checking whether to use included libpopt... ./popt checking for long long... yes checking for off64_t... no checking for short ino_t... no checking for unsigned char... no checking for broken readdir... no checking for utimbuf... yes checking if gettimeofday takes tz argum...
2008 Jun 04
1
3.0.3pre2 compile warnings on interix
...ed 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 flist.c:1224: warning: comparison between signed and unsigned flist.c:1226: warning: right shift count >= width of type popt/findme.c: In function `findProgramPath': popt/findme.c:28: warning: implicit declaration of function `alloca' gcc -std=gnu99 -I. -I. -D_ALL_SOURCE -DHAVE_CONFIG_H -Wall -W -I./popt -Wno-unused-parameter -D_ALL_SOURCE -I/usr/local/include -I/usr/local/ssl/include -c popt/popt.c -o popt/pop...
2004 May 02
0
rsync 2.6.2: clean up compilation warnings
While building rsync 2.6.2 on my x86 Linux system using gcc 3.3.3, I observed a number of warnings from popt.c/h about ignoring qualifiers on return types. On further investigation, it looks like a few functions are declaring their return types as "const char * const". The first const is appropriate ("the chars pointed to by this pointer are const"), but the second is bogus ("the...
2002 Mar 12
0
Rsync2.5.3
...t/datools/opt/SUNWspro/bin/cc checking for C compiler default output... configure: error: C compiler cannot create executables On Solaris5.8, configure was completed, when tried to make, it failed with the messages: %make /import/datools/opt/SUNWspro/bin/cc -I. -I. -xarch=v9 -DHAVE_CONFIG_H -I./popt -c rsync.c -o rsync.o /import/datools/opt/SUNWspro/bin/cc -I. -I. -xarch=v9 -DHAVE_CONFIG_H -I./popt -c generator.c -o generator.o /import/datools/opt/SUNWspro/bin/cc -I. -I. -xarch=v9 -DHAVE_CONFIG_H -I./popt -c receiver.c -o receiver.o /import/datools/opt/SUNWspro/bin/cc -I. -I. -xarch=v9 -DHA...
2003 Aug 09
0
rsync / rdiff in win/dos
...re's the warnings in Visual studio .net rdiff warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification c:\Work\Librsync\librsync-0.9.6\trace.c(172): warning C4013: 'write' undefined; assuming extern returning int c:\Work\Librsync\librsync-0.9.6\popt\poptparse.c(57): warning C4090: 'function' : different 'const' qualifiers c:\Work\Librsync\librsync-0.9.6\popt\poptparse.c(68): warning C4090: 'function' : different 'const' qualifiers c:\Work\Librsync\librsync-0.9.6\popt\poptparse.c(80): warning C4090: 'function...
2009 Jun 29
1
wine/RosettaStone breakage from recent kernel commit
...mode_t dmode; - char uid_set; - char gid_set; gid_t gid; uid_t uid; char *iocharset; - unsigned char utf8; /* LVE */ s32 session; s32 sbsector; @@ -363,11 +363,11 @@ static int parse_options(char *options, struct iso9660_options *popt) int option; popt->map = 'n'; - popt->rock = 'y'; - popt->joliet = 'y'; - popt->cruft = 'n'; - popt->hide = 'n'; - popt->showassoc = 'n'; + popt->rock = 1; + popt->joli...
2002 Mar 22
0
Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc on AlphaServer 1000 5/300
...g for setsid... yes checking for glob... yes checking for strpbrk... yes checking for strlcat... no checking for strlcpy... no checking for mtrace... no checking for mallinfo... yes checking for setgroups... yes checking for working socketpair... yes checking for working fnmatch... yes checking for poptGetContext in -lpopt... no checking whether to use included libpopt... ./popt checking for long long... yes checking for off64_t... no checking for short ino_t... no checking for unsigned char... no checking for broken readdir... no checking for utimbuf... yes checking if gettimeofday takes tz argum...
2007 Oct 17
3
DO NOT REPLY [Bug 5022] New: FreeBSD 4.11 - Compilation Fails - uidlist.c - gcc2 / gcc3
...ReportedBy: support@reverse.net QAContact: rsync-qa@samba.org Attempting to compile the latest version, compilation fails at uidlist.c. I tried both gcc versions, and they both fail at the same point. gcc version 2.95.4 20020320 [FreeBSD] gcc -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -o mkrounding -I. ./mkrounding.c ./mkrounding >rounding.h No rounding needed for file_extras (EXTRA_LEN=4, FILE_STRUCT_LEN=16) gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c flist.c -o flist.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c rsync.c -o rsync.o rsync.c: In func...
2002 Apr 20
2
Patch: update popt/ to 1.5.1
This patch updates the files under popt/ to the latest vendor drop. The only change is the inclusion of a FreeBSD-specific patch to popt.c. This is needed in case somebody decides to build rsync on that platform without using the port. I'm not happy about the wording in popt/README.rsync so I may change it. The patch is available at...
2008 Jul 23
2
popt-devel necessary for 3.0.3?
Hi, Im trying to install rsync 3.0.3 and looks like it needs the popt-devel package. I did find in the net and im not fionding any for centos 4 and 5, anyone have an idea where i can find one? Thank you!