Gentoo Forums
Gentoo Forums
Quick Search: in
invalid "staged tarball URI" with 2006 LiveCD + GLIException
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
Drone4four
Apprentice
Apprentice


Joined: 09 May 2006
Posts: 213

PostPosted: Tue May 09, 2006 8:28 am    Post subject: invalid "staged tarball URI" with 2006 LiveCD + GL Reply with quote

Using the Gentoo Live install CD, I've clicked the graphical icon on the desktop.

Under the "Stage" header for the graphical installer I set the staged tarball URI to /tmp/. See, I assumed that "staged tarball URI" had something to do with compiling applicaitons from source using portage for afterwards. Once I configured all completed the other options, Gentoo began installing. It failed and here is the error message.

Code:
GLI: May 09 2006 03:08:12 - Setting root password.
GLI: May 09 2006 03:08:12 - Livecd root password set.
GLI: May 09 2006 03:08:13 - Portmap started.
GLI: May 09 2006 03:08:13 - Completed pre_install steps
GLI: May 09 2006 03:22:28 - partitioning: Processing /dev/hda...
GLI: May 09 2006 03:22:28 -   Partition 1 has origminor 1...saving start sector 63 and end sector 78172289
GLI: May 09 2006 03:22:28 -   Partition 3 has origminor 2...saving start sector 152087355 and end sector 156296384
GLI: May 09 2006 03:22:28 -   Partition 5 has origminor 5...saving start sector 152087418 and end sector 156296384
GLI: May 09 2006 03:22:28 -   Deleting old minor 1 to be recreated later
GLI: May 09 2006 03:22:28 -   Deleting old minor 5 to be recreated later
GLI: May 09 2006 03:22:28 -   Deleting extended partition with minor 2
GLI: May 09 2006 03:22:28 - Partitioning: Second pass...
GLI: May 09 2006 03:22:28 - Partitioning: Third pass....creating partitions
GLI: May 09 2006 03:22:28 -   Drive has 156301488 sectors
GLI: May 09 2006 03:22:28 -   Partition 1 has 38170MB
GLI: May 09 2006 03:22:28 -     Old start sector 63 retrieved
GLI: May 09 2006 03:22:28 -     Retrieved start sector is not the same as the calculated next start sector
GLI: May 09 2006 03:22:28 -     Old end sector 78172289 retrieved
GLI: May 09 2006 03:22:28 -   Adding primary partition 1 from 63 to 78172289
GLI: May 09 2006 03:22:28 -   Partition 2 has 36091MB
GLI: May 09 2006 03:22:28 -     Start sector calculated to be 78172290
GLI: May 09 2006 03:22:28 -     End sector calculated to be 152086658
GLI: May 09 2006 03:22:28 -   Adding primary partition 2 from 78172290 to 152086658
GLI: May 09 2006 03:22:29 -   Formatting partition 2 as reiserfs with: mkfs.reiserfs -f  /dev/hda2
GLI: May 09 2006 03:22:32 -   Partition 3 has 2055MB
GLI: May 09 2006 03:22:32 -     Old start sector 152087355 retrieved
GLI: May 09 2006 03:22:32 -     Retrieved start sector is not the same as the calculated next start sector
GLI: May 09 2006 03:22:32 -     Old end sector 156296384 retrieved
GLI: May 09 2006 03:22:32 -   Adding extended partition 3 from 152087355 to 156296384
GLI: May 09 2006 03:22:32 -   Partition 5 has 2055MB
GLI: May 09 2006 03:22:32 -     Old start sector 152087418 retrieved
GLI: May 09 2006 03:22:32 -     Retrieved start sector is not the same as the calculated next start sector
GLI: May 09 2006 03:22:32 -     Old end sector 156296384 retrieved
GLI: May 09 2006 03:22:32 -   Adding logical partition 5 from 152087418 to 156296384
GLI: May 09 2006 03:22:32 - Partition table for /dev/hdb is unchanged...skipping
GLI: May 09 2006 03:22:39 - Mounted mountpoint: /
GLI: May 09 2006 03:22:40 - Fetching and unpacking tarball:
GLI: May 09 2006 03:22:40 - Exception received during 'Unpack stage tarball': GLIUtilityError :FATAL: get_uri: File does not exist or URI is invalid!
GLI: May 09 2006 03:22:40 - Traceback (most recent call last):
GLI: May 09 2006 03:22:40 - File "/opt/installer/GLIClientController.py", line 165, in run
    self._install_steps[self._install_step]['function']()
