Displaying 9 results from an estimated 9 matches for "poptaddalias".
2018 May 28
1
Rsync 3.1.3 segfault
...When ran by hand it works, when ran from rc-scripts rsync segfaults. The
only difference is that rc-scripts are closing/redirecting std streams
prior to calling above command.
The code responsible for segfault is new popt_unalias function added in
3.1.3. To be exact this line causes segfault:
poptAddAlias(con, unalias, 0);
When commented out everything works.
Workaround for now to get it running is to comment out popt_unalias calls.
I'm hoping for little help to nail down what exactly causes segfault and
fix it :-)
Cheers
Marcin
2004 Apr 28
1
Bug in rsync 2.6.1
...fails to compile on Irix (compiler 7.2.1).
Whereas rsync.h has a #define for __attribute__(x) to remove it for
non GNUC and APPLE, this isn't used when compiling popt/popt.c, so it
produces an error as it doesn't like __attribute__((__unused__)) showing
up in the parameter list for poptAddAlias. popthelp.c also uses UNUSED.
A workaround was to copy the #define setting of __attribute__ from
the ../rsync.h file into poptint.h
2004 Mar 16
2
Rsync 2.6.0 compile problem
...## 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/poptconfig.c:162: warning: unused parameter `useEnv'
gcc -I. -I. -g -O2...
2002 Mar 19
0
BSD/OS and 2.5.2-current
...-O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/inftrees.c -o zlib/
inftrees.o
zlib/inftrees.c: In function `inflate_trees_fixed':
zlib/inftrees.c:403: warning: unused parameter `z'
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. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptconfig.c -o pop
t/poptconfig.o
popt/poptconfig.c: In function `poptReadDefaultConfig':
popt/poptconfig.c:121: warning: unused parameter `useEnv'
gcc -I. -I. -g -...
2002 Feb 20
1
Errors compiling rsync 2.5.2 on Solaris 8
...lib/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. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c
popt/poptconfig.c -o popt/poptconfig.o
popt/poptconfig.c: In function `configLine':
popt/poptconfig.c:18: warning: subscript has type `char'
popt/poptconfig.c:19: warning: s...
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:
2002 Jan 29
1
Solaris 2.8/2.5.2 build issues
...t.o
In file included from popt/system.h:55,
from popt/popt.c:5:
popt/popt.h:117: warning: type qualifiers ignored on function return type
popt/popt.c: In function `poptGetNextOpt':
popt/popt.c:447: warning: implicit declaration of function `alloca'
popt/popt.c: In function `poptAddAlias':
popt/popt.c:673: warning: unused parameter `flags'
popt/popt.c: At top level:
popt/popt.c:713: warning: type qualifiers ignored on function return type
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptconfig.c
-o popt/poptconfig.o
In file included from popt/system.h:55,...
2002 Mar 12
1
Problems with 2.5.3 under Debian Linux
...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. -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/poptconfig.c:121: warning: unused parameter `useEnv'
gcc -I. -I. -g -O2 -D...
2002 Nov 15
0
building rsync on MacOSX 10.2.2
...lifiers ignored on function return type
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/popt.c -o popt/popt.o
In file included from popt/system.h:55,
from popt/popt.c:5:
popt/popt.h:117: warning: type qualifiers ignored on function return type
popt/popt.c: In function `poptAddAlias':
popt/popt.c:673: warning: unused parameter `flags'
popt/popt.c: At top level:
popt/popt.c:713: warning: type qualifiers ignored on function return type
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptconfig.c -o popt/poptconfig.o
In file included from popt/system.h:55,...