Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 621072 - Compile error net-ftp/filezilla-3.25.2
Summary: Compile error net-ftp/filezilla-3.25.2
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-06 20:54 UTC by Wim van Ravesteijn
Modified: 2017-06-08 23:24 UTC (History)
2 users (show)

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


Attachments
emerge --info '=net-ftp/filezilla-3.25.2::gentoo' (emerge.info,7.35 KB, application/x-info)
2017-06-06 20:54 UTC, Wim van Ravesteijn
Details
build.log (file_621072.txt,151.59 KB, text/plain)
2017-06-06 21:01 UTC, Wim van Ravesteijn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wim van Ravesteijn 2017-06-06 20:54:05 UTC
Created attachment 475422 [details]
emerge --info '=net-ftp/filezilla-3.25.2::gentoo'

Compiling filezilla-3.25.2 fails with the following error:

filezilla-StatusView.o:(.rodata._ZTV13CFastTextCtrl[_ZTV13CFastTextCtrl]+0xa48): undefined reference to `non-virtual thunk to wxTextCtrl::GetEditable() const'
filezilla-StatusView.o:(.rodata._ZTV13CFastTextCtrl[_ZTV13CFastTextCtrl]+0xa50): undefined reference to `non-virtual thunk to wxTextCtrl::GetEntry() const'
filezilla-viewheader.o:(.rodata._ZTV11CComboBoxEx[_ZTV11CComboBoxEx]+0x760): undefined reference to `non-virtual thunk to wxChoice::GetCount() const'
filezilla-viewheader.o:(.rodata._ZTV11CComboBoxEx[_ZTV11CComboBoxEx]+0x768): undefined reference to `non-virtual thunk to wxChoice::GetString(unsigned int) const'
filezilla-viewheader.o:(.rodata._ZTV11CComboBoxEx[_ZTV11CComboBoxEx]+0x770): undefined reference to `non-virtual thunk to wxComboBox::SetString(unsigned int, wxString const&)'
filezilla-viewheader.o:(.rodata._ZTV11CComboBoxEx[_ZTV11CComboBoxEx]+0x778): undefined reference to `non-virtual thunk to wxChoice::FindString(wxString const&, bool) const'
filezilla-viewheader.o:(.rodata._ZTV11CComboBoxEx[_ZTV11CComboBoxEx]+0x7b0): undefined reference to `non-virtual thunk to wxChoice::DoInsertItems(wxArrayStringsAdapter const&, unsigned int, void**, wxClientDataType)'
filezilla-viewheader.o:(.rodata._ZTV11CComboBoxEx[_ZTV11CComboBoxEx]+0x7c0): undefined reference to `non-virtual thunk to wxChoice::DoSetItemClientData(unsigned int, void*)'
filezilla-viewheader.o:(.rodata._ZTV11CComboBoxEx[_ZTV11CComboBoxEx]+0x7c8): undefined reference to `non-virtual thunk to wxChoice::DoGetItemClientData(unsigned int) const'
filezilla-viewheader.o:(.rodata._ZTV11CComboBoxEx[_ZTV11CComboBoxEx]+0x7d0): undefined reference to `non-virtual thunk to wxChoice::DoClear()'
filezilla-viewheader.o:(.rodata._ZTV11CComboBoxEx[_ZTV11CComboBoxEx]+0x7d8): undefined reference to `non-virtual thunk to wxChoice::DoDeleteOneItem(unsigned int)'
filezilla-viewheader.o:(.rodata._ZTV11CComboBoxEx[_ZTV11CComboBoxEx]+0x810): undefined reference to `non-virtual thunk to wxComboBox::SetValue(wxString const&)'
filezilla-viewheader.o:(.rodata._ZTV11CComboBoxEx[_ZTV11CComboBoxEx]+0x958): undefined reference to `non-virtual thunk to wxComboBox::EnableTextChangedEvents(bool)'
filezilla-viewheader.o:(.rodata._ZTV11CComboBoxEx[_ZTV11CComboBoxEx]+0x968): undefined reference to `non-virtual thunk to wxComboBox::GetEditable() const'
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:931: filezilla] Error 1
make[4]: Leaving directory '/tmp/portage/net-ftp/filezilla-3.25.2/work/filezilla-3.25.2/src/interface'
make[3]: *** [Makefile:2802: all-recursive] Error 1
make[3]: Leaving directory '/tmp/portage/net-ftp/filezilla-3.25.2/work/filezilla-3.25.2/src/interface'
make[2]: *** [Makefile:794: all] Error 2
make[2]: Leaving directory '/tmp/portage/net-ftp/filezilla-3.25.2/work/filezilla-3.25.2/src/interface'
make[1]: *** [Makefile:430: all-recursive] Error 1
make[1]: Leaving directory '/tmp/portage/net-ftp/filezilla-3.25.2/work/filezilla-3.25.2/src'
make: *** [Makefile:614: all-recursive] Error 1
Comment 1 Wim van Ravesteijn 2017-06-06 21:01:55 UTC
Created attachment 475424 [details]
build.log
Comment 2 Jonas Stein gentoo-dev 2017-06-06 22:05:44 UTC
undefined reference to ... 
is an indicator that you need to rebuild the dep. libraries. 

https://wiki.gentoo.org/wiki/Upgrading_GCC

Please ask on our support channels, if further help is required.
https://www.gentoo.org/support/
Comment 3 Wim van Ravesteijn 2017-06-08 13:58:19 UTC
OK, thanks for the instructions. I did follow the short version for upgrading GCC weeks ago, which was apparently not enough. It appeared that x11-libs/wxGTK needed to be recompiled. Unfortunately the error messages are not that clear, and finding the right package is somehow complicated...
Would be nice if there was a way to detect the broken packages.
Comment 4 Jonas Stein gentoo-dev 2017-06-08 23:24:57 UTC
Wim, thank you for the report. 
I read that the problem was fixed by recompiling and was no ebuild bug.
Hence I close the ticked.