From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: Compilation error crossbuilding tools. Date: Mon, 8 Apr 2013 11:20:56 +0100 Message-ID: <51629A08.8010209@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Sander Bogaert Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 04/06/2013 03:29 PM, Sander Bogaert wrote: > Hi, Hello, > I'm running the latest xen unstable branch on an Arndale board ( and > FastModels A15 simulator ). I'm now trying to build the xen tools ( > 32bit ) following this guide: > http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/CrossCompiling > > The only deviation I made is adding my user to > /etc/schroot/chroot.d/raring-armhf-cross : > ... > groups=root,sbuild,username > root-groups=root,sbuild,username > ... > > I did this because I was getting ( on chrooting in as a regular user, > schroot -c raring-armhf-cross on my debian wheezy system): > E: Access not authorised > I: You do not have permission to access the schroot service. > I: This failure will be reported. > > ( and yes I added myself to the sbuild group :-) ) After doing this I > can chroot in and end up in my home dir on my local system, which is a > bit strange but not an issue I think. I had the same issue when I added my user to the sbuild group. The new user credentials are only take into account after the next log on. Did you try to log off/log on? Cheers, Julien