Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192 - lftp ebuild does not compile the ftp,http,ect modules needed for it to run
Summary: lftp ebuild does not compile the ftp,http,ect modules needed for it to run
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-15 22:09 UTC by Jared H. Hudson
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jared H. Hudson 2002-01-15 22:09:24 UTC
The lftp-2.4.8.ebuild does not create all the modules needed for lftp to run. It
seems that it compiles all the modules, but when the install process is ran the
make install seems to not include those modules, and subesequently when you
merge they are not installed. An example modules would be
/usr/lib/lftp/2.4.8/proto-ftp.so or proto-http.so

Example of problem this creates:
bash # lftp
lftp :~> open ftp.gnome.org
/usr/lib/lftp/2.4.8/proto-ftp.so: cannot open shared object file: No such file
or directory
open: ftp - not supported protocol
lftp :~>
Comment 1 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-16 14:04:39 UTC
reassigning to thread since he was the last to do changes to lftp.
Comment 2 Adam Bellinson (RETIRED) gentoo-dev 2002-01-16 17:16:50 UTC
It appears simply emerging lftp again a second time fixes the problem. I'll take
a closer look at what's causing this later, but it appears that insane people
(ones who do the same thing repeatedly expecting different results) sometimes
can accomplish things. :)
Comment 3 Brian Lund Larsen 2002-01-30 05:14:22 UTC
the build of the proto-ftp.so and proto-http.so modules tries to link with
libnetwork.so with a -L path of /usr/lib/lftp-X.X.X/ - this library doesn't
exist  before the build installs files - and that is why the emerge/ebuild works
the second time.
Comment 4 Donny Davies (RETIRED) gentoo-dev 2002-01-30 22:46:05 UTC
using --without-modules now