Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8013 - lftp 2.6.2 build failure with USE=socks5
Summary: lftp 2.6.2 build failure with USE=socks5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-16 21:44 UTC by Tom Prado
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
lftp-2.6.2.ebuild.patch to fix socks5 support. (lftp-2.6.2.ebuild.patch,561 bytes, patch)
2002-09-16 21:45 UTC, Tom Prado
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Prado 2002-09-16 21:44:14 UTC
The ebuild for lftp 2.6.2 tries to compile using --with-socks5 if USE=socks5 is
declared; however, it is dependant on dante for socks5 capability.  This causes
a configure failure of:


checking for an implementation of va_copy()... no
checking for an implementation of __va_copy()... no
checking whether va_lists can be copied by value... no
checking whether va_lists can be copied by pointer... no
configure: error: Can't find a way to va_copy.

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 43, Exitcode 1
!!! bad ./configure




lftp also has a --with-socksdante option.  The included patch changes the lftp
ebuild to use --with-socksdante=/usr so it can compile properly.  The "=/usr"
part is required so it can find the headers.

  

Tom Prado
Comment 1 Tom Prado 2002-09-16 21:45:20 UTC
Created attachment 3965 [details, diff]
lftp-2.6.2.ebuild.patch to fix socks5 support.
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-09-16 22:47:49 UTC
Nick, are some of the ebuilds in that directory old enough to warrant a deletion?
Comment 3 Nick Hadaway 2002-09-17 16:03:50 UTC
Removed stale versions of software.  2.6.2 is the main version and 2.5.4 is
still avaiable in case the 2.6 series doesn't work for you.
Comment 4 Nick Hadaway 2002-09-17 17:48:37 UTC
Updated the lftp ebuild.  Thanks for the fix!