GLI: May 09 2006 03:22:40 - File "/opt/installer/GLIArchitectureTemplate.py", line 306, in unpack_stage_tarball
    GLIUtility.fetch_and_unpack_tarball(self._install_profile.get_stage_tarball_uri(), self._chroot_dir, temp_directory=self._chroot_dir, keep_permissions=True, cc=self._cc)
GLI: May 09 2006 03:22:40 - File "/opt/installer/GLIUtility.py", line 557, in fetch_and_unpack_tarball
    if not get_uri(tarball_uri, temp_directory + "/" + tarball_filename, cc):
GLI: May 09 2006 03:22:40 - File "/opt/installer/GLIUtility.py", line 478, in get_uri
    raise GLIException("GLIUtilityError", 'fatal', 'get_uri', "File does not exist or URI is invalid!")
GLI: May 09 2006 03:22:40 - GLIException: GLIUtilityError :FATAL: get_uri: File does not exist or URI is invalid!


So maybe /tmp/ wasn't the best choice. I try the graphical installer again. This time I left the staged tarball URI variable blank. Here is what the log and output tabs printed:

Code:
GLI: May 09 2006 03:32:09 - Setting root password.
GLI: May 09 2006 03:32:09 - Livecd root password set.
GLI: May 09 2006 03:32:09 - Portmap started.
GLI: May 09 2006 03:32:09 - Completed pre_install steps
GLI: May 09 2006 04:12:52 - Partition table for /dev/hda is unchanged...skipping
GLI: May 09 2006 04:12:52 - Partition table for /dev/hdb is unchanged...skipping
GLI: May 09 2006 04:12:58 - Mounted mountpoint: /
GLI: May 09 2006 04:12:59 - Fetching and unpacking tarball:
GLI: May 09 2006 04:12:59 - Exception received during 'Unpack stage tarball': GLIUtilityError :FATAL: get_uri: File does not exist or URI is invalid!
GLI: May 09 2006 04:12:59 - Traceback (most recent call last):
GLI: May 09 2006 04:12:59 - File "/opt/installer/GLIClientController.py", line 165, in run
    self._install_steps[self._install_step]['function']()
GLI: May 09 2006 04:12:59 - File "/opt/installer/GLIArchitectureTemplate.py", line 306, in unpack_stage_tarball
    GLIUtility.fetch_and_unpack_tarball(self._install_profile.get_stage_tarball_uri(), self._chroot_dir, temp_directory=self._chroot_dir, keep_permissions=True, cc=self._cc)
GLI: May 09 2006 04:12:59 - File "/opt/installer/GLIUtility.py", line 557, in fetch_and_unpack_tarball
    if not get_uri(tarball_uri, temp_directory + "/" + tarball_filename, cc):
GLI: May 09 2006 04:12:59 - File "/opt/installer/GLIUtility.py", line 478, in get_uri
    raise GLIException("GLIUtilityError", 'fatal', 'get_uri', "File does not exist or URI is invalid!")
GLI: May 09 2006 04:12:59 - GLIException: GLIUtilityError :FATAL: get_uri: File does not exist or URI is invalid!


Code:
Exception received:
GLIUtilityError :FATAL: get_uri: File does not exist or URI is invalid!
Please submit a bug report (after searching to make sure it's not a known issue and verifying you didn't do something stupid) with the contents of /var/log/install.log and /tmp/installprofile.xml and the version of the installer you used


I found lots of interessting information in the numerous Gentoo handbooks related to staged tarballing; however, there is /nothing/ on "URI"s (which are differnt from URLs). I used Google which turned up nothing useful. Despite the care I received in #Gentoo on FreeNode, I still can't figure out what I should set the staged tarball URI variable to.


Last edited by Drone4four on Mon May 22, 2006 7:18 pm; edited 3 times in total
Back to top
View user's profile Send private message
Drone4four
Apprentice
Apprentice


Joined: 09 May 2006
Posts: 213

PostPosted: Tue May 09, 2006 8:48 am    Post subject: Reply with quote

qtothemax in #Gentoo just suggested that according to wikipedia, url is a subset of uri. qtothemax suggests I try ftp://gentoo.osuosl.org/pub/gentoo/releases/x86/2006.0/stages/stage3-x86-2006.0.tar.bz2 as the uri. Here I go...
Back to top
View user's profile Send private message
Drone4four
Apprentice
Apprentice


Joined: 09 May 2006
Posts: 213

PostPosted: Tue May 09, 2006 9:13 am    Post subject: Reply with quote

I thought I had it working, but I didn't. Here are the full output and log errors.

Log:
Code:
 GLI: May 22 2006 13:14:51 - Setting root password.
GLI: May 22 2006 13:14:52 - Livecd root password set.
GLI: May 22 2006 13:14:52 - Portmap started.
GLI: May 22 2006 13:14:52 - Completed pre_install steps
GLI: May 22 2006 13:21:06 - Partition table for /dev/hda is unchanged...skipping
GLI: May 22 2006 13:21:06 - Partition table for /dev/hdb is unchanged...skipping
GLI: May 22 2006 13:21:13 - Mounted mountpoint: /
GLI: May 22 2006 13:21:14 - Fetching and unpacking tarball: ftp://gentoo.osuosl.org/pub/gentoo/releases/x86/2006.0/stages/stage3-x86-2006.0.tar.bz2
GLI: May 22 2006 13:24:13 - Exception received during 'Unpack stage tarball': GLIUtilityError :FATAL: fetch_and_unpack_tarball: Could not fetch ftp://gentoo.osuosl.org/pub/gentoo/releases/x86/2006.0/stages/stage3-x86-2006.0.tar.bz2
GLI: May 22 2006 13:24:13 - Traceback (most recent call last):
GLI: May 22 2006 13:24:13 - File "/opt/installer/GLIClientController.py", line 165, in run
    self._install_steps[self._install_step]['function']()
GLI: May 22 2006 13:24:13 - File "/opt/installer/GLIArchitectureTemplate.py", line 306, in unpack_stage_tarball
    GLIUtility.fetch_and_unpack_tarball(self._install_profile.get_stage_tarball_uri(), self._chroot_dir, temp_directory=self._chroot_dir, keep_permissions=True, cc=self._cc)
GLI: May 22 2006 13:24:13 - File "/opt/installer/GLIUtility.py", line 558, in fetch_and_unpack_tarball
    raise GLIException("GLIUtilityError", 'fatal', 'fetch_and_unpack_tarball',"Could not fetch " + tarball_uri)
GLI: May 22 2006 13:24:13 - GLIException: GLIUtilityError :FATAL: fetch_and_unpack_tarball: Could not fetch ftp://gentoo.osuosl.org/pub/gentoo/releases/x86/2006.0/stages/stage3-x86-2006.0.tar.bz2
Output:
Code:
 Exception received:
GLIUtilityError :FATAL: fetch_and_unpack_tarball: Could not fetch ftp://gentoo.osuosl.org/pub/gentoo/releases/x86/2006.0/stages/stage3-x86-2006.0.tar.bz2
Please submit a bug report (after searching to make sure it's not a known issue and verifying you didn't do something stupid) with the contents of /var/log/install.log and /tmp/installprofile.xml and the version of the installer you used


The keywords I used to search were "fetch_and_unpack_tarball" and "GLIException" which turned up nothing good in Google and forum searches.

edit:re-wrote *this* post entirely + added error messages
_________________
Gigabyte GA-P45T-ES3G LGA 775 Intel P45
Intel Core 2 Quad Q9650 @ 3.0GHz
16.384GB RAM DDR3 1333MHz
EVGA nVidia GeForce GTX 560 Ti 2GB
Back to top
View user's profile Send private message
Drone4four
Apprentice
Apprentice


