From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-catalyst+bounces-2947-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A224E138247 for <garchives@archives.gentoo.org>; Sat, 28 Dec 2013 02:11:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BA81E07FD; Sat, 28 Dec 2013 02:11:46 +0000 (UTC) Received: from mail-vc0-f175.google.com (mail-vc0-f175.google.com [209.85.220.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA1F9E07FD for <gentoo-catalyst@lists.gentoo.org>; Sat, 28 Dec 2013 02:11:45 +0000 (UTC) Received: by mail-vc0-f175.google.com with SMTP id lf12so3880329vcb.6 for <gentoo-catalyst@lists.gentoo.org>; Fri, 27 Dec 2013 18:11:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ifRh9VQb9QxZ0dYvhnAQrCfJW5rZ7KxansVZteObako=; b=y/rs2LZzms2J7NM10WtqzwR/C4TVOSpt1ijqFVj4r1kmEyKNHWFjH56cUy8lGZJ02D eJKXF9hbFttZIOK/j6oZkarQZzYejbaPi3VWQd+nz2yI5UX/3S9hxI8GyOlBRvu9lhQ+ c1+PrRbPnOaCBajhjEMIgziiXd9us/ud1vCsJplpB4imkwoB1MVtMxc1EnHKvATYpO3S lmpI2nJTAfzijwtui1bZeb52LZftrH+J/lIluVYUngBuCymucPPwDO4ARZfkE1WtoYPi jfpMpo7cDk+Nx+splBbn9n9VFOXUnMURwliiTSGvxMlqFr3T9qnMA3ThYiRqs8cG+7rL A5Ig== Precedence: bulk List-Post: <mailto:gentoo-catalyst@lists.gentoo.org> List-Help: <mailto:gentoo-catalyst+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-catalyst+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-catalyst+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-catalyst.gentoo.org> X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.52.74.99 with SMTP id s3mr7849858vdv.42.1388196704805; Fri, 27 Dec 2013 18:11:44 -0800 (PST) Received: by 10.58.133.5 with HTTP; Fri, 27 Dec 2013 18:11:44 -0800 (PST) Date: Fri, 27 Dec 2013 20:11:44 -0600 Message-ID: <CACU8XWnd79EZ67-7e6DZud2AjefDoqaaW6DB7OiR+a6OAr7=GA@mail.gmail.com> Subject: [gentoo-catalyst] how to tell catalyst to resolve dependency, dev-perl/xml-parser From: lin pro <linforpros@gmail.com> To: gentoo-catalyst@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 84fdb5bf-0d7c-477f-877f-f446e73f4ff8 X-Archives-Hash: ca0a2518a87c2c7d951f049cbc3d995a Hi, Here is an attempt to complete a minimal stage4 with catalyst. There is only one package in the spec file for stage4: media-sound/ardour catalyst terminates with this message: checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.16.3 checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool !!! Please attach the following file when seeking support: !!! /var/tmp/portage/gnome-base/libgnomecanvas-2.30.3/work/libgnomecanvas-2.30.3/config.log * ERROR: gnome-base/libgnomecanvas-2.30.3::gentoo failed (configure phase): * econf failed Ok, then one more package is added to the stage4/packages list: stage4/packages: dev-perl/XML-Parser media-sound/ardour and the error is the same. I understand that I am in a chroot environment after catalyst is launched. Should I manually chroot there and try to fix stuff, or is there something in the spec that I could do? Ben -- best regards linforpros