Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 165013 - could not emerge dev-libs/libusb-0.1.11 during kernel build with genkernel, while using command line installer
Summary: could not emerge dev-libs/libusb-0.1.11 during kernel build with genkernel, w...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Installer (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux Installer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-02 18:11 UTC by Paterson.j
Modified: 2007-02-02 18:42 UTC (History)
0 users

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 Paterson.j 2007-02-02 18:11:08 UTC
Tried using the commande line installer on liveCD 2006.1
All seemed fine until the kernel building stage when I got this error:
GLIException: EmergePackageError :FATAL: emerge: Could not emerge dev-libs/libusb-0.1.11!
I tried a stage 1 install with vanilla sources and then a stage 3 install with copying kernel from liveCD. Got the same error both times.

here is the installer.log:
GLI: January 31 2007 06:06:51 -     Start sector calculated to be 74814705
GLI: January 31 2007 06:06:51 -     End sector calculated to be 234435825
GLI: January 31 2007 06:06:51 -   Adding primary partition 4 from 74814705 to 234435825
GLI: January 31 2007 06:06:51 - _partition_format_step(): Formatting new partitions
GLI: January 31 2007 06:06:52 -   Formatting partition 4 as ext3 with: mkfs.ext3  /dev/sda4
GLI: January 31 2007 06:07:42 - Mounted mountpoint: /
GLI: January 31 2007 06:07:43 - Created mountpoint /boot
GLI: January 31 2007 06:07:44 - Mounted mountpoint: /boot
GLI: January 31 2007 06:07:44 - Created mountpoint /mnt/windows
GLI: January 31 2007 06:07:49 - Mounted mountpoint: /mnt/windows
GLI: January 31 2007 06:07:49 - Fetching and unpacking tarball: http://adelie.polymtl.ca//releases/amd64/current/stages/stage1-amd64-2006.1.tar.bz2
GLI: January 31 2007 06:11:50 - http://adelie.polymtl.ca//releases/amd64/current/stages/stage1-amd64-2006.1.tar.bz2 was fetched and unpacked.
GLI: January 31 2007 06:11:51 - fstab configured.
GLI: January 31 2007 06:11:51 - Edited Config file /mnt/gentoo/etc/rc.conf
GLI: January 31 2007 06:11:51 - Config files updated using etc-update.  make.conf/fstab/rc.conf restored.
GLI: January 31 2007 06:11:52 - Make.conf configured
GLI: January 31 2007 06:11:52 - Chroot environment ready.
GLI: January 31 2007 06:15:49 - ERROR!  Could not sync the portage tree using emerge sync.  Falling back to emerge-webrsync as a backup.
GLI: January 31 2007 06:15:50 -  -- MARK -- 
GLI: January 31 2007 06:15:50 - Starting bootstrap.
GLI: January 31 2007 08:18:41 - Bootstrap complete.
GLI: January 31 2007 08:18:42 -  -- MARK -- 
GLI: January 31 2007 08:18:42 - Starting emerge system.
GLI: January 31 2007 11:31:54 - Emerge system complete.
GLI: January 31 2007 11:31:58 - Root Password set on the new system.
GLI: January 31 2007 11:32:01 - Edited Config file /mnt/gentoo/etc/conf.d/clock
GLI: January 31 2007 11:32:01 - Timezone set.
GLI: January 31 2007 11:32:02 - Starting emerge_kernel
GLI: January 31 2007 11:34:00 - Kernel sources:vanilla-sources emerged and /usr/src/linux symlinked.
GLI: January 31 2007 11:34:01 -  -- MARK -- 
GLI: January 31 2007 11:34:01 - Starting build_kernel
GLI: January 31 2007 11:34:23 - Genkernel emerged.  Beginning kernel compile.
GLI: January 31 2007 11:54:41 - Exception received during 'Building kernel': EmergePackageError :FATAL: emerge: Could not emerge dev-libs/libusb-0.1.11!
GLI: January 31 2007 11:54:41 - Traceback (most recent call last):
GLI: January 31 2007 11:54:41 - File "/opt/installer/GLIClientController.py", line 197, in run
    self._install_steps[self._install_step]['function']()
GLI: January 31 2007 11:54:41 - File "/opt/installer/GLIArchitectureTemplate.py", line 787, in build_kernel
    exitstatus = self._portage.emerge("coldplug")
GLI: January 31 2007 11:54:41 - File "/opt/installer/GLIPortage.py", line 265, in emerge
    raise GLIException("EmergePackageError", "fatal", "emerge", "Could not emerge " + pkg + "!")
GLI: January 31 2007 11:54:41 - GLIException: EmergePackageError :FATAL: emerge: Could not emerge dev-libs/libusb-0.1.11!


and here is the installprofile.xlm
    <gli-profile>
<kernel-build-method>
        genkernel
    </kernel-build-method>
<cron-daemon>
        vixie-cron
    </cron-daemon>
<domainname>
        Chaos_box_set
    </domainname>
<portage-snapshot/>
<kernel-source>
        vanilla-sources
    </kernel-source>
<install-pcmcia-cs>
        False
    </install-pcmcia-cs>
<time-zone>
        Canada/Eastern
    </time-zone>
<install-distcc>
        False
    </install-distcc>
<boot-device/>
<dynamic-stage3>
        False
    </dynamic-stage3>
<kernel-bootsplash>
        False
    </kernel-bootsplash>
<bootloader-mbr>
        True
    </bootloader-mbr>
<hostname>
        Havok
    </hostname>
<bootloader-kernel-args>
         doscsi
    </bootloader-kernel-args>
<post-install-script-uri/>
<nisdomainname/>
<install-stage>
        1
    </install-stage>
<ftp-proxy/>
<rsync-proxy/>
-
    <stage-tarball>

        http://adelie.polymtl.ca//releases/amd64/current/stages/stage1-amd64-2006.1.tar.bz2
    
</stage-tarball>
<bootloader>
        grub
    </bootloader>
<root-pass-hash>
        $1$ZYaD2Yuf$QysW9rWcL.G63LnGx8epW1
    </root-pass-hash>
<http-proxy/>
<mta/>
<grp-install>
        False
    </grp-install>
<logging-daemon>
        syslog-ng
    </logging-daemon>
<kernel-config/>
<portage-tree-sync>
        sync
    </portage-tree-sync>
<kernel-initrd>
        True
    </kernel-initrd>
<install-rp-pppoe>
        False
    </install-rp-pppoe>
-
    <install-packages>

        chkrootkit screen gnupg iptables samba postfix proftpd apache traceroute cups keychain slocate rdesktop logrotate gkrellm koffice xmms xine-ui gftp rhythmbox gimp bittorrent inkscape openoffice-bin mozilla-firefox mplayer evolution k3b gnome kde-meta enlightenment
    
</install-packages>
-
    <network-interfaces>
<device ip="dhcp" options="">
            eth1
        </device>
<device ip="dhcp" options="">
            eth0
        </device>
</network-interfaces>
<network-mounts/>
-
    <partitions>
-
    <device devnode="/dev/sda" disklabel="msdos">
<partition format="False" mb="35997" minor="1.0" mkfsopts="" mountopts="defaults" mountpoint="/mnt/windows" origminor="1" resized="False" type="ntfs"/>
<partition format="False" mb="39" minor="2.0" mkfsopts="" mountopts="defaults" mountpoint="/boot" origminor="2" resized="False" type="ext2"/>
<partition format="False" mb="494" minor="3.0" mkfsopts="" mountopts="" mountpoint="" origminor="3" resized="False" type="linux-swap"/>
<partition format="True" mb="77940" minor="4.0" mkfsopts="" mountopts="defaults" mountpoint="/" origminor="0" resized="False" type="ext3"/>
</device>
</partitions>
<services>
        xdm
    </services>
-
    <users>
<user comment="" groups="users" hash="$1$eQuevcSw$.tlSfz5jUGcDl/NRjMFM8/" homedir="/home/SA" shell="/bin/bash" uid="">
            SA
        </user>
<user comment="" groups="users" hash="$1$hao/NMJJ$gues1z8QiOhILjtVj60W0." homedir="/home/JP" shell="/bin/bash" uid="">
            JP
        </user>
</users>
-
    <etc-files>
-
    <file name="rc.conf">
<entry name="DISPLAYMANAGER">
                entrance
            </entry>
</file>
</etc-files>
</gli-profile>



Reproducible: Always

Steps to Reproduce:
1. followed steps in installer
2.
3.

Actual Results:  
Can not continue installation
Comment 1 Andrew Gaffney (RETIRED) gentoo-dev 2007-02-02 18:42:19 UTC
Compile errors are not installer bugs.