Joined: 09 May 2006
Posts: 213

PostPosted: Mon May 22, 2006 7:17 pm    Post subject: Reply with quote

roger55 in #Gentoo suggested I try a Dynamic and GRP install with the LiveCD default Kernel. Selecting those two options, the URL is all blocked out. I got a different set of errors.

Log:
Code:

GLI: May 22 2006 12:11:17 - Setting root password.
GLI: May 22 2006 12:11:17 - Livecd root password set.
GLI: May 22 2006 12:11:17 - Portmap started.
GLI: May 22 2006 12:11:17 - Completed pre_install steps
GLI: May 22 2006 12:13:59 - Partition table for /dev/hda is unchanged...skipping
GLI: May 22 2006 12:13:59 - Partition table for /dev/hdb is unchanged...skipping
GLI: May 22 2006 12:14:06 - Mounted mountpoint: /
GLI: May 22 2006 12:23:57 - Stage3 was generated successfully
GLI: May 22 2006 12:23:59 - fstab configured.
GLI: May 22 2006 12:23:59 - Edited Config file /mnt/gentoo/etc/rc.conf
GLI: May 22 2006 12:23:59 - Edited Config file /mnt/gentoo/etc/conf.d/clock
GLI: May 22 2006 12:23:59 - Edited Config file /mnt/gentoo/etc/conf.d/keymaps
GLI: May 22 2006 12:23:59 - Edited Config file /mnt/gentoo/etc/make.conf
GLI: May 22 2006 12:23:59 - Config files updated using etc-update.  make.conf/fstab/rc.conf restored.
GLI: May 22 2006 12:23:59 - Edited Config file /mnt/gentoo/etc/make.conf
GLI: May 22 2006 12:23:59 - Edited Config file /mnt/gentoo/etc/make.conf
GLI: May 22 2006 12:23:59 - Edited Config file /mnt/gentoo/etc/make.conf
GLI: May 22 2006 12:23:59 - Edited Config file /mnt/gentoo/etc/make.conf
GLI: May 22 2006 12:23:59 - Edited Config file /mnt/gentoo/etc/make.conf
GLI: May 22 2006 12:23:59 - Make.conf configured
GLI: May 22 2006 12:23:59 - Chroot environment ready.
GLI: May 22 2006 12:25:26 - Portage tree install was custom.
GLI: May 22 2006 12:25:37 - Root Password set on the new system.
GLI: May 22 2006 12:25:38 - Edited Config file /mnt/gentoo/etc/conf.d/clock
GLI: May 22 2006 12:25:38 - Timezone set.
GLI: May 22 2006 12:25:38 - Starting emerge_kernel
GLI: May 22 2006 12:26:21 - Coldplug emerged.  Now they should be added to the boot runlevel.
GLI: May 22 2006 12:26:21 - Added coldplug to runlevel boot
GLI: May 22 2006 12:26:21 -  -- MARK --
GLI: May 22 2006 12:26:21 - Starting build_kernel
GLI: May 22 2006 12:26:35 - Added syslog-ng to runlevel default
GLI: May 22 2006 12:26:35 - Logging daemon installed: syslog-ng
GLI: May 22 2006 12:26:56 - Added vixie-cron to runlevel default
GLI: May 22 2006 12:26:56 - Cron daemon installed and configured: vixie-cron
GLI: May 22 2006 12:29:20 - Exception received during 'Installing filesystem tools': CopyPackageToChrootError :FATAL: copy_pkg_to_chroot: Could not copy files from /var/tmp/portage/xorg-x11-6.8.2-r6/image to / for x11-base/xorg-x11-6.8.2-r6
GLI: May 22 2006 12:29:20 - Traceback (most recent call last):
GLI: May 22 2006 12:29:20 - File "/opt/installer/GLIClientController.py", line 165, in run
    self._install_steps[self._install_step]['function']()
GLI: May 22 2006 12:29:20 - File "/opt/installer/GLIArchitectureTemplate.py", line 931, in install_filesystem_tools
    exitstatus = self._portage.emerge(package)
