Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
这是在怎么回事?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index 中文 (Chinese)
View previous topic :: View next topic  
Author Message
mathabstrction
Apprentice
Apprentice


Joined: 12 Aug 2012
Posts: 212

PostPosted: Tue Dec 25, 2012 12:34 pm    Post subject: 这是在怎么回事? Reply with quote

我将/etc/portage/make.conf当中的/home/wu/overlay去掉了。
source /var/lib/layman/make.conf
PORTDIR_OVERLAY="/usr/local/portage-crossdev /usr/local/portage"
GENTOO wu # emerge --autounmask-write --deep --newuse --update world

* IMPORTANT: 1 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.

Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy "~x11-libs/qt-opengl-4.8.4[aqua=,debug=,qt3support=]".
!!! One of the following packages is required to complete your request:
- x11-libs/qt-opengl-4.8.4::gentoo (Change USE: -qt3support)
- x11-libs/qt-declarative-4.8.4::gentoo (Change USE: +qt3support)
(dependency required by "x11-libs/qt-declarative-4.8.4" [ebuild])
(dependency required by "kde-base/kdelibs-4.9.3" [installed])
(dependency required by "kde-base/kiriki-4.9.3[handbook]" [installed])
(dependency required by "kde-base/kdegames-meta-4.9.3" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
GENTOO wu # dispatch-conf
然后就没有下面了。
Back to top
View user's profile Send private message
mathabstrction
Apprentice
Apprentice


Joined: 12 Aug 2012
Posts: 212

PostPosted: Tue Dec 25, 2012 1:00 pm    Post subject: Reply with quote

/etc/make.conf
GNU nano 2.3.1 文件: /etc/make.conf

# 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=k8 -O2"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
# 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="jpeg jack-tmpfs jack portaudio lash svga nsplugin mmx sse udev sse2"
INPUT_DEVICES="evdev"
VIDEO_CARDS="gmplayer intel vesa fbdev fbcon"
GENTOO_MIRRORS="http://gentoo.localhost.net.ar/ ftp://mirrors.localhost.net.ar/pub/mirrors/gentoo/ http://ftp.swin.edu.au/gentoo ftp://ftp.swin.edu.au/gentoo$

SYNC="rsync://rsync.br.gentoo.org/gentoo-portage"

PORTAGE_ELOG_CLASSES="info warn error log qa"
PORTAGE_ELOG_SYSTEM="save"
PORT_LOGDIR="/var/log/portage"

source /var/lib/layman/make.conf
PORTDIR_OVERLAY="/usr/local/portage"

/etc/portage/make.conf
source "/usr/portage/local/layman/make.conf"


GENTOO wu # emerge --update --newuse --deep --autounmask-write world
"/etc/portage/make.conf", line 2: [Errno 2] No such file or directory: '/usr/portage/local/layman/make.conf'
Traceback (most recent call last):
File "/usr/bin/emerge", line 48, in <module>
retval = emerge_main()
File "/usr/lib64/portage/pym/_emerge/main.py", line 1009, in emerge_main
settings, trees, mtimedb = load_emerge_config()
File "/usr/lib64/portage/pym/portage/proxy/objectproxy.py", line 31, in __call__
return result(*args, **kwargs)
File "/usr/lib64/portage/pym/_emerge/actions.py", line 3061, in load_emerge_config
trees = portage.create_trees(trees=trees, **kwargs)
File "/usr/lib64/portage/pym/portage/__init__.py", line 522, in create_trees
env=env, eprefix=eprefix)
File "/usr/lib64/portage/pym/portage/package/ebuild/config.py", line 334, in __init__
expand=make_conf) or {})
File "/usr/lib64/portage/pym/portage/util/__init__.py", line 616, in getconfig
key=lex.get_token()
File "/usr/lib64/python3.2/shlex.py", line 96, in get_token
spec = self.sourcehook(self.read_token())
File "/usr/lib64/python3.2/shlex.py", line 251, in sourcehook
return (newfile, open(newfile, "r"))
IOError: [Errno 2] No such file or directory: '/usr/portage/local/layman/make.conf'
Back to top
View user's profile Send private message
mathabstrction
Apprentice
Apprentice


Joined: 12 Aug 2012
Posts: 212

PostPosted: Tue Dec 25, 2012 1:04 pm    Post subject: Reply with quote

我将/etc/portage/make.conf source "/usr/portage/local/layman/make.conf" 改成的source "/var/lib/layman/make.conf"。
GENTOO wu # emerge --update --newuse --deep --autounmask-write world

* IMPORTANT: 1 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.

Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy "~x11-libs/qt-core-4.8.4[aqua=,debug=,qt3support=]".
!!! One of the following packages is required to complete your request:
- x11-libs/qt-core-4.8.4::gentoo (Change USE: -qt3support)
- x11-libs/qt-declarative-4.8.4::gentoo (Change USE: +qt3support)
(dependency required by "x11-libs/qt-declarative-4.8.4" [ebuild])
(dependency required by "kde-base/kdelibs-4.9.3" [installed])
(dependency required by "kde-base/kiriki-4.9.3[handbook]" [installed])
(dependency required by "kde-base/kdegames-meta-4.9.3" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
GENTOO wu # dispatch
bash: dispatch: 未找到命令
GENTOO wu # dispatch-conf
Back to top
View user's profile Send private message
mathabstrction
Apprentice
Apprentice


Joined: 12 Aug 2012
Posts: 212

PostPosted: Tue Dec 25, 2012 1:04 pm    Post subject: Reply with quote

然后就没下文了。
Back to top
View user's profile Send private message
mathabstrction
Apprentice
Apprentice


Joined: 12 Aug 2012
Posts: 212

PostPosted: Tue Dec 25, 2012 1:11 pm    Post subject: Reply with quote

是我搞错了。
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index 中文 (Chinese) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum