Re: [gentoo-user] Problems emerging util-linux-2.20-r1 in chroot

2012-02-09 Thread Pandu Poluan
Okay, PROBLEM SOLVED. (Read below) On Thu, Feb 9, 2012 at 19:51, Alex Schuster wrote: > Pandu Poluan writes: > >> Have anyone been having problems emerging sys-apps/util-linux-2.20-r1 >> on a chroot-ed environment? >> >> In my case, it always fail during the following stage: >> >> chmod >> g+s /v

Re: [gentoo-user] Problems emerging util-linux-2.20-r1 in chroot

2012-02-09 Thread Alex Schuster
Pandu Poluan writes: > In my case, it always fail during the following stage: > > chmod > g+s /var/tmp/portage/sys-apps/util-linux-2.20-r1/image//usr/bin/write Does this command work when you enter it manually in the chroot? Maybe FEATURES=-sandbox emerge sys-apps/util-linux works? Won

Re: [gentoo-user] Problems emerging util-linux-2.20-r1 in chroot

2012-02-09 Thread Pandu Poluan
On Thu, Feb 9, 2012 at 19:32, Pandu Poluan wrote: > On Thu, Feb 9, 2012 at 18:49, William Kenworthy wrote: >> >> On Thu, 2012-02-09 at 18:00 +0700, Pandu Poluan wrote: >>> Have anyone been having problems emerging sys-apps/util-linux-2.20-r1 >>> on a chroot-ed environment? >>> >>> In my case, it

Re: [gentoo-user] Problems emerging util-linux-2.20-r1 in chroot

2012-02-09 Thread Alex Schuster
Pandu Poluan writes: > Have anyone been having problems emerging sys-apps/util-linux-2.20-r1 > on a chroot-ed environment? > > In my case, it always fail during the following stage: > > chmod > g+s /var/tmp/portage/sys-apps/util-linux-2.20-r1/image//usr/bin/write Very strange. What is the exact

Re: [gentoo-user] Problems emerging util-linux-2.20-r1 in chroot

2012-02-09 Thread Pandu Poluan
On Thu, Feb 9, 2012 at 18:49, William Kenworthy wrote: > > On Thu, 2012-02-09 at 18:00 +0700, Pandu Poluan wrote: >> Have anyone been having problems emerging sys-apps/util-linux-2.20-r1 >> on a chroot-ed environment? >> >> In my case, it always fail during the following stage: >> >> chmod g+s /va

Re: [gentoo-user] Problems emerging util-linux-2.20-r1 in chroot

2012-02-09 Thread William Kenworthy
you might need to bind /proc into the chroot? BillK On Thu, 2012-02-09 at 18:00 +0700, Pandu Poluan wrote: > Have anyone been having problems emerging sys-apps/util-linux-2.20-r1 > on a chroot-ed environment? > > In my case, it always fail during the following stage: > > chmod g+s /var/tmp/po

[gentoo-user] Problems emerging util-linux-2.20-r1 in chroot

2012-02-09 Thread Pandu Poluan
Have anyone been having problems emerging sys-apps/util-linux-2.20-r1 on a chroot-ed environment? In my case, it always fail during the following stage: chmod g+s /var/tmp/portage/sys-apps/util-linux-2.20-r1/image//usr/bin/write Strangely, if I exit chroot, I can do the following with no problem