Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 388891 - net-ftp/filezilla fails to compile with =net-libs/gnutls-3*
Summary: net-ftp/filezilla fails to compile with =net-libs/gnutls-3*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL: http://trac.filezilla-project.org/tic...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-29 21:42 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2012-01-13 22:44 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,30.24 KB, text/plain)
2011-10-29 21:42 UTC, Lars Wendler (Polynomial-C) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2011-10-29 21:42:30 UTC
Created attachment 291169 [details]
build.log

x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src/include -I./../include  -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -fpch-preprocess  -march=barcelona -mtune=barcelona -O2 -pipe -DTIXML_USE_STL -Wall -fexceptions -std=gnu++0x -MT libengine_a-tlssocket.o -MD -MP -MF .deps/libengine_a-tlssocket.Tpo -c -o libengine_a-tlssocket.o `test -f 'tlssocket.cpp' || echo './'`tlssocket.cpp
tlssocket.cpp: In member function ‘bool CTlsSocket::Init()’:
tlssocket.cpp:116:41: error: ‘gnutls_transport_set_lowat’ was not declared in this scope
make[3]: *** [libengine_a-tlssocket.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/net-ftp/filezilla-3.5.1/work/filezilla-3.5.1/src/engine'


This is not caused by gnutls being compiled with nettle support.
Comment 1 Bernard Cafarelli gentoo-dev 2012-01-13 22:44:19 UTC
Looks like this was fixed in another ticket:
http://trac.filezilla-project.org/ticket/7808

3.5.3 has this patch included, so we can mark this one as fixed (unless you find otherwise Lars ;) )