#10734 closed Bug report (fixed)
Build failure on Mageia with libfilezilla 0.3.0
Reported by: | Geiger David | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | libfilezilla |
Keywords: | Cc: | ||
Component version: | Operating system type: | Linux | |
Operating system version: |
Description
Hello,
I tried to build libfilezilla 0.3.0 on Mageia Cauldron but I get an error:
Full log:
Build with gcc 5.3.1
Change History (10)
comment:1 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 9 years ago
Ok thanks!! it built fine now for x86 and x86_64 archs
So just still now an arm issue:
comment:4 by , 9 years ago
Please try revision 7291 from the SVN repository: https://svn.filezilla-project.org/svn/libfilezilla/trunk/
To ensure everything is working correctly, please install CppUnit before building libfilezilla and run "make check"
comment:6 by , 9 years ago
Make sure you are using a UTF-8 locale, otherwise the string conversion testcases will fail.
If it still fails if using a UTF-8 locale, please attach the contents of the test-suite.log
comment:7 by , 9 years ago
Ok, seems to work now locally with:
%check
LC_ALL=en_US.UTF-8 \
make check
So I'll try a build in our BS to see if testsuite and arm pass fine with rev7291.
comment:8 by , 9 years ago
Yeah excellent!! now all archs built fine on our Mageia Build System.
Thank you very much for your work. :)
It should suffice to add the following to lib/Makefile.am:
libfilezilla_la_LIBADD = $(libdeps)