GLI: May 22 2006 12:29:20 - File "/opt/installer/GLIPortage.py", line 225, in emerge
    self.copy_pkg_to_chroot(pkg)
GLI: May 22 2006 12:29:20 - File "/opt/installer/GLIPortage.py", line 158, in copy_pkg_to_chroot
    raise GLIException("CopyPackageToChrootError", 'fatal', 'copy_pkg_to_chroot', "Could not copy files from " + image_dir + " to / for " + package)
GLI: May 22 2006 12:29:20 - GLIException: CopyPackageToChrootError :FATAL: copy_pkg_to_chroot: Could not copy files from /var/tmp/portage/xorg-x11-6.8.2-r6/image to / for x11-base/xorg-x11-6.8.2-r6


Output:
Code:
/tmp/extrastuff.sh: line 5: cd: /usr/lib/gcc-lib/i686-pc-linux-gnu: No such file or directory
 * Switching native-compiler to i686-pc-linux-gnu-3.4.4 ...               [ ok ]

 * If you intend to use the gcc from the new profile in an already
 * running shell, please remember to do:

 *   # source /etc/profile

>>> Regenerating /etc/ld.so.cache...
 * Warning: could not generate /etc/modprobe.conf!
 * Switching to i686-pc-linux-gnu-2.16.1 ...                              [ ok ]
>>> Regenerating /etc/ld.so.cache...

 * Please remember to run:

 *   # source /etc/profile

Scanning Configuration files...
Exiting: Nothing left to do; exiting. :)
portage/
portage/net-zope/
portage/net-zope/cvsfile/
portage/net-zope/cvsfile/metadata.xml
portage/net-zope/cvsfile/cvsfile-0.9.0.ebuild
portage/net-zope/cvsfile/ChangeLog
portage/net-zope/cvsfile/files/
portage/net-zope/cvsfile/files/digest-cvsfile-0.9.0
portage/net-zope/cvsfile/Manifest
portage/net-zope/silvametadata/
portage/net-zope/silvametadata/metadata.xml
portage/net-zope/silvametadata/ChangeLog
portage/net-zope/silvametadata/files/
portage/net-zope/silvametadata/files/digest-silvametadata-0.8
portage/net-zope/silvametadata/silvametadata-0.8.ebuild
portage/net-zope/silvametadata/Manifest
portage/net-zope/placelesstranslationservice/
portage/net-zope/placelesstranslationservice/metadata.xml
portage/net-zope/placelesstranslationservice/ChangeLog
portage/net-zope/placelesstranslationservice/placelesstranslationservice-1.0_beta3.ebuild
portage/net-zope/placelesstranslationservice/files/
portage/net-zope/placelesstranslationservice/files/digest-placelesstranslationservice-1.0_beta3
portage/net-zope/placelesstranslationservice/Manifest
portage/net-zope/xmlwidgets/
portage/net-zope/xmlwidgets/metadata.xml
portage/net-zope/xmlwidgets/xmlwidgets-0.11.ebuild
portage/net-zope/xmlwidgets/ChangeLog
portage/net-zope/xmlwidgets/xmlwidgets-0.9.ebuild
portage/net-zope/xmlwidgets/files/
portage/net-zope/xmlwidgets/files/digest-xmlwidgets-0.10.3
portage/net-zope/xmlwidgets/files/digest-xmlwidgets-0.9
portage/net-zope/xmlwidgets/files/digest-xmlwidgets-0.11
portage/net-zope/xmlwidgets/Manifest
portage/net-zope/xmlwidgets/xmlwidgets-0.10.3.ebuild
portage/net-zope/simpleuserfolder/
portage/net-zope/simpleuserfolder/metadata.xml
portage/net-zope/simpleuserfolder/ChangeLog
portage/net-zope/simpleuserfolder/files/
portage/net-zope/simpleuserfolder/files/digest-simpleuserfolder-0.9.0
portage/net-zope/simpleuserfolder/simpleuserfolder-0.9.0.ebuild
portage/net-zope/simpleuserfolder/Manifest
portage/net-zope/photo/
portage/net-zope/photo/metadata.xml
portage/net-zope/photo/photo-1.2.4.ebuild
portage/net-zope/photo/ChangeLog
portage/net-zope/photo/photo-1.2.3.ebuild
portage/net-zope/photo/files/
portage/net-zope/photo/files/digest-photo-1.2.3
portage/net-zope/photo/files/digest-photo-1.2.4
portage/net-zope/photo/Manifest
portage/net-zope/zope/
portage/net-zope/zope/zope-2.6.4-r1.ebuild
portage/net-zope/zope/metadata.xml
portage/net-zope/zope/zope-3.1.0.ebuild
portage/net-zope/zope/zope-3.2.0.ebuild
portage/net-zope/zope/zope-2.8.3.ebuild
portage/net-zope/zope/ChangeLog
portage/net-zope/zope/zope-2.7.7.ebuild
portage/net-zope/zope/zope-2.8.4.ebuild



