[Bug 470727] Review Request: slimdata - Tools and library for reading and writing slim compressed data

bugzilla at redhat.com bugzilla at redhat.com
Sun Jan 18 16:17:48 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=470727


Lucian Langa <cooly at gnome.eu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|nobody at fedoraproject.org    |cooly at gnome.eu.org
               Flag|                            |fedora-review?




--- Comment #6 from Lucian Langa <cooly at gnome.eu.org>  2009-01-18 11:17:47 EDT ---
(In reply to comment #5)
> I forgot to add, rpmlint still complains about the soname, and about the
> unstripped binaries/executables.  I'm not fully sure what is wrong now.

You need to setup soname to libslim.so.<major>. I'm sorry for misleading you.
For now you can setup soname to libslim.so.2, but probably the best way to
handle this is to contact upstream. btw any news on that ?
Also you need to make sure test target correctly picks libslim.so.2, so you
need to symlink libslim.so to libslim.so.2 in builddir, or tests would fail:

../bin/slim --preserve -k -C -m2 -i -c1 -r16384 /tmp/data_partial.bin
../bin/slim: error while loading shared libraries: libslim.so.2: cannot open
shared object file: No such file or directory

Another suggestion is using INSTALL="install -p" to make install from %files
section to preserve timestamps of installed files.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list