| Summary: | =net-analyzer/nessus-core-2.2.9 - gdc.c:28: error: undefined reference to 'gdFontGiant' | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
| Component: | Current packages | Assignee: | Gentoo Netmon project <netmon> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | slyfox, treecleaner |
| Priority: | Normal | Keywords: | PMASKED |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Deadline: | 2019-04-15 | ||
| Attachments: | Build log | ||
|
Description
Diego Elio Pettenò (RETIRED)
2011-05-28 16:45:17 UTC
[i can't reproduce the problem locally]
nessus-core does not link against external libgd but bundles gd1.3 internally.
The link command looks fine:
i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu auth.o comm.o sighand.o xstuff.o cli.o parser.o plugin_infos.o preferences.o families.o attack.o report.o report_ng.o report_save.o report_utils.o nsr_output.o nbe_output.o html_output.o latex_output.o text_output.o xml_output.o xml_output_ng.o html_graph_output.o error_dialog.o password_dialog.o monitor_dialog.o backend.o data_mining.o prefs_dialog.o prefs_dialog_misc.o prefs_dialog_scan_opt.o prefs_dialog_user.o prefs_dialog_auth.o prefs_dialog_plugins_prefs.o prefs_plugins.o prefs_target.o prefs_about.o prefs_kb.o netmap.o detached_index.o read_target_file.o gdchart0.94b/gdc.o gdchart0.94b/price_conv.o gdchart0.94b/gdc_pie.o gdchart0.94b/gdchart.o regex.o filter.o dirutils.o sslui.o nessus.o -o nessus `/usr/bin/nessus-config --libs` gdchart0.94b/gd1.3/libgd.a -lm
gdc.c:28: error: undefined reference to 'gdFontGiant'
collect2: ld returned 1 exit status
Perhaps it breaks if `/usr/bin/nessus-config --libs` cnotains external libgd as well?
net-analyzer/nessus-core is gone from the tree |