Whenever I get the "F" for fetch restricted (must be manually
downloaded) I can't get the build right. Usually I have to go to a
web-site and then after downloading what is needed I get stuck.
Basically I don't know what to do with the file. Where is the file
suppose to go and what format is it suppose to be in? Also what should
the permissions and ownership be of the file.
So really a good procedure and example would help. Two of the programs
I want to install are app-misc/openjnlp and net-misc/icaclient .
Thanks,
--dhk
just open the ebuild with the text editor of your choice - or less - and read
the info block. It is easy to find it. You don't have to wait for the emerge to
fail.
> just open the ebuild with the text editor of your choice - or less - and
> read the info block. It is easy to find it. You don't have to wait for the
> emerge to fail.
I find this useful: "less `equery w <package>`", although it does seem to work
only on packages that are installed already.
--
Rgds
Peter
Well, it sort of tells you what to do. For once portage has a error
Thanks all for the help. I stopped after the emerge -p and tried to
cp it to /usr/portage/distfiles or wherever your DISTDIR is. Change permissions
to portage:portage.
And that is all explained in the einfo of the ebuilds and/or the
documentation.