Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66299 - net-misc/rsync >=2.6.3 needs an call to "autoreconf" when using the ACL patch
Summary: net-misc/rsync >=2.6.3 needs an call to "autoreconf" when using the ACL patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-04 04:55 UTC by Christophe Saout
Modified: 2004-10-04 22:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christophe Saout 2004-10-04 04:55:41 UTC
When using the ACL USE flag with rsync 2.6.3 the now included patch in the patch subdirectory gets applied. This one only modifies configure in.

This means that configure does not check for ACL support and rsync later complains that ACL support is missing when using the -A option.

Solution is to run autoreconf after applying the patch (autoconf is not enough, probably because of config.h). Then it works.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2004-10-04 22:24:43 UTC
done deal