[Pkg-samba-maint] DO NOT REPLY [Bug 6147] New: wrong GNU ld version check prevents use of symbol version scripts

samba-bugs at samba.org samba-bugs at samba.org
Sun Mar 1 21:11:15 UTC 2009


https://bugzilla.samba.org/show_bug.cgi?id=6147

           Summary: wrong GNU ld version check prevents use of symbol
                    version scripts
           Product: Samba 3.3
           Version: 3.3.1
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Build environment
        AssignedTo: samba-bugs at samba.org
        ReportedBy: vorlon at debian.org
         QAContact: samba-qa at samba.org


The GNU ld version check in configure.in contains two bugs:

- it tries to discard all version output preceding the version number using .*,
which is greedy and throws away the major version number
- it has a 'test' syntax error by omitting spaces around the '='.

This causes samba to fail to use the symbol version scripts when creating
shared libraries with binutils 2.19.1.

Patch to follow.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the Pkg-samba-maint mailing list