Opened 7 years ago

Closed 7 years ago

#11299 closed Bug report (fixed)

FileZilla build failed

Reported by: Elijah Zarezky Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc:
Component version: 3.26.2 Operating system type: Linux
Operating system version: Release 6.9 (Final)

Description

Just tried to build FileZilla 3.26.2 with libfilezilla 0.9.2 using GCC 5.3.0 and GNU Binutils 2.28 - got the following linkage error:

  CXXLD    filezilla
filezilla-asksavepassworddialog.o: In function `CAskSavePasswordDialog::OnOk(wxCommandEvent&)':
/home/elijah/rpmbuild/BUILD/filezilla-3.26.2/src/interface/asksavepassworddialog.cpp:50: undefined reference to `fz::random_bytes(unsigned int)'
filezilla-password_crypto.o: In function `private_key::generate()':
/home/elijah/rpmbuild/BUILD/filezilla-3.26.2/src/interface/password_crypto.cpp:40: undefined reference to `fz::random_bytes(unsigned int)'
/home/elijah/rpmbuild/BUILD/filezilla-3.26.2/src/interface/password_crypto.cpp:45: undefined reference to `fz::random_bytes(unsigned int)'
settings/filezilla-optionspage_interface.o: In function `COptionsPageInterface::SavePasswordOption()':
/home/elijah/rpmbuild/BUILD/filezilla-3.26.2/src/interface/settings/optionspage_interface.cpp:113: undefined reference to `fz::random_bytes(unsigned int)'
collect2: error: ld returned 1 exit status

Command

[elijah@santiago .libs]$ strings libfilezilla.so.0.0.0 | grep random_bytes

shows me the following output:

_ZN2fz12random_bytesEj
random_bytes
_ZN2fz12random_bytesEj

Change History (1)

comment:1 by Tim Kosse, 7 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.