....

portage/dev-dotnet/gnome-sharp/files/digest-gnome-sharp-1.0.8-r1
portage/dev-dotnet/gnome-sharp/files/digest-gnome-sharp-2.6.0
portage/dev-dotnet/gnome-sharp/files/digest-gnome-sharp-1.0.10
portage/dev-dotnet/gnome-sharp/Manifest
portage/dev-dotnet/gnome-sharp/gnome-sharp-2.6.0.ebuild
portage/dev-dotnet/gnomedb-sharp/
portage/dev-dotnet/gnomedb-sharp/gnomedb-sharp-1.0.8-r1.ebuild
portage/dev-dotnet/gnomedb-sharp/gnomedb-sharp-1.0.8.ebuild
portage/dev-dotnet/gnomedb-sharp/metadata.xml
portage/dev-dotnet/gnomedb-sharp/gnomedb-sharp-1.0.10.ebuild
portage/dev-dotnet/gnomedb-sharp/ChangeLog
portage/dev-dotnet/gnomedb-sharp/files/
portage/dev-dotnet/gnomedb-sharp/files/digest-gnomedb-sharp-1.0.10
portage/dev-dotnet/gnomedb-sharp/files/digest-gnomedb-sharp-1.0.8-r1
portage/dev-dotnet/gnomedb-sharp/files/digest-gnomedb-sharp-1.0.8
portage/dev-dotnet/gnomedb-sharp/Manifest
var/cache/edb/dep/usr/portage/
var/cache/edb/dep/usr/portage/app-crypt/
var/cache/edb/dep/usr/portage/app-crypt/gnupg-1.4.1-r1
var/cache/edb/dep/usr/portage/app-crypt/gnupg-1.2.6
var/cache/edb/dep/usr/portage/app-crypt/gnupg-1.4.2-r1
var/cache/edb/dep/usr/portage/app-crypt/opencdk-0.5.7
var/cache/edb/dep/usr/portage/app-crypt/hashalot-0.3-r1
var/cache/edb/dep/usr/portage/app-crypt/gnupg-1.4.1
var/cache/edb/dep/usr/portage/app-crypt/gnupg-1.4.2-r3
var/cache/edb/dep/usr/portage/app-crypt/opencdk-0.5.5
var/cache/edb/dep/usr/portage/app-crypt/gnupg-1.4.2-r2
var/cache/edb/dep/usr/portage/www-client-eclass.cpickle
var/cache/edb/dep/usr/portage/www-client/
var/cache/edb/dep/usr/portage/www-client/epiphany-1.6.4
var/cache/edb/dep/usr/portage/www-client/mozilla-firefox-1.0.7-r3
var/cache/edb/dep/usr/portage/www-client/mozilla-1.7.10-r3
var/cache/edb/dep/usr/portage/www-client/links-2.1_pre18
var/cache/edb/dep/usr/portage/www-client/mozilla-firefox-1.0.7-r2
var/cache/edb/dep/usr/portage/www-client/mozilla-firefox-1.0.7-r4
var/cache/edb/dep/usr/portage/www-client/epiphany-1.6.3

...



