View previous topic :: View next topic |
Author |
Message |
Dr Croubie Apprentice
Joined: 21 Nov 2006 Posts: 159
|
Posted: Fri Sep 12, 2014 11:16 pm Post subject: [solved] Why can't my user mount USB? |
|
|
This used to work on my old installation, but I wiped it and did a fresh install recently.
It's probably something simple, but I cannot for the life of me think of why my user account can't mount USB sticks like it could last time. It's been a while since my last reinstall (2 years maybe), so I've forgotten what I did last time.
This time I've a) edited fstab to be 'user' b) chowned everything in /mnt to be owned by me c) put myself in the 'disk' and 'mount' groups.
Still I'm getting refused when I ty to mount.
What did I miss?
Code: | rjs@Rimmer ~ $ grep -i usb /etc/fstab
/dev/sdd1 /mnt/usbd auto noauto,user 0 0
/dev/sde1 /mnt/usbe auto noauto,user 0 0
/dev/sdf1 /mnt/usbf auto noauto,user 0 0
rjs@Rimmer ~ $ ls -l /mnt/
total 4
drwxr-xr-x 2 rjs rjs 1 Aug 10 17:57 old
drwxr-xr-x 2 rjs rjs 1 Aug 11 17:23 usbd
drwxr-xr-x 2 rjs rjs 8 Aug 11 17:55 usbe
drwxr-xr-x 2 rjs rjs 1 Aug 16 07:34 usbf
drwxr-xr-x 2 rjs rjs 64 Aug 31 08:36 virt
rjs@Rimmer ~ $ groups
disk wheel audio cdrom video usb users vboxusers rjs games mount
rjs@Rimmer ~ $ mount /mnt/usbe/
mount: must be superuser to use mount |
Last edited by Dr Croubie on Wed Dec 03, 2014 8:40 pm; edited 1 time in total |
|
Back to top |
|
|
Tony0945 Watchman
Joined: 25 Jul 2006 Posts: 5127 Location: Illinois, USA
|
Posted: Fri Sep 12, 2014 11:38 pm Post subject: |
|
|
Is the user a member of the "usb" group? |
|
Back to top |
|
|
fernan82 n00b
Joined: 24 Jul 2014 Posts: 70
|
Posted: Sat Sep 13, 2014 12:46 am Post subject: |
|
|
I think you need to set the setuid flag on the mount.XXXX executable. |
|
Back to top |
|
|
Dr Croubie Apprentice
Joined: 21 Nov 2006 Posts: 159
|
Posted: Sat Sep 13, 2014 1:09 am Post subject: |
|
|
Hi guys,
a) yes, user is part of group 'usb' too.
b) Code: | Rimmer bin # pwd
/bin
Rimmer bin # ls -l | grep -i mount
-rwxr-xr-x 1 root root 42928 Aug 13 13:56 mount
-rwxr-xr-x 1 root root 14256 Aug 13 13:56 mountpoint
-rwxr-xr-x 1 root root 30640 Aug 13 13:56 umount |
Or should I chown /bin/mount to user:user too?
I've still got my old partition floating around, it was root:root there too: Code: | Rimmer bin # pwd
/mnt/old/bin
Rimmer bin # ls -l | grep -i mount
-rwx--x--x 1 root root 39936 Aug 26 18:27 mount
-rwxr-xr-x 1 root root 14552 Aug 26 18:27 mountpoint
-rwx--x--x 1 root root 27384 Aug 26 18:27 umount |
|
|
Back to top |
|
|
fernan82 n00b
Joined: 24 Jul 2014 Posts: 70
|
Posted: Sat Sep 13, 2014 2:13 am Post subject: |
|
|
I'm not sure this is the best solution (and it looks like it's not what you did before) but it's how it is on my system. I remember I did it manually for mount.cifs but I think that's how it was originally for mount. It will make mount run as root always.
Code: |
chmod +s /bin/mount
|
Depending on the filesystem on the usb stick you may also have to do it for one of the mount helpers (mount.<filesytem>). They're either on /sbin or /usr/sbin. |
|
Back to top |
|
|
Dr Croubie Apprentice
Joined: 21 Nov 2006 Posts: 159
|
Posted: Sun Nov 23, 2014 7:17 am Post subject: |
|
|
OK, this is all still happening and it's getting freaking annoying having to su, mount the disk, copy everything over, change permissions on what I've copied, delete afterwards because I can't move anything, and all of this related garbage.
Firstly, sticks and external hdds still won't mount without being root:
Code: | rjs@Rimmer /mnt $ ls -la
total 12
drwxr-xr-x 8 rjs rjs 96 Nov 23 17:28 .
drwxr-xr-x 19 root root 4096 Nov 7 04:30 ..
drwxr-xr-x 2 rjs rjs 1 Nov 23 17:28 ext
-rw-r--r-- 1 rjs rjs 0 Aug 7 22:44 .keep
drwxr-xr-x 2 rjs rjs 1 Aug 10 17:57 old
drwxr-xr-x 2 rjs rjs 1 Aug 11 17:23 usbd
drwxr-xr-x 2 rjs rjs 8 Aug 11 17:55 usbe
drwxr-xr-x 2 rjs rjs 1 Aug 16 07:34 usbf
drwxr-xr-x 2 rjs rjs 64 Aug 31 08:36 virt
rjs@Rimmer /mnt $ mount /mnt/usbe/
mount: must be superuser to use mount
rjs@Rimmer /mnt $ su
Password:
Rimmer mnt # mount /mnt/usbe/
Rimmer mnt # ls -la
total 28
drwxr-xr-x 8 rjs rjs 96 Nov 23 17:28 .
drwxr-xr-x 19 root root 4096 Nov 7 04:30 ..
drwxr-xr-x 2 rjs rjs 1 Nov 23 17:28 ext
-rw-r--r-- 1 rjs rjs 0 Aug 7 22:44 .keep
drwxr-xr-x 2 rjs rjs 1 Aug 10 17:57 old
drwxr-xr-x 2 rjs rjs 1 Aug 11 17:23 usbd
drwxr-xr-x 6 root root 16384 Jan 1 1970 usbe
drwxr-xr-x 2 rjs rjs 1 Aug 16 07:34 usbf
drwxr-xr-x 2 rjs rjs 64 Aug 31 08:36 virt
Rimmer mnt # |
/bin/mount belongs to my user and there are no 'mount.fstype' commands:
Code: | Rimmer bin # ls -la mount
-rwxr-xr-x 1 rjs rjs 42864 Nov 22 15:52 mount |
my user is in both the 'usb' and 'mount' groups:
Code: | rjs@Rimmer ~ $ groups
disk wheel audio cdrom video usb users vboxusers rjs games mount |
And my fstab has all directories set to 'user':
Code: | Rimmer etc # cat fstab
/dev/sda1 /boot ext2 noauto,noatime 1 2
/dev/sda2 / jfs noatime 0 1
/dev/sdb1 /mnt/virt jfs noatime 1 3
/dev/sdc1 /home reiserfs notail 0 4
#/dev/SWAP none swap sw 0 0
/dev/cdrom /mnt/cdrom auto noauto,ro,user 0 0
/dev/sde1 /mnt/usbe vfat noauto,user 0 0
/dev/sdf1 /mnt/usbf auto noauto,user 0 0
/dev/sde1 /mnt/ext auto noauto,user 0 0 |
Is there anything else that I'm missing?
Is it because I'm using a hardened kernel?
Is it because I've got Posix access control lists enabled?
Code: | Rimmer linux # grep -i posix .config
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_JFS_POSIX_ACL=y
CONFIG_FS_POSIX_ACL=y
CONFIG_TMPFS_POSIX_ACL=y |
Is there any other reason why this thing refuses to let me control my own devices? |
|
Back to top |
|
|
Dr Croubie Apprentice
Joined: 21 Nov 2006 Posts: 159
|
Posted: Mon Nov 24, 2014 10:51 pm Post subject: |
|
|
OK, I've tried recompiling my kernel without anything to do with Posix Access Control Lists:
Code: | Rimmer rjs # grep -i posix /usr/src/linux/.config
# CONFIG_POSIX_MQUEUE is not set
# CONFIG_EXT4_FS_POSIX_ACL is not set
# CONFIG_JFS_POSIX_ACL is not set
# CONFIG_FS_POSIX_ACL is not set
# CONFIG_TMPFS_POSIX_ACL is not set |
And it's still not making any difference.
At my wit's end here, does anyone know anything? |
|
Back to top |
|
|
eccerr0r Watchman
Joined: 01 Jul 2004 Posts: 9815 Location: almost Mile High in the USA
|
Posted: Mon Nov 24, 2014 11:19 pm Post subject: |
|
|
As said before, the 'mount' command must be setuid root. You should see an "s" in the first triplet when "ls -l" /bin/mount, and the binary should be owned by root.
This is because mounting requires root privileges, and setuid is the mechanism to do it in un*x. Changing the mount binary to a different owner doesn't do anything, there's a bit of stuff that happens behind the scenes more than just running the 'mount' binary.
If you don't want to use setuid root to do mounting, you'll have to go use udisks/consolekit to mount disks.
If you simply don't want everyone being able to mount, you can make the mount binary in a group that's accessible only by your chosen group and make it inaccessible by anyone else.
Last edited by eccerr0r on Mon Nov 24, 2014 11:23 pm; edited 1 time in total |
|
Back to top |
|
|
szatox Advocate
Joined: 27 Aug 2013 Posts: 3404
|
Posted: Mon Nov 24, 2014 11:22 pm Post subject: |
|
|
Quote: | myuser $ groups
root wheel audio video games kvm plugdev wireshark myuser |
AFAIR this is what makes the difference |
|
Back to top |
|
|
Dr Croubie Apprentice
Joined: 21 Nov 2006 Posts: 159
|
Posted: Tue Nov 25, 2014 5:13 am Post subject: |
|
|
szatox wrote: | Quote: | myuser $ groups
root wheel audio video games kvm plugdev wireshark myuser |
AFAIR this is what makes the difference |
Thanks, but that's not it either:
Code: | rjs@Rimmer ~ $ groups
disk wheel audio cdrom video usb users vboxusers rjs games mount plugdev
rjs@Rimmer ~ $ mount /mnt/usbe/
mount: must be superuser to use mount |
(and yes, I rebooted between creating plugdev and adding myself to it, then trying again). |
|
Back to top |
|
|
Dr Croubie Apprentice
Joined: 21 Nov 2006 Posts: 159
|
Posted: Tue Nov 25, 2014 5:15 am Post subject: |
|
|
eccerr0r wrote: | As said before, the 'mount' command must be setuid root. You should see an "s" in the first triplet when "ls -l" /bin/mount, and the binary should be owned by root.
This is because mounting requires root privileges, and setuid is the mechanism to do it in un*x. Changing the mount binary to a different owner doesn't do anything, there's a bit of stuff that happens behind the scenes more than just running the 'mount' binary.
If you don't want to use setuid root to do mounting, you'll have to go use udisks/consolekit to mount disks.
If you simply don't want everyone being able to mount, you can make the mount binary in a group that's accessible only by your chosen group and make it inaccessible by anyone else. |
OK, so I've got back and chowned /bin/mount back to root:root
Code: | Rimmer bin # ls -la mount
-rwxr-xr-x 1 root root 42864 Nov 22 15:52 mount |
But there's no 's' anywhere as you can see. How dost one get that, what command is it?
I really don't remember doing this on my last install, but if it's what needs to be done now I'll do it...
ps, I don't currently have udisks installed, but I do have consolekit. I've never willingly installed either so if one or both was on my last machine, or are now, then they've been pulled in by something else in portage. Either way, I know I've never used them.
Code: | Rimmer bin # emerge -s udisks
[ Applications found : 2 ]
* sys-fs/udisks
Latest version available: 2.1.3
Latest version installed: [ Not Installed ]
* sys-fs/udisks-glue
Latest version available: 1.3.4
Latest version installed: [ Not Installed ]
Rimmer bin # emerge -s consolekit
[ Applications found : 2 ]
* sec-policy/selinux-consolekit
Latest version available: 2.20140311-r6
Latest version installed: [ Not Installed ]
* sys-auth/consolekit
Latest version available: 0.4.6
Latest version installed: 0.4.6 |
|
|
Back to top |
|
|
eccerr0r Watchman
Joined: 01 Jul 2004 Posts: 9815 Location: almost Mile High in the USA
|
Posted: Tue Nov 25, 2014 5:50 am Post subject: |
|
|
Fernan82 got the recipe:
chmod u+s /bin/mount
I'm not entirely sure how you lost your +s but since you chowned the file to your userid, this may implicitly reset +s... _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
|
Dr Croubie Apprentice
Joined: 21 Nov 2006 Posts: 159
|
Posted: Tue Nov 25, 2014 9:29 am Post subject: |
|
|
eccerr0r wrote: | I'm not entirely sure how you lost your +s but since you chowned the file to your userid, this may implicitly reset +s... |
thankyouthankyouthankyou.
That seems to finally have worked.
I'm not sure why I didn't have the +s, but the thing is that it was never there in the first place. It must have come exactly like that from either unpacking the stage tarball, or a subsequent 'emerge -eav' (which I do sometimes when I get bored).
I didn't do any of this crap, including the chmod/chown stuff, until after I realised I couldn't mount as user, not before.
Also, I've now gotten this:
Code: | rjs@Rimmer ~ $ umount /mnt/usbe
umount: /mnt/usbe: must be superuser to unmount |
and I definitely haven't touched umount at all in all this, that's how it's always been since my install.
I've fixed that with the same 'chmod u+s /bin/umount' too now.
So fixed, but still, causes unknown. This seems to be the default behaviour it's picked up from somewhere, is this because it's a Hardened Profile? |
|
Back to top |
|
|
steveL Watchman
Joined: 13 Sep 2006 Posts: 5153 Location: The Peanut Gallery
|
Posted: Tue Nov 25, 2014 12:16 pm Post subject: |
|
|
AFAIR you need users (with an s) for other users to be able to umount. |
|
Back to top |
|
|
szatox Advocate
Joined: 27 Aug 2013 Posts: 3404
|
Posted: Tue Nov 25, 2014 7:25 pm Post subject: |
|
|
Glad you see you resolved your problem
Quote: | (and yes, I rebooted between creating plugdev and adding myself to it, then trying again). | This, however, looks weird. CREATING? It wasn't already there by default? |
|
Back to top |
|
|
Dr Croubie Apprentice
Joined: 21 Nov 2006 Posts: 159
|
Posted: Tue Nov 25, 2014 8:50 pm Post subject: |
|
|
szatox wrote: | This, however, looks weird. CREATING? It wasn't already there by default? |
Nope, I had to groupadd plugdev before I could groupmems -g plugdev --add rjs.
I can't remember, because it was a while ago, but I may have also had to create the 'mount' group before adding myself to it (which would explain why it's at the bottom of /etc/group).
Like I said, weird. But again, this is all default for whatever I've got, I certainly haven't deleted a group to have to re-add it...
Code: | Rimmer bin # cat /etc/group
root:x:0:root
bin:x:1:root,bin,daemon
daemon:x:2:root,bin,daemon
sys:x:3:root,bin,adm
adm:x:4:root,adm,daemon
tty:x:5:
disk:x:6:root,adm,rjs
lp:x:7:lp
mem:x:8:
kmem:x:9:
wheel:x:10:root,rjs
floppy:x:11:root
news:x:13:news
uucp:x:14:uucp
console:x:17:
audio:x:18:rjs
cdrom:x:19:rjs
tape:x:26:root
video:x:27:root,rjs
cdrw:x:80:
usb:x:85:rjs
users:x:100:rjs
portage:x:250:portage
utmp:x:406:
nogroup:x:65533:
nobody:x:65534:
sshd:x:22:
man:x:15:
input:x:249:
ntp:x:123:
messagebus:x:122:
polkitd:x:121:
kdm:x:120:
hsqldb:x:119:
vboxusers:x:118:rjs
rjs:x:1000:
games:x:1001:rjs
nullmail:x:88:
mail:x:12:
postmaster:x:117:
ldap:x:439:
mount:x:1002:rjs
plugdev:x:1003:rjs |
|
|
Back to top |
|
|
Dr Croubie Apprentice
Joined: 21 Nov 2006 Posts: 159
|
Posted: Wed Dec 03, 2014 7:19 am Post subject: |
|
|
OK, this problem is now back to NOT solved.
I updated my system a few days ago with an:
> emerge -uDNva --keep-going --with-bdeps=y @world @system
> emerge -ca
> revdep-rebuild -v -- -va
> python-updater -v
I'll post the list of which packages emerged at the end.
I just went to mount a usb stick as my user, and guess what?
The exact same problem happened again.
To fix it this time I knew what to do, just su to root, chmod u+s /bin/*mount and it's fixed.
BUT IT APPEARS SOMETHING HAS SINCE REMOVED THIS +s.
My only portage activity since fixing this is the below tail of /var/log/emerge.log.
Something in one of these 53 packages must be borking my /bin/mount.
Code: | 1417414076: Started emerge on: Dec 01, 2014 16:37:56
1417414076: *** emerge --newuse --ask --with-bdeps=y --deep --update --keep-going --verbose @world @system
1417414193: >>> emerge (1 of 48) dev-lang/python-exec-2.0.1-r1 to /
1417414193: === (1 of 48) Cleaning (dev-lang/python-exec-2.0.1-r1::/usr/portage/dev-lang/python-exec/python-exec-2.0.1-r1.ebuild)
1417414193: === (1 of 48) Compiling/Merging (dev-lang/python-exec-2.0.1-r1::/usr/portage/dev-lang/python-exec/python-exec-2.0.1-r1.ebuild)
1417414204: === (1 of 48) Merging (dev-lang/python-exec-2.0.1-r1::/usr/portage/dev-lang/python-exec/python-exec-2.0.1-r1.ebuild)
1417414206: >>> AUTOCLEAN: dev-lang/python-exec:2
1417414206: === Unmerging... (dev-lang/python-exec-2.0.1-r1)
1417414209: >>> unmerge success: dev-lang/python-exec-2.0.1-r1
1417414211: === (1 of 48) Post-Build Cleaning (dev-lang/python-exec-2.0.1-r1::/usr/portage/dev-lang/python-exec/python-exec-2.0.1-r1.ebuild)
1417414211: ::: completed emerge (1 of 48) dev-lang/python-exec-2.0.1-r1 to /
1417414211: >>> emerge (2 of 48) dev-lang/python-exec-0.3.1-r1 to /
1417414211: === (2 of 48) Cleaning (dev-lang/python-exec-0.3.1-r1::/usr/portage/dev-lang/python-exec/python-exec-0.3.1-r1.ebuild)
1417414211: === (2 of 48) Compiling/Merging (dev-lang/python-exec-0.3.1-r1::/usr/portage/dev-lang/python-exec/python-exec-0.3.1-r1.ebuild)
1417414221: === (2 of 48) Merging (dev-lang/python-exec-0.3.1-r1::/usr/portage/dev-lang/python-exec/python-exec-0.3.1-r1.ebuild)
1417414223: >>> AUTOCLEAN: dev-lang/python-exec:0
1417414223: === Unmerging... (dev-lang/python-exec-0.3.1-r1)
1417414225: >>> unmerge success: dev-lang/python-exec-0.3.1-r1
1417414227: === (2 of 48) Post-Build Cleaning (dev-lang/python-exec-0.3.1-r1::/usr/portage/dev-lang/python-exec/python-exec-0.3.1-r1.ebuild)
1417414227: ::: completed emerge (2 of 48) dev-lang/python-exec-0.3.1-r1 to /
1417414227: >>> emerge (3 of 48) dev-libs/libksba-1.3.2 to /
1417414227: === (3 of 48) Cleaning (dev-libs/libksba-1.3.2::/usr/portage/dev-libs/libksba/libksba-1.3.2.ebuild)
1417414227: === (3 of 48) Compiling/Merging (dev-libs/libksba-1.3.2::/usr/portage/dev-libs/libksba/libksba-1.3.2.ebuild)
1417414249: === (3 of 48) Merging (dev-libs/libksba-1.3.2::/usr/portage/dev-libs/libksba/libksba-1.3.2.ebuild)
1417414251: >>> AUTOCLEAN: dev-libs/libksba:0
1417414251: === Unmerging... (dev-libs/libksba-1.3.0)
1417414253: >>> unmerge success: dev-libs/libksba-1.3.0
1417414255: === (3 of 48) Post-Build Cleaning (dev-libs/libksba-1.3.2::/usr/portage/dev-libs/libksba/libksba-1.3.2.ebuild)
1417414255: ::: completed emerge (3 of 48) dev-libs/libksba-1.3.2 to /
1417414255: >>> emerge (4 of 48) perl-core/Data-Dumper-2.154.0 to /
1417414255: === (4 of 48) Cleaning (perl-core/Data-Dumper-2.154.0::/usr/portage/perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild)
1417414255: === (4 of 48) Compiling/Merging (perl-core/Data-Dumper-2.154.0::/usr/portage/perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild)
1417414263: === (4 of 48) Merging (perl-core/Data-Dumper-2.154.0::/usr/portage/perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild)
1417414265: >>> AUTOCLEAN: perl-core/Data-Dumper:0
1417414267: === (4 of 48) Post-Build Cleaning (perl-core/Data-Dumper-2.154.0::/usr/portage/perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild)
1417414267: ::: completed emerge (4 of 48) perl-core/Data-Dumper-2.154.0 to /
1417414267: >>> emerge (5 of 48) virtual/perl-Data-Dumper-2.154.0 to /
1417414267: === (5 of 48) Cleaning (virtual/perl-Data-Dumper-2.154.0::/usr/portage/virtual/perl-Data-Dumper/perl-Data-Dumper-2.154.0.ebuild)
1417414267: === (5 of 48) Compiling/Merging (virtual/perl-Data-Dumper-2.154.0::/usr/portage/virtual/perl-Data-Dumper/perl-Data-Dumper-2.154.0.ebuild)
1417414271: === (5 of 48) Merging (virtual/perl-Data-Dumper-2.154.0::/usr/portage/virtual/perl-Data-Dumper/perl-Data-Dumper-2.154.0.ebuild)
1417414273: >>> AUTOCLEAN: virtual/perl-Data-Dumper:0
1417414274: === (5 of 48) Post-Build Cleaning (virtual/perl-Data-Dumper-2.154.0::/usr/portage/virtual/perl-Data-Dumper/perl-Data-Dumper-2.154.0.ebuild)
1417414274: ::: completed emerge (5 of 48) virtual/perl-Data-Dumper-2.154.0 to /
1417414274: >>> emerge (6 of 48) virtual/perl-Locale-Maketext-1.230.0-r1 to /
1417414274: === (6 of 48) Cleaning (virtual/perl-Locale-Maketext-1.230.0-r1::/usr/portage/virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.230.0-r1.ebuild)
1417414274: === (6 of 48) Compiling/Merging (virtual/perl-Locale-Maketext-1.230.0-r1::/usr/portage/virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.230.0-r1.ebuild)
1417414278: === (6 of 48) Merging (virtual/perl-Locale-Maketext-1.230.0-r1::/usr/portage/virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.230.0-r1.ebuild)
1417414280: >>> AUTOCLEAN: virtual/perl-Locale-Maketext:0
1417414281: === (6 of 48) Post-Build Cleaning (virtual/perl-Locale-Maketext-1.230.0-r1::/usr/portage/virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.230.0-r1.ebuild)
1417414281: ::: completed emerge (6 of 48) virtual/perl-Locale-Maketext-1.230.0-r1 to /
1417414281: >>> emerge (7 of 48) dev-perl/locale-maketext-lexicon-0.960.0-r1 to /
1417414281: === (7 of 48) Cleaning (dev-perl/locale-maketext-lexicon-0.960.0-r1::/usr/portage/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.960.0-r1.ebuild)
1417414282: === (7 of 48) Compiling/Merging (dev-perl/locale-maketext-lexicon-0.960.0-r1::/usr/portage/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.960.0-r1.ebuild)
1417414289: === (7 of 48) Merging (dev-perl/locale-maketext-lexicon-0.960.0-r1::/usr/portage/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.960.0-r1.ebuild)
1417414290: >>> AUTOCLEAN: dev-perl/locale-maketext-lexicon:0
1417414292: === (7 of 48) Post-Build Cleaning (dev-perl/locale-maketext-lexicon-0.960.0-r1::/usr/portage/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.960.0-r1.ebuild)
1417414292: ::: completed emerge (7 of 48) dev-perl/locale-maketext-lexicon-0.960.0-r1 to /
1417414292: >>> emerge (8 of 48) sys-process/procps-3.3.9 to /
1417414292: === (8 of 48) Cleaning (sys-process/procps-3.3.9::/usr/portage/sys-process/procps/procps-3.3.9.ebuild)
1417414292: === (8 of 48) Compiling/Merging (sys-process/procps-3.3.9::/usr/portage/sys-process/procps/procps-3.3.9.ebuild)
1417414325: === (8 of 48) Merging (sys-process/procps-3.3.9::/usr/portage/sys-process/procps/procps-3.3.9.ebuild)
1417414327: >>> AUTOCLEAN: sys-process/procps:0
1417414327: === Unmerging... (sys-process/procps-3.3.9)
1417414329: >>> unmerge success: sys-process/procps-3.3.9
1417414331: === (8 of 48) Post-Build Cleaning (sys-process/procps-3.3.9::/usr/portage/sys-process/procps/procps-3.3.9.ebuild)
1417414331: ::: completed emerge (8 of 48) sys-process/procps-3.3.9 to /
1417414331: >>> emerge (9 of 48) dev-lang/python-2.7.7 to /
1417414331: === (9 of 48) Cleaning (dev-lang/python-2.7.7::/usr/portage/dev-lang/python/python-2.7.7.ebuild)
1417414331: === (9 of 48) Compiling/Merging (dev-lang/python-2.7.7::/usr/portage/dev-lang/python/python-2.7.7.ebuild)
1417414726: === (9 of 48) Merging (dev-lang/python-2.7.7::/usr/portage/dev-lang/python/python-2.7.7.ebuild)
1417414731: >>> AUTOCLEAN: dev-lang/python:2.7
1417414731: === Unmerging... (dev-lang/python-2.7.7)
1417414736: >>> unmerge success: dev-lang/python-2.7.7
1417414738: === (9 of 48) Post-Build Cleaning (dev-lang/python-2.7.7::/usr/portage/dev-lang/python/python-2.7.7.ebuild)
1417414738: ::: completed emerge (9 of 48) dev-lang/python-2.7.7 to /
1417414738: >>> emerge (10 of 48) dev-python/pyelftools-0.21-r4 to /
1417414738: === (10 of 48) Cleaning (dev-python/pyelftools-0.21-r4::/usr/portage/dev-python/pyelftools/pyelftools-0.21-r4.ebuild)
1417414739: === (10 of 48) Compiling/Merging (dev-python/pyelftools-0.21-r4::/usr/portage/dev-python/pyelftools/pyelftools-0.21-r4.ebuild)
1417414746: === (10 of 48) Merging (dev-python/pyelftools-0.21-r4::/usr/portage/dev-python/pyelftools/pyelftools-0.21-r4.ebuild)
1417414749: >>> AUTOCLEAN: dev-python/pyelftools:0
1417414749: === Unmerging... (dev-python/pyelftools-0.21-r4)
1417414751: >>> unmerge success: dev-python/pyelftools-0.21-r4
1417414753: === (10 of 48) Post-Build Cleaning (dev-python/pyelftools-0.21-r4::/usr/portage/dev-python/pyelftools/pyelftools-0.21-r4.ebuild)
1417414753: ::: completed emerge (10 of 48) dev-python/pyelftools-0.21-r4 to /
1417414753: >>> emerge (11 of 48) dev-util/gdbus-codegen-2.40.0 to /
1417414753: === (11 of 48) Cleaning (dev-util/gdbus-codegen-2.40.0::/usr/portage/dev-util/gdbus-codegen/gdbus-codegen-2.40.0.ebuild)
1417414753: === (11 of 48) Compiling/Merging (dev-util/gdbus-codegen-2.40.0::/usr/portage/dev-util/gdbus-codegen/gdbus-codegen-2.40.0.ebuild)
1417414762: === (11 of 48) Merging (dev-util/gdbus-codegen-2.40.0::/usr/portage/dev-util/gdbus-codegen/gdbus-codegen-2.40.0.ebuild)
1417414764: >>> AUTOCLEAN: dev-util/gdbus-codegen:0
1417414764: === Unmerging... (dev-util/gdbus-codegen-2.40.0)
1417414766: >>> unmerge success: dev-util/gdbus-codegen-2.40.0
1417414768: === (11 of 48) Post-Build Cleaning (dev-util/gdbus-codegen-2.40.0::/usr/portage/dev-util/gdbus-codegen/gdbus-codegen-2.40.0.ebuild)
1417414768: ::: completed emerge (11 of 48) dev-util/gdbus-codegen-2.40.0 to /
1417414768: >>> emerge (12 of 48) dev-lang/python-3.4.1 to /
1417414768: === (12 of 48) Cleaning (dev-lang/python-3.4.1::/usr/portage/dev-lang/python/python-3.4.1.ebuild)
1417414769: === (12 of 48) Compiling/Merging (dev-lang/python-3.4.1::/usr/portage/dev-lang/python/python-3.4.1.ebuild)
1417415222: === (12 of 48) Merging (dev-lang/python-3.4.1::/usr/portage/dev-lang/python/python-3.4.1.ebuild)
1417415229: >>> AUTOCLEAN: dev-lang/python:3.4
1417415229: === Unmerging... (dev-lang/python-3.4.1)
1417415235: >>> unmerge success: dev-lang/python-3.4.1
1417415238: === (12 of 48) Post-Build Cleaning (dev-lang/python-3.4.1::/usr/portage/dev-lang/python/python-3.4.1.ebuild)
1417415238: ::: completed emerge (12 of 48) dev-lang/python-3.4.1 to /
1417415238: >>> emerge (13 of 48) dev-libs/libxml2-2.9.2 to /
1417415238: === (13 of 48) Cleaning (dev-libs/libxml2-2.9.2::/usr/portage/dev-libs/libxml2/libxml2-2.9.2.ebuild)
1417415238: === (13 of 48) Compiling/Merging (dev-libs/libxml2-2.9.2::/usr/portage/dev-libs/libxml2/libxml2-2.9.2.ebuild)
1417415325: === (13 of 48) Merging (dev-libs/libxml2-2.9.2::/usr/portage/dev-libs/libxml2/libxml2-2.9.2.ebuild)
1417415327: >>> AUTOCLEAN: dev-libs/libxml2:2
1417415327: === Unmerging... (dev-libs/libxml2-2.9.1-r4)
1417415330: >>> unmerge success: dev-libs/libxml2-2.9.1-r4
1417415332: === (13 of 48) Post-Build Cleaning (dev-libs/libxml2-2.9.2::/usr/portage/dev-libs/libxml2/libxml2-2.9.2.ebuild)
1417415332: ::: completed emerge (13 of 48) dev-libs/libxml2-2.9.2 to /
1417415332: >>> emerge (14 of 48) sys-apps/file-5.19 to /
1417415332: === (14 of 48) Cleaning (sys-apps/file-5.19::/usr/portage/sys-apps/file/file-5.19.ebuild)
1417415332: === (14 of 48) Compiling/Merging (sys-apps/file-5.19::/usr/portage/sys-apps/file/file-5.19.ebuild)
1417415358: === (14 of 48) Merging (sys-apps/file-5.19::/usr/portage/sys-apps/file/file-5.19.ebuild)
1417415360: >>> AUTOCLEAN: sys-apps/file:0
1417415360: === Unmerging... (sys-apps/file-5.19)
1417415362: >>> unmerge success: sys-apps/file-5.19
1417415364: === (14 of 48) Post-Build Cleaning (sys-apps/file-5.19::/usr/portage/sys-apps/file/file-5.19.ebuild)
1417415364: ::: completed emerge (14 of 48) sys-apps/file-5.19 to /
1417415364: >>> emerge (15 of 48) dev-python/setuptools-2.2 to /
1417415364: === (15 of 48) Cleaning (dev-python/setuptools-2.2::/usr/portage/dev-python/setuptools/setuptools-2.2.ebuild)
1417415365: === (15 of 48) Compiling/Merging (dev-python/setuptools-2.2::/usr/portage/dev-python/setuptools/setuptools-2.2.ebuild)
1417415374: === (15 of 48) Merging (dev-python/setuptools-2.2::/usr/portage/dev-python/setuptools/setuptools-2.2.ebuild)
1417415377: >>> AUTOCLEAN: dev-python/setuptools:0
1417415377: === Unmerging... (dev-python/setuptools-2.2)
1417415380: >>> unmerge success: dev-python/setuptools-2.2
1417415381: === (15 of 48) Post-Build Cleaning (dev-python/setuptools-2.2::/usr/portage/dev-python/setuptools/setuptools-2.2.ebuild)
1417415381: ::: completed emerge (15 of 48) dev-python/setuptools-2.2 to /
1417415382: >>> emerge (16 of 48) dev-python/sip-4.15.3 to /
1417415382: === (16 of 48) Cleaning (dev-python/sip-4.15.3::/usr/portage/dev-python/sip/sip-4.15.3.ebuild)
1417415382: === (16 of 48) Compiling/Merging (dev-python/sip-4.15.3::/usr/portage/dev-python/sip/sip-4.15.3.ebuild)
1417415402: === (16 of 48) Merging (dev-python/sip-4.15.3::/usr/portage/dev-python/sip/sip-4.15.3.ebuild)
1417415404: >>> AUTOCLEAN: dev-python/sip:0
1417415404: === Unmerging... (dev-python/sip-4.15.3)
1417415406: >>> unmerge success: dev-python/sip-4.15.3
1417415408: === (16 of 48) Post-Build Cleaning (dev-python/sip-4.15.3::/usr/portage/dev-python/sip/sip-4.15.3.ebuild)
1417415408: ::: completed emerge (16 of 48) dev-python/sip-4.15.3 to /
1417415408: >>> emerge (17 of 48) dev-libs/boost-1.55.0-r2 to /
1417415408: === (17 of 48) Cleaning (dev-libs/boost-1.55.0-r2::/usr/portage/dev-libs/boost/boost-1.55.0-r2.ebuild)
1417415409: === (17 of 48) Compiling/Merging (dev-libs/boost-1.55.0-r2::/usr/portage/dev-libs/boost/boost-1.55.0-r2.ebuild)
1417416196: === (17 of 48) Merging (dev-libs/boost-1.55.0-r2::/usr/portage/dev-libs/boost/boost-1.55.0-r2.ebuild)
1417416213: >>> AUTOCLEAN: dev-libs/boost:0
1417416213: === Unmerging... (dev-libs/boost-1.55.0-r2)
1417416226: >>> unmerge success: dev-libs/boost-1.55.0-r2
1417416230: === (17 of 48) Post-Build Cleaning (dev-libs/boost-1.55.0-r2::/usr/portage/dev-libs/boost/boost-1.55.0-r2.ebuild)
1417416230: ::: completed emerge (17 of 48) dev-libs/boost-1.55.0-r2 to /
1417416230: >>> emerge (18 of 48) dev-python/pyxattr-0.5.2 to /
1417416230: === (18 of 48) Cleaning (dev-python/pyxattr-0.5.2::/usr/portage/dev-python/pyxattr/pyxattr-0.5.2.ebuild)
1417416230: === (18 of 48) Compiling/Merging (dev-python/pyxattr-0.5.2::/usr/portage/dev-python/pyxattr/pyxattr-0.5.2.ebuild)
1417416239: === (18 of 48) Merging (dev-python/pyxattr-0.5.2::/usr/portage/dev-python/pyxattr/pyxattr-0.5.2.ebuild)
1417416240: >>> AUTOCLEAN: dev-python/pyxattr:0
1417416240: === Unmerging... (dev-python/pyxattr-0.5.2)
1417416243: >>> unmerge success: dev-python/pyxattr-0.5.2
1417416245: === (18 of 48) Post-Build Cleaning (dev-python/pyxattr-0.5.2::/usr/portage/dev-python/pyxattr/pyxattr-0.5.2.ebuild)
1417416245: ::: completed emerge (18 of 48) dev-python/pyxattr-0.5.2 to /
1417416245: >>> emerge (19 of 48) dev-python/cython-0.21 to /
1417416245: === (19 of 48) Cleaning (dev-python/cython-0.21::/usr/portage/dev-python/cython/cython-0.21.ebuild)
1417416245: === (19 of 48) Compiling/Merging (dev-python/cython-0.21::/usr/portage/dev-python/cython/cython-0.21.ebuild)
1417416406: === (19 of 48) Merging (dev-python/cython-0.21::/usr/portage/dev-python/cython/cython-0.21.ebuild)
1417416408: >>> AUTOCLEAN: dev-python/cython:0
1417416408: === Unmerging... (dev-python/cython-0.21)
1417416411: >>> unmerge success: dev-python/cython-0.21
1417416413: === (19 of 48) Post-Build Cleaning (dev-python/cython-0.21::/usr/portage/dev-python/cython/cython-0.21.ebuild)
1417416413: ::: completed emerge (19 of 48) dev-python/cython-0.21 to /
1417416413: >>> emerge (20 of 48) x11-proto/xcb-proto-1.10 to /
1417416413: === (20 of 48) Cleaning (x11-proto/xcb-proto-1.10::/usr/portage/x11-proto/xcb-proto/xcb-proto-1.10.ebuild)
1417416413: === (20 of 48) Compiling/Merging (x11-proto/xcb-proto-1.10::/usr/portage/x11-proto/xcb-proto/xcb-proto-1.10.ebuild)
1417416428: === (20 of 48) Merging (x11-proto/xcb-proto-1.10::/usr/portage/x11-proto/xcb-proto/xcb-proto-1.10.ebuild)
1417416431: >>> AUTOCLEAN: x11-proto/xcb-proto:0
1417416431: === Unmerging... (x11-proto/xcb-proto-1.10)
1417416433: >>> unmerge success: x11-proto/xcb-proto-1.10
1417416435: === (20 of 48) Post-Build Cleaning (x11-proto/xcb-proto-1.10::/usr/portage/x11-proto/xcb-proto/xcb-proto-1.10.ebuild)
1417416435: ::: completed emerge (20 of 48) x11-proto/xcb-proto-1.10 to /
1417416435: >>> emerge (21 of 48) dev-python/pypax-0.8.4 to /
1417416435: === (21 of 48) Cleaning (dev-python/pypax-0.8.4::/usr/portage/dev-python/pypax/pypax-0.8.4.ebuild)
1417416435: === (21 of 48) Compiling/Merging (dev-python/pypax-0.8.4::/usr/portage/dev-python/pypax/pypax-0.8.4.ebuild)
1417416443: === (21 of 48) Merging (dev-python/pypax-0.8.4::/usr/portage/dev-python/pypax/pypax-0.8.4.ebuild)
1417416444: >>> AUTOCLEAN: dev-python/pypax:0
1417416444: === Unmerging... (dev-python/pypax-0.8.4)
1417416446: >>> unmerge success: dev-python/pypax-0.8.4
1417416448: === (21 of 48) Post-Build Cleaning (dev-python/pypax-0.8.4::/usr/portage/dev-python/pypax/pypax-0.8.4.ebuild)
1417416448: ::: completed emerge (21 of 48) dev-python/pypax-0.8.4 to /
1417416448: >>> emerge (22 of 48) dev-python/numpy-1.8.0-r1 to /
1417416448: === (22 of 48) Cleaning (dev-python/numpy-1.8.0-r1::/usr/portage/dev-python/numpy/numpy-1.8.0-r1.ebuild)
1417416449: === (22 of 48) Compiling/Merging (dev-python/numpy-1.8.0-r1::/usr/portage/dev-python/numpy/numpy-1.8.0-r1.ebuild)
1417416689: === (22 of 48) Merging (dev-python/numpy-1.8.0-r1::/usr/portage/dev-python/numpy/numpy-1.8.0-r1.ebuild)
1417416693: >>> AUTOCLEAN: dev-python/numpy:0
1417416693: === Unmerging... (dev-python/numpy-1.8.0-r1)
1417416697: >>> unmerge success: dev-python/numpy-1.8.0-r1
1417416699: === (22 of 48) Post-Build Cleaning (dev-python/numpy-1.8.0-r1::/usr/portage/dev-python/numpy/numpy-1.8.0-r1.ebuild)
1417416699: ::: completed emerge (22 of 48) dev-python/numpy-1.8.0-r1 to /
1417416699: >>> emerge (23 of 48) net-libs/neon-0.30.1 to /
1417416699: === (23 of 48) Cleaning (net-libs/neon-0.30.1::/usr/portage/net-libs/neon/neon-0.30.1.ebuild)
1417416699: === (23 of 48) Compiling/Merging (net-libs/neon-0.30.1::/usr/portage/net-libs/neon/neon-0.30.1.ebuild)
1417416745: === (23 of 48) Merging (net-libs/neon-0.30.1::/usr/portage/net-libs/neon/neon-0.30.1.ebuild)
1417416747: >>> AUTOCLEAN: net-libs/neon:0
1417416747: === Unmerging... (net-libs/neon-0.30.0-r1)
1417416749: >>> unmerge success: net-libs/neon-0.30.0-r1
1417416751: === (23 of 48) Post-Build Cleaning (net-libs/neon-0.30.1::/usr/portage/net-libs/neon/neon-0.30.1.ebuild)
1417416751: ::: completed emerge (23 of 48) net-libs/neon-0.30.1 to /
1417416751: >>> emerge (24 of 48) sys-apps/kmod-18-r1 to /
1417416751: === (24 of 48) Cleaning (sys-apps/kmod-18-r1::/usr/portage/sys-apps/kmod/kmod-18-r1.ebuild)
1417416751: === (24 of 48) Compiling/Merging (sys-apps/kmod-18-r1::/usr/portage/sys-apps/kmod/kmod-18-r1.ebuild)
1417416803: === (24 of 48) Merging (sys-apps/kmod-18-r1::/usr/portage/sys-apps/kmod/kmod-18-r1.ebuild)
1417416805: >>> AUTOCLEAN: sys-apps/kmod:0
1417416805: === Unmerging... (sys-apps/kmod-18-r1)
1417416807: >>> unmerge success: sys-apps/kmod-18-r1
1417416809: === (24 of 48) Post-Build Cleaning (sys-apps/kmod-18-r1::/usr/portage/sys-apps/kmod/kmod-18-r1.ebuild)
1417416809: ::: completed emerge (24 of 48) sys-apps/kmod-18-r1 to /
1417416809: >>> emerge (25 of 48) app-admin/eselect-1.4.3 to /
1417416809: === (25 of 48) Cleaning (app-admin/eselect-1.4.3::/usr/portage/app-admin/eselect/eselect-1.4.3.ebuild)
1417416809: === (25 of 48) Compiling/Merging (app-admin/eselect-1.4.3::/usr/portage/app-admin/eselect/eselect-1.4.3.ebuild)
1417416820: === (25 of 48) Merging (app-admin/eselect-1.4.3::/usr/portage/app-admin/eselect/eselect-1.4.3.ebuild)
1417416822: >>> AUTOCLEAN: app-admin/eselect:0
1417416822: === Unmerging... (app-admin/eselect-1.4.1)
1417416824: >>> unmerge success: app-admin/eselect-1.4.1
1417416826: === (25 of 48) Post-Build Cleaning (app-admin/eselect-1.4.3::/usr/portage/app-admin/eselect/eselect-1.4.3.ebuild)
1417416826: ::: completed emerge (25 of 48) app-admin/eselect-1.4.3 to /
1417416826: >>> emerge (26 of 48) dev-java/java-config-2.2.0 to /
1417416826: === (26 of 48) Cleaning (dev-java/java-config-2.2.0::/usr/portage/dev-java/java-config/java-config-2.2.0.ebuild)
1417416826: === (26 of 48) Compiling/Merging (dev-java/java-config-2.2.0::/usr/portage/dev-java/java-config/java-config-2.2.0.ebuild)
1417416835: === (26 of 48) Merging (dev-java/java-config-2.2.0::/usr/portage/dev-java/java-config/java-config-2.2.0.ebuild)
1417416837: >>> AUTOCLEAN: dev-java/java-config:2
1417416837: === Unmerging... (dev-java/java-config-2.2.0)
1417416839: >>> unmerge success: dev-java/java-config-2.2.0
1417416841: === (26 of 48) Post-Build Cleaning (dev-java/java-config-2.2.0::/usr/portage/dev-java/java-config/java-config-2.2.0.ebuild)
1417416841: ::: completed emerge (26 of 48) dev-java/java-config-2.2.0 to /
1417416841: >>> emerge (27 of 48) app-portage/gentoolkit-0.3.0.8-r2 to /
1417416841: === (27 of 48) Cleaning (app-portage/gentoolkit-0.3.0.8-r2::/usr/portage/app-portage/gentoolkit/gentoolkit-0.3.0.8-r2.ebuild)
1417416841: === (27 of 48) Compiling/Merging (app-portage/gentoolkit-0.3.0.8-r2::/usr/portage/app-portage/gentoolkit/gentoolkit-0.3.0.8-r2.ebuild)
1417416852: === (27 of 48) Merging (app-portage/gentoolkit-0.3.0.8-r2::/usr/portage/app-portage/gentoolkit/gentoolkit-0.3.0.8-r2.ebuild)
1417416854: >>> AUTOCLEAN: app-portage/gentoolkit:0
1417416854: === Unmerging... (app-portage/gentoolkit-0.3.0.8-r2)
1417416856: >>> unmerge success: app-portage/gentoolkit-0.3.0.8-r2
1417416858: === (27 of 48) Post-Build Cleaning (app-portage/gentoolkit-0.3.0.8-r2::/usr/portage/app-portage/gentoolkit/gentoolkit-0.3.0.8-r2.ebuild)
1417416858: ::: completed emerge (27 of 48) app-portage/gentoolkit-0.3.0.8-r2 to /
1417416858: >>> emerge (28 of 48) dev-lang/ruby-2.0.0_p598 to /
1417416858: === (28 of 48) Cleaning (dev-lang/ruby-2.0.0_p598::/usr/portage/dev-lang/ruby/ruby-2.0.0_p598.ebuild)
1417416858: === (28 of 48) Compiling/Merging (dev-lang/ruby-2.0.0_p598::/usr/portage/dev-lang/ruby/ruby-2.0.0_p598.ebuild)
1417417005: === (28 of 48) Merging (dev-lang/ruby-2.0.0_p598::/usr/portage/dev-lang/ruby/ruby-2.0.0_p598.ebuild)
1417417007: >>> AUTOCLEAN: dev-lang/ruby:2.0
1417417007: === Unmerging... (dev-lang/ruby-2.0.0_p594)
1417417010: >>> unmerge success: dev-lang/ruby-2.0.0_p594
1417417012: === (28 of 48) Post-Build Cleaning (dev-lang/ruby-2.0.0_p598::/usr/portage/dev-lang/ruby/ruby-2.0.0_p598.ebuild)
1417417012: ::: completed emerge (28 of 48) dev-lang/ruby-2.0.0_p598 to /
1417417012: >>> emerge (29 of 48) dev-lang/ruby-1.9.3_p551 to /
1417417012: === (29 of 48) Cleaning (dev-lang/ruby-1.9.3_p551::/usr/portage/dev-lang/ruby/ruby-1.9.3_p551.ebuild)
1417417013: === (29 of 48) Compiling/Merging (dev-lang/ruby-1.9.3_p551::/usr/portage/dev-lang/ruby/ruby-1.9.3_p551.ebuild)
1417417135: === (29 of 48) Merging (dev-lang/ruby-1.9.3_p551::/usr/portage/dev-lang/ruby/ruby-1.9.3_p551.ebuild)
1417417137: >>> AUTOCLEAN: dev-lang/ruby:1.9
1417417137: === Unmerging... (dev-lang/ruby-1.9.3_p550)
1417417139: >>> unmerge success: dev-lang/ruby-1.9.3_p550
1417417142: === (29 of 48) Post-Build Cleaning (dev-lang/ruby-1.9.3_p551::/usr/portage/dev-lang/ruby/ruby-1.9.3_p551.ebuild)
1417417142: ::: completed emerge (29 of 48) dev-lang/ruby-1.9.3_p551 to /
1417417142: >>> emerge (30 of 48) sys-apps/openrc-0.12.4 to /
1417417142: === (30 of 48) Cleaning (sys-apps/openrc-0.12.4::/usr/portage/sys-apps/openrc/openrc-0.12.4.ebuild)
1417417142: === (30 of 48) Compiling/Merging (sys-apps/openrc-0.12.4::/usr/portage/sys-apps/openrc/openrc-0.12.4.ebuild)
1417417170: === (30 of 48) Merging (sys-apps/openrc-0.12.4::/usr/portage/sys-apps/openrc/openrc-0.12.4.ebuild)
1417417173: >>> AUTOCLEAN: sys-apps/openrc:0
1417417173: === Unmerging... (sys-apps/openrc-0.12.4)
1417417176: >>> unmerge success: sys-apps/openrc-0.12.4
1417417178: === (30 of 48) Post-Build Cleaning (sys-apps/openrc-0.12.4::/usr/portage/sys-apps/openrc/openrc-0.12.4.ebuild)
1417417178: ::: completed emerge (30 of 48) sys-apps/openrc-0.12.4 to /
1417417178: >>> emerge (31 of 48) sys-devel/gettext-0.18.3.2 to /
1417417178: === (31 of 48) Cleaning (sys-devel/gettext-0.18.3.2::/usr/portage/sys-devel/gettext/gettext-0.18.3.2.ebuild)
1417417179: === (31 of 48) Compiling/Merging (sys-devel/gettext-0.18.3.2::/usr/portage/sys-devel/gettext/gettext-0.18.3.2.ebuild)
1417417628: === (31 of 48) Merging (sys-devel/gettext-0.18.3.2::/usr/portage/sys-devel/gettext/gettext-0.18.3.2.ebuild)
1417417630: >>> AUTOCLEAN: sys-devel/gettext:0
1417417630: === Unmerging... (sys-devel/gettext-0.18.3.2)
1417417633: >>> unmerge success: sys-devel/gettext-0.18.3.2
1417417635: === (31 of 48) Post-Build Cleaning (sys-devel/gettext-0.18.3.2::/usr/portage/sys-devel/gettext/gettext-0.18.3.2.ebuild)
1417417635: ::: completed emerge (31 of 48) sys-devel/gettext-0.18.3.2 to /
1417417635: >>> emerge (32 of 48) app-text/hunspell-1.3.2-r3 to /
1417417635: === (32 of 48) Cleaning (app-text/hunspell-1.3.2-r3::/usr/portage/app-text/hunspell/hunspell-1.3.2-r3.ebuild)
1417417636: === (32 of 48) Compiling/Merging (app-text/hunspell-1.3.2-r3::/usr/portage/app-text/hunspell/hunspell-1.3.2-r3.ebuild)
1417417680: === (32 of 48) Merging (app-text/hunspell-1.3.2-r3::/usr/portage/app-text/hunspell/hunspell-1.3.2-r3.ebuild)
1417417681: >>> AUTOCLEAN: app-text/hunspell:0
1417417681: === Unmerging... (app-text/hunspell-1.3.2-r3)
1417417684: >>> unmerge success: app-text/hunspell-1.3.2-r3
1417417686: === (32 of 48) Post-Build Cleaning (app-text/hunspell-1.3.2-r3::/usr/portage/app-text/hunspell/hunspell-1.3.2-r3.ebuild)
1417417686: ::: completed emerge (32 of 48) app-text/hunspell-1.3.2-r3 to /
1417417686: >>> emerge (33 of 48) net-misc/iputils-20121221-r1 to /
1417417686: === (33 of 48) Cleaning (net-misc/iputils-20121221-r1::/usr/portage/net-misc/iputils/iputils-20121221-r1.ebuild)
1417417686: === (33 of 48) Compiling/Merging (net-misc/iputils-20121221-r1::/usr/portage/net-misc/iputils/iputils-20121221-r1.ebuild)
1417417697: === (33 of 48) Merging (net-misc/iputils-20121221-r1::/usr/portage/net-misc/iputils/iputils-20121221-r1.ebuild)
1417417699: >>> AUTOCLEAN: net-misc/iputils:0
1417417699: === Unmerging... (net-misc/iputils-20121221)
1417417701: >>> unmerge success: net-misc/iputils-20121221
1417417703: === (33 of 48) Post-Build Cleaning (net-misc/iputils-20121221-r1::/usr/portage/net-misc/iputils/iputils-20121221-r1.ebuild)
1417417703: ::: completed emerge (33 of 48) net-misc/iputils-20121221-r1 to /
1417417703: >>> emerge (34 of 48) app-editors/vim-7.4.273 to /
1417417703: === (34 of 48) Cleaning (app-editors/vim-7.4.273::/usr/portage/app-editors/vim/vim-7.4.273.ebuild)
1417417703: === (34 of 48) Compiling/Merging (app-editors/vim-7.4.273::/usr/portage/app-editors/vim/vim-7.4.273.ebuild)
1417417753: === (34 of 48) Merging (app-editors/vim-7.4.273::/usr/portage/app-editors/vim/vim-7.4.273.ebuild)
1417417755: >>> AUTOCLEAN: app-editors/vim:0
1417417755: === Unmerging... (app-editors/vim-7.4.273)
1417417759: >>> unmerge success: app-editors/vim-7.4.273
1417417763: === (34 of 48) Post-Build Cleaning (app-editors/vim-7.4.273::/usr/portage/app-editors/vim/vim-7.4.273.ebuild)
1417417763: ::: completed emerge (34 of 48) app-editors/vim-7.4.273 to /
1417417763: >>> emerge (35 of 48) net-misc/openssh-6.7_p1 to /
1417417763: === (35 of 48) Cleaning (net-misc/openssh-6.7_p1::/usr/portage/net-misc/openssh/openssh-6.7_p1.ebuild)
1417417764: === (35 of 48) Compiling/Merging (net-misc/openssh-6.7_p1::/usr/portage/net-misc/openssh/openssh-6.7_p1.ebuild)
1417417844: === (35 of 48) Merging (net-misc/openssh-6.7_p1::/usr/portage/net-misc/openssh/openssh-6.7_p1.ebuild)
1417417846: >>> AUTOCLEAN: net-misc/openssh:0
1417417846: === Unmerging... (net-misc/openssh-6.6_p1-r1)
1417417849: >>> unmerge success: net-misc/openssh-6.6_p1-r1
1417417851: === (35 of 48) Post-Build Cleaning (net-misc/openssh-6.7_p1::/usr/portage/net-misc/openssh/openssh-6.7_p1.ebuild)
1417417851: ::: completed emerge (35 of 48) net-misc/openssh-6.7_p1 to /
1417417851: >>> emerge (36 of 48) dev-python/dbus-python-1.2.0-r1 to /
1417417851: === (36 of 48) Cleaning (dev-python/dbus-python-1.2.0-r1::/usr/portage/dev-python/dbus-python/dbus-python-1.2.0-r1.ebuild)
1417417851: === (36 of 48) Compiling/Merging (dev-python/dbus-python-1.2.0-r1::/usr/portage/dev-python/dbus-python/dbus-python-1.2.0-r1.ebuild)
1417417893: === (36 of 48) Merging (dev-python/dbus-python-1.2.0-r1::/usr/portage/dev-python/dbus-python/dbus-python-1.2.0-r1.ebuild)
1417417894: >>> AUTOCLEAN: dev-python/dbus-python:0
1417417894: === Unmerging... (dev-python/dbus-python-1.2.0)
1417417897: >>> unmerge success: dev-python/dbus-python-1.2.0
1417417899: === (36 of 48) Post-Build Cleaning (dev-python/dbus-python-1.2.0-r1::/usr/portage/dev-python/dbus-python/dbus-python-1.2.0-r1.ebuild)
1417417899: ::: completed emerge (36 of 48) dev-python/dbus-python-1.2.0-r1 to /
1417417899: >>> emerge (37 of 48) sys-apps/util-linux-2.24.1-r3 to /
1417417899: === (37 of 48) Cleaning (sys-apps/util-linux-2.24.1-r3::/usr/portage/sys-apps/util-linux/util-linux-2.24.1-r3.ebuild)
1417417899: === (37 of 48) Compiling/Merging (sys-apps/util-linux-2.24.1-r3::/usr/portage/sys-apps/util-linux/util-linux-2.24.1-r3.ebuild)
1417417959: === (37 of 48) Merging (sys-apps/util-linux-2.24.1-r3::/usr/portage/sys-apps/util-linux/util-linux-2.24.1-r3.ebuild)
1417417961: >>> AUTOCLEAN: sys-apps/util-linux:0
1417417961: === Unmerging... (sys-apps/util-linux-2.24.1-r3)
1417417963: >>> unmerge success: sys-apps/util-linux-2.24.1-r3
1417417965: === (37 of 48) Post-Build Cleaning (sys-apps/util-linux-2.24.1-r3::/usr/portage/sys-apps/util-linux/util-linux-2.24.1-r3.ebuild)
1417417965: ::: completed emerge (37 of 48) sys-apps/util-linux-2.24.1-r3 to /
1417417965: >>> emerge (38 of 48) x11-libs/libSM-1.2.2-r1 to /
1417417965: === (38 of 48) Cleaning (x11-libs/libSM-1.2.2-r1::/usr/portage/x11-libs/libSM/libSM-1.2.2-r1.ebuild)
1417417965: === (38 of 48) Compiling/Merging (x11-libs/libSM-1.2.2-r1::/usr/portage/x11-libs/libSM/libSM-1.2.2-r1.ebuild)
1417417985: === (38 of 48) Merging (x11-libs/libSM-1.2.2-r1::/usr/portage/x11-libs/libSM/libSM-1.2.2-r1.ebuild)
1417417987: >>> AUTOCLEAN: x11-libs/libSM:0
1417417987: === Unmerging... (x11-libs/libSM-1.2.2)
1417417989: >>> unmerge success: x11-libs/libSM-1.2.2
1417417991: === (38 of 48) Post-Build Cleaning (x11-libs/libSM-1.2.2-r1::/usr/portage/x11-libs/libSM/libSM-1.2.2-r1.ebuild)
1417417991: ::: completed emerge (38 of 48) x11-libs/libSM-1.2.2-r1 to /
1417417991: >>> emerge (39 of 48) dev-python/pycairo-1.10.0-r4 to /
1417417991: === (39 of 48) Cleaning (dev-python/pycairo-1.10.0-r4::/usr/portage/dev-python/pycairo/pycairo-1.10.0-r4.ebuild)
1417417991: === (39 of 48) Compiling/Merging (dev-python/pycairo-1.10.0-r4::/usr/portage/dev-python/pycairo/pycairo-1.10.0-r4.ebuild)
1417418004: === (39 of 48) Merging (dev-python/pycairo-1.10.0-r4::/usr/portage/dev-python/pycairo/pycairo-1.10.0-r4.ebuild)
1417418006: >>> AUTOCLEAN: dev-python/pycairo:0
1417418006: === Unmerging... (dev-python/pycairo-1.10.0-r4)
1417418008: >>> unmerge success: dev-python/pycairo-1.10.0-r4
1417418010: === (39 of 48) Post-Build Cleaning (dev-python/pycairo-1.10.0-r4::/usr/portage/dev-python/pycairo/pycairo-1.10.0-r4.ebuild)
1417418010: ::: completed emerge (39 of 48) dev-python/pycairo-1.10.0-r4 to /
1417418010: >>> emerge (40 of 48) dev-python/pyopengl-3.0.2-r1 to /
1417418010: === (40 of 48) Cleaning (dev-python/pyopengl-3.0.2-r1::/usr/portage/dev-python/pyopengl/pyopengl-3.0.2-r1.ebuild)
1417418010: === (40 of 48) Compiling/Merging (dev-python/pyopengl-3.0.2-r1::/usr/portage/dev-python/pyopengl/pyopengl-3.0.2-r1.ebuild)
1417418087: === (40 of 48) Merging (dev-python/pyopengl-3.0.2-r1::/usr/portage/dev-python/pyopengl/pyopengl-3.0.2-r1.ebuild)
1417418098: >>> AUTOCLEAN: dev-python/pyopengl:0
1417418098: === Unmerging... (dev-python/pyopengl-3.0.2-r1)
1417418106: >>> unmerge success: dev-python/pyopengl-3.0.2-r1
1417418109: === (40 of 48) Post-Build Cleaning (dev-python/pyopengl-3.0.2-r1::/usr/portage/dev-python/pyopengl/pyopengl-3.0.2-r1.ebuild)
1417418109: ::: completed emerge (40 of 48) dev-python/pyopengl-3.0.2-r1 to /
1417418109: >>> emerge (41 of 48) dev-util/cmake-2.8.12.2-r1 to /
1417418109: === (41 of 48) Cleaning (dev-util/cmake-2.8.12.2-r1::/usr/portage/dev-util/cmake/cmake-2.8.12.2-r1.ebuild)
1417418109: === (41 of 48) Compiling/Merging (dev-util/cmake-2.8.12.2-r1::/usr/portage/dev-util/cmake/cmake-2.8.12.2-r1.ebuild)
1417418271: === (41 of 48) Merging (dev-util/cmake-2.8.12.2-r1::/usr/portage/dev-util/cmake/cmake-2.8.12.2-r1.ebuild)
1417418273: >>> AUTOCLEAN: dev-util/cmake:0
1417418273: === Unmerging... (dev-util/cmake-2.8.12.2-r1)
1417418276: >>> unmerge success: dev-util/cmake-2.8.12.2-r1
1417418278: === (41 of 48) Post-Build Cleaning (dev-util/cmake-2.8.12.2-r1::/usr/portage/dev-util/cmake/cmake-2.8.12.2-r1.ebuild)
1417418278: ::: completed emerge (41 of 48) dev-util/cmake-2.8.12.2-r1 to /
1417418278: >>> emerge (42 of 48) app-crypt/pinentry-0.8.2 to /
1417418278: === (42 of 48) Cleaning (app-crypt/pinentry-0.8.2::/usr/portage/app-crypt/pinentry/pinentry-0.8.2.ebuild)
1417418278: === (42 of 48) Compiling/Merging (app-crypt/pinentry-0.8.2::/usr/portage/app-crypt/pinentry/pinentry-0.8.2.ebuild)
1417418305: === (42 of 48) Merging (app-crypt/pinentry-0.8.2::/usr/portage/app-crypt/pinentry/pinentry-0.8.2.ebuild)
1417418307: >>> AUTOCLEAN: app-crypt/pinentry:0
1417418307: === Unmerging... (app-crypt/pinentry-0.8.2)
1417418309: >>> unmerge success: app-crypt/pinentry-0.8.2
1417418311: === (42 of 48) Post-Build Cleaning (app-crypt/pinentry-0.8.2::/usr/portage/app-crypt/pinentry/pinentry-0.8.2.ebuild)
1417418311: ::: completed emerge (42 of 48) app-crypt/pinentry-0.8.2 to /
1417418311: >>> emerge (43 of 48) dev-libs/libattica-0.4.2 to /
1417418311: === (43 of 48) Cleaning (dev-libs/libattica-0.4.2::/usr/portage/dev-libs/libattica/libattica-0.4.2.ebuild)
1417418311: === (43 of 48) Compiling/Merging (dev-libs/libattica-0.4.2::/usr/portage/dev-libs/libattica/libattica-0.4.2.ebuild)
1417418336: === (43 of 48) Merging (dev-libs/libattica-0.4.2::/usr/portage/dev-libs/libattica/libattica-0.4.2.ebuild)
1417418338: >>> AUTOCLEAN: dev-libs/libattica:0
1417418338: === Unmerging... (dev-libs/libattica-0.4.2)
1417418340: >>> unmerge success: dev-libs/libattica-0.4.2
1417418342: === (43 of 48) Post-Build Cleaning (dev-libs/libattica-0.4.2::/usr/portage/dev-libs/libattica/libattica-0.4.2.ebuild)
1417418342: ::: completed emerge (43 of 48) dev-libs/libattica-0.4.2 to /
1417418342: >>> emerge (44 of 48) net-libs/libssh-0.6.3-r1 to /
1417418342: === (44 of 48) Cleaning (net-libs/libssh-0.6.3-r1::/usr/portage/net-libs/libssh/libssh-0.6.3-r1.ebuild)
1417418342: === (44 of 48) Compiling/Merging (net-libs/libssh-0.6.3-r1::/usr/portage/net-libs/libssh/libssh-0.6.3-r1.ebuild)
1417418360: === (44 of 48) Merging (net-libs/libssh-0.6.3-r1::/usr/portage/net-libs/libssh/libssh-0.6.3-r1.ebuild)
1417418362: >>> AUTOCLEAN: net-libs/libssh:0
1417418362: === Unmerging... (net-libs/libssh-0.6.3)
1417418364: >>> unmerge success: net-libs/libssh-0.6.3
1417418366: === (44 of 48) Post-Build Cleaning (net-libs/libssh-0.6.3-r1::/usr/portage/net-libs/libssh/libssh-0.6.3-r1.ebuild)
1417418366: ::: completed emerge (44 of 48) net-libs/libssh-0.6.3-r1 to /
1417418366: >>> emerge (45 of 48) dev-python/PyQt4-4.10.3-r2 to /
1417418366: === (45 of 48) Cleaning (dev-python/PyQt4-4.10.3-r2::/usr/portage/dev-python/PyQt4/PyQt4-4.10.3-r2.ebuild)
1417418366: === (45 of 48) Compiling/Merging (dev-python/PyQt4-4.10.3-r2::/usr/portage/dev-python/PyQt4/PyQt4-4.10.3-r2.ebuild)
1417418701: === (45 of 48) Merging (dev-python/PyQt4-4.10.3-r2::/usr/portage/dev-python/PyQt4/PyQt4-4.10.3-r2.ebuild)
1417418704: >>> AUTOCLEAN: dev-python/PyQt4:0
1417418704: === Unmerging... (dev-python/PyQt4-4.10.3-r2)
1417418707: >>> unmerge success: dev-python/PyQt4-4.10.3-r2
1417418709: === (45 of 48) Post-Build Cleaning (dev-python/PyQt4-4.10.3-r2::/usr/portage/dev-python/PyQt4/PyQt4-4.10.3-r2.ebuild)
1417418709: ::: completed emerge (45 of 48) dev-python/PyQt4-4.10.3-r2 to /
1417418709: >>> emerge (46 of 48) media-video/vlc-2.1.2 to /
1417418709: === (46 of 48) Cleaning (media-video/vlc-2.1.2::/usr/portage/media-video/vlc/vlc-2.1.2.ebuild)
1417418710: === (46 of 48) Compiling/Merging (media-video/vlc-2.1.2::/usr/portage/media-video/vlc/vlc-2.1.2.ebuild)
1417419065: === (46 of 48) Merging (media-video/vlc-2.1.2::/usr/portage/media-video/vlc/vlc-2.1.2.ebuild)
1417419067: >>> AUTOCLEAN: media-video/vlc:0
1417419067: === Unmerging... (media-video/vlc-2.1.2)
1417419069: >>> unmerge success: media-video/vlc-2.1.2
1417419071: === (46 of 48) Post-Build Cleaning (media-video/vlc-2.1.2::/usr/portage/media-video/vlc/vlc-2.1.2.ebuild)
1417419071: ::: completed emerge (46 of 48) media-video/vlc-2.1.2 to /
1417419071: >>> emerge (47 of 48) www-plugins/adobe-flash-11.2.202.424 to /
1417419071: === (47 of 48) Cleaning (www-plugins/adobe-flash-11.2.202.424::/usr/portage/www-plugins/adobe-flash/adobe-flash-11.2.202.424.ebuild)
1417419072: === (47 of 48) Compiling/Merging (www-plugins/adobe-flash-11.2.202.424::/usr/portage/www-plugins/adobe-flash/adobe-flash-11.2.202.424.ebuild)
1417419083: === (47 of 48) Merging (www-plugins/adobe-flash-11.2.202.424::/usr/portage/www-plugins/adobe-flash/adobe-flash-11.2.202.424.ebuild)
1417419085: >>> AUTOCLEAN: www-plugins/adobe-flash:0
1417419085: === Unmerging... (www-plugins/adobe-flash-11.2.202.418)
1417419087: >>> unmerge success: www-plugins/adobe-flash-11.2.202.418
1417419089: === (47 of 48) Post-Build Cleaning (www-plugins/adobe-flash-11.2.202.424::/usr/portage/www-plugins/adobe-flash/adobe-flash-11.2.202.424.ebuild)
1417419089: ::: completed emerge (47 of 48) www-plugins/adobe-flash-11.2.202.424 to /
1417419089: >>> emerge (48 of 48) kde-base/pykde4-4.12.5 to /
1417419089: === (48 of 48) Cleaning (kde-base/pykde4-4.12.5::/usr/portage/kde-base/pykde4/pykde4-4.12.5.ebuild)
1417419089: === (48 of 48) Compiling/Merging (kde-base/pykde4-4.12.5::/usr/portage/kde-base/pykde4/pykde4-4.12.5.ebuild)
1417419286: === (48 of 48) Merging (kde-base/pykde4-4.12.5::/usr/portage/kde-base/pykde4/pykde4-4.12.5.ebuild)
1417419288: >>> AUTOCLEAN: kde-base/pykde4:4
1417419288: === Unmerging... (kde-base/pykde4-4.12.5)
1417419291: >>> unmerge success: kde-base/pykde4-4.12.5
1417419294: === (48 of 48) Post-Build Cleaning (kde-base/pykde4-4.12.5::/usr/portage/kde-base/pykde4/pykde4-4.12.5.ebuild)
1417419294: ::: completed emerge (48 of 48) kde-base/pykde4-4.12.5 to /
1417419294: *** Finished. Cleaning up...
1417419295: *** exiting successfully.
1417419301: *** terminating.
1417420282: Started emerge on: Dec 01, 2014 18:21:22
1417420282: *** emerge --ask --depclean
1417420282: >>> depclean
1417420292: *** exiting successfully.
1417420292: *** terminating.
1417498156: Started emerge on: Dec 02, 2014 15:59:15
1417498156: *** emerge --verbose --ask openscad
1417498161: *** exiting unsuccessfully with status '1'.
1417498161: *** terminating.
1417498216: Started emerge on: Dec 02, 2014 16:00:15
1417498216: *** emerge --ask --verbose openscad
1417498220: *** exiting unsuccessfully with status '1'.
1417498220: *** terminating.
1417498291: Started emerge on: Dec 02, 2014 16:01:31
1417498291: *** emerge --verbose --ask openscad
1417498295: *** exiting unsuccessfully with status '1'.
1417498295: *** terminating.
1417498334: Started emerge on: Dec 02, 2014 16:02:14
1417498334: *** emerge --verbose --ask openscad
1417498360: >>> emerge (1 of 5) dev-cpp/eigen-3.1.3 to /
1417498363: === (1 of 5) Cleaning (dev-cpp/eigen-3.1.3::/usr/portage/dev-cpp/eigen/eigen-3.1.3.ebuild)
1417498363: === (1 of 5) Compiling/Merging (dev-cpp/eigen-3.1.3::/usr/portage/dev-cpp/eigen/eigen-3.1.3.ebuild)
1417498379: === (1 of 5) Merging (dev-cpp/eigen-3.1.3::/usr/portage/dev-cpp/eigen/eigen-3.1.3.ebuild)
1417498382: >>> AUTOCLEAN: dev-cpp/eigen:3
1417498384: === (1 of 5) Post-Build Cleaning (dev-cpp/eigen-3.1.3::/usr/portage/dev-cpp/eigen/eigen-3.1.3.ebuild)
1417498384: ::: completed emerge (1 of 5) dev-cpp/eigen-3.1.3 to /
1417498384: >>> emerge (2 of 5) sci-mathematics/cgal-4.3 to /
1417498386: === (2 of 5) Cleaning (sci-mathematics/cgal-4.3::/usr/portage/sci-mathematics/cgal/cgal-4.3.ebuild)
1417498386: === (2 of 5) Compiling/Merging (sci-mathematics/cgal-4.3::/usr/portage/sci-mathematics/cgal/cgal-4.3.ebuild)
1417498425: === (2 of 5) Merging (sci-mathematics/cgal-4.3::/usr/portage/sci-mathematics/cgal/cgal-4.3.ebuild)
1417498429: >>> AUTOCLEAN: sci-mathematics/cgal:0
1417498431: === (2 of 5) Post-Build Cleaning (sci-mathematics/cgal-4.3::/usr/portage/sci-mathematics/cgal/cgal-4.3.ebuild)
1417498431: ::: completed emerge (2 of 5) sci-mathematics/cgal-4.3 to /
1417498431: >>> emerge (3 of 5) media-libs/glew-1.10.0-r2 to /
1417498431: === (3 of 5) Cleaning (media-libs/glew-1.10.0-r2::/usr/portage/media-libs/glew/glew-1.10.0-r2.ebuild)
1417498431: === (3 of 5) Compiling/Merging (media-libs/glew-1.10.0-r2::/usr/portage/media-libs/glew/glew-1.10.0-r2.ebuild)
1417498449: === (3 of 5) Merging (media-libs/glew-1.10.0-r2::/usr/portage/media-libs/glew/glew-1.10.0-r2.ebuild)
1417498450: >>> AUTOCLEAN: media-libs/glew:0
1417498452: === (3 of 5) Post-Build Cleaning (media-libs/glew-1.10.0-r2::/usr/portage/media-libs/glew/glew-1.10.0-r2.ebuild)
1417498452: ::: completed emerge (3 of 5) media-libs/glew-1.10.0-r2 to /
1417498452: >>> emerge (4 of 5) media-gfx/opencsg-1.3.2-r1 to /
1417498452: === (4 of 5) Cleaning (media-gfx/opencsg-1.3.2-r1::/usr/portage/media-gfx/opencsg/opencsg-1.3.2-r1.ebuild)
1417498452: === (4 of 5) Compiling/Merging (media-gfx/opencsg-1.3.2-r1::/usr/portage/media-gfx/opencsg/opencsg-1.3.2-r1.ebuild)
1417498460: === (4 of 5) Merging (media-gfx/opencsg-1.3.2-r1::/usr/portage/media-gfx/opencsg/opencsg-1.3.2-r1.ebuild)
1417498461: >>> AUTOCLEAN: media-gfx/opencsg:0
1417498463: === (4 of 5) Post-Build Cleaning (media-gfx/opencsg-1.3.2-r1::/usr/portage/media-gfx/opencsg/opencsg-1.3.2-r1.ebuild)
1417498463: ::: completed emerge (4 of 5) media-gfx/opencsg-1.3.2-r1 to /
1417498463: >>> emerge (5 of 5) media-gfx/openscad-2014.03 to /
1417498463: === (5 of 5) Cleaning (media-gfx/openscad-2014.03::/usr/portage/media-gfx/openscad/openscad-2014.03.ebuild)
1417498463: === (5 of 5) Compiling/Merging (media-gfx/openscad-2014.03::/usr/portage/media-gfx/openscad/openscad-2014.03.ebuild)
1417498678: === (5 of 5) Merging (media-gfx/openscad-2014.03::/usr/portage/media-gfx/openscad/openscad-2014.03.ebuild)
1417498679: >>> AUTOCLEAN: media-gfx/openscad:0
1417498681: === (5 of 5) Updating world file (media-gfx/openscad-2014.03)
1417498681: === (5 of 5) Post-Build Cleaning (media-gfx/openscad-2014.03::/usr/portage/media-gfx/openscad/openscad-2014.03.ebuild)
1417498681: ::: completed emerge (5 of 5) media-gfx/openscad-2014.03 to /
1417498681: *** Finished. Cleaning up...
1417498682: *** exiting successfully.
1417498682: *** terminating. |
|
|
Back to top |
|
|
eccerr0r Watchman
Joined: 01 Jul 2004 Posts: 9815 Location: almost Mile High in the USA
|
Posted: Wed Dec 03, 2014 8:38 am Post subject: |
|
|
sys-apps/util-linux got reinstalled , check its build log files (or re-emerge it manually) and see if it had problems resetting setuid root, or perhaps it removed it for some reason. _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
|
Dr Croubie Apprentice
Joined: 21 Nov 2006 Posts: 159
|
Posted: Wed Dec 03, 2014 10:18 am Post subject: |
|
|
Yep, that'd be the problem:
Quote: | emerge -va1 util-linux
[ebuild R ] sys-apps/util-linux-2.24.1-r3 USE="bash-completion ncurses nls pam python udev unicode -caps -cramfs -cytune -fdformat (-selinux) -slang -static-libs -suid {-test} -tty-helpers" PYTHON_SINGLE_TARGET="python2_7 -python3_3 -python3_4" PYTHON_TARGETS="python2_7 python3_4 -python3_3" 0 kB |
But then:
Quote: | grep -i suid /usr/portage/profiles/use.desc
suid - Enable setuid root program, with potential security risks |
So no wonder I've got -suid, if all it says is a vague unqualified 'potential security risks'. Maybe I can just set it for this package without doing it globally, I'm not a big fan of security risks, especially if I don't know what they are / could be.
Still, solved (finally), thanks for the help.
There's still the thing where I didn't have the plugdev group and had to create it, not sure if that's still relevant, but I'm done screwing with this thing for now... |
|
Back to top |
|
|
steveL Watchman
Joined: 13 Sep 2006 Posts: 5153 Location: The Peanut Gallery
|
Posted: Wed Dec 03, 2014 2:58 pm Post subject: |
|
|
Please mark topic [solved] by adding to the Subject line of first post (hit "edit" button in top-right.)
Thanks,
steveL. |
|
Back to top |
|
|
|