Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Alternative way of fetching package sources
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Ziggy
n00b
n00b


Joined: 20 Jun 2002
Posts: 2
Location: Midwest US

PostPosted: Thu Jun 20, 2002 4:37 pm    Post subject: Alternative way of fetching package sources Reply with quote

I realize that emerge can collect packages, but i must download at work using a windows box, then take the files home on cd.

Doing downloads at home is not an option..

So... is there anything i can do? And yes i realize stage3 will get me running with out having to connect at home, but i do want sources too..
And for getting 'updates' down the road.
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Thu Jun 20, 2002 4:39 pm    Post subject: Reply with quote

This has been posted many times; try this thread.
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Thu Jun 20, 2002 5:43 pm    Post subject: Reply with quote

Please make sure to search before posting. This thread was asked/answered earlier this morning, as well as several other times in the archives.

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
Ziggy
n00b
n00b


Joined: 20 Jun 2002
Posts: 2
Location: Midwest US

PostPosted: Fri Jun 21, 2002 6:52 pm    Post subject: Awk?? Reply with quote

delta407 wrote:
This has been posted many times; try this thread.




I did search, and saw that, but i didnt think awk would run under windows.. as my post stated is a limitation for me as my only choice.

Thus me posting.
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Fri Jun 21, 2002 6:55 pm    Post subject: Reply with quote

You could always use cygwin. But, you need to do a partial install to get emerge to dump a list of packages, anyway...
Back to top
View user's profile Send private message
Guest






PostPosted: Fri Jun 21, 2002 7:01 pm    Post subject: Reply with quote

delta407 wrote:
You could always use cygwin. But, you need to do a partial install to get emerge to dump a list of packages, anyway...



So the net result is im screwed? as i cant run anything but what is offered to me here at the office( windows2000). and downloading from home where i have that freedom of my OS choice isnt an option .( i can barely get my daily email at home ).

Guess i settle for a binary based stage3..
Back to top
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Fri Jun 21, 2002 7:06 pm    Post subject: Reply with quote

Well not totally screwed, just mostly. ;) The other option would be to quietly bring in your home computer, emerge -f whatever packes you want, and then quietly run away hoping nobody notices.

Keep in mind that Gentoo isn't designed for ease-of-use when it comes to low-bandwidth situations. I personally would not choose Gentoo for a desktop if I were on anything less permanent or speedy than DSL. As cool as Gentoo is, there are situations where it can be just too much of a hassle to deal with.

Best of luck to you.
Back to top
View user's profile Send private message
Guest






PostPosted: Fri Jun 21, 2002 7:13 pm    Post subject: Reply with quote

delta407 wrote:
Well not totally screwed, just mostly. ;) The other option would be to quietly bring in your home computer, emerge -f whatever packes you want, and then quietly run away hoping nobody notices.

Keep in mind that Gentoo isn't designed for ease-of-use when it comes to low-bandwidth situations. I personally would not choose Gentoo for a desktop if I were on anything less permanent or speedy than DSL. As cool as Gentoo is, there are situations where it can be just too much of a hassle to deal with.

Best of luck to you.



Thats the conclusion im coming too, that i stick with another distro for the time being and continue work on my own tiny one. I just am tired of the super-bloat distros the rest have become over the years.

To bring mine in, would be hard .. considering hte metal detctors at the doors :) and that our switches are keyed to the MAC id on the ethernetcards and tied to a particular port..

But thanks.. at least i wont continue to beat my head against the wall on this.
Back to top
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Fri Jun 21, 2002 7:19 pm    Post subject: Reply with quote

Quote:
I just am tired of the super-bloat distros the rest have become over the years.

You might want to try Slackware or Debian.

Quote:
considering hte metal detctors at the doors

You could cause a "disturbance in the force"... err, the circuit breaker, I mean. Though that probably wouldn't go over too well. ;)

Quote:
and that our switches are keyed to the MAC id on the ethernetcards and tied to a particular port

Oh, come on, you can deal with that. Just rip the NIC out. :)
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Fri Jun 21, 2002 7:27 pm    Post subject: Re: Awk?? Reply with quote

Ziggy wrote:
I did search, and saw that, but i didnt think awk would run under windows.. as my post stated is a limitation for me as my only choice.


You don't have to use awk. You can use find/replace in notepad, if you want. The key is to get a list of packages required for system. You should be able to do that from home by partially completing the stage 1 install process. Before you actually emerge system, do:

Code:
emerge -p system > mytextfile.txt


Put that text file on a floppy. Take it into work. Do some fancy finding/replacing on it and get a list that you can feed to wget.

If you're looking for a simple, easy-to-use solution that runs on windows, it doesn't exist. You're trying to install gentoo in a non-standard fashion, so any solution is going to involve some creative work-arounds.

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
fghellar
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 856
Location: Porto Alegre, BR

PostPosted: Fri Jun 21, 2002 7:37 pm    Post subject: Re: Awk?? Reply with quote

klieber wrote:
You can use find/replace in notepad, if you want.

Well, not exactly. The problem is some packages need more than one file to be downloaded (e.g. xfree, ghostscript), and there's no way to tell what files just from the package name. That's why I made that script that way... In any case, I don't see a way of getting a list of files to download without having access to a Portage tree and emerge/ebuild.
_________________
| www.gentoo.org | www.tldp.org | www.google.com |
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Fri Jun 21, 2002 8:30 pm    Post subject: Reply with quote

OK, so I take it back. Yes, you're screwed. :)

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
jtanner
Tux's lil' helper
Tux's lil' helper


Joined: 23 May 2002
Posts: 121
Location: Atlanta, GA

PostPosted: Fri Jun 21, 2002 10:17 pm    Post subject: Reply with quote

Umm...maybe you can find a friend or someone in a LUG that has a broadband connection?

I don't think debian is a very good choice for low-bandwidth situations either--how can he update/install pacakges that aren't on the base cd? RedHat is probably the best for this situation--lots of packages on media, and a cohesive upgrade policy.

Jim
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Fri Jun 21, 2002 10:47 pm    Post subject: Reply with quote

jtanner wrote:
and a cohesive upgrade policy.


Debian has a cohesive upgrade policy. It's just r e a l l y s l o w. :)

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
Guest






PostPosted: Sat Jun 22, 2002 6:41 am    Post subject: Reply with quote

If it helps, Cygwin should be installable under NT-kernels for just a single user, if I correctly remember the install options I never used. -- awk and wget should be obtainable that way.
Back to top
jtanner
Tux's lil' helper
Tux's lil' helper


Joined: 23 May 2002
Posts: 121
Location: Atlanta, GA

PostPosted: Sat Jun 22, 2002 11:50 pm    Post subject: Reply with quote

klieber wrote:

Debian has a cohesive upgrade policy. It's just r e a l l y s l o w. :)


Sorry, I wasn't clear. Debian doesn't have a good upgrade policy using media (that I know about). Since Redhat is entirely on media, there wouldn't have to be any long downloads in order to upgrade, and their upgrades always worked for me.

Jim
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot 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