[subversion 0005267]: upgrade to a fresher version

Mantis Bug Tracker via bug-notifications bug-notifications at lists.opencsw.org
Mon Mar 21 15:54:57 CET 2016


A NOTE has been added to this issue. 
====================================================================== 
https://www.opencsw.org/mantis/view.php?id=5267 
====================================================================== 
Reported By:                pfelecan
Assigned To:                dam
====================================================================== 
Project:                    subversion
Issue ID:                   5267
Category:                   upgrade
Reproducibility:            N/A
Severity:                   minor
Priority:                   normal
Status:                     feedback
====================================================================== 
Date Submitted:             2016-02-23 14:47 CET
Last Modified:              2016-03-21 15:54 CET
====================================================================== 
Summary:                    upgrade to a fresher version
Description: 
Is it possible to upgrade this and afferent packages to a more recent
version ?
TIA
====================================================================== 

---------------------------------------------------------------------- 
 (0011109) dam (administrator) - 2016-03-21 15:54
 https://www.opencsw.org/mantis/view.php?id=5267#c11109 
---------------------------------------------------------------------- 
The symbol is indeed undefined:

root at experimental10s [experimental10s]:/opt/csw/apache2/libexec > nm -D
mod_dav_svn.so| fgrep svn_fs_youngest_rev
[453]   |         0|         0|FUNC |GLOB |0    |UNDEF 
|svn_fs_youngest_rev

But it is provided by libsvn_fs-1.so:

root at experimental10s [experimental10s]:/opt/csw/lib/svn > nm -D
libsvn_fs-1.so | fgrep svn_fs_youngest_rev 
[106]   |     27928|        16|FUNC |GLOB |0    |10    
|svn_fs_youngest_rev

And that one is pulled in by mod_dav_svn.so:

root at experimental10s [experimental10s]:/opt/csw/apache2/libexec > ldd -vr
mod_dav_svn.so 2>&1 | less

   Objekt=libsvn_repos-1.so.0 suchen; wird benötigt von ./mod_dav_svn.so
        libsvn_repos-1.so.0 =>   /opt/csw/lib/svn/libsvn_repos-1.so.0

   Objekt=libsvn_fs-1.so.0 suchen; wird benötigt von ./mod_dav_svn.so
        libsvn_fs-1.so.0 =>      /opt/csw/lib/svn/libsvn_fs-1.so.0

   Objekt=libsvn_delta-1.so.0 suchen; wird benötigt von ./mod_dav_svn.so
        libsvn_delta-1.so.0 =>   /opt/csw/lib/svn/libsvn_delta-1.so.0

The symbol is new, can you please check if the symbols on your system look
the same way?



More information about the bug-notifications mailing list