Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 225865 - Requesting version bump for app-antivirus/clamav to 0.93.1
Summary: Requesting version bump for app-antivirus/clamav to 0.93.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-11 10:10 UTC by Alexander Stoll
Modified: 2008-06-11 12:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Stoll 2008-06-11 10:10:26 UTC
Version 0.93.1 is out (2008-06-09) and clamav is moaning in the logs to upgrade to the latest version.
Please bump, thanks!
Comment 1 Raphael Marichez (Falco) (RETIRED) gentoo-dev 2008-06-11 12:58:14 UTC
bumped.

I keeped the "buildfix" patch to prevent 0.93.1 from libtooling with -L/usr/lib.

Although the logic has changed and there would be probably no error with 0.93.1, i prefer not having -L/usr/lib during the install phase.

0.93 does :

libtool  --tag=CC  ...  textnorm.lo -lz -L/usr/lib -lbz2 -L/usr/lib -lgmp -lpthread lzma/liblzma.la ../libclamunrar_iface/libclamunrar_iface.la -inst-prefix-dir /var/tmp/portage/app-antivirus/clamav-0.93/image

and 0.93.1 does :
libtool  --tag=CC  ... textnorm.lo ../libclamunrar_iface/libclamunrar_iface.la lzma/liblzma.la -lz -L/usr/lib -lbz2 -L/usr/lib -lgmp -lpthread -lz -inst-prefix-dir /var/tmp/portage/app-antivirus/clamav-0.93.1/image/

(not that -L/usr/lib is not *after* libclamunrar_iface.la  so there will be no runtime error)

With the patch it's "-lz -lgmp -lpthread -lz" instead of "-lz -L/usr/lib -lbz2 -L/usr/lib -lgmp -lpthread -lz" and that's fine.