Ho fatto l'emerge di layman e installato l'overlay dottout; copiato nella sua cartella l'ebuild creato il manifest e fatto l'emerge.
Nonostante amule non parte, per problemi di configurazione gtk (forse l'utente deve essere nel gruppo video...), l'installazione è andata a buon fine; ogni volta che lancio emerge ricevo un messaggio d'errore
Code: Select all
shell-init: error retrieving current directory: getcwd: cannot access parent directories: File o directory non esistenteCode: Select all
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-march=core2 -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j5"
VIDEO_CARDS="nvidia"
INPUT_DEVICES="keyboard mouse evdev"
LINGUAS="it"
ACCEPT_LICENSE="* -@EULA"
ACCEPT_LICENSE="skype-eula"
KEYWORDS="~amd64"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="x86_64-pc-linux-gnu"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
USE="sqlite python gtk gnome -qt4 -kde X dbus -hal dvd alsa cdr udev lm_sensors"
GENTOO_MIRRORS="ftp://gentoo.inode.at/source/"
SYNC="rsync://rsync1.at.gentoo.org/gentoo-portage"
PORTDIR_OVERLAY="source /var/lib/layman/make.conf"EDIT: ho modificato il percorso nel make.conf in PORTDIR_OVERLAY="source /var/lib/layman/dottout" e ora è cambiato anche il messaggio d'errore
Code: Select all
!!! Invalid PORTDIR_OVERLAY (not a dir): 'source'EDIT: ho eliminato source e ora non ho più nessun errore

