Build failure on Debian/unstable with latest rsync tree

Samuel Rydh mol-general@lists.maconlinux.org
Sat, 23 Aug 2003 23:01:29 +0200


On Sat, Aug 23, 2003 at 10:54:32PM +0200, Jens Schmalzing wrote:
> Hi,
> 
> just tried to build the latest rsync tree on my Debian/unstable box
> and got the following compilation error from src/main/main.c:
> 
> gcc -DHAVE_CONFIG_H -I. -I. -I../../src/shared -I../include -I../shared -I- -DMOL_DATA_DIR=\"/usr/local/share/mol/0.9.69\" -DMOL_ETC_DIR=\"/etc/mol\"      -DMOL_VAR_DIR=\"/var/local/mol\" -DMOL_LIB_DIR=\"/usr/local/lib/mol/0.9.69\"   -msoft-float -g -O2 -Wall -Wmissing-prototypes  -c main.c
> main.c: In function `signal_handler':
> main.c:220: error: structure has no member named `regs'
> 
> Looks like an obsolete definition in some header file to me, any
> hints?

The field has changed name from regs to gregs. I'm about to add autoconf
checking for this one.

/Samuel