Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1471 - gnumeric craps out if libxml and libxml2 are both installed.
Summary: gnumeric craps out if libxml and libxml2 are both installed.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-02 08:48 UTC by Seemant Kulleen (RETIRED)
Modified: 2003-02-04 19:42 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 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-02 08:48:22 UTC
gui-clipboard.o: In function `x_selection_handler':
gui-clipboard.o(.text+0x521): undefined reference to `xmlFree'
plugin-service.o: In function `plugin_service_file_opener_read':
plugin-service.o(.text+0x8ba): undefined reference to `xmlFree'
plugin-service.o: In function `plugin_service_file_saver_read':
plugin-service.o(.text+0xf4e): undefined reference to `xmlFree'
plugin-service.o: In function `plugin_service_function_group_read':
plugin-service.o(.text+0x1336): undefined reference to `xmlFree'
plugin-service.o(.text+0x1397): undefined reference to `xmlFree'
plugin.o(.text+0xa58): more undefined references to `xmlFree' follow
dialogs/libdialogs.a(dialog-graph-guru.o): In function `graph_guru_get_spec':
dialog-graph-guru.o(.text+0x3a0): undefined reference to `xmlMemStrdup'
dialog-graph-guru.o(.text+0x3c4): undefined reference to `xmlFree'
dialogs/libdialogs.a(dialog-graph-guru.o): In function `graph_guru_state_destroy':
dialog-graph-guru.o(.text+0xb0b): undefined reference to `xmlFree'
dialog-graph-guru.o(.text+0xb6d): undefined reference to `xmlFree'
dialogs/libdialogs.a(dialog-graph-guru.o): In function `graph_guru_select_series':
dialog-graph-guru.o(.text+0xc64): undefined reference to `xmlFree'
dialogs/libdialogs.a(dialog-graph-guru.o): In function `graph_guru_select_plot':
dialog-graph-guru.o(.text+0xef1): undefined reference to `xmlFree'
dialogs/libdialogs.a(dialog-graph-guru.o)(.text+0xf7d): more undefined
references to `xmlFree' follow
dialogs/libdialogs.a(dialog-graph-guru.o): In function `graph_guru_select_plot':
dialog-graph-guru.o(.text+0x1380): undefined reference to `xmlMemStrdup'
dialog-graph-guru.o(.text+0x13a4): undefined reference to `xmlFree'
collect2: ld returned 1 exit status
make[3]: *** [gnumeric] Error 1
make[3]: Leaving directory `/var/tmp/portage/gnumeric-1.0.5/work/gnumeric-1.0.5/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnumeric-1.0.5/work/gnumeric-1.0.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnumeric-1.0.5/work/gnumeric-1.0.5'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 54, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/app-office/gnumeric/gnumeric-1.0.5.ebuild .


Simplest fix is to unmerge libxml2 and remerge gnumeric, then remerge libxml2,
but that is not clean.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-02 09:57:25 UTC
Azarah spanked me and the bug went away