These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] x11-proto/videoproto-2.3.1
[ebuild N ] x11-proto/xineramaproto-1.2.1
[ebuild N ] x11-proto/bigreqsproto-1.1.1 USE="-doc"
[ebuild N ] x11-proto/xf86dgaproto-2.1
[ebuild N ] x11-proto/xf86rushproto-1.1.2
[ebuild N ] x11-misc/xbitmaps-1.1.1
[ebuild N ] x11-apps/rgb-1.0.4
[ebuild N ] x11-proto/xcmiscproto-1.2.1 USE="-doc"
[ebuild N ] x11-apps/xinit-1.3.1-r1 USE="minimal"
[ebuild N ] x11-libs/libXv-1.0.6 USE="static-libs"
[ebuild N ] x11-base/xorg-server-1.11.2-r2 USE="ipv6 kdrive nptl static-libs udev xorg -dmx -doc -minimal -tslib -xnest -xvfb"
[ebuild N ] x11-base/xorg-drivers-1.11 INPUT_DEVICES="evdev keyboard mouse -acecad -aiptek -elographics -fpit -hyperpen -joystick -mutouch -penmount -synaptics -tslib -vmmouse -void -wacom" VIDEO_CARDS="radeon -apm -ark -ast -chips -cirrus -dummy -epson -fbdev -fglrx (-geode) -glint -i128 (-i740) (-impact) -intel -mach64 -mga -neomagic (-newport) -nouveau -nv -nvidia (-omapfb) -qxl -r128 -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vesa -via -virtualbox -vmware (-voodoo)"
[ebuild N ] x11-drivers/xf86-input-keyboard-1.6.0
[ebuild N ] x11-drivers/xf86-video-ati-6.14.3
[ebuild N ] x11-drivers/xf86-input-mouse-1.7.1
[ebuild N ] x11-drivers/xf86-input-evdev-2.6.0
Poi quando tenti dal grub di Salix di chiamare il grub di Gentoo, ti da un numero di errore e l'errore o solo l'errore
Nessun numero. Solo "errore: no such partition" e poi sotto "premere un tasto per continuare".
Però non occorre premere nessun tasto. Basta aspettare qualche secondo.
per il -1: No perchè devi essere tu a decidere quando devi aggiornare i driver o meno!
se si aggiornano senza che tu lo vuoi sarebbe davvero un problema!
per il grub: su Salix mi fai vedere le varie combinazioni scrivendo nel terminale grub e poi il tasto TAB!
che comandi ti fa?
grub2-update
grub2-mkconfig...
poi?
conoscenza ha scritto:per il -1: No perchè devi essere tu a decidere quando devi aggiornare i driver o meno!
se si aggiornano senza che tu lo vuoi sarebbe davvero un problema!
Ma cos'è esattamente che stiamo facendo adesso?
per il grub: su Salix mi fai vedere le varie combinazioni scrivendo nel terminale grub e poi il tasto TAB!
che comandi ti fa?
ps: adesso hai finito di emerge xorg-server (per gestire il DE) e i driver per la vga, mouse, tastiera...
Nel frattempo che sistemiamo grub, dai
etc-update (-5)
emerge --sync
emerge -DNu world
(se -DNu world da errori fermati e riportameli!)
emerge --depclean
revdep-rebuild
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="${saved_entry}"
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function load_video {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}
insmod part_msdos
insmod ext2
set root='(hd0,msdos9)'
search --no-floppy --fs-uuid --set=root ae6fca37-5894-429a-880f-00aacd4964e3
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=auto
load_video
insmod gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root 8915d2d6-1f83-4113-8a0f-9cf817362157
set locale_dir=($root)/grub/locale
set lang=it_IT
insmod gettext
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root 8915d2d6-1f83-4113-8a0f-9cf817362157
insmod jpeg
background_image -m stretch /grub/salix.jpg
set timeout=15
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Salix 13.37.0 GNU/Linux, con Linux 2.6.37.6' --class salix --class gnu-linux --class gnu --class os {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root 8915d2d6-1f83-4113-8a0f-9cf817362157
echo 'Caricamento Linux 2.6.37.6...'
linux /vmlinuz-huge-2.6.37.6 root=/dev/sda9 ro vt.default_utf8=1 resume=/dev/sda3 quiet vga=791
}
menuentry 'Salix 13.37.0 GNU/Linux, con Linux 2.6.37.6 (modalità ripristino)' --class salix --class gnu-linux --class gnu --class os {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root 8915d2d6-1f83-4113-8a0f-9cf817362157
echo 'Caricamento Linux 2.6.37.6...'
linux /vmlinuz-huge-2.6.37.6 root=/dev/sda9 ro single vt.default_utf8=1 resume=/dev/sda3
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professional (on /dev/sda1)" --class windows --class os {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root ECACF9FDACF9C25E
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry 'Gentoo grub' {
set root='(hd0,4)'
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
# This is a sample grub.conf for use with Genkernel, per the Gentoo handbook
# http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=10#doc_chap2
# If you are not using Genkernel and you need help creating this file, you
# should consult the handbook. Alternatively, consult the grub.conf.sample that
# is included with the Grub documentation.
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Gentoo Linux linux-3.2.1-gentoo-r2
root (hd0,4)
kernel /boot/kernel-miaprova1 root=/dev/sda6
>>> Emerging (1 of 29) net-nds/openldap-2.4.28-r1
* openldap-2.4.28.tgz RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* rfc2307bis.schema-20100722 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* ERROR: net-nds/openldap-2.4.28-r1 failed (setup phase):
* To build the ldapc++ library you must emerge openldap with sasl support
*
* Call stack:
* ebuild.sh, line 85: Called pkg_setup
* openldap-2.4.28-r1.ebuild, line 215: Called die
* The specific snippet of code:
* die "To build the ldapc++ library you must emerge openldap with sasl support"
*
* If you need support, post the output of 'emerge --info =net-nds/openldap-2.4.28-r1',
* the complete build log and the output of 'emerge -pqv =net-nds/openldap-2.4.28-r1'.
* The complete build log is located at '/var/tmp/portage/net-nds/openldap-2.4.28-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-nds/openldap-2.4.28-r1/temp/die.env'.
* S: '/var/tmp/portage/net-nds/openldap-2.4.28-r1/work/openldap-2.4.28'
>>> Failed to emerge net-nds/openldap-2.4.28-r1, Log file:
>>> '/var/tmp/portage/net-nds/openldap-2.4.28-r1/temp/build.log'
* Messages for package net-nds/openldap-2.4.28-r1:
* ERROR: net-nds/openldap-2.4.28-r1 failed (setup phase):
* To build the ldapc++ library you must emerge openldap with sasl support
*
* Call stack:
* ebuild.sh, line 85: Called pkg_setup
* openldap-2.4.28-r1.ebuild, line 215: Called die
* The specific snippet of code:
* die "To build the ldapc++ library you must emerge openldap with sasl support"
*
* If you need support, post the output of 'emerge --info =net-nds/openldap-2.4.28-r1',
* the complete build log and the output of 'emerge -pqv =net-nds/openldap-2.4.28-r1'.
* The complete build log is located at '/var/tmp/portage/net-nds/openldap-2.4.28-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-nds/openldap-2.4.28-r1/temp/die.env'.
* S: '/var/tmp/portage/net-nds/openldap-2.4.28-r1/work/openldap-2.4.28'