View previous topic :: View next topic |
Author |
Message |
hcyildiran Tux's lil' helper
Joined: 01 May 2011 Posts: 113
|
Posted: Sat May 07, 2011 4:47 pm Post subject: "emerge pciutils" error |
|
|
[SOLVED]after "emerge pciutils" command, I see
ERROR: sys-apps/pciutils-3.1.7 failed (compile phase):
(no error message)
please help
Last edited by hcyildiran on Mon May 09, 2011 11:45 am; edited 1 time in total |
|
Back to top |
|
|
DONAHUE Watchman
Joined: 09 Dec 2006 Posts: 7651 Location: Goose Creek SC
|
Posted: Sat May 07, 2011 5:14 pm Post subject: |
|
|
more information please.
take a picture and post on a photo site
is this an old install?
new install?
cd/dvd booted?
cd/dvd booted but in the chroot?
<shift page up> to scroll up screen _________________ Defund the FCC. |
|
Back to top |
|
|
hcyildiran Tux's lil' helper
Joined: 01 May 2011 Posts: 113
|
Posted: Sat May 07, 2011 5:23 pm Post subject: |
|
|
new install
minimal CD
(chroot) livecd
Idon't know how to send photo. I'm sorry |
|
Back to top |
|
|
DONAHUE Watchman
Joined: 09 Dec 2006 Posts: 7651 Location: Goose Creek SC
|
Posted: Sat May 07, 2011 5:37 pm Post subject: |
|
|
boot cd, then using your partition names if not sda1 and sda3 Code: | mount /dev/sda3 /mnt/gentoo
mount /dev/sda1 /mnt/gentoo/boot
mount -t proc none /mnt/gentoo/proc
mount -o bind /dev /mnt/gentoo/dev
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile
export PS1="(chroot) $PS1" | Should get you into chroot Code: | nano /etc/resolv.conf | Edit to: Quote: | nameserver 8.8.8.8 | Then check that you have an interface with an ipaddress. then
for photo use digital camera or cell phone and upload to a free photo site then post the url here _________________ Defund the FCC. |
|
Back to top |
|
|
hcyildiran Tux's lil' helper
Joined: 01 May 2011 Posts: 113
|
|
Back to top |
|
|
Etal Veteran
Joined: 15 Jul 2005 Posts: 1932
|
Posted: Sat May 07, 2011 6:29 pm Post subject: |
|
|
Could you double-check that you have CFLAGS set correctly in make.conf? _________________ “And even in authoritarian countries, information networks are helping people discover new facts and making governments more accountable.”– Hillary Clinton, Jan. 21, 2010 |
|
Back to top |
|
|
hcyildiran Tux's lil' helper
Joined: 01 May 2011 Posts: 113
|
Posted: Sat May 07, 2011 6:36 pm Post subject: |
|
|
I'm a new user. I don't know how to. I'm following gentoo.org installing handbook |
|
Back to top |
|
|
DONAHUE Watchman
Joined: 09 Dec 2006 Posts: 7651 Location: Goose Creek SC
|
Posted: Sat May 07, 2011 6:47 pm Post subject: |
|
|
helpful, the actual error should be up screen, <shift-page up>
can you post the build log? /var/tmp/portage/sys-apps/pciutils-3.1.17/temp/build.log
will work?
if so, from chroot: Code: | wgetpaste /var/tmp/portage/sys-apps/pciutils-3.1.17/temp/build.log |
if not copy to a flash drive and post from another computer
have you emerged any other package? _________________ Defund the FCC. |
|
Back to top |
|
|
hcyildiran Tux's lil' helper
Joined: 01 May 2011 Posts: 113
|
Posted: Sat May 07, 2011 6:55 pm Post subject: |
|
|
sorry, what shall I copy? |
|
Back to top |
|
|
hcyildiran Tux's lil' helper
Joined: 01 May 2011 Posts: 113
|
Posted: Sat May 07, 2011 6:56 pm Post subject: |
|
|
No such file found |
|
Back to top |
|
|
DONAHUE Watchman
Joined: 09 Dec 2006 Posts: 7651 Location: Goose Creek SC
|
Posted: Sat May 07, 2011 7:01 pm Post subject: |
|
|
from the chroot, run:did it work? have you emerged any other package successfully? _________________ Defund the FCC. |
|
Back to top |
|
|
hcyildiran Tux's lil' helper
Joined: 01 May 2011 Posts: 113
|
Posted: Sat May 07, 2011 7:04 pm Post subject: |
|
|
emerged wgetpaste-2.17 but not pciutils-3.1.7 |
|
Back to top |
|
|
hcyildiran Tux's lil' helper
Joined: 01 May 2011 Posts: 113
|
Posted: Sat May 07, 2011 7:07 pm Post subject: |
|
|
shall I upload upscreen photos(pcıutil error page) |
|
Back to top |
|
|
DONAHUE Watchman
Joined: 09 Dec 2006 Posts: 7651 Location: Goose Creek SC
|
Posted: Sat May 07, 2011 7:10 pm Post subject: |
|
|
yes please _________________ Defund the FCC. |
|
Back to top |
|
|
hcyildiran Tux's lil' helper
Joined: 01 May 2011 Posts: 113
|
|
Back to top |
|
|
DONAHUE Watchman
Joined: 09 Dec 2006 Posts: 7651 Location: Goose Creek SC
|
Posted: Sat May 07, 2011 7:34 pm Post subject: |
|
|
it appears that /etc/make.conf has a line MAKEOPTS="-J4" with capital J, should be small j
Code: | nano /etc/make.conf | edit to and retry
Quote: | openpty failed: 'out of pty devices' | is another thing, check to see if it shows up on the retry _________________ Defund the FCC.
Last edited by DONAHUE on Sat May 07, 2011 7:40 pm; edited 1 time in total |
|
Back to top |
|
|
hcyildiran Tux's lil' helper
Joined: 01 May 2011 Posts: 113
|
Posted: Sat May 07, 2011 7:39 pm Post subject: |
|
|
it's ok. thank you so so much |
|
Back to top |
|
|
DONAHUE Watchman
Joined: 09 Dec 2006 Posts: 7651 Location: Goose Creek SC
|
Posted: Sat May 07, 2011 7:45 pm Post subject: |
|
|
if you have more trouble you can use wgetpaste to provide data
wgetpaste /etc/fstab would post a copy of /etc/fstab on a website
lspci -k | wgetpaste would post a copy of the output of the command on a website
you could then post the url's returned here
clicking edit on your original post will allow you to add [Solved] to the title _________________ Defund the FCC. |
|
Back to top |
|
|
hcyildiran Tux's lil' helper
Joined: 01 May 2011 Posts: 113
|
Posted: Sat May 07, 2011 10:14 pm Post subject: |
|
|
after code: "genkernel all"
# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/BOOT /boot ext2 noauto,noatime 1 2
/dev/ROOT / ext3 noatime 0 1
/dev/SWAP none swap sw 0 0
/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
what is problem? |
|
Back to top |
|
|
DONAHUE Watchman
Joined: 09 Dec 2006 Posts: 7651 Location: Goose Creek SC
|
Posted: Sat May 07, 2011 10:28 pm Post subject: |
|
|
no problem; not sure what the question is, but: The dummy fstab from the tarball is an example and a template. I presume you ranEdit to replace /dev/BOOT /dev/ROOT /dev/SWAP with your values (nominally /dev/sda1 /dev/sda3 /dev/sda2)
Quote: | # /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/BOOT /boot ext2 noauto,noatime 1 2
/dev/ROOT / ext3 noatime 0 1
/dev/SWAP none swap sw 0 0
/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
Nominally: Quote: | # /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda1 /boot ext2 noauto,noatime 1 2
/dev/sda3 / ext3 noatime 0 1
/dev/sda2 none swap sw 0 0
/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 | use your values _________________ Defund the FCC. |
|
Back to top |
|
|
hcyildiran Tux's lil' helper
Joined: 01 May 2011 Posts: 113
|
Posted: Sun May 08, 2011 9:36 am Post subject: |
|
|
I've completed installation and reboot and
"Error 23: Error while parsing number" I can't boot |
|
Back to top |
|
|
DONAHUE Watchman
Joined: 09 Dec 2006 Posts: 7651 Location: Goose Creek SC
|
Posted: Sun May 08, 2011 2:54 pm Post subject: |
|
|
from the legacy grub manual:
Quote: | 23 : Error while parsing number
This error is returned if GRUB was expecting to read a number and encountered bad data. |
so the problem is most likely in grub.conf,
Again, using your values, boot the cd, enter the chroot, and provide some data Code: | mount /dev/sda3 /mnt/gentoo
mount /dev/sda1 /mnt/gentoo/boot
mount -t proc none /mnt/gentoo/proc
mount -o bind /dev /mnt/gentoo/dev
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile
export PS1="(chroot) $PS1"
ls -l /boot | wgetpaste
wgetpaste /boot/grub/grub.conf
wgetpaste /etc/fstab
fdisk -l | wgetpaste
grep -v rootfs /proc/mounts | wgetpaste
| post the urls returned here
I've not seen error 23 before, this should be interesting. _________________ Defund the FCC. |
|
Back to top |
|
|
hcyildiran Tux's lil' helper
Joined: 01 May 2011 Posts: 113
|
|
Back to top |
|
|
DONAHUE Watchman
Joined: 09 Dec 2006 Posts: 7651 Location: Goose Creek SC
|
Posted: Sun May 08, 2011 4:21 pm Post subject: |
|
|
In the BIOS, and therefore in grub, all hard drives are named hd whether scsci, sata, sas, ide, or whatever.
Recommend:
either from the chroot: Code: | nano /boot/grub/grub.conf | or from the cd with gentoo partitions mounted: Code: | nano /mnt/gentoo/boot/grub/grub.conf | Edit to
Quote: | default 0
timeout 30
splashimage=(hd0,4)/boot/grub/splash.xpm.gz
title Gentoo Linux 2.6.37-r4 per current handbook
root (hd0,4)
kernel /boot/kernel-genkernel-x86-2.6.37-gentoo-r4 real_root=/dev/sda7
initrd /boot/initramfs-genkernel-x86-2.6.37-gentoo-r4
title Gentoo Linux 2.6.37-r4 per current handbook with root=/dev/ram4 added
root (hd0,4)
kernel /boot/kernel-genkernel-x86-2.6.37-gentoo-r4 root=/dev/ram4 real_root=/dev/sda7
initrd /boot/initramfs-genkernel-x86-2.6.37-gentoo-r4
title Gentoo Linux 2.6.37-r4 per old handbook but still works for DONAHUE
root (hd0,4)
kernel /boot/kernel-genkernel-x86-2.6.37-gentoo-r4 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda7
initrd /boot/initramfs-genkernel-x86-2.6.37-gentoo-r4
title Windows 7
rootnoverify (hd0,2)
chainloader +1
|
reboot, try in turn, hopefully all will get past the error 23 and at least one will start the kernel _________________ Defund the FCC. |
|
Back to top |
|
|
hcyildiran Tux's lil' helper
Joined: 01 May 2011 Posts: 113
|
Posted: Sun May 08, 2011 5:34 pm Post subject: |
|
|
yes it's worked, booted, but is this end or beginning, where is desktop? |
|
Back to top |
|
|
|