Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
i would like to set up the gentoo chroot as described in ther docs
but when i run
emerge e2fsprogs
I got
Calculating dependencies ...done!
>>> emerge (1 of 4) sys-devel/bc-1.06.95 to /
*** Adjusting cvs-src permissions for portage user...
>>> Downloading http://ftp.linux.ee/pub/gentoo/distfile … 95.tar.bz2
--22:04:26-- http://ftp.linux.ee/pub/gentoo/distfile … 95.tar.bz2
=> `/usr/portage/distfiles/bc-1.06.95.tar.bz2'
Resolving ftp.linux.ee... 195.222.16.154
Connecting to ftp.linux.ee[195.222.16.154]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 290,069 [application/x-bzip2]
100%[====================================>] 290,069 156.60K/s
22:04:29 (156.27 KB/s) - `/usr/portage/distfiles/bc-1.06.95.tar.bz2' saved [290069/290069]
!!! No package digest file found: /usr/portage/sys-devel/bc/files/digest-bc-1.06.95
!!! Type "ebuild foo.ebuild digest" to generate it.
i m not at all a gentoo user thern does someone know how to solve that problem?
thanks
Offline
Normally this should not happen. Try:
cd /usr/portage/sys-devel/bc ebuild *.ebuild digest emerge e2fsprogs
Offline
thank you sala
rightt now i m testing the debian chroot as i know a little bit more debian
but i wil certainly give a try again to the gentoo
Offline
i m trying the command but i got
ebuild *.ebuild digest
!!! doebuild: 'bc-1.06.95.ebuild' is not one of the following valid commands:
!!! clean compile config depend digest fetch
!!! help install manifest merge package postinst
!!! postrm preinst prerm qmerge rpm setup
!!! test unmerge unpack
Offline
Then wildcard is not working in this command. Just run this command individual for failing ebuild.
For example ebuild bc-1.06.95.ebuild digest
Offline
indeed i should have thought of it
ebuild need two parameters and there s two ebuild file in the directory
thank you very much
Offline