Gentoo Archives: gentoo-catalyst

From: lin pro <linforpros@×××××.com>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] how to tell catalyst to resolve dependency, dev-perl/xml-parser
Date: Sat, 28 Dec 2013 02:11:48
Message-Id: CACU8XWnd79EZ67-7e6DZud2AjefDoqaaW6DB7OiR+a6OAr7=GA@mail.gmail.com
1 Hi,
2 Here is an attempt to complete a minimal stage4 with catalyst.
3 There is only one package in the spec file for stage4:
4 media-sound/ardour
5
6 catalyst terminates with this message:
7
8 checking for msgfmt... /usr/bin/msgfmt
9 checking for gmsgfmt... /usr/bin/gmsgfmt
10 checking for perl... /usr/bin/perl
11 checking for perl >= 5.8.1... 5.16.3
12 checking for XML::Parser... configure: error: XML::Parser perl module
13 is required for intltool
14 !!! Please attach the following file when seeking support:
15 !!! /var/tmp/portage/gnome-base/libgnomecanvas-2.30.3/work/libgnomecanvas-2.30.3/config.log
16 * ERROR: gnome-base/libgnomecanvas-2.30.3::gentoo failed (configure phase):
17 * econf failed
18
19 Ok, then one more package is added to the stage4/packages list:
20
21 stage4/packages:
22 dev-perl/XML-Parser
23 media-sound/ardour
24
25
26 and the error is the same.
27 I understand that I am in a chroot environment after catalyst is
28 launched. Should I manually chroot there and try to fix stuff, or is
29 there something in the spec that I could do?
30
31 Ben
32
33
34 --
35 best regards
36 linforpros

Replies