public inbox for gentoo-laptop@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-laptop] Basic??? problem to use Portage ?
@ 2004-11-03 20:24 Henri Magnin
  2004-11-03 20:31 ` Pavel Riha
  2004-11-03 20:49 ` Spencer McGuire
  0 siblings, 2 replies; 7+ messages in thread
From: Henri Magnin @ 2004-11-03 20:24 UTC (permalink / raw
  To: gentoo-laptop

Hi

I successfully installed Gentoo on a recent ASUS laptop (the basic install, 
as described in the handbook).

I cannot use the on-line features of Portage since I only have a slow modem 
at home.
So, I used an universal boot CD, started from a stage 3 tarball (all this 
downloaded from my job office location).... But also expected to have a 
graphical environment (let's say Gnome, but I have the same kind of problem 
with Kde).

Initially, I saw that issuing the "emerge gnome" command required to have 
some ebuilds which were not present on my PC.

...So, I downloaded an ISO image of the relevant "package CD" from my job 
(with a fast-speed connection). I burned the image as a CD, and installed its 
contents as follows :
- I copied all files from the "All" subdirectory of the CD in my 
/usr/portage/distfiles folder (a lot of non-zero-length '.tbz2' files)
- I did not deal with files in other sub-directories, since all these '.tbz2' 
files were zero-length

The problem when I "emerge gnome" is that it tries to download the 
"gnome-mime-data-2.4.1.tar.bz2" file from many WWW locations, and fails (of 
course, I am not connected, and would like to install offline).

...This while, the file "gnome-mime-date-2.4.1.tbz2" is really (and with 
non-zero length) in my /usr/portage/distfiles folder !

What did I do wrong ? Think I misunderstanded Portage, but where ?

Thanks by advance
Regards
Henri

--
gentoo-laptop@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-laptop] Basic??? problem to use Portage ?
  2004-11-03 20:24 [gentoo-laptop] Basic??? problem to use Portage ? Henri Magnin
@ 2004-11-03 20:31 ` Pavel Riha
  2004-11-03 21:06   ` Henri Magnin
  2004-11-03 20:49 ` Spencer McGuire
  1 sibling, 1 reply; 7+ messages in thread
From: Pavel Riha @ 2004-11-03 20:31 UTC (permalink / raw
  To: gentoo-laptop, henri.magnin

On Wed, Nov 03, 2004 at 09:24:36PM +0100, Henri Magnin wrote:
> ...This while, the file "gnome-mime-date-2.4.1.tbz2" is really (and with 
> non-zero length) in my /usr/portage/distfiles folder !

what about /usr/portage/packages/ALL/ ?

.tbz2 shoud be there, I thing.

Pavel
-- 
Pavel Riha
======================================================================
Shut the windows, close the gates 

--
gentoo-laptop@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [gentoo-laptop] Basic??? problem to use Portage ?
  2004-11-03 20:24 [gentoo-laptop] Basic??? problem to use Portage ? Henri Magnin
  2004-11-03 20:31 ` Pavel Riha
@ 2004-11-03 20:49 ` Spencer McGuire
  2004-11-03 22:14   ` Henri Magnin
  1 sibling, 1 reply; 7+ messages in thread
