Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115493 - embassy-phylip uses a libXaw function but doesn't link to it
Summary: embassy-phylip uses a libXaw function but doesn't link to it
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Olivier Fisette (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-13 19:23 UTC by Donnie Berkholz (RETIRED)
Modified: 2006-09-12 13:55 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 Donnie Berkholz (RETIRED) gentoo-dev 2005-12-13 19:23:51 UTC
donnie@supernova PHYLIP-3.6b $ grep Xaw -r .
./configure:  # Check for libraries that X11R6 Xt/Xaw programs need.
./src/draw.c:       
XawDialogAddButton(dialog,"Dismiss",(XtCallbackProc)dismiss_dialog
./include/draw.h:#include <X11/Xaw/Label.h>
./include/draw.h:#include <X11/Xaw/SimpleMenu.h>
./include/draw.h:#include <X11/Xaw/Paned.h>
./include/draw.h:#include <X11/Xaw/Box.h>
./include/draw.h:#include <X11/Xaw/MenuButton.h>
./include/draw.h:#include <X11/Xaw/SmeBSB.h>
./include/draw.h:#include <X11/Xaw/Form.h>
./include/draw.h:#include <X11/Xaw/Dialog.h>

I expect this will result in problems whenever do_dialog() gets called.
Comment 1 Olivier Fisette (RETIRED) gentoo-dev 2006-09-12 13:55:04 UTC
As far as I can tell, the function never gets called. I (and many other people) use this package regularly, and never noticed any problem. Marking as WONTFIX, but feel free to reopen if you actually encounter a bug.