bugCompact Disc Input and Control Library - Bugs: bug #50978, libcdio-paranoia: configure script...

 
 

bug #50978: libcdio-paranoia: configure script ignores enable_version_script=auto

Submitter:  Michał Górny <michalgorny>
Submitted:  Tue 09 May 2017 06:16:59 AM UTC
   
 
Category:  configuration Severity:  5 - Average
Item Group:  libparanoia Status:  Fixed
Privacy:  Public Assigned to:  rocky
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 09 May 2017 07:10:15 AM UTC, comment #2: 

Yep, libraries are symbol-versioned by default again. Thanks.

Michał Górny <michalgorny>
Tue 09 May 2017 06:38:10 AM UTC, comment #1: 
Rocky Bernstein <rocky>
Group administrator
Tue 09 May 2017 06:16:59 AM UTC, original submission:  

Quoting the configure.ac:

  dnl cheeck whether ld supports --version-script

  AC_ARG_ENABLE(ld-version-script,
    AS_HELP_STRING([--disable-ld-version-script],
    [Disable linker vresion script for libraries (Defauilt is to use linker script if the linger supports it)]),
    [enable_version_script=$enableval],
    [enable_version_script=auto])

  AM_CONDITIONAL(VERSION_SCRIPT, test "x$enable_version_script" = "xyes")


Note that it defaults to 'auto'. However, this value is never processed in any way, and version scripts are disabled by default as a result.

Faulty commit: https://github.com/rocky/libcdio-paranoia/commit/efa6d2bfccf2fee3bfe4dc10ba849aea33209521

Michał Górny <michalgorny>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rocky (Posted a comment)
  • -email is unavailable- added by michalgorny (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-05-09 rocky StatusNone Fixed
        Assigned toNone rocky
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code