From: Spencer McGuire @ 2004-11-03 20:49 UTC (permalink / raw
  To: gentoo-laptop, henri.magnin

You need to read on how to install GRP packages, here is how to do it:
Code Listing 3: Mount the Packages CD
 
(Put the Gentoo Packages CD in the CD tray)
# mount /mnt/cdrom

 

Now configure Portage to use /mnt/cdrom for its prebuilt packages: 

Code Listing 4: Configuring Portage to use /mnt/cdrom
 
# ls /mnt/cdrom

(If there is a /mnt/cdrom/packages directory:)
# export PKGDIR="/mnt/cdrom/packages"

(Otherwise:)
# export PKGDIR="/mnt/cdrom"

Now install the packages you want. The Packages CD contains several prebuilt
binaries, for instance KDE: 

Code Listing 5: Installing KDE
 
# emerge --usepkg kde

You should now be able to use emerge --usepkg gnome instead of kde as shown
above, and you can install any packages that are on the cdrom.

-----Original Message-----
From: Henri Magnin [mailto:henri.magnin@fnac.net] 
Sent: Wednesday, November 03, 2004 1:25 PM
To: gentoo-laptop@lists.gentoo.org
Subject: [gentoo-laptop] Basic??? problem to use Portage ?

Hi

I successfully installed Gentoo on a recent ASUS laptop (the basic install, 
as described in the handbook).

I cannot use the on-line features of Portage since I only have a slow modem 
at home.
So, I used an universal boot CD, started from a stage 3 tarball (all this 
downloaded from my job office location).... But also expected to have a 
graphical environment (let's say Gnome, but I have the same kind of problem 
with Kde).

Initially, I saw that issuing the "emerge gnome" command required to have 
some ebuilds which were not present on my PC.

...So, I downloaded an ISO image of the relevant "package CD" from my job 
(with a fast-speed connection). I burned the image as a CD, and installed
its 
contents as follows :
- I copied all files from the "All" subdirectory of the CD in my 
/usr/portage/distfiles folder (a lot of non-zero-length '.tbz2' files)
- I did not deal with files in other sub-directories, since all these
'.tbz2' 
files were zero-length

The problem when I "emerge gnome" is that it tries to download the 
"gnome-mime-data-2.4.1.tar.bz2" file from many WWW locations, and fails (of 
course, I am not connected, and would like to install offline).

...This while, the file "gnome-mime-date-2.4.1.tbz2" is really (and with 
non-zero length) in my /usr/portage/distfiles folder !

What did I do wrong ? Think I misunderstanded Portage, but where ?

Thanks by advance
Regards
Henri

--
gentoo-laptop@gentoo.org mailing list


--
gentoo-laptop@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-laptop] Basic??? problem to use Portage ?
  2004-11-03 20:31 ` Pavel Riha
@ 2004-11-03 21:06   ` Henri Magnin
  2004-11-03 21:10     ` Pavel Riha
  2004-11-03 21:36     ` Spencer McGuire
  0 siblings, 2 replies; 7+ messages in thread
