samba-bugs at samba.org
2016-Mar-30  02:52 UTC
[Bug 11813] New: m4/socklen_t.m4 uses obsolete AC_TRY_COMPILE macro
https://bugzilla.samba.org/show_bug.cgi?id=11813
            Bug ID: 11813
           Summary: m4/socklen_t.m4 uses obsolete AC_TRY_COMPILE macro
           Product: rsync
           Version: 3.1.2
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5
         Component: core
          Assignee: wayned at samba.org
          Reporter: brant at gurganus.name
        QA Contact: rsync-qa at samba.org
socklen_t.m4 uses the AC_TRY_COMPILE macro that is labeled obsolete and
replaced trivially with a AC_COMPILE_IFELSE construct.
This prevents autoreconf --warnings=all,error from succeeding.
-- 
You are receiving this mail because:
You are the QA Contact for the bug.
samba-bugs at samba.org
2016-Mar-30  02:58 UTC
[Bug 11813] m4/socklen_t.m4 uses obsolete AC_TRY_COMPILE macro
https://bugzilla.samba.org/show_bug.cgi?id=11813 --- Comment #1 from Brant Gurganus <brant at gurganus.name> --- Created attachment 11942 --> https://bugzilla.samba.org/attachment.cgi?id=11942&action=edit trivial patch replacing obsolete macro with non-obsolete replacement I'm surprised I missed this when I previously submitted a patch to update the autoconf macros. Anyhow, after this change autoreconf --warnings=all,error will complete successfully for me. Configure appeared to run fine with the regenerated configure script. -- You are receiving this mail because: You are the QA Contact for the bug.
samba-bugs at samba.org
2016-Apr-17  18:22 UTC
[Bug 11813] m4/socklen_t.m4 uses obsolete AC_TRY_COMPILE macro
https://bugzilla.samba.org/show_bug.cgi?id=11813
Wayne Davison <wayned at samba.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
--- Comment #2 from Wayne Davison <wayned at samba.org> ---
Thanks for pointing that out and for the patch.  Applied to git.
-- 
You are receiving this mail because:
You are the QA Contact for the bug.
Possibly Parallel Threads
- [Bug 11369] New: obsoleted autoconf macros
- [Bug 11814] New: man-copy Make target missing rsync.1 and rsyncd.conf.5 dependencies
- [Bug 11382] New: elapsed time calculation does not account for time function possibly returning -1
- autoconf check for socklen_t
- FIXED_POINT issue