Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186865 - net-misc/olsrd-0.5.2 ebuild ships an unusable bmf plugin (segmentation fault)
Summary: net-misc/olsrd-0.5.2 ebuild ships an unusable bmf plugin (segmentation fault)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Cédric Krier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-28 09:05 UTC by Francesco Saverio Proto
Modified: 2007-07-31 20:33 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 Francesco Saverio Proto 2007-07-28 09:05:31 UTC
olsrd-0.5.2 implements plugin interface #5 but the bmf plugin in the ebuild comes with interface #4 :

---------- LOADING LIBRARY olsrd_bmf.so.1.5 ----------
OLSRD Basic Multicast Forwarding (BMF) plugin 1.5 (Jul 28 2007 11:02:25)
  (C) Thales Communications Huizen, Netherlands
  Erik Tromp (eriktromp@users.sourceforge.net)
Checking plugin interface version:  4 - OK

WARNING: YOU ARE USING AN OLD DEPRECATED PLUGIN INTERFACE!
DETECTED VERSION 4 AND THE CURRENT VERSION IS 5
PLEASE UPGRADE YOUR PLUGIN!
Segmentation fault


Reproducible: Always

Steps to Reproduce:
Put the bmf pluing in the olsrd.conf file:
LoadPlugin "olsrd_bmf.so.1.5"
{
}

and just launch
olsrd -d 1



Expected Results:  
ebuild should have the latest plugin :)
Comment 1 Cédric Krier gentoo-dev 2007-07-29 19:29:55 UTC
Send to upstream
Comment 2 Cédric Krier gentoo-dev 2007-07-29 19:30:40 UTC
Not resolved
Comment 3 Cédric Krier gentoo-dev 2007-07-31 20:33:00 UTC
Add patch from cvs upstream in cvs
Thanks