Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

[gentoo-user] emerge with a fetch restricted (must be manu..

 
   Soft32 Home -> Linux -> User RSS
Next:  [debian-hurd-Patches][312012] [FTBFS] imagemagick..  
Author Message
dhk

External


Since: Mar 13, 2009
Posts: 7



(Msg. 1) Posted: Thu Oct 15, 2009 7:22 pm
Post subject: [gentoo-user] emerge with a fetch restricted (must be manually downloaded)
Archived from groups: linux>gentoo>user (more info?)

Can someone explain the procedure for the installing software that has a
fetch restriction?

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
Back to top
Login to vote
Volker Armin Hemmann

External


Since: Jan 22, 2009
Posts: 100



(Msg. 2) Posted: Thu Oct 15, 2009 7:22 pm
Post subject: Re: [gentoo-user] emerge with a fetch restricted (must be manually downloaded) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Donnerstag 15 Oktober 2009, dhk wrote:
> Dale wrote:
> > dhk wrote:
> >> Can someone explain the procedure for the installing software that has a
> >> fetch restriction?
> >>
> >> 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
> >
> > Well, it sort of tells you what to do. For once portage has a error
> > that isn't encrypted or something. lol
> >
> > !!! dev-java/jnlp-bin-1.2-r1 has fetch restriction turned on.
> > !!! This probably means that this ebuild's files must be downloaded
> > !!! manually. See the comments in the ebuild for more information.
> >
> > * Please download javaws-1_2-dev.zip and place it in
> > /usr/portage/distfiles *
> > https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/
> >en_US/-/USD/ViewProductDetail-Start?ProductRef=7026-jaws_dev_pack-1.2-oth-
> >JPR@CDS-CDS_Developer
> >
> > I just went to the link provided, click accept on the license thingy and
> > there they are. After you get them downloaded, just put them in
> > /usr/portage/distfiles and emerge them normally.
> >
> > It's been a while since I have ran into this.
> >
> > Dale
> >
> > Smile Smile
>
> Thanks all for the help. I stopped after the emerge -p and tried to
> figure out what to do from there. The install was easy once I saw the
> error message. The trick was to try to do the emerge knowing the
> software was downloaded yet and that it would fail. Then I got all the
> information I needed. Thanks again.
>

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.
Back to top
Login to vote
Peter Humphrey

External


Since: Nov 10, 2008
Posts: 26



(Msg. 3) Posted: Thu Oct 15, 2009 7:22 pm
Post subject: Re: [gentoo-user] emerge with a fetch restricted (must be manually downloaded) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thursday 15 October 2009 12:31:25 Volker Armin Hemmann wrote:

> 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
Back to top
Login to vote
Dale

External


Since: Nov 06, 2008
Posts: 171



(Msg. 4) Posted: Thu Oct 15, 2009 7:22 pm
Post subject: Re: [gentoo-user] emerge with a fetch restricted (must be manually downloaded) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

dhk wrote:
> Can someone explain the procedure for the installing software that has a
> fetch restriction?
>
> 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
>
>
>

Well, it sort of tells you what to do. For once portage has a error
that isn't encrypted or something. lol

!!! dev-java/jnlp-bin-1.2-r1 has fetch restriction turned on.
!!! This probably means that this ebuild's files must be downloaded
!!! manually. See the comments in the ebuild for more information.

* Please download javaws-1_2-dev.zip and place it in /usr/portage/distfiles
*
https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Si...en_US/-

I just went to the link provided, click accept on the license thingy and
there they are. After you get them downloaded, just put them in
/usr/portage/distfiles and emerge them normally.

It's been a while since I have ran into this.

Dale

Smile Smile
Back to top
Login to vote
dhk

External


Since: Mar 13, 2009
Posts: 7



(Msg. 5) Posted: Thu Oct 15, 2009 7:22 pm
Post subject: Re: [gentoo-user] emerge with a fetch restricted (must be manually downloaded) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Dale wrote:
> dhk wrote:
>> Can someone explain the procedure for the installing software that has a
>> fetch restriction?
>>
>> 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
>>
>>
>>
>
> Well, it sort of tells you what to do. For once portage has a error
> that isn't encrypted or something. lol
>
> !!! dev-java/jnlp-bin-1.2-r1 has fetch restriction turned on.
> !!! This probably means that this ebuild's files must be downloaded
> !!! manually. See the comments in the ebuild for more information.
>
> * Please download javaws-1_2-dev.zip and place it in /usr/portage/distfiles
> *
> https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Si...en_US/-
>
> I just went to the link provided, click accept on the license thingy and
> there they are. After you get them downloaded, just put them in
> /usr/portage/distfiles and emerge them normally.
>
> It's been a while since I have ran into this.
>
> Dale
>
> Smile Smile
>
>
>

Thanks all for the help. I stopped after the emerge -p and tried to
figure out what to do from there. The install was easy once I saw the
error message. The trick was to try to do the emerge knowing the
software was downloaded yet and that it would fail. Then I got all the
information I needed. Thanks again.
Back to top
Login to vote
Volker Armin Hemmann

External


Since: Jan 22, 2009
Posts: 100



(Msg. 6) Posted: Thu Oct 15, 2009 7:22 pm
Post subject: Re: [gentoo-user] emerge with a fetch restricted (must be manually downloaded) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mittwoch 14 Oktober 2009, dhk wrote:
> Can someone explain the procedure for the installing software that has a
> fetch restriction?
>
> 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
>


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.
Back to top
Login to vote
Display posts from previous:   
Related Topics:
[gentoo-user] emerge-webrsync unable to fetch md5sum - Here is the error when I exec the #emerge-webrsync: Fetching most recent snapshot unable to fetch md5sum, no way to..

[Fwd: Re: [gentoo-user] Setting up time properly? Local ti.. - -------- Original Message -------- Subject: Re: [gentoo-user] Setting up time properly? Local time zone must be..

[gentoo-user] how to implement restricted www - Hi all, My task tonight will be to arrange a desktop Gentoo system such that one user can only access particular..

[gentoo-user] Restricted instant messaging - Does anyone know of an instant messaging client that can be set up to allow communication with only one other specific....

[gentoo-user] restricted IMAP configuration - I'm using courier-imap. I'd like to be able to set up an imap client on a single workstation to be the only client tha...

[gentoo-user] bootstrap fetch error - Hi all; I am a gentoo newbie. I am installing gentoo on VWWare4.0. I downloaded the minimal cd and booted from that...
       Soft32 Home -> Linux -> User All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]