From: Henri Magnin @ 2004-11-03 21:06 UTC (permalink / raw
  To: gentoo-laptop

Hi

Thanks for so quick answer.

But I got the same problem.
I put all the CD files under /usr/portage/packages (respecting the
CD's folder structure : ./All , ./app-admin , ./app-arch , etc...

Maybe something should be added to indicate portage about the 
"/usr/portage/packages" path (I had to create the 'packages' subfolder under 
/usr/portage before copying) ?

Henri

Le Mercredi 3 Novembre 2004 21:31, vous avez écrit :
> On Wed, Nov 03, 2004 at 09:24:36PM +0100, Henri Magnin wrote:
> > ...This while, the file "gnome-mime-date-2.4.1.tbz2" is really (and with
> > non-zero length) in my /usr/portage/distfiles folder !
>
> what about /usr/portage/packages/ALL/ ?
>
> .tbz2 shoud be there, I thing.
>
> Pavel

--
gentoo-laptop@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-laptop] Basic??? problem to use Portage ?
  2004-11-03 21:06   ` Henri Magnin
@ 2004-11-03 21:10     ` Pavel Riha
  2004-11-03 21:36     ` Spencer McGuire
  1 sibling, 0 replies; 7+ messages in thread
From: Pavel Riha @ 2004-11-03 21:10 UTC (permalink / raw
  To: gentoo-laptop, henri.magnin

On Wed, Nov 03, 2004 at 10:06:55PM +0100, Henri Magnin wrote:
> But I got the same problem.
> I put all the CD files under /usr/portage/packages (respecting the
> CD's folder structure : ./All , ./app-admin , ./app-arch , etc...
> 
> Maybe something should be added to indicate portage about the 
> "/usr/portage/packages" path (I had to create the 'packages' subfolder under 
> /usr/portage before copying) ?

may be: emerge --usepkgonly gnome  ?

but as someone mentioned, there is a howto/readme for instaling GRP
packages from CD...

-- 
Pavel Riha
======================================================================
Vaše myš se pohnula.  
Windows NT je nyní nutno restartovat, aby se změna projevila.  
Mohu restartovat? [Ano] 

--
gentoo-laptop@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [gentoo-laptop] Basic??? problem to use Portage ?
  2004-11-03 21:06   ` Henri Magnin
  2004-11-03 21:10     ` Pavel Riha
@ 2004-11-03 21:36     ` Spencer McGuire
  1 sibling, 0 replies; 7+ messages in thread
From: Spencer McGuire @ 2004-11-03 21:36 UTC (permalink / raw
  To: gentoo-laptop, henri.magnin

Try what I suggested, it should work, you should also read how to install
GRP packages in the handbook, its at the bottom of the install part. :)

-----Original Message-----
From: Henri Magnin [mailto:henri.magnin@fnac.net] 
Sent: Wednesday, November 03, 2004 2:07 PM
To: gentoo-laptop@lists.gentoo.org
Subject: Re: [gentoo-laptop] Basic??? problem to use Portage ?

Hi

Thanks for so quick answer.

But I got the same problem.
I put all the CD files under /usr/portage/packages (respecting the
CD's folder structure : ./All , ./app-admin , ./app-arch , etc...

Maybe something should be added to indicate portage about the 
"/usr/portage/packages" path (I had to create the 'packages' subfolder under

/usr/portage before copying) ?

Henri

Le Mercredi 3 Novembre 2004 21:31, vous avez écrit :
> On Wed, Nov 03, 2004 at 09:24:36PM +0100, Henri Magnin wrote:
> > ...This while, the file "gnome-mime-date-2.4.1.tbz2" is really (and with
> > non-zero length) in my /usr/portage/distfiles folder !
>
> what about /usr/portage/packages/ALL/ ?
>
> .tbz2 shoud be there, I thing.
>
> Pavel

--
gentoo-laptop@gentoo.org mailing list


--
gentoo-laptop@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-laptop] Basic??? problem to use Portage ?
  2004-11-03 20:49 ` Spencer McGuire
@ 2004-11-03 22:14   ` Henri Magnin
  0 siblings, 0 replies; 7+ messages in thread
From: Henri Magnin @ 2004-11-03 22:14 UTC (permalink / raw
  To: gentoo-laptop; +Cc: spencerm, Pavel.Riha

Hi

The manipulation as explained by Spencer is Ok.
I certainly missed the "export PKGDIR=xxx" when reading the documentation.

I thought it was automatic, since there are (uncommented) 
"PORTDIR=/usr/portage" and "PKGDIR=$(PORTDIR)/packages" statements in 
/etc/make.globals.

Thanks a lot to both of you
Henri



Le Mercredi 3 Novembre 2004 21:4/9, vous avez écrit :
> You need to read on how to install GRP packages, here is how to do it:
> Code Listing 3: Mount the Packages CD
>
> (Put the Gentoo Packages CD in the CD tray)
> # mount /mnt/cdrom
>
>
>
> Now configure Portage to use /mnt/cdrom for its prebuilt packages:
>
> Code Listing 4: Configuring Portage to use /mnt/cdrom
>
> # ls /mnt/cdrom
>
> (If there is a /mnt/cdrom/packages directory:)
> # export PKGDIR="/mnt/cdrom/packages"
>
> (Otherwise:)
> # export PKGDIR="/mnt/cdrom"
>
> Now install the packages you want. The Packages CD contains several
> prebuilt binaries, for instance KDE:
>
> Code Listing 5: Installing KDE
>
> # emerge --usepkg kde
>
> You should now be able to use emerge --usepkg gnome instead of kde as shown
> above, and you can install any packages that are on the cdrom.
>
> -----Original Message-----
> From: Henri Magnin [mailto:henri.magnin@fnac.net]
> Sent: Wednesday, November 03, 2004 1:25 PM
> To: gentoo-laptop@lists.gentoo.org
> Subject: [gentoo-laptop] Basic??? problem to use Portage ?
>
> Hi
>
> I successfully installed Gentoo on a recent ASUS laptop (the basic install,
> as described in the handbook).
>
> I cannot use the on-line features of Portage since I only have a slow modem
> at home.
> So, I used an universal boot CD, started from a stage 3 tarball (all this
> downloaded from my job office location).... But also expected to have a
> graphical environment (let's say Gnome, but I have the same kind of problem
> with Kde).
>
> Initially, I saw that issuing the "emerge gnome" command required to have
> some ebuilds which were not present on my PC.
>
> ...So, I downloaded an ISO image of the relevant "package CD" from my job
> (with a fast-speed connection). I burned the image as a CD, and installed
> its
> contents as follows :
> - I copied all files from the "All" subdirectory of the CD in my
> /usr/portage/distfiles folder (a lot of non-zero-length '.tbz2' files)
> - I did not deal with files in other sub-directories, since all these
> '.tbz2'
> files were zero-length
>
> The problem when I "emerge gnome" is that it tries to download the
> "gnome-mime-data-2.4.1.tar.bz2" file from many WWW locations, and fails (of
> course, I am not connected, and would like to install offline).
>
> ...This while, the file "gnome-mime-date-2.4.1.tbz2" is really (and with
> non-zero length) in my /usr/portage/distfiles folder !
>
> What did I do wrong ? Think I misunderstanded Portage, but where ?
>
> Thanks by advance
> Regards
> Henri

--
gentoo-laptop@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-11-03 22:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-03 20:24 [gentoo-laptop] Basic??? problem to use Portage ? Henri Magnin
2004-11-03 20:31 ` Pavel Riha
2004-11-03 21:06   ` Henri Magnin
2004-11-03 21:10     ` Pavel Riha
2004-11-03 21:36     ` Spencer McGuire
2004-11-03 20:49 ` Spencer McGuire
2004-11-03 22:14   ` Henri Magnin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox