Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43740 - Instructions to copy GRP packages do not copy the structure of the tree from the LiveCD
Summary: Instructions to copy GRP packages do not copy the structure of the tree from ...
Status: RESOLVED DUPLICATE of bug 43724
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Erwin (RETIRED)
URL: http://www.gentoo.org/doc/en/handbook...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-04 12:38 UTC by Christophe
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

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 Christophe 2004-03-04 12:38:57 UTC
Observed duting amd64 install, but this is the common part of the install.

Using the instruction "cp /mnt/cdrom/packages/All/* /mnt/gentoo/usr/portage/packages/All" copy only the packages and not the tree. But if you do so, later attempt to use binary package might failed :
example : "emerge -K xfree" failed to emerge binary

Correct instruction should be :
"cp -a /mnt/cdrom/packages /mnt/gentoo/usr/portage/packages"

Solution was given by Avenj last June in Forums, but never made it to the docs.

----COPY of Forums -----
Turns out it's the worst kind of bug - a documentation bug.

Instead of:

cp -a /mnt/cdrom/packages/* /mnt/gentoo/usr/portage/packages/

it should have been:

cp -a /mnt/cdrom/packages /mnt/gentoo/usr/portage/packages

Fixed install doc is in CVS and wil hit the website soon. 



Reproducible: Always
Steps to Reproduce:
1. Install from LiveCD 2004.0 (for AMD64)
2. Use of 2nd CD of GRP 
3. After clean install and reboot, follow instructions to copy packages
Comment 1 Erwin (RETIRED) gentoo-dev 2004-03-04 23:33:54 UTC

*** This bug has been marked as a duplicate of 43724 ***