Bug 5136 - Clean Install - Compile Issues - 3.0.0pre6 - Debian / FreeBSD
Summary: Clean Install - Compile Issues - 3.0.0pre6 - Debian / FreeBSD
Status: CLOSED FIXED
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.0.0
Hardware: x86 Windows XP
: P3 normal (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-11 08:14 UTC by Matthew McGehrin
Modified: 2008-07-26 10:21 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew McGehrin 2007-12-11 08:14:52 UTC
The following error is generated when attempting to compile rsync-3.0.0-pre6

$ ./configure; make

rsync 3.0.0pre6 configuration successful

autoconf -o configure.sh
autoheader && touch config.h.in
Configure files changed -- perhaps run:
  ./config.status --recheck; ./config.status
make: *** [configure.sh] Error 1

So then I execute:
$ ./config.status --recheck; ./config.status; make

And it compiles fine.

Same error on my FreeBSD box as well.
Comment 1 Matthew McGehrin 2007-12-11 08:16:56 UTC
Debian:
GCC 4.1.2
Autoconf 2.6.1

FreeBSD:
GCC 3.4.6
Autoconf 2.6.1

Comment 2 Matt McCutchen 2007-12-11 08:20:05 UTC
This is the result of a bug in the release script that has been fixed for the next release.  See:

http://lists.samba.org/archive/rsync/2007-November/019257.html
Comment 3 Matthew McGehrin 2007-12-11 08:23:13 UTC
I search bugzilla first and didnt see anything for compile issues. I will close this ticket as it's a known issue.