var/cache/edb/dep/usr/portage/x11-libs/qt-3.3.4-r8
var/cache/edb/dep/usr/portage/x11-libs/libxklavier-2.0
var/cache/edb/dep/usr/portage/x11-libs/libxklavier-1.04-r1
var/cache/edb/dep/usr/portage/x11-libs/pango-1.4.1-r1
var/cache/edb/dep/usr/portage/x11-libs/cairo-1.0.2
var/cache/edb/dep/usr/portage/x11-libs/libwnck-2.8.1-r1
var/cache/edb/dep/usr/portage/x11-libs/gtk+-1.2.10-r11
var/cache/edb/dep/usr/portage/x11-libs/pango-1.10.1
var/cache/edb/dep/usr/portage/x11-libs/vte-0.11.13-r2
var/cache/edb/dep/usr/portage/x11-libs/libxklavier-1.02
var/cache/edb/dep/usr/portage/x11-libs/pango-1.10.2
var/cache/edb/dep/usr/portage/x11-libs/pango-1.8.1
var/cache/edb/dep/usr/portage/x11-libs/libwnck-2.10.3
var/cache/edb/dep/usr/portage/x11-libs/libxklavier-1.03
var/cache/edb/dep/usr/portage/x11-libs/vte-0.11.16
var/cache/edb/dep/usr/portage/x11-libs/motif-config-0.7
var/cache/edb/dep/usr/portage/x11-libs/gtk+-1.2.10-r10
var/cache/edb/dep/usr/portage/x11-libs/gtkglarea-1.99.0
var/cache/edb/dep/usr/portage/x11-libs/qt-4.0.1
var/cache/edb/dep/usr/portage/x11-libs/startup-notification-0.8
var/cache/edb/dep/usr/portage/x11-libs/qt-4.1.0-r1
var/cache/edb/dep/usr/portage/x11-libs/gtksourceview-1.2.0
var/cache/edb/dep/usr/portage/x11-libs/motif-config-0.8
var/cache/edb/dep/usr/portage/x11-libs/motif-config-0.9
var/cache/edb/dep/usr/portage/x11-libs/pango-1.8.1-r1
var/cache/edb/dep/usr/portage/x11-libs/vte-0.11.15
var/cache/edb/dep/usr/portage/x11-libs/openmotif-2.2.3-r8
var/cache/edb/dep/usr/portage/x11-libs/cairo-0.2.0-r1
var/cache/edb/dep/usr/portage/x11-libs/gtk+-2.8.9
var/cache/edb/dep/usr/portage/x11-libs/openmotif-2.2.3-r3
var/cache/edb/dep/usr/portage/x11-libs/libxklavier-1.04
var/cache/edb/dep/usr/portage/x11-libs/vte-0.11.15-r1
var/cache/edb/dep/usr/portage/x11-libs/motif-config-0.6
 * coldplug added to runlevel boot
 * rc-update complete.
 * syslog-ng added to runlevel default
 * rc-update complete.
 * vixie-cron added to runlevel default
 * rc-update complete.
Exception received:
CopyPackageToChrootError :FATAL: copy_pkg_to_chroot: Could not copy files from /var/tmp/portage/xorg-x11-6.8.2-r6/image to / for x11-base/xorg-x11-6.8.2-r6
Please submit a bug report (after searching to make sure it's not a known issue and verifying you didn't do something stupid) with the contents of /var/log/install.log and /tmp/installprofile.xml and the version of the installer you used



No results for "CopyPackageToChrootError" or "ChrootError" in a Gentoo forum search.
_________________
Gigabyte GA-P45T-ES3G LGA 775 Intel P45
Intel Core 2 Quad Q9650 @ 3.0GHz
16.384GB RAM DDR3 1333MHz
EVGA nVidia GeForce GTX 560 Ti 2GB
Back to top
View user's profile Send private message
d0nju4n
Apprentice
Apprentice


Joined: 19 Apr 2004
Posts: 283
Location: Rochester, MN

PostPosted: Wed Jun 07, 2006 6:41 am    Post subject: Reply with quote

I was having the same problem while trying to install (CopyPackageToChrootError) I guess it was being caused by me having "ro" (read only) as an option to my boot partition that was to be created. Removing this parameter solved the problem. Hope it helps
_________________
Linux User 355087
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