From: Konstantin L. <Kon...@ma...> - 2007-10-10 13:07:19
|
Hello, fb...@fr...! You wrote to <log...@li...> on Wed, 10 Oct 2007 15:47:47 +0200: f> this is a forwarded bug report: f> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=445928 f> The 1.0 release of log4cpp removed the Category::Stream::operator<< f> method that takes Category::Stream::Separator values and indeed the f> whole Separator enum in favor of handling ends of lines differently. f> This is a change to the public ABI that breaks existing programs and f> libraries linked with the log log4cpp and results in run-time load f> errors like: f> /usr/lib/libsaml.so: undefined reference to f> `log4cpp::CategoryStream::operator<<(log4cpp::CategoryStream::Separator) f> ' f> The SONAME of the library needs to be bumped and the package name f> changed accordingly. See also bugs #445778 and #445757. The LT_VERSION was changed from 4:5:0 to 4:6:0 , but should be 5:5:0. Fixed in CVS. With best regards, Konstantin Litvinenko. |