Re: [gentoo-user] SELinux

2006-03-09 Thread Simon Hogg
On 3/9/06, Steve B [EMAIL PROTECTED] wrote:
Hey everybody,Quick question.How can I disable SELinux without modifing(recompiling) the kernel?The reason I ask is because my kernel wascompiled with SELinux support, however its not active.Apparent
vpopmail has issues with SELinux and I believe that I am havingproblems because of this.I don't have the luxury of recompiling thekernel because this is a virutal server running under Xen 2.0.Thanks!
V/RSteve--gentoo-user@gentoo.org mailing listSteve,If the kernel has been configured to allow it, there is a boot command parameter that can disable SElinux. This parameter is 'selinux=0' by default, 'selinux=1' enables it. If not you'll have to find another way.
From the kernel config:config SECURITY_SELINUX_BOOTPARAM	bool NSA SELinux boot parameter	depends on SECURITY_SELINUX	default n	help	  This option adds a kernel parameter 'selinux', which allows SELinux
	  to be disabled at boot.  If this option is selected, SELinux	  functionality can be disabled with selinux=0 on the kernel	  command line.  The purpose of this option is to allow a single	  kernel image to be distributed with SELinux built in, but not
	  necessarily enabled.	  If you are unsure how to answer this question, answer N.config SECURITY_SELINUX_BOOTPARAM_VALUE	int NSA SELinux boot parameter default value	depends on SECURITY_SELINUX_BOOTPARAM
	range 0 1	default 1	help	  This option sets the default value for the kernel parameter	  'selinux', which allows SELinux to be disabled at boot.  If this	  option is set to 0 (zero), the SELinux kernel parameter will
	  default to 0, disabling SELinux at bootup.  If this option is	  set to 1 (one), the SELinux kernel parameter will default to 1,	  enabling SELinux at bootup.	  If you are unsure how to answer this question, answer 1.
config SECURITY_SELINUX_DISABLE	bool NSA SELinux runtime disable	depends on SECURITY_SELINUX	default n	help	  This option enables writing to a selinuxfs node 'disable', which	  allows SELinux to be disabled at runtime prior to the policy load.
	  SELinux will then remain disabled until the next boot.	  This option is similar to the selinux=0 boot parameter, but is to	  support runtime disabling of SELinux, e.g. from /sbin/init, for	  portability across platforms where boot parameters are difficult
	  to employ.	  If you are unsure how to answer this question, answer N.HTH,Simon


[gentoo-user] SELinux

2006-03-08 Thread Steve B
Hey everybody,

  Quick question.  How can I disable SELinux without modifing
(recompiling) the kernel?  The reason I ask is because my kernel was
compiled with SELinux support, however its not active.  Apparent
vpopmail has issues with SELinux and I believe that I am having
problems because of this.  I don't have the luxury of recompiling the
kernel because this is a virutal server running under Xen 2.0.

Thanks!

V/R
Steve

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Xen vs Citrix XenServer

2012-01-01 Thread Michael Mol
On Sun, Jan 1, 2012 at 11:18 AM, Tanstaafl tansta...@libertytrek.org wrote:
 Hi all,

 I'm looking into virtualizing my servers (all 3 of them), and am a little
 confused as to the differences between Xen and XenServer...

Think of it as a bit like the difference between Linux and a Linux
distribution. Xen is the name of the hypervisor, XenServer is the
hypervisor plus some support tools in a dom0.

While I haven't played with XenServer, I have played with its
open-source clone, XCP, and was very annoyed by it. I'd rather run a
Gentoo dom0.


 First - I want to use a bare metal hypervisor that supports the following:

 1. Can be installed on a USB FLASH drive (I have some Dell Poweredge 2970
 servers with the internal USB slot for just this purpose), and

I don't think I've heard of anyone doing this, but I don't see why
it'd be a problem.

 2. Fully supports both Windows Server 2008 (our Domain Controller), and
 Gentoo Linux (our mail and web servers).

The xen supports hvm, where it emulates hardware; in a full hvm VM,
*any* operating system comfortable on x86 should run.

There's also paravirtualization, which is faster, and is likely what
you're thinking of wrt 'bare metal'. Signed drivers for paravirt mode
for hardware (such as your network, disk or system clock) are
available for current versions of Windows.

Finally, on some server hardware, you can grant VMs access to
particular PCI and PCIe devices.

 By 'fully' above, I mean, I can install the guest tools/additions, so I'll
 be able to safely manage the VMs (shutdown in case of an extended power
 failure, snapshots, migrations, etc)

 I can't seem to find an ebuild for the xenserver tools, and when looking
 found out about Xen (I had thought that it went away a long time ago)...

eix xen shows a few relevant results:
* app-emulation/xen
 Available versions:  3.4.2-r4!t 4.1.1-r2!t ~4.1.2!t {acm
custom-cflags debug flask pae xsm}
 Homepage:http://xen.org/
 Description: The Xen virtual machine monitor

* app-emulation/xen-pvgrub
 Available versions:  4.1.1-r1 ~4.1.2 {custom-cflags}
 Homepage:http://xen.org/
 Description: allows to boot Xen domU kernels from a
menu.lst laying inside guest filesystem

* app-emulation/xen-tools
 Available versions:  3.4.2-r3 ~3.4.2-r5 ~4.1.1-r5 4.1.1-r6
~4.1.2-r2!t {acm api custom-cflags debug doc flask hvm pygrub qemu
screen xend}
 Homepage:http://xen.org/
 Description: Xend daemon and tools

* sec-policy/selinux-xen
 Available versions:  [M]2.20110726
 Homepage:http://www.gentoo.org/proj/en/hardened/selinux/
 Description: SELinux policy for xen

* sys-kernel/xen-sources
 Available versions:
(2.6.18-r12)2.6.18-r12!b!s
(2.6.34-r3) ~2.6.34-r3!b!s
(2.6.34-r4) ~2.6.34-r4!b!s
(2.6.38)~2.6.38!b!s
{build deblob symlink}
 Homepage:http://xen.org/
 Description: Full sources for a dom0/domU Linux kernel to
run under Xen


 Anyway, looking for any pointers from anyone currently running either of the
 two...

Not currently, but had some experience with it at work and at home,
plan to get back into it later this month.

-- 
:wq



Re: [gentoo-user] Xen vs Citrix XenServer

2012-01-01 Thread Tanstaafl

Thanks for your response Michael...

On 2012-01-01 11:51 AM, Michael Mol mike...@gmail.com wrote:

On Sun, Jan 1, 2012 at 11:18 AM, Tanstaafl wrote:
While I haven't played with XenServer, I have played with its
open-source clone, XCP, and was very annoyed by it. I'd rather run a
Gentoo dom0.


I just thought that running a bare metal hyperviser would be more 
stable/reliable, and running it on a thumb drive would be much more 
convenient.



First - I want to use a bare metal hypervisor that supports the
following:

1. Can be installed on a USB FLASH drive (I have some Dell
Poweredge 2970 servers with the internal USB slot for just this
purpose), and



I don't think I've heard of anyone doing this, but I don't see why
it'd be a problem.


Definitely not a problem for XenServer (although v6 isn't officially 
supported on a thumb drive yet), so I was mainly wondering about Xen 
itself...



2. Fully supports both Windows Server 2008 (our Domain Controller),
and Gentoo Linux (our mail and web servers).



The xen supports hvm, where it emulates hardware; in a full hvm VM,
*any* operating system comfortable on x86 should run.

There's also paravirtualization, which is faster, and is likely what
you're thinking of wrt 'bare metal'. Signed drivers for paravirt
mode for hardware (such as your network, disk or system clock) are
available for current versions of Windows.


Yes, PV is what I was thinking of, thanks - and apparently this wouldn't 
be a problem with gentoo either?



I can't seem to find an ebuild for the xenserver tools, and when
looking found out about Xen (I had thought that it went away a long
time ago)...



* app-emulation/xen-tools
  Available versions:  3.4.2-r3 ~3.4.2-r5 ~4.1.1-r5 4.1.1-r6
~4.1.2-r2!t {acm api custom-cflags debug doc flask hvm pygrub qemu
screen xend}
  Homepage:http://xen.org/
  Description: Xend daemon and tools


Hmm... so will these tools work with XenServer? Or are they just for Xen?

Also, I ran across an article on the gentoo wiki that said that the VM 
images for Xen and XenServer are NOT compatible, which I find odd if 
XenServer is just Xen with some additional tools provided by Citrix.


The article also said that the single biggest advantage of XenServer is 
the amount of time required to get something up and running - minutes 
for XenServer, compared to days for Xen - is this dated info, or still true?



* sec-policy/selinux-xen
  Available versions:  [M]2.20110726
  Homepage:http://www.gentoo.org/proj/en/hardened/selinux/
  Description: SELinux policy for xen

* sys-kernel/xen-sources
  Available versions:
 (2.6.18-r12)2.6.18-r12!b!s
 (2.6.34-r3) ~2.6.34-r3!b!s
 (2.6.34-r4) ~2.6.34-r4!b!s
 (2.6.38)~2.6.38!b!s
 {build deblob symlink}
  Homepage:http://xen.org/
  Description: Full sources for a dom0/domU Linux kernel to
run under Xen


I though that xen-sources were no longer needed as of kernel 2.6.33+?

Thanks again Michael,

Charles



Re: [gentoo-user] Xen vs Citrix XenServer

2012-01-01 Thread Michael Mol
On Sun, Jan 1, 2012 at 12:40 PM, Tanstaafl tansta...@libertytrek.org wrote:
 Thanks for your response Michael...

 On 2012-01-01 11:51 AM, Michael Mol mike...@gmail.com wrote:

 On Sun, Jan 1, 2012 at 11:18 AM, Tanstaafl wrote:
 While I haven't played with XenServer, I have played with its
 open-source clone, XCP, and was very annoyed by it. I'd rather run a
 Gentoo dom0.


 I just thought that running a bare metal hyperviser would be more
 stable/reliable, and running it on a thumb drive would be much more
 convenient.


 First - I want to use a bare metal hypervisor that supports the
 following:

 1. Can be installed on a USB FLASH drive (I have some Dell
 Poweredge 2970 servers with the internal USB slot for just this
 purpose), and


 I don't think I've heard of anyone doing this, but I don't see why
 it'd be a problem.


 Definitely not a problem for XenServer (although v6 isn't officially
 supported on a thumb drive yet), so I was mainly wondering about Xen
 itself...

XenServer is just the Xen hypervisor prepackaged with a custom Linux
distribution running in the dom0.

 2. Fully supports both Windows Server 2008 (our Domain Controller),
 and Gentoo Linux (our mail and web servers).


 The xen supports hvm, where it emulates hardware; in a full hvm VM,
 *any* operating system comfortable on x86 should run.

 There's also paravirtualization, which is faster, and is likely what
 you're thinking of wrt 'bare metal'. Signed drivers for paravirt
 mode for hardware (such as your network, disk or system clock) are
 available for current versions of Windows.


 Yes, PV is what I was thinking of, thanks - and apparently this wouldn't be
 a problem with gentoo either?

You'd want to either run xen-sources or another Linux kernel recent
enough to have specific support for communicating with the xen
hypervisor.

 I can't seem to find an ebuild for the xenserver tools, and when
 looking found out about Xen (I had thought that it went away a long
 time ago)...


 * app-emulation/xen-tools
      Available versions:  3.4.2-r3 ~3.4.2-r5 ~4.1.1-r5 4.1.1-r6
 ~4.1.2-r2!t {acm api custom-cflags debug doc flask hvm pygrub qemu
 screen xend}
      Homepage:            http://xen.org/
      Description:         Xend daemon and tools


 Hmm... so will these tools work with XenServer? Or are they just for Xen?

xend is a daemon which runs in your dom0. If you're running XenServer
or XCP, you're running Citrix's custom Linux distribution in your
dom0. If you're running Gentoo in your dom0, you're not running
XenServer.

 Also, I ran across an article on the gentoo wiki that said that the VM
 images for Xen and XenServer are NOT compatible, which I find odd if
 XenServer is just Xen with some additional tools provided by Citrix.

Don't know. I can make any number of educated guesses as to why this could be.

 The article also said that the single biggest advantage of XenServer is the
 amount of time required to get something up and running - minutes for
 XenServer, compared to days for Xen - is this dated info, or still true?

It's analogous to running something like RHEL versus something like
Gentoo; there's a huge number of different ways you could do things in
Linux, but RHEL ties more of the pieces together for you than Gentoo
would. Likewise, XenServer ties more of the pieces together for you
than running Xen on top of some random Linux distribution.

[Drawing off my playing with XCP, the open-source clone of XenServer]

If you're going to use XenServer, you get most of a pretty interface
set up for you fairly quickly; the default console interface lets you
perform a variety of maintenance tasks through scripts and toolchains
that are already set up. (If I understand things properly, the backend
in question is the XAPI toolstack[1], for which there doesn't appear
to be an ebuild.)

[1] http://blog.xen.org/index.php/2009/11/03/xapi-toolstack-release-details/


 * sec-policy/selinux-xen
      Available versions:  [M]2.20110726
      Homepage:            http://www.gentoo.org/proj/en/hardened/selinux/
      Description:         SELinux policy for xen

 * sys-kernel/xen-sources
      Available versions:
         (2.6.18-r12)    2.6.18-r12!b!s
         (2.6.34-r3)     ~2.6.34-r3!b!s
         (2.6.34-r4)     ~2.6.34-r4!b!s
         (2.6.38)        ~2.6.38!b!s
         {build deblob symlink}
      Homepage:            http://xen.org/
      Description:         Full sources for a dom0/domU Linux kernel to
 run under Xen


 I though that xen-sources were no longer needed as of kernel 2.6.33+?

My understanding is that xen features are getting slowly reimplemented
in the mainline kernel tree, and that not all of the features are
there yet.

 Thanks again Michael,

IANAXE, but I'll happily explain my understanding. :)

-- 
:wq



Re: [gentoo-user] Xen vs Citrix XenServer

2012-01-01 Thread Felix Kuperjans
On 2012-01-01 18:40, Tanstaafl wrote:
 Thanks for your response Michael...

 On 2012-01-01 11:51 AM, Michael Mol mike...@gmail.com wrote:
 On Sun, Jan 1, 2012 at 11:18 AM, Tanstaafl wrote:
 While I haven't played with XenServer, I have played with its
 open-source clone, XCP, and was very annoyed by it. I'd rather run a
 Gentoo dom0.

 I just thought that running a bare metal hyperviser would be more
 stable/reliable, and running it on a thumb drive would be much more
 convenient.
With Xen (or XenServer) the hypervisor always runs on bare metal, and
the domain-0 and its kernel is a special kind of a virtual machine (it
has virtual RAM and virtual CPUs as any other Xen domain, but
additionally full hardware access especially to all PCI devices and ACPI
/ sensors etc.). Separating it on a thumb drive will not change a lot,
the hypervisor gets loaded into RAM any way and does not require any
disk access. However, the domain-0 operating system will usually use a
disk (but could also be run by NFS root file system or anything else).

 First - I want to use a bare metal hypervisor that supports the
 following:

 1. Can be installed on a USB FLASH drive (I have some Dell
 Poweredge 2970 servers with the internal USB slot for just this
 purpose), and

 I don't think I've heard of anyone doing this, but I don't see why
 it'd be a problem.

 Definitely not a problem for XenServer (although v6 isn't officially
 supported on a thumb drive yet), so I was mainly wondering about Xen
 itself...

 2. Fully supports both Windows Server 2008 (our Domain Controller),
 and Gentoo Linux (our mail and web servers).

 The xen supports hvm, where it emulates hardware; in a full hvm VM,
 *any* operating system comfortable on x86 should run.

 There's also paravirtualization, which is faster, and is likely what
 you're thinking of wrt 'bare metal'. Signed drivers for paravirt
 mode for hardware (such as your network, disk or system clock) are
 available for current versions of Windows.

 Yes, PV is what I was thinking of, thanks - and apparently this
 wouldn't be a problem with gentoo either?
I'm using a Gentoo domain-0 and domU systems productive for more than 2
years now. I have never used a virtual machine with Windows Server
running, but it's fully supported by both, open-source Xen and XenServer.

 I can't seem to find an ebuild for the xenserver tools, and when
 looking found out about Xen (I had thought that it went away a long
 time ago)...

 * app-emulation/xen-tools
   Available versions:  3.4.2-r3 ~3.4.2-r5 ~4.1.1-r5 4.1.1-r6
 ~4.1.2-r2!t {acm api custom-cflags debug doc flask hvm pygrub qemu
 screen xend}
   Homepage:http://xen.org/
   Description: Xend daemon and tools

 Hmm... so will these tools work with XenServer? Or are they just for Xen?

 Also, I ran across an article on the gentoo wiki that said that the VM
 images for Xen and XenServer are NOT compatible, which I find odd if
 XenServer is just Xen with some additional tools provided by Citrix.

 The article also said that the single biggest advantage of XenServer
 is the amount of time required to get something up and running -
 minutes for XenServer, compared to days for Xen - is this dated info,
 or still true?
I don't know about the setup of XenServer, but it should be rather
straightforward. XCP is also meant to be a quick way to setup Xen just
as VMWare ESXi or something similar. Setting up Xen in a Gentoo domain-0
is much more work for sure, but (as always with Gentoo) gives you lots
of possibilities for customization.

 * sec-policy/selinux-xen
   Available versions:  [M]2.20110726
   Homepage:   
 http://www.gentoo.org/proj/en/hardened/selinux/
   Description: SELinux policy for xen

 * sys-kernel/xen-sources
   Available versions:
  (2.6.18-r12)2.6.18-r12!b!s
  (2.6.34-r3) ~2.6.34-r3!b!s
  (2.6.34-r4) ~2.6.34-r4!b!s
  (2.6.38)~2.6.38!b!s
  {build deblob symlink}
   Homepage:http://xen.org/
   Description: Full sources for a dom0/domU Linux kernel to
 run under Xen

 I though that xen-sources were no longer needed as of kernel 2.6.33+?
2.6.37+, but the first *really* usable kernel is 3.1, because earlier
ones didn't have blockback support (virtual disks), up to 3.0, and 3.0
had a serious bug with VGA output. In addition, there may be performance
problems with those kernels in some applications (but I didn't
experience any yet).

 Thanks again Michael,

 Charles


Regards,
Felix



[gentoo-user] libvirt needs VirtualBox XPCOMC

2010-07-06 Thread Crístian Viana
hi,

when I was trying to emerge the newest libvirt ebuild, the following error
appeared on configure:

checking for VirtualBox XPCOMC location... not found
configure: error: VirtualBox XPCOMC is required for the VirtualBox driver

what do I need to install to make it work? I'm emerging with the USE flags:

[ebuild U ] app-emulation/libvirt-0.8.2 [0.8.1-r1] USE=libvirtd lxc
network nls python qemu virtualbox -avahi -caps -iscsi -lvm -macvtap% -nfs
-numa -openvz -parted -pcap% -phyp -policykit -sasl (-selinux) -udev -uml
-xen


Re: [gentoo-user] virt-manager and ssh

2013-10-03 Thread Stefan G. Weichinger
Am 03.10.2013 15:39, schrieb Michael Hampicke:

 Server side:
 
 [ebuild   R   ~] app-emulation/libvirt-1.1.2-r3  USE=caps libvirtd
 lvm macvtap nls numa python qemu udev vepa virt-network -audit
 -avahi -firewalld -fuse -iscsi -lxc -nfs -openvz -parted -pcap
 -phyp -policykit -rbd -sasl (-selinux) -systemd -uml -virtualbox
 -xen PYTHON_SINGLE_TARGET=python2_7 -python2_6
 PYTHON_TARGETS=python2_7 -python2_6 0 kB
 
 I connect via ssh+pubkey

Thanks ... looks quite the same for me ... rebuilding things now.

I even consider to create a VM locally and copy the XML file over ...
just to get things running ... frustrating!

Stefan




Re: [gentoo-user] virt-manager and ssh

2013-10-07 Thread Stefan G. Weichinger
Am 03.10.2013 15:39, schrieb Michael Hampicke:

 Server side:
 
 [ebuild   R   ~] app-emulation/libvirt-1.1.2-r3  USE=caps libvirtd
 lvm macvtap nls numa python qemu udev vepa virt-network -audit
 -avahi -firewalld -fuse -iscsi -lxc -nfs -openvz -parted -pcap
 -phyp -policykit -rbd -sasl (-selinux) -systemd -uml -virtualbox
 -xen PYTHON_SINGLE_TARGET=python2_7 -python2_6
 PYTHON_TARGETS=python2_7 -python2_6 0 kB
 
 I connect via ssh+pubkey

Would you mind sharing your libvirtd.conf as well?
Did you add a separate user/group for libvirtd on the server side?

Thanks!




Re: [gentoo-user] virt-manager and ssh

2013-10-03 Thread Michael Hampicke
Am 03.10.2013 13:52, schrieb Stefan G. Weichinger:
 Am 03.10.2013 13:42, schrieb Michael Hampicke:
 
 Did you restart libvirt after the change?

 virt-manager over ssh here works fine.
 
 Restarted, rebuilt ...
 
 which release do you use? Which USE-flags?
 

Client side:
[ebuild   R] app-emulation/libvirt-1.1.2-r3  USE=caps libvirtd lvm
macvtap nls numa policykit python qemu systemd udev vepa virt-network
virtualbox -audit -avahi -firewalld -fuse -iscsi -lxc -nfs -openvz
-parted -pcap -phyp -rbd -sasl (-selinux) -uml -xen
PYTHON_SINGLE_TARGET=python2_7 -python2_6 PYTHON_TARGETS=python2_7
-python2_6 0 kB
[ebuild   R] app-emulation/virt-manager-0.10.0-r1
USE=gnome-keyring policykit -debug -sasl
PYTHON_SINGLE_TARGET=python2_7 -python2_6 PYTHON_TARGETS=python2_7
-python2_6 0 kB


Server side:

[ebuild   R   ~] app-emulation/libvirt-1.1.2-r3  USE=caps libvirtd lvm
macvtap nls numa python qemu udev vepa virt-network -audit -avahi
-firewalld -fuse -iscsi -lxc -nfs -openvz -parted -pcap -phyp -policykit
-rbd -sasl (-selinux) -systemd -uml -virtualbox -xen
PYTHON_SINGLE_TARGET=python2_7 -python2_6 PYTHON_TARGETS=python2_7
-python2_6 0 kB

I connect via ssh+pubkey



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] libvirt needs VirtualBox XPCOMC

2010-07-07 Thread App Deb
Do you want to use libvirt with virtualbox? If not (say you want to use it
with kvm or something else) try emerging libvirt without the virtualbox flag
using package.use .

Else try emerging virtualbox-ose or virtualbox-bin befire libvirt.

But this is probably a bug? libvirt should have virtualbox as a dependency
if the use flag is enabled, I think.

On Wed, Jul 7, 2010 at 2:32 AM, Crístian Viana cristiandei...@gmail.comwrote:

 hi,

 when I was trying to emerge the newest libvirt ebuild, the following error
 appeared on configure:

 checking for VirtualBox XPCOMC location... not found
 configure: error: VirtualBox XPCOMC is required for the VirtualBox driver

 what do I need to install to make it work? I'm emerging with the USE flags:

 [ebuild U ] app-emulation/libvirt-0.8.2 [0.8.1-r1] USE=libvirtd lxc
 network nls python qemu virtualbox -avahi -caps -iscsi -lvm -macvtap% -nfs
 -numa -openvz -parted -pcap% -phyp -policykit -sasl (-selinux) -udev -uml
 -xen



Re: [gentoo-user] virt-manager and ssh

2013-10-03 Thread Stefan G. Weichinger
Am 03.10.2013 16:03, schrieb Stefan G. Weichinger:
 Am 03.10.2013 15:39, schrieb Michael Hampicke:
 
 Server side:

 [ebuild   R   ~] app-emulation/libvirt-1.1.2-r3  USE=caps libvirtd
 lvm macvtap nls numa python qemu udev vepa virt-network -audit
 -avahi -firewalld -fuse -iscsi -lxc -nfs -openvz -parted -pcap
 -phyp -policykit -rbd -sasl (-selinux) -systemd -uml -virtualbox
 -xen PYTHON_SINGLE_TARGET=python2_7 -python2_6
 PYTHON_TARGETS=python2_7 -python2_6 0 kB

 I connect via ssh+pubkey
 
 Thanks ... looks quite the same for me ... rebuilding things now.
 
 I even consider to create a VM locally and copy the XML file over ...
 just to get things running ... frustrating!

Whenever I want to edit anything ... I get these hangups.
*sigh*




[gentoo-user] portage blocking portage update

2020-12-08 Thread Walter Dnes
  I just did an "emerge --sync", and was told to update portage.  But it
seems that portage 3.0.8 built with python 3.7 is blocking portage 3.0.9
with python 3.8.  I obviously can't remove portage to fix the block .
Note "grep -i python /etc/portage/make.conf" shows no output at all.  In
package.use, PYTHON_TARGETS: and PYTHON_SINGLE_TARGET: are commented out.

[i3][root][~] grep -i python /etc/portage/make.conf
[i3][root][~] grep -i python /etc/portage/package.use/package.use
# */* PYTHON_TARGETS: python3_6 python3_7
# */* PYTHON_SINGLE_TARGET: -* python3_6
app-emulation/qemu aio alsa fdt opengl usb vhost-net gtk sdl curl ssh 
-bluetooth -iscsi -pulseaudio -rbd -smartcard -usbredir -spice -accessibility 
-caps -debug -glusterfs -filecaps -ncurses  -pin-upstream-blobs -python -sasl 
-sdl2 -seccomp -selinux -static -static -static-softmmu -static-user -tci -test 
-tls -vde -virtfs -xattr -xen -xfs
dev-lang/python sqlite
dev-libs/libxml2 python
media-gfx/gimp exif python tiff


Any ideas?  The build attempt follows...


[i3][root][~] emerge --oneshot sys-apps/portage
Calculating dependencies... done!
[ebuild U  ] sys-apps/portage-3.0.9 [3.0.8] PYTHON_TARGETS="python3_8* 
-python3_7*" 

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

sys-apps/portage:0

  (sys-apps/portage-3.0.9:0/0::gentoo, ebuild scheduled for merge) USE="(ipc) 
native-extensions xattr -apidoc -build -doc -gentoo-dev -rsync-verify 
(-selinux) -test" PYTHON_TARGETS="python3_8 (-pypy3) -python3_6 -python3_7 
-python3_9" pulled in by
sys-apps/portage (Argument)

  (sys-apps/portage-3.0.8:0/0::gentoo, installed) USE="(ipc) native-extensions 
xattr -apidoc -build -doc -gentoo-dev -rsync-verify (-selinux) -test" 
PYTHON_TARGETS="python3_7 (-pypy3) -python3_6 -python3_8 -python3_9" pulled in 
by

sys-apps/portage[python_targets_pypy3(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_pypy3(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
 required by (app-portage/gentoolkit-0.5.0-r2:0/0::gentoo, installed) 
USE="-test" PYTHON_TARGETS="python3_7 (-pypy3) -python3_6 -python3_8 -python3_9"

-- 
Walter Dnes 
I don't run "desktop environments"; I run useful applications



Re: [gentoo-user] libvirt needs VirtualBox XPCOMC

2010-07-12 Thread Crístian Viana

 Do you want to use libvirt with virtualbox?


well, I wanted to make some tests with libvirt and VirtualBox, but I guess
I'll leave it for some other time. I removed the virtualbox USE flag.

Else try emerging virtualbox-ose or virtualbox-bin befire libvirt.


nothing's changed.

But this is probably a bug?


I believe so. emerge should never fail, in my opinion. if the ebuild lacks a
dependency, it should be pulled; if the code doesn't compile, use patches;
if it has more than one conflicting USE flags, warn the user and use a
default flag; anyway, it should never fail, specially like that.

:-)

On Wed, Jul 7, 2010 at 1:11 PM, App Deb appde...@gmail.com wrote:

 Do you want to use libvirt with virtualbox? If not (say you want to use it
 with kvm or something else) try emerging libvirt without the virtualbox flag
 using package.use .

 Else try emerging virtualbox-ose or virtualbox-bin befire libvirt.

 But this is probably a bug? libvirt should have virtualbox as a dependency
 if the use flag is enabled, I think.

 On Wed, Jul 7, 2010 at 2:32 AM, Crístian Viana 
 cristiandei...@gmail.comwrote:

 hi,

 when I was trying to emerge the newest libvirt ebuild, the following error
 appeared on configure:

 checking for VirtualBox XPCOMC location... not found
 configure: error: VirtualBox XPCOMC is required for the VirtualBox driver

 what do I need to install to make it work? I'm emerging with the USE
 flags:

 [ebuild U ] app-emulation/libvirt-0.8.2 [0.8.1-r1] USE=libvirtd lxc
 network nls python qemu virtualbox -avahi -caps -iscsi -lvm -macvtap% -nfs
 -numa -openvz -parted -pcap% -phyp -policykit -sasl (-selinux) -udev -uml
 -xen





Re: [gentoo-user] libvirt needs VirtualBox XPCOMC

2010-07-16 Thread App Deb
You should fill a bug then, if you are sure.

On Mon, Jul 12, 2010 at 4:01 PM, Crístian Viana cristiandei...@gmail.comwrote:

 Do you want to use libvirt with virtualbox?


 well, I wanted to make some tests with libvirt and VirtualBox, but I guess
 I'll leave it for some other time. I removed the virtualbox USE flag.

 Else try emerging virtualbox-ose or virtualbox-bin befire libvirt.


 nothing's changed.

 But this is probably a bug?


 I believe so. emerge should never fail, in my opinion. if the ebuild lacks
 a dependency, it should be pulled; if the code doesn't compile, use patches;
 if it has more than one conflicting USE flags, warn the user and use a
 default flag; anyway, it should never fail, specially like that.

 :-)

 On Wed, Jul 7, 2010 at 1:11 PM, App Deb appde...@gmail.com wrote:

 Do you want to use libvirt with virtualbox? If not (say you want to use it
 with kvm or something else) try emerging libvirt without the virtualbox flag
 using package.use .

 Else try emerging virtualbox-ose or virtualbox-bin befire libvirt.

 But this is probably a bug? libvirt should have virtualbox as a dependency
 if the use flag is enabled, I think.

 On Wed, Jul 7, 2010 at 2:32 AM, Crístian Viana 
 cristiandei...@gmail.comwrote:

 hi,

 when I was trying to emerge the newest libvirt ebuild, the following
 error appeared on configure:

 checking for VirtualBox XPCOMC location... not found
 configure: error: VirtualBox XPCOMC is required for the VirtualBox driver

 what do I need to install to make it work? I'm emerging with the USE
 flags:

 [ebuild U ] app-emulation/libvirt-0.8.2 [0.8.1-r1] USE=libvirtd lxc
 network nls python qemu virtualbox -avahi -caps -iscsi -lvm -macvtap% -nfs
 -numa -openvz -parted -pcap% -phyp -policykit -sasl (-selinux) -udev -uml
 -xen






Re: [gentoo-user] virt-manager and ssh

2013-10-07 Thread Michael Hampicke
Am 07.10.2013 11:29, schrieb Stefan G. Weichinger:
 Am 03.10.2013 15:39, schrieb Michael Hampicke:
 
 Server side:

 [ebuild   R   ~] app-emulation/libvirt-1.1.2-r3  USE=caps libvirtd
 lvm macvtap nls numa python qemu udev vepa virt-network -audit
 -avahi -firewalld -fuse -iscsi -lxc -nfs -openvz -parted -pcap
 -phyp -policykit -rbd -sasl (-selinux) -systemd -uml -virtualbox
 -xen PYTHON_SINGLE_TARGET=python2_7 -python2_6
 PYTHON_TARGETS=python2_7 -python2_6 0 kB

 I connect via ssh+pubkey
 
 Would you mind sharing your libvirtd.conf as well?
 Did you add a separate user/group for libvirtd on the server side?
 
 Thanks!
 
 

Hi Stefan, I did not change my libvirtd.conf
There are no options set there, only comments.

# egrep -i 'qemu|kvm|libvirt' /etc/passwd /etc/group
/etc/passwd:qemu:x:77:77:added by portage for
libvirt:/dev/null:/sbin/nologin
/etc/group:kvm:x:78:qemu
/etc/group:qemu:x:77:


Once I had a problem with libvirt too. I remember that there was some
debug option. When enabled you could see what libvirt was doing exactly.
But I don't remeber where that options was. Maybe it was some enviroment
variable that you had to set? Something like

DEBUGOPTIONS=whatever virsh your commands

and

DEBUGOPTIONS=whatever libvirt --option-to-not-fork-in-background

I don't have the man page handy right now. HTH



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] virt-manager and ssh

2013-10-07 Thread Stefan G. Weichinger
Am 07.10.2013 19:24, schrieb Michael Hampicke:
 Am 07.10.2013 11:29, schrieb Stefan G. Weichinger:
 Am 03.10.2013 15:39, schrieb Michael Hampicke:
 
 Server side:
 
 [ebuild   R   ~] app-emulation/libvirt-1.1.2-r3  USE=caps
 libvirtd lvm macvtap nls numa python qemu udev vepa
 virt-network -audit -avahi -firewalld -fuse -iscsi -lxc -nfs
 -openvz -parted -pcap -phyp -policykit -rbd -sasl (-selinux)
 -systemd -uml -virtualbox -xen PYTHON_SINGLE_TARGET=python2_7
 -python2_6 PYTHON_TARGETS=python2_7 -python2_6 0 kB
 
 I connect via ssh+pubkey
 
 Would you mind sharing your libvirtd.conf as well? Did you add a
 separate user/group for libvirtd on the server side?
 
 Thanks!
 
 
 
 Hi Stefan, I did not change my libvirtd.conf There are no options
 set there, only comments.
 
 # egrep -i 'qemu|kvm|libvirt' /etc/passwd /etc/group 
 /etc/passwd:qemu:x:77:77:added by portage for 
 libvirt:/dev/null:/sbin/nologin /etc/group:kvm:x:78:qemu 
 /etc/group:qemu:x:77:
 
 
 Once I had a problem with libvirt too. I remember that there was
 some debug option. When enabled you could see what libvirt was
 doing exactly. But I don't remeber where that options was. Maybe it
 was some enviroment variable that you had to set? Something like
 
 DEBUGOPTIONS=whatever virsh your commands
 
 and
 
 DEBUGOPTIONS=whatever libvirt --option-to-not-fork-in-background
 
 I don't have the man page handy right now. HTH

Thanks for your reply ... I will check tomorrow when I am back at my
office (the IPSEC-VPN is locked to my static IP etc etc).

You use an URI like

qemu+ssh://server

?

I read about transports:

http://libvirt.org/remote.html#Remote_transports

and libvirtd is definitely running at the remote host.

I somehow suspect that systemd does *something* to the used sockets
... dunno.

Regards, Stefan




Re: [gentoo-user] QEMU unable to initialize audio

2015-12-24 Thread Ian Bloss
Libsdl and libsdl2 built with sound use flag on host?

On Thu, Dec 24, 2015, 16:04  <waltd...@waltdnes.org> wrote:

>   Any ideas?  The error message is...
>
> sdl: SDL failed to initialize audio subsystem
> sdl: Reason: No available audio device
> audio: Could not init `sdl' audio driver
>
>   I get this both with a Gentoo guest...
>
> #!/bin/bash
> qemu-system-i386 -enable-kvm \
>-cpu host -display gtk \
>-drive file=gentoo32.img,format=raw \
>-drive file=linuxswap.img,format=raw \
>-net nic,model=virtio \
>-rtc base=localtime,clock=host \
>-net user,hostname=gentoovm,hostfwd=tcp::2022-:22 \
>-m 3G -name "Gentoo VM" \
>-soundhw sb16 -parallel none \
>${@}
>
> ...and an OS/2 Warp 4 guest...
>
> #!/bin/bash
> qemu-system-i386 -enable-kvm \
>-cpu coreduo -monitor vc \
>-drive file=os2.img,format=raw \
>-net nic,model=pcnet \
>-m size=64 -name "OS/2 VM" \
>-soundhw sb16 -vga std \
>${@}
>
>   On the host, from "emerge -pv qemu"...
>
> app-emulation/qemu-2.4.1-r2::gentoo USE="aio alsa curl fdt gtk gtk2 jpeg
> ncurses opengl pin-upstream-blobs png sdl sdl2 ssh threads usb vhost-net
> vnc -accessibility -bluetooth -caps -debug -filecaps (-glusterfs)
> -infiniband -iscsi -lzo -nfs -nls -numa -pulseaudio -python -rbd -sasl
> -seccomp (-selinux) -smartcard -snappy -spice -static -static-softmmu
> -static-user -systemtap -tci {-test} -tls -usbredir -uuid -vde -virtfs -vte
> -xattr -xen -xfs"
> PYTHON_TARGETS="python2_7"
> QEMU_SOFTMMU_TARGETS="i386 x86_64"
> QEMU_USER_TARGETS="i386 x86_64"
>
> --
> Walter Dnes <waltd...@waltdnes.org>
> I don't run "desktop environments"; I run useful applications
>
>


[gentoo-user] QEMU unable to initialize audio

2015-12-24 Thread waltdnes
  Any ideas?  The error message is...

sdl: SDL failed to initialize audio subsystem
sdl: Reason: No available audio device
audio: Could not init `sdl' audio driver

  I get this both with a Gentoo guest...

#!/bin/bash
qemu-system-i386 -enable-kvm \
   -cpu host -display gtk \
   -drive file=gentoo32.img,format=raw \
   -drive file=linuxswap.img,format=raw \
   -net nic,model=virtio \
   -rtc base=localtime,clock=host \
   -net user,hostname=gentoovm,hostfwd=tcp::2022-:22 \
   -m 3G -name "Gentoo VM" \
   -soundhw sb16 -parallel none \
   ${@}

...and an OS/2 Warp 4 guest...

#!/bin/bash
qemu-system-i386 -enable-kvm \
   -cpu coreduo -monitor vc \
   -drive file=os2.img,format=raw \
   -net nic,model=pcnet \
   -m size=64 -name "OS/2 VM" \
   -soundhw sb16 -vga std \
   ${@}

  On the host, from "emerge -pv qemu"...

app-emulation/qemu-2.4.1-r2::gentoo USE="aio alsa curl fdt gtk gtk2 jpeg 
ncurses opengl pin-upstream-blobs png sdl sdl2 ssh threads usb vhost-net vnc 
-accessibility -bluetooth -caps -debug -filecaps (-glusterfs) -infiniband 
-iscsi -lzo -nfs -nls -numa -pulseaudio -python -rbd -sasl -seccomp (-selinux) 
-smartcard -snappy -spice -static -static-softmmu -static-user -systemtap -tci 
{-test} -tls -usbredir -uuid -vde -virtfs -vte -xattr -xen -xfs"
PYTHON_TARGETS="python2_7"
QEMU_SOFTMMU_TARGETS="i386 x86_64"
QEMU_USER_TARGETS="i386 x86_64"

-- 
Walter Dnes <waltd...@waltdnes.org>
I don't run "desktop environments"; I run useful applications



[gentoo-user] Will installing grub-2.02 break my grub-0.97 setup?

2016-05-05 Thread Grant Edwards
I'd like to to install winusb, and it appears to depend on grub-2:

  $ sudo emerge -av winusb

  These are the packages that would be merged, in order:

  Calculating dependencies... done!
  [ebuild  N ] sys-fs/ntfs3g-2014.2.15-r1::gentoo  USE="acl external-fuse 
ntfsprogs xattr -debug -ntfsdecrypt -static-libs -suid" 1,117 KiB
  [ebuild  N ] sys-block/parted-3.2::gentoo  USE="debug nls readline 
-device-mapper (-selinux) -static-libs" 1,617 KiB
  [ebuild  NS] sys-boot/grub-2.02_beta2-r9:2/2.02_beta2-r9::gentoo 
[0.97-r16:0::gentoo] USE="fonts multislot nls themes -debug -device-mapper -doc 
-efiemu (-libzfs) -mount -sdl -static {-test} -truetype" 
GRUB_PLATFORMS="-coreboot -efi-32 -efi-64 -emu -ieee1275 -loongson -multiboot 
-pc -qemu -qemu-mips -uboot -xen" 1,739 KiB
  [ebuild  N ] sys-boot/winusb-1.0.11::gentoo  553 KiB

  Total: 4 packages (3 new, 1 in new slot), Size of downloads: 5,025 KiB

  Would you like to merge these packages? [Yes/No]

However, I'm prefectly happy with grub-0.97, and want to continue
using it.  If I let portage install grub:2, is it going to interfere
with my continued use of grub:0?

Since grub-2.02 is being installed in a new slot, one would assume it
won't interfere with continue use of grub-0.97...

Right?

-- 
Grant Edwards   grant.b.edwardsYow! Why is everything made
  at   of Lycra Spandex?
  gmail.com




Re: [gentoo-user] Will installing grub-2.02 break my grub-0.97 setup?

2016-05-05 Thread Mike Gilbert
On Thu, May 5, 2016 at 6:03 PM, Grant Edwards <grant.b.edwa...@gmail.com> wrote:
> I'd like to to install winusb, and it appears to depend on grub-2:
>
>   $ sudo emerge -av winusb
>
>   These are the packages that would be merged, in order:
>
>   Calculating dependencies... done!
>   [ebuild  N ] sys-fs/ntfs3g-2014.2.15-r1::gentoo  USE="acl external-fuse 
> ntfsprogs xattr -debug -ntfsdecrypt -static-libs -suid" 1,117 KiB
>   [ebuild  N ] sys-block/parted-3.2::gentoo  USE="debug nls readline 
> -device-mapper (-selinux) -static-libs" 1,617 KiB
>   [ebuild  NS] sys-boot/grub-2.02_beta2-r9:2/2.02_beta2-r9::gentoo 
> [0.97-r16:0::gentoo] USE="fonts multislot nls themes -debug -device-mapper 
> -doc -efiemu (-libzfs) -mount -sdl -static {-test} -truetype" 
> GRUB_PLATFORMS="-coreboot -efi-32 -efi-64 -emu -ieee1275 -loongson -multiboot 
> -pc -qemu -qemu-mips -uboot -xen" 1,739 KiB
>   [ebuild  N ] sys-boot/winusb-1.0.11::gentoo  553 KiB
>
>   Total: 4 packages (3 new, 1 in new slot), Size of downloads: 5,025 KiB
>
>   Would you like to merge these packages? [Yes/No]
>
> However, I'm prefectly happy with grub-0.97, and want to continue
> using it.  If I let portage install grub:2, is it going to interfere
> with my continued use of grub:0?
>
> Since grub-2.02 is being installed in a new slot, one would assume it
> won't interfere with continue use of grub-0.97...
>
> Right?

It will not interfere with grub legacy (0.97).



Re: [gentoo-user] Pulseaudio - Asus Xonar STX II 7.1 - 5.1 Surround - Front audio is coming from rear speakers in Firefox

2017-01-27 Thread Jochen Kirchner


On 01/27/2017 05:15 PM, Jochen Kirchner wrote:
>
> Hi fellow gentoo'ers,
>
>
> I'm running XFCE with pulseaudio.
>
> Hardware is Asus Xonar STX II with the 7.1 daughterboard
>
> Analog Surround 5.1 is selected in xfce4-volumed-pulse.
>
> If I do speaker-test -c 6 all is right. Front audio is put through the
> front speakers.
>
> But if I play sound in Firefox and/or Chromium (eg. youtube) the sound
> is mainly coming through the rear speakers.
>
> Any advice? If you need more info please let me know, thanks!
>
>
> Kind Regards,
>
> Jochen
>

I'm running systemd if that matters!

emerge --info
http://pastebin.com/4C9AcGhs

emerge -pv pulseaudio
[ebuild   R] media-sound/pulseaudio-9.0::gentoo  USE="X alsa
alsa-plugin asyncns caps gdbm glib gtk ipv6 orc ssl systemd tcpd udev
webrtc-aec -bluetooth -dbus -doc -equalizer -gnome -jack (-libressl)
-libsamplerate -lirc -native-headset (-neon) -ofono-headset (-oss) -qt4
-realtime (-selinux) -sox (-system-wide) {-test} -xen -zeroconf"
ABI_X86="32 (64) (-x32)" 0 KiB



Re: [gentoo-user] Pulseaudio - Asus Xonar STX II 7.1 - 5.1 Surround - Front audio is coming from rear speakers in Firefox

2017-01-27 Thread J. Roeleveld
On January 27, 2017 5:26:15 PM GMT+01:00, Jochen Kirchner <jk@jok.photography> 
wrote:
>
>
>On 01/27/2017 05:15 PM, Jochen Kirchner wrote:
>>
>> Hi fellow gentoo'ers,
>>
>>
>> I'm running XFCE with pulseaudio.
>>
>> Hardware is Asus Xonar STX II with the 7.1 daughterboard
>>
>> Analog Surround 5.1 is selected in xfce4-volumed-pulse.
>>
>> If I do speaker-test -c 6 all is right. Front audio is put through
>the
>> front speakers.
>>
>> But if I play sound in Firefox and/or Chromium (eg. youtube) the
>sound
>> is mainly coming through the rear speakers.
>>
>> Any advice? If you need more info please let me know, thanks!
>>
>>
>> Kind Regards,
>>
>> Jochen
>>
>
>I'm running systemd if that matters!
>
>emerge --info
>http://pastebin.com/4C9AcGhs
>
>emerge -pv pulseaudio
>[ebuild   R] media-sound/pulseaudio-9.0::gentoo  USE="X alsa
>alsa-plugin asyncns caps gdbm glib gtk ipv6 orc ssl systemd tcpd udev
>webrtc-aec -bluetooth -dbus -doc -equalizer -gnome -jack (-libressl)
>-libsamplerate -lirc -native-headset (-neon) -ofono-headset (-oss) -qt4
>-realtime (-selinux) -sox (-system-wide) {-test} -xen -zeroconf"
>ABI_X86="32 (64) (-x32)" 0 KiB

I don't think systemd matters in this case.

I would expect some config setting for 'normal' stereo sound forcing it to the 
rear speakers.

--
Joost
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



[gentoo-user] Pulseaudio now needs USE="gnome"?

2016-12-10 Thread Mick
Hi All,

I have set up USE="-gnome" in my make.conf, but I saw this cropping up at my 
latest emerge --update:

[ebuild   R] media-sound/pulseaudio-9.0::gentoo  USE="X alsa alsa-plugin 
asyncns bluetooth caps dbus gdbm glib gnome* ipv6 orc qt4 ssl tcpd udev 
webrtc-aec -doc -equalizer -gtk -jack (-libressl) -libsamplerate -lirc -
native-headset (-neon) -ofono-headset (-oss) -realtime (-selinux) -sox (-
system-wide) -systemd {-test} -xen -zeroconf" ABI_X86="32 (64) (-x32)" 0 KiB
[snip...]

Total: 127 packages (83 upgrades, 3 new, 41 reinstalls), Size of downloads: 
268,203 KiB

The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by kde-plasma/plasma-pa-5.8.3::gentoo
# required by kde-plasma/plasma-meta-5.8.3::gentoo[pulseaudio]
# required by kde-apps/kdebase-meta-16.04.3::gentoo
# required by @selected
# required by @world (argument)
>=media-sound/pulseaudio-9.0 gnome

which is dragging in gconf:

[ebuild  N ] gnome-base/gconf-3.2.6-r4:2::gentoo  USE="introspection ldap 
(policykit) -debug" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python2_7" 0 KiB


I don't see gnome in REQUIRED_USE and since this is a relatively gnome-free PC 
I was wondering what's causing the above and if I can avoid gconf?

PS:  euse -i gnome shows:

[- c] gnome
media-sound/pulseaudio: Use GConf to store user preferences on 
streams and so on. Don't enable this flag if you want to use a system 
wide instance. If unsure, enable this flag.
[-  ] 7.1 [gentoo]
[-  ] 8.0 [gentoo]
[-  ] 9.0 [gentoo]

-- 
Regards,
Mick

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Re: Re: Re: Full disk encryption

2011-11-30 Thread Dale

Jack Byer wrote:

I can tell you how mine is set up.

emerge -v dracut

These are the packages that would be merged, in order:

[ebuild   R   ~] sys-kernel/dracut-013-r2  USE=-debug (-selinux)
DRACUT_MODULES=btrfs crypt lvm -biosdevname -caps -crypt-gpg -dmraid -
dmsquash-live -gensplash -iscsi -livenet -mdraid -multipath -nbd -nfs -
plymouth -syslog -xen 0 kB

I don't use any of the other modules so all I enable are btrfs, crypt and
lvm.

/etc/dracut.conf has no changes from the default except for the line:

add_dracutmodules+=crypt dm lvm

but I'm about 80% sure even that isn't necessary and you could just leave
the default values alone. One of these days I'll get around to testing that.

I make an initramfs with the following command:

dracut --lzmahostname.dracut.lzmakernel version

(obviously change --lzma to whatever type of compression your kernel
expects
to use and name the file whatever you want. Make sure to include the kernel
version just like it appears in your /lib/modules/ directory so that dracut
includes the correct kernel modules)

Then I make grub.conf look something like this:

root (hd0,0)
kernel /hostname  root=UUID=08b00d7f-b633-4c03-98fe-dd5942a8fb7e
initrd /hostname.dracut.lzma

I like to name my kernels and initramfs files by the hostname of the
computer since I have three that I manage but use whatever you want and
just
make sure you put the right filenames in grub.conf.

You can obtain the UUID of your root filesystem by a number of methods, but
the easiest is to use ls -l /dev/disks/by-uuid/

That's really all there is to it. Dracut will boot up and load the modules
it is compiled with and search through the disks, logical volumes, and
dmcrypt containers until it finds a filesystem with the UUID you specify.
Once it finds the root filesystem it mounts it with whatever options you've
specified in /etc/fstab and then hands control over to OpenRC.

If it has the necessary modules (kernel and dracut) and you pass the right
root= option then it Just Works.



 Dale copies to his Important folder 

I'm going to give this way a shot next time.  I'm downloading a lot of 
TV shows right now so can't reboot very often.


Thanks much for posting this tho.  This helps me a LOT.  With all the 
time I have on my hands, I really need to learn how to add things to all 
these wiki sites.


Dale

:-)  :-)

--
I am only responsible for what I said ... Not for what you understood or how 
you interpreted my words!




[gentoo-user] [SOLVED] Optimum sound settings for QEMU VM?

2016-04-02 Thread waltdnes
On Mon, Mar 28, 2016 at 10:37:57PM -0400, waltd...@waltdnes.org wrote
>   I'm involved in beta testing Gstreamer 1.x support for HTML5 under
> Pale Moon (a Firefox fork).  So far so good; it works.  I use a QEMU VM
> for some building and testing.  Things work great on a real physical
> machine, but audio absolutely sucks in the QEMU VM.  I get an annoying
> warble-stutter and the playback seems a bit slower than it should be.
> The same thing also happens with mplayer playing a .wav file, so it's
> definitely not a Pale Moon browser problem.
> 
>   The VM gets 3 gigs of RAM (host has 8), 4 gigs of swap space, and 3 of
> the host's 4 cores.  Resources should not be a problem.  Has anybody got
> better performance?  If so, what are your kernel and sound card settings?

  The problem appears to be the "sdl" flag.  It slows down things by
adding one more layer of middleware and overhead.  I also got rid of the
"gtk2" flag, for the same reason.  By building QEMU with "-sdl" and
"-gtk2", I get playback that is indistinguishable from playback on the
host.  Here is the build that works properly "emerge -pv qemu"...

[ebuild   R] app-emulation/qemu-2.5.0-r1::gentoo  USE="aio alsa curl
fdt gtk jpeg ncurses opengl pin-upstream-blobs png snappy ssh threads
usb vhost-net vnc -accessibility -bluetooth -caps -debug -filecaps
(-glusterfs) -gnutls -gtk2 -infiniband -iscsi -lzo -nfs -nls -numa
-pulseaudio -python -rbd -sasl -sdl -sdl2 -seccomp (-selinux) -smartcard
-spice -static -static-softmmu -static-user -systemtap -tci {-test}
-usbredir -uuid -vde -virgl -virtfs -vte -xattr -xen -xfs"
PYTHON_TARGETS="python2_7" QEMU_SOFTMMU_TARGETS="i386 x86_64 -aarch64
-alpha -arm -cris -lm32 -m68k -microblaze -microblazeel -mips -mips64
-mips64el -mipsel -moxie -or32 -ppc -ppc64 -ppcemb -s390x -sh4 -sh4eb
-sparc -sparc64 -tricore -unicore32 -xtensa -xtensaeb"
QEMU_USER_TARGETS="i386 x86_64 -aarch64 -alpha -arm -armeb -cris -m68k
-microblaze -microblazeel -mips -mips64 -mips64el -mipsel -mipsn32
-mipsn32el -or32 -ppc -ppc64 -ppc64abi32 -ppc64le -s390x -sh4 -sh4eb
-sparc -sparc32plus -sparc64 -tilegx -unicore32"


-- 
Walter Dnes <waltd...@waltdnes.org>
I don't run "desktop environments"; I run useful applications



Re: [gentoo-user] Will installing grub-2.02 break my grub-0.97 setup?

2016-05-05 Thread Dale
Grant Edwards wrote:
> I'd like to to install winusb, and it appears to depend on grub-2:
>
>   $ sudo emerge -av winusb
>
>   These are the packages that would be merged, in order:
>
>   Calculating dependencies... done!
>   [ebuild  N ] sys-fs/ntfs3g-2014.2.15-r1::gentoo  USE="acl external-fuse 
> ntfsprogs xattr -debug -ntfsdecrypt -static-libs -suid" 1,117 KiB
>   [ebuild  N ] sys-block/parted-3.2::gentoo  USE="debug nls readline 
> -device-mapper (-selinux) -static-libs" 1,617 KiB
>   [ebuild  NS] sys-boot/grub-2.02_beta2-r9:2/2.02_beta2-r9::gentoo 
> [0.97-r16:0::gentoo] USE="fonts multislot nls themes -debug -device-mapper 
> -doc -efiemu (-libzfs) -mount -sdl -static {-test} -truetype" 
> GRUB_PLATFORMS="-coreboot -efi-32 -efi-64 -emu -ieee1275 -loongson -multiboot 
> -pc -qemu -qemu-mips -uboot -xen" 1,739 KiB
>   [ebuild  N ] sys-boot/winusb-1.0.11::gentoo  553 KiB
>
>   Total: 4 packages (3 new, 1 in new slot), Size of downloads: 5,025 KiB
>
>   Would you like to merge these packages? [Yes/No]
>
> However, I'm prefectly happy with grub-0.97, and want to continue
> using it.  If I let portage install grub:2, is it going to interfere
> with my continued use of grub:0?
>
> Since grub-2.02 is being installed in a new slot, one would assume it
> won't interfere with continue use of grub-0.97...
>
> Right?
>


I thought I did at one time.  Just to see, I tried this:


root@fireball /home/dale/Desktop # emerge -av =sys-boot/grub-0.97-r16

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  NS] sys-boot/grub-0.97-r16:0::gentoo
[2.02_beta2-r9:2/2.02_beta2-r9::gentoo] USE="ncurses -custom-cflags
-netboot -static" 1,034 KiB
[blocks B  ] https://wiki.gentoo.org/wiki/Handbook:X86/Working/Portage#Blocked_packages



It would seem that portage doesn't like them both being installed at the
same time.  I'm pretty sure I did have both installed at one time tho. 
I seem to recall being able to chain load them even.  Either I'm wrong
on what I remember or something changed that prevents them both being
installed at the same time. 

Weird. 

Dale

:-)  :-) 



Re: [gentoo-user] Pulseaudio now needs USE="gnome"?

2016-12-10 Thread Marc Joliet
On Saturday 10 December 2016 08:10:33 Mick wrote:
> Hi All,
> 
> I have set up USE="-gnome" in my make.conf, but I saw this cropping up at my
> latest emerge --update:
> 
> [ebuild   R] media-sound/pulseaudio-9.0::gentoo  USE="X alsa alsa-plugin
> asyncns bluetooth caps dbus gdbm glib gnome* ipv6 orc qt4 ssl tcpd udev
> webrtc-aec -doc -equalizer -gtk -jack (-libressl) -libsamplerate -lirc -
> native-headset (-neon) -ofono-headset (-oss) -realtime (-selinux) -sox (-
> system-wide) -systemd {-test} -xen -zeroconf" ABI_X86="32 (64) (-x32)" 0
> KiB [snip...]
> 
> Total: 127 packages (83 upgrades, 3 new, 41 reinstalls), Size of downloads:
> 268,203 KiB
> 
> The following USE changes are necessary to proceed:
>  (see "package.use" in the portage(5) man page for more details)
> # required by kde-plasma/plasma-pa-5.8.3::gentoo
> # required by kde-plasma/plasma-meta-5.8.3::gentoo[pulseaudio]
> # required by kde-apps/kdebase-meta-16.04.3::gentoo
> # required by @selected
> # required by @world (argument)
> 
> >=media-sound/pulseaudio-9.0 gnome
> 
> which is dragging in gconf:
> 
> [ebuild  N ] gnome-base/gconf-3.2.6-r4:2::gentoo  USE="introspection
> ldap (policykit) -debug" ABI_X86="(64) -32 (-x32)"
> PYTHON_TARGETS="python2_7" 0 KiB
> 
> 
> I don't see gnome in REQUIRED_USE and since this is a relatively gnome-free
> PC I was wondering what's causing the above and if I can avoid gconf?
[...]

I, too, was annoyed about this, but see the following, in particular the bug 
referenced in both commits (using the gitweb interface is a good way of 
figuring out changes like this, I think):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffbd5cf3af3ea2fc4c568080c254b04b3e1334c
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba50d0df9b3431ff4c9178d6d7f86db56cb648f
https://bugs.gentoo.org/show_bug.cgi?id=596426

HTH
-- 
Marc Joliet
--
"People who think they know everything really annoy those of us who know we
don't" - Bjarne Stroustrup


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] Re: Re: Re: Full disk encryption

2011-11-30 Thread Jack Byer
Dale wrote:

 Jack Byer wrote:
 Dale wrote:

 Did you use a howto for Dracut?  If so, have a link you could post?  I
 tried making a init thingy and after about 20 failed reboots, I scraped
 the idea.  I was trying to follow the howto on the Gentoo wiki I think.
 The unofficial wiki.

 I had some difficulties because the way I was doing things before with my
 homebrew solution was... non-standard.

 The problem areas that I remember from the transition were: setting the
 USE flags correctly to build the modules I needed, initially confusing
 dracutmodules and add_dracutmodules in dracut.conf (actually you probably
 don't even need to edit that file at all), making sure to have a sane
 /etc/fstab line for the root file system and passing the right root=
 kernel command line. root=UUID=... works the best in my experience.



 
 
 I did change the USE flags for the packages it said to.  I think some
 things have changed or something, maybe openrc?, and the script I was
 copying and working with just didn't work.  Maybe it needs updating or
 something.  I'm hoping to see a up-to-date howto or someone will post a
 good up-to-date howto for dracut.  Something even a idiot could follow.
 I think it will work for me then.  lol
 
 Dale
 
 :-)  :-)

 
I can tell you how mine is set up.

emerge -v dracut

These are the packages that would be merged, in order:

[ebuild   R   ~] sys-kernel/dracut-013-r2  USE=-debug (-selinux) 
DRACUT_MODULES=btrfs crypt lvm -biosdevname -caps -crypt-gpg -dmraid -
dmsquash-live -gensplash -iscsi -livenet -mdraid -multipath -nbd -nfs -
plymouth -syslog -xen 0 kB

I don't use any of the other modules so all I enable are btrfs, crypt and 
lvm.

/etc/dracut.conf has no changes from the default except for the line:

add_dracutmodules+=crypt dm lvm

but I'm about 80% sure even that isn't necessary and you could just leave 
the default values alone. One of these days I'll get around to testing that.

I make an initramfs with the following command:

dracut --lzma hostname.dracut.lzma kernel version

(obviously change --lzma to whatever type of compression your kernel 
expects 
to use and name the file whatever you want. Make sure to include the kernel 
version just like it appears in your /lib/modules/ directory so that dracut 
includes the correct kernel modules)

Then I make grub.conf look something like this:

root (hd0,0)
kernel /hostname root=UUID=08b00d7f-b633-4c03-98fe-dd5942a8fb7e 
initrd /hostname.dracut.lzma

I like to name my kernels and initramfs files by the hostname of the 
computer since I have three that I manage but use whatever you want and 
just 
make sure you put the right filenames in grub.conf.

You can obtain the UUID of your root filesystem by a number of methods, but 
the easiest is to use ls -l /dev/disks/by-uuid/

That's really all there is to it. Dracut will boot up and load the modules 
it is compiled with and search through the disks, logical volumes, and 
dmcrypt containers until it finds a filesystem with the UUID you specify. 
Once it finds the root filesystem it mounts it with whatever options you've 
specified in /etc/fstab and then hands control over to OpenRC.

If it has the necessary modules (kernel and dracut) and you pass the right 
root= option then it Just Works.




Re: [gentoo-user] QEMU unable to initialize audio

2015-12-24 Thread Ian Bloss
I was saying the libsdl packages have a USE flag "sound" which builds the
sound module for sdl. So if qemu makes any calls to the sound module not
pure alsa calls, that might be causing your issue.

Wabes USE flag output shows he's building sdl with the "sound" use flag
enabled and not just alsa alone.

On Thu, Dec 24, 2015, 22:26  <waben...@gmail.com> wrote:

> waltd...@waltdnes.org wrote:
>
> > On Thu, Dec 24, 2015 at 10:48:28PM +, Ian Bloss wrote
> > > Libsdl and libsdl2 built with sound use flag on host?
> >
> >   I didn't bother enabling alsa except for packages that actually need
> > it.  I've enabled it for libsdl, but not for sdl2, because I didn't
> > realize libsdl2 even existed.  According to equery, the only package
> > pulling in libsdl2 is qemu, and that's because I set the flag.  If I
> > remove the "alsa2" flag from qemu, will it work properly with "alsa"
> > alone?
>
> On my host system I use alsa and no pulseaudio. However it doesn't
> make any difference if I set the alsa USE-flag for qemu or not.
>
> I don't know if qemu runs flawless without sdl2 USE-flag. But you can
> easily test this.
>
> Btw. Since I reverted from qemu-2.5.0 back to qemu-2.4.1-r2, qemu
> hangs no longer when I specify ac97, hda or es1370 as sound hardware
> emulation. But I have to start the xfce mixer application on the
> guest OS after the desktop is loaded. If I don't do this, then one
> core on my host is always at 100% load and qemu is slow and sometimes
> doesn't respond for some seconds. But no error message appears on
> guest or host.
> Strange is, that the guest OS doesn't show a high load but only the
> host OS. After I started the xfce-mixer app on guest OS, everything
> is smooth and host load count normalizes.
>
> I now use qemu with "-soundhw es1370" and am have automated the start
> of the mixer app. With this, sound is working fine.
>
> As I already said, when I use sb16 or gus then I have no sound at all.
> Only ac97, hda and es1370 are working for me. Maybe this has something
> to do with the guest OS.
>
> Here are the USE-flags that I use for qemu, libsdl and libsdl2.
>
> app-emulation/qemu-2.4.1-r2 aio caps curl fdt filecaps gtk gtk2 jpeg lzo
> ncurses nfs nls opengl pin-upstream-blobs png python sasl sdl sdl2 seccomp
> spice threads usb uuid vde vhost-net vnc xattr xfs -accessibility -alsa
> -bluetooth -debug -glusterfs -infiniband -iscsi -numa -pulseaudio -rbd
> -selinux -smartcard -snappy -ssh -static -static-softmmu -static-user
> -systemtap -tci -test -tls -usbredir -virtfs -vte -xen
>
> media-libs/libsdl-1.2.15-r9 X alsa dga fbcon joystick opengl oss sound
> video xv -aalib -custom-cflags -libcaca -nas -pulseaudio -static-libs
> -tslib -xinerama
>
> media-libs/libsdl2-2.0.3-r200 X alsa dbus joystick opengl oss sound
> threads udev video xscreensaver -altivec -custom-cflags -fusionsound -gles
> -haptic -nas -pulseaudio -static-libs -tslib -wayland -xinerama
>
> --
> Regards
> wabe
>
>


Re: [gentoo-user] QEMU unable to initialize audio

2015-12-24 Thread wabenbau
waltd...@waltdnes.org wrote:

> On Thu, Dec 24, 2015 at 10:48:28PM +, Ian Bloss wrote
> > Libsdl and libsdl2 built with sound use flag on host?
> 
>   I didn't bother enabling alsa except for packages that actually need
> it.  I've enabled it for libsdl, but not for sdl2, because I didn't
> realize libsdl2 even existed.  According to equery, the only package
> pulling in libsdl2 is qemu, and that's because I set the flag.  If I
> remove the "alsa2" flag from qemu, will it work properly with "alsa"
> alone?

On my host system I use alsa and no pulseaudio. However it doesn't 
make any difference if I set the alsa USE-flag for qemu or not.

I don't know if qemu runs flawless without sdl2 USE-flag. But you can
easily test this.

Btw. Since I reverted from qemu-2.5.0 back to qemu-2.4.1-r2, qemu 
hangs no longer when I specify ac97, hda or es1370 as sound hardware
emulation. But I have to start the xfce mixer application on the 
guest OS after the desktop is loaded. If I don't do this, then one 
core on my host is always at 100% load and qemu is slow and sometimes
doesn't respond for some seconds. But no error message appears on 
guest or host.
Strange is, that the guest OS doesn't show a high load but only the 
host OS. After I started the xfce-mixer app on guest OS, everything 
is smooth and host load count normalizes. 

I now use qemu with "-soundhw es1370" and am have automated the start 
of the mixer app. With this, sound is working fine.

As I already said, when I use sb16 or gus then I have no sound at all.
Only ac97, hda and es1370 are working for me. Maybe this has something
to do with the guest OS.

Here are the USE-flags that I use for qemu, libsdl and libsdl2.

app-emulation/qemu-2.4.1-r2 aio caps curl fdt filecaps gtk gtk2 jpeg lzo 
ncurses nfs nls opengl pin-upstream-blobs png python sasl sdl sdl2 seccomp 
spice threads usb uuid vde vhost-net vnc xattr xfs -accessibility -alsa 
-bluetooth -debug -glusterfs -infiniband -iscsi -numa -pulseaudio -rbd -selinux 
-smartcard -snappy -ssh -static -static-softmmu -static-user -systemtap -tci 
-test -tls -usbredir -virtfs -vte -xen

media-libs/libsdl-1.2.15-r9 X alsa dga fbcon joystick opengl oss sound video xv 
-aalib -custom-cflags -libcaca -nas -pulseaudio -static-libs -tslib -xinerama

media-libs/libsdl2-2.0.3-r200 X alsa dbus joystick opengl oss sound threads 
udev video xscreensaver -altivec -custom-cflags -fusionsound -gles -haptic -nas 
-pulseaudio -static-libs -tslib -wayland -xinerama

--
Regards
wabe



Re: [gentoo-user] Will installing grub-2.02 break my grub-0.97 setup?

2016-05-06 Thread J. Roeleveld
On Thursday, May 05, 2016 09:24:03 PM Dale wrote:
> Grant Edwards wrote:
> > I'd like to to install winusb, and it appears to depend on grub-2:
> >   $ sudo emerge -av winusb
> >   
> >   These are the packages that would be merged, in order:
> >   
> >   Calculating dependencies... done!
> >   [ebuild  N ] sys-fs/ntfs3g-2014.2.15-r1::gentoo  USE="acl
> >   external-fuse ntfsprogs xattr -debug -ntfsdecrypt -static-libs -suid"
> >   1,117 KiB [ebuild  N ] sys-block/parted-3.2::gentoo  USE="debug nls
> >   readline -device-mapper (-selinux) -static-libs" 1,617 KiB [ebuild  NS 
> > ] sys-boot/grub-2.02_beta2-r9:2/2.02_beta2-r9::gentoo
> >   [0.97-r16:0::gentoo] USE="fonts multislot nls themes -debug
> >   -device-mapper -doc -efiemu (-libzfs) -mount -sdl -static {-test}
> >   -truetype" GRUB_PLATFORMS="-coreboot -efi-32 -efi-64 -emu -ieee1275
> >   -loongson -multiboot -pc -qemu -qemu-mips -uboot -xen" 1,739 KiB
> >   [ebuild  N ] sys-boot/winusb-1.0.11::gentoo  553 KiB
> >   
> >   Total: 4 packages (3 new, 1 in new slot), Size of downloads: 5,025 KiB
> >   
> >   Would you like to merge these packages? [Yes/No]
> > 
> > However, I'm prefectly happy with grub-0.97, and want to continue
> > using it.  If I let portage install grub:2, is it going to interfere
> > with my continued use of grub:0?
> > 
> > Since grub-2.02 is being installed in a new slot, one would assume it
> > won't interfere with continue use of grub-0.97...
> > 
> > Right?
> 
> I thought I did at one time.  Just to see, I tried this:
> 
> 
> root@fireball /home/dale/Desktop # emerge -av =sys-boot/grub-0.97-r16
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies... done!
> [ebuild  NS] sys-boot/grub-0.97-r16:0::gentoo
> [2.02_beta2-r9:2/2.02_beta2-r9::gentoo] USE="ncurses -custom-cflags
> -netboot -static" 1,034 KiB
> [blocks B  ]  sys-boot/grub-static-0.97-r12)
> 
> Total: 1 package (1 in new slot), Size of downloads: 1,034 KiB
> Conflict: 1 block (1 unsatisfied)
> 
>  * Error: The above package list contains packages which cannot be
>  * installed at the same time on the same system.
> 
>   (sys-boot/grub-0.97-r16:0/0::gentoo, ebuild scheduled for merge)
> pulled in by
> sys-boot/grub required by @selected
> =sys-boot/grub-0.97-r16
> 
>   (sys-boot/grub-static-0.97-r12:0/0::gentoo, installed) pulled in by
> sys-boot/grub-static required by @selected
> 
> 
> For more information about Blocked Packages, please refer to the following
> section of the Gentoo Linux x86 Handbook (architecture is irrelevant):
> 
> https://wiki.gentoo.org/wiki/Handbook:X86/Working/Portage#Blocked_packages
> 
> 
> 
> It would seem that portage doesn't like them both being installed at the
> same time.  I'm pretty sure I did have both installed at one time tho.
> I seem to recall being able to chain load them even.  Either I'm wrong
> on what I remember or something changed that prevents them both being
> installed at the same time.
> 
> Weird.
> 
> Dale
> 
> :-)  :-)

Reread the message :)

>   (sys-boot/grub-0.97-r16:0/0::gentoo, ebuild scheduled for merge)
It wants to install -0.97-r16

>   (sys-boot/grub-static-0.97-r12:0/0::gentoo, installed) pulled in by
It has: static-0.97-r12

In other words, you can't install the static and the non-static installed 
simultaneously :)

--
Joost



Re: [gentoo-user] Pulseaudio now needs USE="gnome"?

2016-12-10 Thread Daniel Campbell
On 12/10/2016 12:10 AM, Mick wrote:
> Hi All,
> 
> I have set up USE="-gnome" in my make.conf, but I saw this cropping up at my 
> latest emerge --update:
> 
> [ebuild   R] media-sound/pulseaudio-9.0::gentoo  USE="X alsa alsa-plugin 
> asyncns bluetooth caps dbus gdbm glib gnome* ipv6 orc qt4 ssl tcpd udev 
> webrtc-aec -doc -equalizer -gtk -jack (-libressl) -libsamplerate -lirc -
> native-headset (-neon) -ofono-headset (-oss) -realtime (-selinux) -sox (-
> system-wide) -systemd {-test} -xen -zeroconf" ABI_X86="32 (64) (-x32)" 0 KiB
> [snip...]
> 
> Total: 127 packages (83 upgrades, 3 new, 41 reinstalls), Size of downloads: 
> 268,203 KiB
> 
> The following USE changes are necessary to proceed:
>  (see "package.use" in the portage(5) man page for more details)
> # required by kde-plasma/plasma-pa-5.8.3::gentoo
> # required by kde-plasma/plasma-meta-5.8.3::gentoo[pulseaudio]
> # required by kde-apps/kdebase-meta-16.04.3::gentoo
> # required by @selected
> # required by @world (argument)
>> =media-sound/pulseaudio-9.0 gnome
> 
> which is dragging in gconf:
> 
> [ebuild  N ] gnome-base/gconf-3.2.6-r4:2::gentoo  USE="introspection ldap 
> (policykit) -debug" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python2_7" 0 KiB
> 
> 
> I don't see gnome in REQUIRED_USE and since this is a relatively gnome-free 
> PC 
> I was wondering what's causing the above and if I can avoid gconf?
> 
> PS:  euse -i gnome shows:
> 
> [- c] gnome
> media-sound/pulseaudio: Use GConf to store user preferences on 
> streams and so on. Don't enable this flag if you want to use a system 
> wide instance. If unsure, enable this flag.
> [-  ] 7.1 [gentoo]
> [-  ] 8.0 [gentoo]
> [-  ] 9.0 [gentoo]
> 

When portage suggests a USE change due to a blocker, the "culprits" are
listed from "smallest" to "largest". So in this case,
kde-plasma/plasma-pa is the culprit: a quick `less $(equery w
plasma-pa)` shows that plasma-pa is depending on gconf and
pulseaudio[gnome].

If upstream has decided to depend on gconf, it makes perfect sense to
depend on PA with the 'gnome' USE flag. This is probably so plasma can
correctly run as a user and keep track of file/sound settings.

The KDE team can likely explain *why* this change happened, though you
might want to check the homepage for plasma-pa first. The KDE team can
be reached via the mail alias (kde@g.o) or on Freenode via #gentoo-kde.

I hope this helps clear things up for you.

~zlg
-- 
Daniel Campbell - Gentoo Developer
OpenPGP Key: 0x1EA055D6 @ hkp://keys.gnupg.net
fpr: AE03 9064 AE00 053C 270C  1DE4 6F7A 9091 1EA0 55D6



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Pulseaudio now needs USE="gnome"?

2016-12-10 Thread Mick
On Saturday 10 Dec 2016 00:22:19 Daniel Campbell wrote:
> On 12/10/2016 12:10 AM, Mick wrote:
> > Hi All,
> > 
> > I have set up USE="-gnome" in my make.conf, but I saw this cropping up at
> > my latest emerge --update:
> > 
> > [ebuild   R] media-sound/pulseaudio-9.0::gentoo  USE="X alsa
> > alsa-plugin asyncns bluetooth caps dbus gdbm glib gnome* ipv6 orc qt4 ssl
> > tcpd udev webrtc-aec -doc -equalizer -gtk -jack (-libressl)
> > -libsamplerate -lirc - native-headset (-neon) -ofono-headset (-oss)
> > -realtime (-selinux) -sox (- system-wide) -systemd {-test} -xen
> > -zeroconf" ABI_X86="32 (64) (-x32)" 0 KiB [snip...]
> > 
> > Total: 127 packages (83 upgrades, 3 new, 41 reinstalls), Size of
> > downloads:
> > 268,203 KiB
> > 
> > The following USE changes are necessary to proceed:
> >  (see "package.use" in the portage(5) man page for more details)
> > 
> > # required by kde-plasma/plasma-pa-5.8.3::gentoo
> > # required by kde-plasma/plasma-meta-5.8.3::gentoo[pulseaudio]
> > # required by kde-apps/kdebase-meta-16.04.3::gentoo
> > # required by @selected
> > # required by @world (argument)
> > 
> >> =media-sound/pulseaudio-9.0 gnome
> > 
> > which is dragging in gconf:
> > 
> > [ebuild  N ] gnome-base/gconf-3.2.6-r4:2::gentoo  USE="introspection
> > ldap (policykit) -debug" ABI_X86="(64) -32 (-x32)"
> > PYTHON_TARGETS="python2_7" 0 KiB
> > 
> > 
> > I don't see gnome in REQUIRED_USE and since this is a relatively
> > gnome-free PC I was wondering what's causing the above and if I can avoid
> > gconf?
> > 
> > PS:  euse -i gnome shows:
> > 
> > [- c] gnome
> > 
> > media-sound/pulseaudio: Use GConf to store user preferences on
> > streams and so on. Don't enable this flag if you want to use a system
> > wide instance. If unsure, enable this flag.
> > 
> > [-  ] 7.1 [gentoo]
> > [-  ] 8.0 [gentoo]
> > [-  ] 9.0 [gentoo]
> 
> When portage suggests a USE change due to a blocker, the "culprits" are
> listed from "smallest" to "largest". So in this case,
> kde-plasma/plasma-pa is the culprit: a quick `less $(equery w
> plasma-pa)` shows that plasma-pa is depending on gconf and
> pulseaudio[gnome].
> 
> If upstream has decided to depend on gconf, it makes perfect sense to
> depend on PA with the 'gnome' USE flag. This is probably so plasma can
> correctly run as a user and keep track of file/sound settings.
> 
> The KDE team can likely explain *why* this change happened, though you
> might want to check the homepage for plasma-pa first. The KDE team can
> be reached via the mail alias (kde@g.o) or on Freenode via #gentoo-kde.
> 
> I hope this helps clear things up for you.
> 
> ~zlg

Yes, thank you Daniel and Marc.  The bug explains why the devs chose adding 
gconf.  I don't think this is necessary on a PC with a single audio sink and 
could have been left out, but then you could argue pulseaudio itself is 
optional.
-- 
Regards,
Mick

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] QEMU not running on new machine

2021-05-26 Thread Branko Grubić
On Wed, 2021-05-26 at 12:50 -0400, Walter Dnes wrote:
>   With my older machine locking up once too often at in-opportune
> times,
> I've switched over to a newer machine, which I've tried to set up
> identically.  QEMU is not laumching.  It worked on the older system.
> The error message is...
> 
> [x8940][waltdnes][~] /home/misc/qemu/arca/boot
> Could not access KVM kernel module: No such file or directory
> qemu-system-x86_64: failed to initialize kvm: No such file or directory
> 
>   My user is a member of the kvm group, and I get the same error trying
> to launch as root
> 
> My system...
> 
> * 12-core Intel Skylake with 16 gigs of ram, 64-bit gentoo
> 
> * Yes, KVM support is installed in the kernel...
> [x8940][waltdnes][~] zgrep KVM_INTEL /proc/config.gz 
> CONFIG_KVM_INTEL=y
> 
> * make.conf contains
> QEMU_SOFTMMU_TARGETS="i386 x86_64"
> QEMU_USER_TARGETS="i386 x86_64"
> 
> * including flags in package.use, I get
> [x8940][waltdnes][/etc/portage/package.use] emerge -pv qemu
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies... done!
> [ebuild   R    ] app-emulation/qemu-5.2.0-r3::gentoo  USE="aio alsa
> bzip2 curl doc fdt gtk jpeg opengl oss png sdl slirp ssh usb vhost-net
> vnc -accessibility -caps (-capstone) -debug -filecaps -glusterfs -
> gnutls -infiniband -io-uring -iscsi -jack -jemalloc -lzo -multipath -
> ncurses -nfs -nls -numa -pin-upstream-blobs -plugins -pulseaudio -
> python -rbd -sasl -sdl-image -seccomp (-selinux) -smartcard -snappy -
> spice -static -static-user -systemtap -test -udev -usbredir -vde -
> vhost-user-fs -virgl -virtfs -vte -xattr -xen -xfs -zstd"
> PYTHON_TARGETS="python3_8 -python3_7 -python3_9"
> QEMU_SOFTMMU_TARGETS="i386 x86_64 -aarch64 -alpha -arm -avr -cris -hppa
> -lm32 -m68k -microblaze -microblazeel -mips -mips64 -mips64el -mipsel -
> moxie -nios2 -or1k -ppc -ppc64 -riscv32 -riscv64 -rx -s390x -sh4 -sh4eb
> -sparc -sparc64 -tricore -unicore32 -xtensa -xtensaeb"
> QEMU_USER_TARGETS="i386 x86_64 -aarch64 -aarch64_be -alpha -arm -armeb
> -cris -hppa -m68k -microblaze -microblazeel -mips -mips64 -mips64el -
> mipsel -mipsn32 -mipsn32el -nios2 -or1k -ppc -ppc64 -ppc64abi32 -
> ppc64le -riscv32 -riscv64 -s390x -sh4 -sh4eb -sparc -sparc32plus -
> sparc64 -tilegx -xtensa -xtensaeb" 0 KiB
> 
> * The startup script is...
> 
> [x8940][waltdnes][~] cat /home/misc/qemu/arca/boot
> #!/bin/bash
> cd /home/misc/qemu/arca
> sudo /usr/bin/qemu-system-x86_64 -enable-kvm -runas waltdnes \
>    -cpu host -monitor vc -display gtk \
>    -drive file=arcac.img,format=raw \
>    -netdev user,id=mynetwork \
>    -device e1000,netdev=mynetwork \
>    -rtc base=localtime,clock=host \
>    -m 1024 -name "ArcaOS VM" \
>    -vga std -parallel none \
>    ${@}
> 
>   I repeat. it worked on the older machine.
> 

Hi,

What comes to my mind is actually describe in here[1]. Possibly
virtualization is disabled in BIOS/Firmware.


[1] https://wiki.gentoo.org/wiki/QEMU#BIOS_and_UEFI_firmware




[gentoo-user] QEMU not running on new machine

2021-05-26 Thread Walter Dnes
  With my older machine locking up once too often at in-opportune times,
I've switched over to a newer machine, which I've tried to set up
identically.  QEMU is not laumching.  It worked on the older system.
The error message is...

[x8940][waltdnes][~] /home/misc/qemu/arca/boot
Could not access KVM kernel module: No such file or directory
qemu-system-x86_64: failed to initialize kvm: No such file or directory

  My user is a member of the kvm group, and I get the same error trying
to launch as root

My system...

* 12-core Intel Skylake with 16 gigs of ram, 64-bit gentoo

* Yes, KVM support is installed in the kernel...
[x8940][waltdnes][~] zgrep KVM_INTEL /proc/config.gz 
CONFIG_KVM_INTEL=y

* make.conf contains
QEMU_SOFTMMU_TARGETS="i386 x86_64"
QEMU_USER_TARGETS="i386 x86_64"

* including flags in package.use, I get
[x8940][waltdnes][/etc/portage/package.use] emerge -pv qemu

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R] app-emulation/qemu-5.2.0-r3::gentoo  USE="aio alsa bzip2 curl 
doc fdt gtk jpeg opengl oss png sdl slirp ssh usb vhost-net vnc -accessibility 
-caps (-capstone) -debug -filecaps -glusterfs -gnutls -infiniband -io-uring 
-iscsi -jack -jemalloc -lzo -multipath -ncurses -nfs -nls -numa 
-pin-upstream-blobs -plugins -pulseaudio -python -rbd -sasl -sdl-image -seccomp 
(-selinux) -smartcard -snappy -spice -static -static-user -systemtap -test 
-udev -usbredir -vde -vhost-user-fs -virgl -virtfs -vte -xattr -xen -xfs -zstd" 
PYTHON_TARGETS="python3_8 -python3_7 -python3_9" QEMU_SOFTMMU_TARGETS="i386 
x86_64 -aarch64 -alpha -arm -avr -cris -hppa -lm32 -m68k -microblaze 
-microblazeel -mips -mips64 -mips64el -mipsel -moxie -nios2 -or1k -ppc -ppc64 
-riscv32 -riscv64 -rx -s390x -sh4 -sh4eb -sparc -sparc64 -tricore -unicore32 
-xtensa -xtensaeb" QEMU_USER_TARGETS="i386 x86_64 -aarch64 -aarch64_be -alpha 
-arm -armeb -cris -hppa -m68k -microblaze -microblazeel -mips -mips64 -mips64el 
-mipsel -mipsn32 -mipsn32el -nios2 -or1k -ppc -ppc64 -ppc64abi32 -ppc64le 
-riscv32 -riscv64 -s390x -sh4 -sh4eb -sparc -sparc32plus -sparc64 -tilegx 
-xtensa -xtensaeb" 0 KiB

* The startup script is...

[x8940][waltdnes][~] cat /home/misc/qemu/arca/boot
#!/bin/bash
cd /home/misc/qemu/arca
sudo /usr/bin/qemu-system-x86_64 -enable-kvm -runas waltdnes \
   -cpu host -monitor vc -display gtk \
   -drive file=arcac.img,format=raw \
   -netdev user,id=mynetwork \
   -device e1000,netdev=mynetwork \
   -rtc base=localtime,clock=host \
   -m 1024 -name "ArcaOS VM" \
   -vga std -parallel none \
   ${@}

  I repeat. it worked on the older machine.

-- 
Walter Dnes 
I don't run "desktop environments"; I run useful applications



[gentoo-user] blocked packages both required by the system sys-apps/openrc vs. sys-apps/net-tools?

2012-11-26 Thread Pascal J. Bourguignon

I just emerged --sync and now when I try to update world, I get this
conflict:


 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (sys-apps/net-tools-1.60_p20120127084908::gentoo, ebuild scheduled for merge) 
pulled in by
sys-apps/net-tools required by @system

  (sys-apps/openrc-0.9.8.4::gentoo, installed) pulled in by
sys-apps/openrc required by (dev-db/mysql-init-scripts-2.0_pre1-r2::gentoo, 
ebuild scheduled for merge)
sys-apps/openrc required by (sys-apps/baselayout-2.1-r1::gentoo, installed)

where both sys-apps/net-tools and  sys-apps/baselayout-2.1-r1 therefore
sys-apps/openrc are required by the system.

What can I do to resolve this conflict?

Why does gentoo want to install conflicting packages at the same time on
my system?




# emerge --pretend --tree --update world

These are the packages that would be merged, in reverse order:

Calculating dependencies  ... . done!
[ebuild U  ] app-misc/screen-4.0.3-r6 [4.0.3-r5]
[ebuild U  ] x11-terms/xterm-285 [279]
[ebuild U  ] x11-drivers/xf86-video-ast-0.97.0 [0.95.0]
[ebuild U  ] x11-drivers/xf86-video-tdfx-1.4.5 [1.4.4-r1]
[ebuild U  ] x11-drivers/xf86-video-tga-1.2.2 [1.2.1]
[ebuild U  ] dev-lang/swi-prolog-6.2.0 [5.10.5-r1] USE=static-libs%* 
-archive% 
[ebuild U  ] x11-drivers/xf86-video-r128-6.9.1 [6.8.2-r1]
[ebuild U  ] x11-drivers/xf86-video-siliconmotion-1.7.7 [1.7.6]
[ebuild U  ] x11-wm/sawfish-1.9.0 [1.8.2]
[ebuild U  ] x11-drivers/xf86-video-i128-1.3.6 [1.3.5]
[ebuild U  ] media-video/vlc-2.0.3 [2.0.1]
[ebuild U  ] x11-drivers/xf86-video-sis-0.10.7 [0.10.4-r1]
[ebuild U  ] x11-drivers/xf86-video-glint-1.2.8 [1.2.7]
[ebuild U  ] app-emulation/emul-linux-x86-gtklibs-20121028 [20120520]
[ebuild U  ] app-text/build-docbook-catalog-1.19.1 [1.4]
[ebuild U  ] x11-misc/xscreensaver-5.20 [5.15] USE=-gdm% (-selinux) 
[ebuild U  ] x11-drivers/xf86-video-apm-1.2.5 [1.2.4]
[ebuild U  ] x11-drivers/xf86-video-dummy-0.3.6 [0.3.5-r1]
[ebuild U  ] x11-drivers/xf86-video-s3-0.6.5 [0.6.4]
[ebuild U  ] sys-fs/fuse-2.9.1-r1 [2.8.6]
[ebuild U  ] x11-drivers/xf86-video-mga-1.6.2 [1.5.0]
[ebuild U  ] x11-drivers/xf86-video-i740-1.3.4 [1.3.3]
[ebuild U  ] net-p2p/transmission-2.73 [2.52]
[ebuild U  ] x11-drivers/xf86-input-evdev-2.7.3 [2.7.0]
[ebuild U  ] app-emulation/qemu-1.1.2-r2 [1.1.1-r1] USE=jpeg%* png%* 
threads%* uuid%* vde* vnc%* -mixemu% -systemtap% QEMU_SOFTMMU_TARGETS=-lm32% 
[ebuild U  ] x11-drivers/xf86-video-qxl-0.1.0 [0.0.17]
[ebuild U  ] x11-drivers/xf86-input-elographics-1.4.1 [1.3.0]
[ebuild U  ] x11-drivers/xf86-video-mach64-6.9.3 [6.9.1]
[ebuild U  ] www-plugins/adobe-flash-11.2.202.251 [11.2.202.238]
[ebuild U ~] www-client/firefox-bin-17.0 [15.0.1]
[ebuild U  ] x11-drivers/xf86-input-wacom-0.17.0 [0.14.0]
[ebuild U  ] x11-drivers/xf86-video-openchrome-0.3.1 [0.2.906]
[ebuild U  ] x11-drivers/xf86-video-ark-0.7.5 [0.7.4]
[ebuild U  ] net-mail/metamail-2.7.53.3-r1 [2.7.53.3] USE=static-libs%* 
[ebuild U  ] x11-drivers/xf86-input-synaptics-1.6.2-r1 [1.6.2]
[ebuild  NS] dev-db/postgresql-server-9.2.1 [9.1.5] USE=nls pam python 
-doc -perl -pg_legacytimestamp (-selinux) -tcl -uuid -xml LINGUAS=-af -cs -de 
-en -es -fa -fr -hr -hu -it -ko -nb -pl -pt_BR -ro -ru -sk -sl -sv -tr -zh_CN 
-zh_TW 
[ebuild U  ] media-sound/fluidsynth-1.1.6 [1.1.1] USE=dbus%* -examples% 
[ebuild U  ] www-client/firefox-10.0.10 [10.0.7]
[ebuild U  ] x11-drivers/xf86-video-trident-1.3.6 [1.3.5]
[ebuild U  ] x11-drivers/xf86-video-s3virge-1.10.6 [1.10.5]
[ebuild U  ] sys-fs/cryptsetup-1.4.3 [1.4.1] USE=static-libs%* -static* 
[ebuild U  ] x11-drivers/xf86-video-savage-2.3.6 [2.3.4-r1]
[ebuild U  ] x11-drivers/xf86-video-neomagic-1.2.7 [1.2.6]
[ebuild U  ] x11-drivers/xf86-video-voodoo-1.2.5 [1.2.4]
[ebuild U  ] media-libs/freeglut-2.8.0-r1 [2.8.0]
[ebuild U  ] app-crypt/gpgme-1.3.2 [1.3.0-r1] USE=static-libs%* 
[ebuild U  ] x11-drivers/xf86-video-cirrus-1.5.1 [1.4.0]
[ebuild U  ] www-servers/apache-2.2.23 [2.2.22-r1]
[ebuild U  ] net-dns/bind-9.9.1_p4 [9.9.1_p3]
[ebuild U  ] x11-drivers/xf86-input-mouse-1.8.1 [1.7.2]
[ebuild U  ] x11-drivers/xf86-video-vesa-2.3.2 [2.3.1]
[ebuild U  ] x11-drivers/xf86-video-nv-2.1.20 [2.1.18]
[ebuild U  ] x11-drivers/xf86-video-fbdev-0.4.3 [0.4.2]
[ebuild U  ] x11-drivers/xf86-input-keyboard-1.6.2 [1.6.1]
[ebuild U  ] net-misc/wget-1.14 [1.13.4-r1] USE=pcre%* zlib%* -uuid% 
[ebuild U  ] sys-apps/man-pages-3.43 [3.41]
[ebuild U  ] dev-db/mysql-5.1.66 [5.1.62-r1]
[ebuild U  ] media-video/mplayer-1.1-r1 [1.0_rc4_p20110322-r1] USE=-faac* 
[nomerge   ] media-sound/pulseaudio-2.1-r1 [1.1-r1] USE=gtk%* webrtc-aec%* 
xen%* (-systemd) 
[ebuild  N ]  media

[gentoo-user] Why is portage insisting that I upgrade media-libs/opencv?

2014-03-28 Thread Chris Stankevitz
=ipv6 kdrive nptl suid udev xorg -dmx -doc
-minimal (-selinux) -static-libs -tslib -unwind% -xnest -xvfb
[nomerge   ]  media-libs/mesa-10.0.4 [9.1.6] USE=classic egl
gallium gles2 llvm nptl -bindist -debug -gbm -gles1 -llvm-shared-libs%
-opencl% -openvg -osmesa -pax_kernel -pic -r600-llvm-compiler
(-selinux) -vdpau -wayland -xa -xvmc (-shared-glapi%*) (-xorg%)
ABI_X86=(64%*) (-32) (-x32) PYTHON_SINGLE_TARGET=(-python2_6%)
(-python2_7%*) PYTHON_TARGETS=(-python2_6%) (-python2_7%*)
VIDEO_CARDS=(-freedreno) -i915 -i965 -ilo% -intel -nouveau -r100
-r200 -r300 -r600 -radeon -radeonsi -vmware
[ebuild U  ]   x11-proto/xf86driproto-2.1.1-r1 [2.1.1]
ABI_X86=(64%*) -32% (-x32) 0 kB
[ebuild  N ]   x11-proto/presentproto-1.0  ABI_X86=(64) -32 (-x32) 106 kB
[ebuild  N ]   x11-proto/dri3proto-1.0  ABI_X86=(64) -32 (-x32) 103 kB
[ebuild U  ]   x11-proto/dri2proto-2.8-r1 [2.8] ABI_X86=(64%*)
-32% (-x32) 0 kB
[ebuild U  ]   x11-libs/libdrm-2.4.52 [2.4.46] USE=-libkms
-static-libs ABI_X86=(64%*) (-32) (-x32) VIDEO_CARDS=(-exynos)
(-freedreno) -intel -nouveau (-omap) -radeon -vmware 539 kB
[ebuild  N ]   x11-libs/libxshmfence-1.1  USE=-static-libs
ABI_X86=(64) -32 (-x32) 285 kB
[ebuild U  ]  x11-libs/xtrans-1.3.3 [1.2.7] USE=-doc 174 kB
[ebuild U  ]  x11-proto/xextproto-7.3.0 [7.2.1-r1] USE=-doc
ABI_X86=(64) (-32) (-x32) 224 kB
[ebuild U  ]  x11-proto/xproto-7.0.25 [7.0.24] USE=-doc
ABI_X86=(64) (-32) (-x32) 290 kB
[nomerge   ] www-client/chromium-33.0.1750.152  USE=cups gnome
pulseaudio tcmalloc (-aura) -bindist -custom-cflags -gnome-keyring
-kerberos (-neon) (-selinux) {-test} LINGUAS=am ar bg bn ca cs da de
el en_GB es es_LA et fa fi fil fr gu he hi hr hu id it ja kn ko lt lv
ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv sw ta te th tr uk vi
zh_CN zh_TW
[nomerge   ]  app-accessibility/speech-dispatcher-0.8-r2
USE=alsa espeak pulseaudio python -ao -flite -nas -static-libs
PYTHON_TARGETS=python3_3 -python3_2
[nomerge   ]   app-accessibility/espeak-1.47.11-r1
USE=pulseaudio -portaudio
[nomerge   ]media-sound/pulseaudio-5.0  USE=X alsa asyncns
bluetooth caps dbus gdbm glib gnome gtk ipv6 orc qt4 ssl tcpd udev
webrtc-aec -avahi -doc -equalizer -jack -libsamplerate -lirc (-neon)
(-oss) -realtime (-system-wide) -systemd {-test} -xen ABI_X86=(64)
(-32) (-x32)
[ebuild U  ] sys-apps/tcp-wrappers-7.6.22-r1 [7.6-r8]
USE=ipv6 -netgroups% -static-libs% ABI_X86=(64%*) (-32) (-x32) 41
kB

Total: 37 packages (31 upgrades, 3 new, 3 reinstalls), Size of
downloads: 985,308 kB

The following keyword changes are necessary to proceed:
 (see package.accept_keywords in the portage(5) man page for more details)
# required by @selected
# required by @world (argument)
=media-libs/opencv-2.4.8 ~amd64

The following mask changes are necessary to proceed:
 (see package.unmask in the portage(5) man page for more details)
# required by @selected
# required by @world (argument)
# /etc/portage/package.mask:
# 2014-03-13: Hold off on opencv upgrade
=media-libs/opencv-2.4.8

NOTE: The --autounmask-keep-masks option will prevent emerge
  from creating package.unmask or ** keyword changes.

Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
jane ~ #



Re: [gentoo-user] Why is portage insisting that I upgrade media-libs/opencv?

2014-03-28 Thread Alan McKinnon
 -apm -ast -chips
 -cirrus -dummy -epson -fglrx (-freedreno) (-geode) -glint -i128
 (-i740) -intel -mach64 -mga -modesetting -neomagic -nouveau -nv
 (-omap) (-omapfb) -qxl -r128 -radeon -radeonsi -rendition -s3virge
 -savage -siliconmotion -sisusb (-sunbw2) (-suncg14) (-suncg3)
 (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng
 -v4l -via -virtualbox -vmware (-voodoo) 0 kB
 [nomerge   ] xfce-extra/xfce4-screenshooter-1.8.1  USE=-debug
 [nomerge   ]  net-libs/libsoup-2.44.2:2.4  USE=introspection
 samba ssl -debug {-test}
 [nomerge   ]   net-libs/glib-networking-2.38.2  USE=gnome
 libproxy ssl -smartcard {-test}
 [ebuild U  ]app-misc/ca-certificates-20130906-r1 [20130906] 0 kB
 [nomerge   ] x11-base/xorg-server-1.15.0:0/1.15.0
 [1.14.3-r2:0/1.14.3] USE=ipv6 kdrive nptl suid udev xorg -dmx -doc
 -minimal (-selinux) -static-libs -tslib -unwind% -xnest -xvfb
 [nomerge   ]  media-libs/mesa-10.0.4 [9.1.6] USE=classic egl
 gallium gles2 llvm nptl -bindist -debug -gbm -gles1 -llvm-shared-libs%
 -opencl% -openvg -osmesa -pax_kernel -pic -r600-llvm-compiler
 (-selinux) -vdpau -wayland -xa -xvmc (-shared-glapi%*) (-xorg%)
 ABI_X86=(64%*) (-32) (-x32) PYTHON_SINGLE_TARGET=(-python2_6%)
 (-python2_7%*) PYTHON_TARGETS=(-python2_6%) (-python2_7%*)
 VIDEO_CARDS=(-freedreno) -i915 -i965 -ilo% -intel -nouveau -r100
 -r200 -r300 -r600 -radeon -radeonsi -vmware
 [ebuild U  ]   x11-proto/xf86driproto-2.1.1-r1 [2.1.1]
 ABI_X86=(64%*) -32% (-x32) 0 kB
 [ebuild  N ]   x11-proto/presentproto-1.0  ABI_X86=(64) -32 (-x32) 106 
 kB
 [ebuild  N ]   x11-proto/dri3proto-1.0  ABI_X86=(64) -32 (-x32) 103 kB
 [ebuild U  ]   x11-proto/dri2proto-2.8-r1 [2.8] ABI_X86=(64%*)
 -32% (-x32) 0 kB
 [ebuild U  ]   x11-libs/libdrm-2.4.52 [2.4.46] USE=-libkms
 -static-libs ABI_X86=(64%*) (-32) (-x32) VIDEO_CARDS=(-exynos)
 (-freedreno) -intel -nouveau (-omap) -radeon -vmware 539 kB
 [ebuild  N ]   x11-libs/libxshmfence-1.1  USE=-static-libs
 ABI_X86=(64) -32 (-x32) 285 kB
 [ebuild U  ]  x11-libs/xtrans-1.3.3 [1.2.7] USE=-doc 174 kB
 [ebuild U  ]  x11-proto/xextproto-7.3.0 [7.2.1-r1] USE=-doc
 ABI_X86=(64) (-32) (-x32) 224 kB
 [ebuild U  ]  x11-proto/xproto-7.0.25 [7.0.24] USE=-doc
 ABI_X86=(64) (-32) (-x32) 290 kB
 [nomerge   ] www-client/chromium-33.0.1750.152  USE=cups gnome
 pulseaudio tcmalloc (-aura) -bindist -custom-cflags -gnome-keyring
 -kerberos (-neon) (-selinux) {-test} LINGUAS=am ar bg bn ca cs da de
 el en_GB es es_LA et fa fi fil fr gu he hi hr hu id it ja kn ko lt lv
 ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv sw ta te th tr uk vi
 zh_CN zh_TW
 [nomerge   ]  app-accessibility/speech-dispatcher-0.8-r2
 USE=alsa espeak pulseaudio python -ao -flite -nas -static-libs
 PYTHON_TARGETS=python3_3 -python3_2
 [nomerge   ]   app-accessibility/espeak-1.47.11-r1
 USE=pulseaudio -portaudio
 [nomerge   ]media-sound/pulseaudio-5.0  USE=X alsa asyncns
 bluetooth caps dbus gdbm glib gnome gtk ipv6 orc qt4 ssl tcpd udev
 webrtc-aec -avahi -doc -equalizer -jack -libsamplerate -lirc (-neon)
 (-oss) -realtime (-system-wide) -systemd {-test} -xen ABI_X86=(64)
 (-32) (-x32)
 [ebuild U  ] sys-apps/tcp-wrappers-7.6.22-r1 [7.6-r8]
 USE=ipv6 -netgroups% -static-libs% ABI_X86=(64%*) (-32) (-x32) 41
 kB
 
 Total: 37 packages (31 upgrades, 3 new, 3 reinstalls), Size of
 downloads: 985,308 kB
 
 The following keyword changes are necessary to proceed:
  (see package.accept_keywords in the portage(5) man page for more details)
 # required by @selected
 # required by @world (argument)
 =media-libs/opencv-2.4.8 ~amd64
 
 The following mask changes are necessary to proceed:
  (see package.unmask in the portage(5) man page for more details)
 # required by @selected
 # required by @world (argument)
 # /etc/portage/package.mask:
 # 2014-03-13: Hold off on opencv upgrade
 =media-libs/opencv-2.4.8
 
 NOTE: The --autounmask-keep-masks option will prevent emerge
   from creating package.unmask or ** keyword changes.
 
 Use --autounmask-write to write changes to config files (honoring
 CONFIG_PROTECT). Carefully examine the list of proposed changes,
 paying special attention to mask or keyword changes that may expose
 experimental or unstable packages.
 jane ~ #
 
 
 


-- 
Alan McKinnon
alan.mckin...@gmail.com




[gentoo-user] Is there any way out of this...?

2013-12-06 Thread meino . cramer
/beautifulsoup-4.1.3-r1:4  USE=-doc {-test} 
PYTHON_TARGETS=python2_7 python3_3* (-pypy2_0) -python2_6 -python3_2* 0 kB
[ebuild U  ] app-arch/dpkg-1.16.12-r1 [1.16.10] USE=bzip2 nls unicode zlib 
-dselect {-test} LINGUAS=-ast -bs -ca -cs -da -de -dz -el -eo -es -et -eu -fr 
-gl -hu -id -it -ja -km -ko -ku -lt -mr -nb -ne -nl -nn -pa -pl -pt -pt_BR -ro 
-ru -sk -sv -th -tl -vi -zh_CN -zh_TW 3,701 kB
[ebuild U  ] dev-cpp/gtkmm-3.8.1:3.0 [3.4.2:3.0] USE=X (-aqua) -doc 
-examples {-test} (-wayland) 4,213 kB
[ebuild   R] dev-python/lxml-3.2.1  USE=threads -beautifulsoup3 -doc 
-examples PYTHON_TARGETS=python2_7 python3_3* -python2_6 -python3_2* 0 kB
[ebuild U  ] app-crypt/seahorse-3.8.2 [2.32.0] USE=-avahi -debug -ldap 
(-doc%) (-introspection%) (-libnotify%) (-test%) 1,966 kB
[ebuild U  ] app-text/gnome-doc-utils-0.20.10-r1 [0.20.10] 
PYTHON_TARGETS=python2_7%* -python2_6% 0 kB
[blocks b  ] =net-libs/libsoup-2.42 (=net-libs/libsoup-2.42 is blocking 
net-libs/libsoup-gnome-2.38.1)
[ebuild U  ]  net-libs/libsoup-gnome-2.42.3.1:2.4 [2.38.1:2.4] 
USE=introspection -debug 723 kB
[ebuild U  ]   net-libs/libsoup-2.42.3.1:2.4 [2.38.1:2.4] 
USE=introspection ssl -debug -samba {-test} 0 kB
[nomerge   ] sys-apps/gnome-disk-utility-3.8.2 [3.0.2-r201] USE=gnome%* 
-fat -systemd% (-gnome-keyring%) (-nautilus%) (-remote-access%) 
[ebuild  N ]  app-crypt/libsecret-0.15-r1  USE=crypt introspection -debug 
{-test} -vala 474 kB
[ebuild U  ] gnome-base/libgnome-keyring-3.8.0 [2.32.0] 
USE=introspection%* -debug {-test} -vala% 417 kB
[nomerge   ] gnome-base/gnome-keyring-3.8.2 [2.32.1-r1] USE=caps%* 
filecaps%* pam -debug (-selinux) {-test} 
[nomerge   ]  app-crypt/gcr-3.8.2:0/1  USE=gtk introspection -debug 
{-test} 
[blocks b  ]   gnome-base/gnome-keyring-3.3 
(gnome-base/gnome-keyring-3.3 is blocking app-crypt/gcr-3.8.2)
[ebuild U  ]gnome-base/gnome-keyring-3.8.2 [2.32.1-r1] USE=caps%* 
filecaps%* pam -debug (-selinux) {-test} 1,113 kB
[ebuild  N ] app-crypt/gcr-3.8.2:0/1  USE=gtk introspection -debug 
{-test} 1,362 kB
[ebuild   R] dev-java/java-config-2.1.12-r1:2  PYTHON_TARGETS=python2_7 
python3_3* -python2_6 -python3_2* 0 kB
[nomerge   ] sys-apps/gnome-disk-utility-3.8.2 [3.0.2-r201] USE=gnome%* 
-fat -systemd% (-gnome-keyring%) (-nautilus%) (-remote-access%) 
[ebuild  N ]  gnome-base/gnome-settings-daemon-3.8.6.1  USE=colord cups 
i18n short-touchpad-timeout udev -debug (-openrc-force) (-packagekit) 
-policykit {-test} INPUT_DEVICES=-wacom 1,543 kB
[nomerge   ] gnome-base/gnome-settings-daemon-3.8.6.1  USE=colord cups 
i18n short-touchpad-timeout udev -debug (-openrc-force) (-packagekit) 
-policykit {-test} INPUT_DEVICES=-wacom 
[nomerge   ]  sys-apps/systemd-208-r2:0/1  USE=acl filecaps 
firmware-loader kmod pam tcpd -audit -cryptsetup -doc -gcrypt -gudev -http 
-introspection -lzma -policykit -python -qrcode (-selinux) {-test} -vanilla 
-xattr ABI_X86=(64) (-32) (-x32) PYTHON_SINGLE_TARGET=python2_7 
PYTHON_TARGETS=python2_7 
[ebuild  N ]   sys-apps/gentoo-systemd-integration-2  51 kB
[ebuild  N ]sys-apps/systemd-208-r2:0/1  USE=acl filecaps 
firmware-loader kmod pam tcpd -audit -cryptsetup -doc -gcrypt -gudev -http 
-introspection -lzma -policykit -python -qrcode (-selinux) {-test} -vanilla 
-xattr ABI_X86=(64) (-32) (-x32) PYTHON_SINGLE_TARGET=python2_7 
PYTHON_TARGETS=python2_7 8 kB
[ebuild U ~] media-plugins/alsa-plugins-1.0.27-r1 [1.0.27] USE=ffmpeg jack 
libsamplerate pulseaudio* speex -debug 0 kB
[ebuild  N~]  media-sound/pulseaudio-4.0-r1  USE=X alsa asyncns caps dbus 
gdbm glib gtk ipv6 jack orc ssl tcpd udev webrtc-aec -avahi -bluetooth -doc 
-equalizer -gnome -libsamplerate -lirc (-neon) (-oss) -qt4 -realtime 
(-system-wide) -systemd {-test} -xen ABI_X86=(64) -32 (-x32) 1,360 kB
[ebuild U  ] x11-misc/notification-daemon-0.7.6 [0.5.0] 273 kB
[ebuild U  ] x11-libs/goffice-0.10.8:0.10 [0.10.0:0.10] USE=introspection 
2,154 kB
[nomerge   ] net-libs/libsoup-2.42.3.1:2.4 [2.38.1:2.4] USE=introspection 
ssl -debug -samba {-test} 
[ebuild U  ]  net-libs/glib-networking-2.36.2 [2.32.3] USE=gnome libproxy 
ssl -smartcard {-test} 345 kB
[ebuild U  ]   net-libs/libproxy-0.4.11-r1 [0.4.10-r1] USE=-gnome -kde 
-mono -networkmanager -perl -python -spidermonkey {-test} -webkit 
PYTHON_TARGETS=python2_7%* -python2_6% 92 kB
[ebuild   R] app-portage/gentoolkit-0.3.0.8-r2  PYTHON_TARGETS=python2_7 
python3_3* (-pypy2_0) -python2_6 -python3_2* 0 kB
[ebuild   R]  virtual/python-argparse-1  PYTHON_TARGETS=python2_7 
python3_3* (-pypy2_0) -python2_6 -python3_2* 0 kB
[nomerge   ] app-office/scribus-1.4.3  USE=cairo minimal pdf scripts tk 
-debug -examples -hunspell -templates LINGUAS=-af -ar -bg -br -ca -cs_CZ -cy 
-da_DK -de -de_1901 -de_CH -el -en_AU -en_GB -en_US -es_ES -et -eu -fi -fr -gl 
-hu -id -it -ja -ko -lt_LT -nb_NO -nl -pl_PL -pt -pt_BR -ru -sa -sk_SK -sl -sq 
-sr -sv -th_TH -tr -uk -zh_CN

[gentoo-user] Re: Is there any way out of this...?

2013-12-06 Thread Jonathan Callen
 
 -avahi -bluetooth
 -bluray -cdda -fuse -gnome-keyring -gnome-online-accounts% -gphoto2 -ios 
 -mtp% -samba -systemd%
 {-test%} -udisks (-doc%) 1,463 kB [ebuild   R] 
 dev-python/beautifulsoup-4.1.3-r1:4
 USE=-doc {-test} PYTHON_TARGETS=python2_7 python3_3* (-pypy2_0) -python2_6 
 -python3_2* 0
 kB [ebuild U  ] app-arch/dpkg-1.16.12-r1 [1.16.10] USE=bzip2 nls unicode 
 zlib -dselect
 {-test} LINGUAS=-ast -bs -ca -cs -da -de -dz -el -eo -es -et -eu -fr -gl 
 -hu -id -it -ja -km
 -ko -ku -lt -mr -nb -ne -nl -nn -pa -pl -pt -pt_BR -ro -ru -sk -sv -th -tl 
 -vi -zh_CN -zh_TW
 3,701 kB [ebuild U  ] dev-cpp/gtkmm-3.8.1:3.0 [3.4.2:3.0] USE=X (-aqua) 
 -doc -examples
 {-test} (-wayland) 4,213 kB [ebuild   R] dev-python/lxml-3.2.1  
 USE=threads
 -beautifulsoup3 -doc -examples PYTHON_TARGETS=python2_7 python3_3* 
 -python2_6 -python3_2* 0
 kB [ebuild U  ] app-crypt/seahorse-3.8.2 [2.32.0] USE=-avahi -debug 
 -ldap (-doc%)
 (-introspection%) (-libnotify%) (-test%) 1,966 kB [ebuild U  ]
 app-text/gnome-doc-utils-0.20.10-r1 [0.20.10] PYTHON_TARGETS=python2_7%* 
 -python2_6% 0 kB 
 [blocks b  ] =net-libs/libsoup-2.42 (=net-libs/libsoup-2.42 is 
 blocking
 net-libs/libsoup-gnome-2.38.1) [ebuild U  ]  
 net-libs/libsoup-gnome-2.42.3.1:2.4
 [2.38.1:2.4] USE=introspection -debug 723 kB [ebuild U  ]   
 net-libs/libsoup-2.42.3.1:2.4
 [2.38.1:2.4] USE=introspection ssl -debug -samba {-test} 0 kB [nomerge  
  ]
 sys-apps/gnome-disk-utility-3.8.2 [3.0.2-r201] USE=gnome%* -fat -systemd% 
 (-gnome-keyring%)
 (-nautilus%) (-remote-access%) [ebuild  N ]  app-crypt/libsecret-0.15-r1 
  USE=crypt
 introspection -debug {-test} -vala 474 kB [ebuild U  ] 
 gnome-base/libgnome-keyring-3.8.0
 [2.32.0] USE=introspection%* -debug {-test} -vala% 417 kB [nomerge   ]
 gnome-base/gnome-keyring-3.8.2 [2.32.1-r1] USE=caps%* filecaps%* pam -debug 
 (-selinux)
 {-test} [nomerge   ]  app-crypt/gcr-3.8.2:0/1  USE=gtk introspection 
 -debug {-test} 
 [blocks b  ]   gnome-base/gnome-keyring-3.3 
 (gnome-base/gnome-keyring-3.3 is blocking
 app-crypt/gcr-3.8.2) [ebuild U  ]gnome-base/gnome-keyring-3.8.2 
 [2.32.1-r1] USE=caps%*
 filecaps%* pam -debug (-selinux) {-test} 1,113 kB [ebuild  N ] 
 app-crypt/gcr-3.8.2:0/1
 USE=gtk introspection -debug {-test} 1,362 kB [ebuild   R]
 dev-java/java-config-2.1.12-r1:2  PYTHON_TARGETS=python2_7 python3_3* 
 -python2_6 -python3_2*
 0 kB [nomerge   ] sys-apps/gnome-disk-utility-3.8.2 [3.0.2-r201] 
 USE=gnome%* -fat
 -systemd% (-gnome-keyring%) (-nautilus%) (-remote-access%) [ebuild  N ]
 gnome-base/gnome-settings-daemon-3.8.6.1  USE=colord cups i18n 
 short-touchpad-timeout udev
 -debug (-openrc-force) (-packagekit) -policykit {-test} 
 INPUT_DEVICES=-wacom 1,543 kB 
 [nomerge   ] gnome-base/gnome-settings-daemon-3.8.6.1  USE=colord cups 
 i18n
 short-touchpad-timeout udev -debug (-openrc-force) (-packagekit) -policykit 
 {-test}
 INPUT_DEVICES=-wacom [nomerge   ]  sys-apps/systemd-208-r2:0/1  
 USE=acl filecaps
 firmware-loader kmod pam tcpd -audit -cryptsetup -doc -gcrypt -gudev -http 
 -introspection -lzma
 -policykit -python -qrcode (-selinux) {-test} -vanilla -xattr ABI_X86=(64) 
 (-32) (-x32)
 PYTHON_SINGLE_TARGET=python2_7 PYTHON_TARGETS=python2_7 [ebuild  N ]
 sys-apps/gentoo-systemd-integration-2  51 kB [ebuild  N ]
 sys-apps/systemd-208-r2:0/1
 USE=acl filecaps firmware-loader kmod pam tcpd -audit -cryptsetup -doc 
 -gcrypt -gudev -http
 -introspection -lzma -policykit -python -qrcode (-selinux) {-test} -vanilla 
 -xattr
 ABI_X86=(64) (-32) (-x32) PYTHON_SINGLE_TARGET=python2_7 
 PYTHON_TARGETS=python2_7 8 kB 
 [ebuild U ~] media-plugins/alsa-plugins-1.0.27-r1 [1.0.27] USE=ffmpeg 
 jack libsamplerate
 pulseaudio* speex -debug 0 kB [ebuild  N~]  
 media-sound/pulseaudio-4.0-r1  USE=X alsa
 asyncns caps dbus gdbm glib gtk ipv6 jack orc ssl tcpd udev webrtc-aec -avahi 
 -bluetooth -doc
 -equalizer -gnome -libsamplerate -lirc (-neon) (-oss) -qt4 -realtime 
 (-system-wide) -systemd
 {-test} -xen ABI_X86=(64) -32 (-x32) 1,360 kB [ebuild U  ]
 x11-misc/notification-daemon-0.7.6 [0.5.0] 273 kB [ebuild U  ] 
 x11-libs/goffice-0.10.8:0.10
 [0.10.0:0.10] USE=introspection 2,154 kB [nomerge   ] 
 net-libs/libsoup-2.42.3.1:2.4
 [2.38.1:2.4] USE=introspection ssl -debug -samba {-test} [ebuild U  ]
 net-libs/glib-networking-2.36.2 [2.32.3] USE=gnome libproxy ssl -smartcard 
 {-test} 345 kB 
 [ebuild U  ]   net-libs/libproxy-0.4.11-r1 [0.4.10-r1] USE=-gnome -kde 
 -mono
 -networkmanager -perl -python -spidermonkey {-test} -webkit 
 PYTHON_TARGETS=python2_7%*
 -python2_6% 92 kB [ebuild   R] app-portage/gentoolkit-0.3.0.8-r2
 PYTHON_TARGETS=python2_7 python3_3* (-pypy2_0) -python2_6 -python3_2* 0 kB 
 [ebuild   R]
 virtual/python-argparse-1  PYTHON_TARGETS=python2_7 python3_3* (-pypy2_0) 
 -python2_6
 -python3_2* 0 kB [nomerge   ] app-office/scribus-1.4.3  USE=cairo 
 minimal

Re: [gentoo-user] update fails, but I don't see why

2020-12-04 Thread n952162
(64) -32 (-x32)" 589 KiB
[ebuild U  ] net-analyzer/iptraf-ng-1.2.1::gentoo [1.1.4-r1::gentoo]
USE="-doc" 318 KiB
[ebuild U  ] sys-apps/less-563-r1::gentoo [551::gentoo] USE="pcre
unicode" 328 KiB
[ebuild U  ] media-libs/libsndfile-1.0.30::gentoo
[1.0.29_pre2_p20191024::gentoo] USE="-alsa -minimal -sqlite -static-libs
-test" ABI_X86="(64) -32 (-x32)" 833 KiB
[ebuild U  ] app-text/qpdf-10.0.4:0/28::gentoo [9.0.2:0/26::gentoo]
USE="ssl%* -doc -examples -libressl% -test (-perl%) (-static-libs%)"
18033 KiB
[ebuild U  ] sys-devel/clang-common-11.0.0::gentoo [10.0.1::gentoo]
0 KiB
[ebuild U  ] sys-apps/busybox-1.31.1-r3::gentoo [1.31.1-r2::gentoo]
USE="ipv6 static -debug -livecd -make-symlinks -math -mdev -pam
-savedconfig (-selinux) -sep-usr -syslog -systemd" 0 KiB
[ebuild U  ] net-misc/dhcp-4.4.2-r3::gentoo [4.4.2-r2::gentoo]
USE="client ipv6 server ssl -ldap -libressl (-selinux) -vim-syntax" 0 KiB
[ebuild  NS    ] sys-kernel/gentoo-sources-5.4.80-r1:5.4.80-r1::gentoo
[4.19.72:4.19.72::gentoo, 5.4.38:5.4.38::gentoo, 5.4.60:5.4.60::gentoo,
5.4.66:5.4.66::gentoo, 5.4.72:5.4.72::gentoo] USE="-build -experimental
-symlink" 2729 KiB
[ebuild   R    ] media-libs/netpbm-10.76.00::gentoo  USE="X jbig jpeg
png postscript tiff zlib -doc -rle -static-libs (-svga) -xml"
CPU_FLAGS_X86="sse2" 0 KiB
[ebuild U  ] sys-apps/man-pages-5.08::gentoo [5.07::gentoo]
L10N="-de -fr -it -ja -nl -pl -ru -zh-CN" 1682 KiB
[ebuild U  ] net-misc/netifrc-0.7.1-r1::gentoo [0.7.1::gentoo] 0 KiB
[ebuild U  ] virtual/udev-217-r2::gentoo [217::gentoo]
USE="(-systemd%)" 0 KiB
[ebuild U  ] sys-apps/attr-2.4.48-r4::gentoo [2.4.48-r3::gentoo]
USE="nls (split-usr) -debug -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild U  ] sys-apps/acl-2.2.53-r1::gentoo [2.2.53::gentoo]
USE="nls (split-usr) -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild   R    ] app-editors/vim-8.2.0360::gentoo  USE="X acl nls
-cscope -debug -gpm -lua -luajit -minimal -perl -python -racket -ruby
(-selinux) -sound -tcl -terminal -vim-pager"
PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7*" 0 KiB
[ebuild U  ] dev-libs/popt-1.18::gentoo [1.16-r2::gentoo] USE="nls
-static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild U  ] net-misc/rsync-3.2.3-r1::gentoo [3.2.3::gentoo]
USE="acl iconv ipv6 ssl xattr -examples -libressl -lz4 -stunnel
-system-zlib -xxhash -zstd (-static%)" CPU_FLAGS_X86="sse2" 0 KiB
[ebuild U  ] sys-apps/grep-3.5::gentoo [3.4::gentoo] USE="nls pcre
-static" 1550 KiB
[ebuild U  ] sys-devel/bison-3.7.3::gentoo [3.7.1-r1::gentoo]
USE="nls -examples -static -test" 2563 KiB
[ebuild U  ] app-crypt/gnupg-2.2.20-r2::gentoo [2.2.20-r1::gentoo]
USE="bzip2 nls readline smartcard ssl -doc -ldap (-selinux) -tofu -tools
-usb -user-socket -wks-server" 0 KiB
[ebuild U  ] net-dns/libidn-1.36:0/12::gentoo [1.35:0/12::gentoo]
USE="nls -doc -emacs -java -mono (-static-libs%)" ABI_X86="(64) -32
(-x32)" 4451 KiB
[ebuild     U  ] app-crypt/gpgme-1.14.0:1/11::gentoo
[1.13.0-r1:1/11::gentoo] USE="cxx -common-lisp -python -qt5
-static-libs" PYTHON_TARGETS="python3_7 python3_8* -python3_6
-python3_9%" 1640 KiB
[ebuild U  ] x11-themes/adwaita-icon-theme-3.36.1-r1::gentoo
[3.36.1::gentoo] USE="-branding" 0 KiB
[ebuild U  ] app-portage/portage-utils-0.90::gentoo [0.87::gentoo]
USE="nls openmp qmanifest qtegrity -libressl -static" 1735 KiB
[ebuild U  ] sys-block/parted-3.3-r2::gentoo [3.2-r1::gentoo]
USE="debug nls readline -device-mapper (-selinux) (-static-libs%)" 1717 KiB
[ebuild   R    ] dev-libs/libnl-3.5.0:3::gentoo  USE="debug threads
-python -static-libs -utils" ABI_X86="(64) -32 (-x32)"
PYTHON_TARGETS="python3_7 python3_8* -python3_6" 0 KiB
[ebuild U  ] sys-boot/grub-2.04-r2:2/2.04-r2::gentoo
[2.04-r1:2/2.04-r1::gentoo] USE="fonts nls themes -device-mapper -doc
-efiemu -libzfs -mount -sdl (-test) -truetype" GRUB_PLATFORMS="efi-64 pc
-coreboot -efi-32 -emu -ieee1275 -loongson -multiboot -qemu -qemu-mips
-uboot -xen -xen-32 -xen-pvh" 0 KiB
[ebuild U  ] sys-devel/automake-1.16.2-r1:1.16::gentoo
[1.16.1-r1:1.16::gentoo] USE="-test" 1510 KiB
[ebuild U  ] sys-libs/gdbm-1.18.1-r1:0/6::gentoo
[1.18.1:0/6::gentoo] USE="berkdb nls readline -static-libs"
ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild   R    ] sys-apps/kmod-27-r2::gentoo  USE="lzma (tools) zlib
-debug -doc -libressl -pkcs7 -python -static-libs"
PYTHON_TARGETS="python3_7 python3_8* -python3_6 -python3_9%" 0 KiB
[ebuild U  ] x11-libs/libXfixes-5.0.3-r3::gentoo [5.0.3-r1::gentoo]
USE="-doc% -static-libs" ABI_X86="

Re: [gentoo-user] Re: Is --changed-deps going to be *that* useless?

2018-02-26 Thread tuxic
c/lucidlife-0.9.2-r1::gentoo  0 KiB
[ebuild   R] net-misc/ntp-4.2.8_p10-r1::gentoo  USE="ipv6 readline ssl 
threads -caps -debug -libressl -openntpd -parse-clocks -samba (-selinux) -snmp 
-vim-syntax -zeroconf" 0 KiB
[ebuild   R] x11-apps/xlsfonts-1.0.5::gentoo  0 KiB
[ebuild   R] net-libs/rpcsvc-proto-1.3.1::gentoo  0 KiB
[ebuild   R] net-ftp/filezilla-3.31.0::gentoo  USE="nls -dbus {-test}" 0 KiB
[ebuild   R] app-admin/testdisk-7.0-r3::gentoo  USE="jpeg qt4 -ewf -ntfs 
-reiserfs -static" 0 KiB
[ebuild   R] dev-db/tokyocabinet-1.4.48-r1::gentoo  USE="bzip2 zlib -debug 
-doc -examples -threads" 0 KiB
[ebuild   R] media-sound/jamin-0.95.0-r3::gentoo  USE="-osc" 0 KiB
[ebuild   R    ] net-misc/urlview-0.9::gentoo  0 KiB
[ebuild   R] x11-apps/xmodmap-1.0.9::gentoo  0 KiB
[ebuild   R] x11-apps/xditview-1.0.4::gentoo  0 KiB
[ebuild   R] net-analyzer/tcptraceroute-1.5_beta7-r2::gentoo  0 KiB
[ebuild   R] media-sound/wavpack-5.1.0::gentoo  USE="-static-libs" 0 KiB
[ebuild   R] x11-drivers/xf86-input-evdev-2.10.5::gentoo  0 KiB
[ebuild   R] sys-fs/inotify-tools-3.20.1::gentoo  USE="-doc" 0 KiB
[ebuild   R] media-sound/audacity-2.2.2::gentoo  USE="alsa flac jack ladspa 
lame lv2 mad midi nls portmixer soundtouch vorbis vst -doc -ffmpeg -id3tag 
-libav -sbsms -twolame -vamp" CPU_FLAGS_X86="sse" 0 KiB
[ebuild   R] x11-apps/xclock-1.0.7::gentoo  0 KiB
[ebuild   R] dev-util/ctags-20170704::gentoo  USE="-json -xml -yaml" 0 KiB
[ebuild   R] media-sound/normalize-0.7.7-r1::gentoo  USE="mad nls 
-audiofile" 0 KiB
[ebuild   R] net-ftp/lftp-4.8.3::gentoo  USE="gnutls ipv6 nls ssl 
-convert-mozilla-cookies -idn -libressl -socks5 -verify-file" 0 KiB
[ebuild   R] app-text/djview-4.10.6-r1::gentoo  USE="-debug -nsplugin" 0 KiB
[ebuild   R] app-forensics/sleuthkit-4.5.0:0/13::gentoo  USE="threads zlib 
-aff -doc -ewf -java -static-libs {-test}" 0 KiB
[ebuild   R] media-sound/opus-tools-0.1.10::gentoo  USE="flac" 0 KiB
[ebuild   R] media-gfx/inkscape-0.92.2::gentoo  USE="jpeg nls openmp -cdr 
-dbus -dia -exif -gnome -imagemagick -inkjar -latex -lcms -postscript -spell 
-static-libs -visio -wpg" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R] app-misc/screen-4.6.2::gentoo  USE="pam -debug -multiuser 
-nethack (-selinux)" 0 KiB
[ebuild   R] dev-embedded/srecord-1.64::gentoo  USE="-static-libs {-test}" 
0 KiB
[ebuild   R] net-misc/tigervnc-1.8.0-r2::gentoo  USE="drm nls opengl pam 
xorgmodule -dri3 -gnutls -java -server -xinerama" 0 KiB
[ebuild   R] media-sound/linuxsampler-2.0.0-r2::gentoo  USE="jack -doc -lv2 
-sqlite -static-libs" 0 KiB
[ebuild   R] app-misc/srm-1.2.15::gentoo  USE="-debug" 0 KiB
[ebuild   R] media-sound/flac123-0.0.12::gentoo  0 KiB
[ebuild   R] sys-apps/irqbalance-1.3.0::gentoo  USE="numa -caps (-selinux)" 
0 KiB
[ebuild   R] net-proxy/torsocks-2.2.0::gentoo  USE="-static-libs" 0 KiB
[ebuild   R] media-video/dirac-1.0.2-r1::gentoo  USE="-debug -doc 
-static-libs" CPU_FLAGS_X86="mmx" 0 KiB
[ebuild   R] media-video/mjpegtools-2.1.0-r3:1::gentoo  USE="gtk png sdl 
-dv -quicktime -sdlgfx -static-libs" CPU_FLAGS_X86="mmx" 0 KiB
[ebuild   R] net-analyzer/ngrep-1.45-r3::gentoo  USE="ipv6" 0 KiB
[ebuild   R] net-misc/bridge-utils-1.6::gentoo  USE="(-selinux)" 0 KiB
[ebuild   R] x11-terms/rxvt-unicode-9.22-r1::gentoo  USE="256-color blink 
fading-colors font-styles mousewheel perl -iso14755 -pixbuf 
-startup-notification -unicode3 -xft" 0 KiB
[ebuild   R] x11-misc/imwheel-1.0.0_pre13_p20100827::gentoo  0 KiB
[ebuild   R] x11-apps/xfontsel-1.0.5::gentoo  0 KiB
[ebuild   R] net-misc/telnet-bsd-1.2-r1::gentoo  USE="nls -xinetd" 0 KiB
[ebuild   R] sys-fs/treesize-0.54.1::gentoo  0 KiB
[ebuild   R] dev-lang/regina-rexx-3.9.1-r1::gentoo  0 KiB
[ebuild   R] net-analyzer/nmap-7.60::gentoo  USE="ipv6 ncat ndiff nls 
nmap-update nping nse ssl zenmap -libressl -libssh2 (-system-lua)" 
PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R] net-ftp/ncftp-3.2.6::gentoo  USE="-pch" 0 KiB
[ebuild   R] media-gfx/openexr_viewers-2.2.0-r1::gentoo  USE="-cg -opengl" 
0 KiB
[ebuild   R] x11-apps/xinput-1.6.2::gentoo  0 KiB
[ebuild   R] media-sound/alsa-tools-1.1.5:0.9::gentoo  USE="gtk -fltk" 
ALSA_CARDS="emu10k1x -emu10k1 -hdsp -hdspm -ice1712 -mixart -pcxhr -rme32 
-rme96 -sb16 -sbawe -sscape -usb-usx2y -vx222" 0 KiB
[ebuild   R] app-misc/cdargs-1.35-r2::gentoo  USE="-emacs" 0 KiB
[ebuild   R] sys-boot/grub-2.02:2/2.02::gentoo  USE="fonts nls sdl themes 
-debug -device-mapper -doc

Re: [gentoo-user] Re: Is --changed-deps going to be *that* useless?

2018-02-26 Thread tuxic
;ipv6 readline ssl tcpd 
> -bindist -libressl" 0 KiB
> [ebuild   R] x11-wm/openbox-3.6.1:3::gentoo  USE="nls -branding -debug 
> -imlib -session -startup-notification -static-libs -svg -xdg" 
> PYTHON_TARGETS="python2_7" 0 KiB
> [ebuild   R] media-video/transcode-1.1.7-r3::gentoo  USE="X alsa iconv 
> jpeg lzo mp3 ogg sdl v4l vorbis x264 -a52 -aac (-altivec) -dv -dvd 
> -imagemagick -mjpeg -mpeg (-nuv) -oss (-pic) -postproc -quicktime -theora 
> -truetype -xml -xvid" CPU_FLAGS_X86="3dnow mmx sse sse2" 0 KiB
> [ebuild   R] sys-fs/ecryptfs-utils-108-r1::gentoo  USE="gtk pam -doc -gpg 
> -openssl -pkcs11 -python -suid -tpm" PYTHON_TARGETS="python2_7" 0 KiB
> [ebuild   R] media-gfx/xpaint-2.9.10.3::gentoo  USE="jpeg2k -pgf -tiff" 0 
> KiB
> [ebuild   R] app-portage/eix-0.33.0-r1::gentoo  USE="nls -debug -doc 
> -sqlite" 0 KiB
> [ebuild   R] net-analyzer/iftop-1.0_pre4-r3::gentoo  0 KiB
> [ebuild   R] app-misc/mc-4.8.20-r2::gentoo  USE="X edit nls slang unicode 
> xdg -gpm -mclib -samba -sftp -spell {-test}" 0 KiB
> [ebuild   R] net-dns/dnstop-20140915-r2::gentoo  0 KiB
> [ebuild   R] dev-db/kyotocabinet-1.2.76-r1::gentoo  USE="-debug -doc 
> -examples -static-libs" 0 KiB
> [ebuild   R] app-arch/rzip-2.1-r3::gentoo  0 KiB
> [ebuild   R] app-text/t1utils-1.41-r2::gentoo  0 KiB
> [ebuild   R] app-cdr/graveman-0.3.12_p5-r2::gentoo  USE="dvdr flac mp3 
> nls vorbis -debug" 0 KiB
> [ebuild   R] app-arch/rpm-4.12.0.1::gentoo  USE="acl lua nls -caps -doc 
> -python (-selinux)" PYTHON_TARGETS="python2_7" 0 KiB
> [ebuild   R] media-sound/alsamixergui-0.9.0.1.2-r4::gentoo  0 KiB
> [ebuild   R] x11-apps/xkill-1.0.4::gentoo  0 KiB
> [ebuild   R] games-misc/lucidlife-0.9.2-r1::gentoo  0 KiB
> [ebuild   R] net-misc/ntp-4.2.8_p10-r1::gentoo  USE="ipv6 readline ssl 
> threads -caps -debug -libressl -openntpd -parse-clocks -samba (-selinux) 
> -snmp -vim-syntax -zeroconf" 0 KiB
> [ebuild   R] x11-apps/xlsfonts-1.0.5::gentoo  0 KiB
> [ebuild   R] net-libs/rpcsvc-proto-1.3.1::gentoo  0 KiB
> [ebuild   R] net-ftp/filezilla-3.31.0::gentoo  USE="nls -dbus {-test}" 0 
> KiB
> [ebuild   R] app-admin/testdisk-7.0-r3::gentoo  USE="jpeg qt4 -ewf -ntfs 
> -reiserfs -static" 0 KiB
> [ebuild   R] dev-db/tokyocabinet-1.4.48-r1::gentoo  USE="bzip2 zlib 
> -debug -doc -examples -threads" 0 KiB
> [ebuild   R] media-sound/jamin-0.95.0-r3::gentoo  USE="-osc" 0 KiB
> [ebuild   R] net-misc/urlview-0.9::gentoo  0 KiB
> [ebuild   R] x11-apps/xmodmap-1.0.9::gentoo  0 KiB
> [ebuild   R] x11-apps/xditview-1.0.4::gentoo  0 KiB
> [ebuild   R] net-analyzer/tcptraceroute-1.5_beta7-r2::gentoo  0 KiB
> [ebuild   R] media-sound/wavpack-5.1.0::gentoo  USE="-static-libs" 0 KiB
> [ebuild   R] x11-drivers/xf86-input-evdev-2.10.5::gentoo  0 KiB
> [ebuild   R] sys-fs/inotify-tools-3.20.1::gentoo  USE="-doc" 0 KiB
> [ebuild   R] media-sound/audacity-2.2.2::gentoo  USE="alsa flac jack 
> ladspa lame lv2 mad midi nls portmixer soundtouch vorbis vst -doc -ffmpeg 
> -id3tag -libav -sbsms -twolame -vamp" CPU_FLAGS_X86="sse" 0 KiB
> [ebuild   R] x11-apps/xclock-1.0.7::gentoo  0 KiB
> [ebuild   R] dev-util/ctags-20170704::gentoo  USE="-json -xml -yaml" 0 KiB
> [ebuild   R] media-sound/normalize-0.7.7-r1::gentoo  USE="mad nls 
> -audiofile" 0 KiB
> [ebuild   R] net-ftp/lftp-4.8.3::gentoo  USE="gnutls ipv6 nls ssl 
> -convert-mozilla-cookies -idn -libressl -socks5 -verify-file" 0 KiB
> [ebuild   R] app-text/djview-4.10.6-r1::gentoo  USE="-debug -nsplugin" 0 
> KiB
> [ebuild   R] app-forensics/sleuthkit-4.5.0:0/13::gentoo  USE="threads 
> zlib -aff -doc -ewf -java -static-libs {-test}" 0 KiB
> [ebuild   R] media-sound/opus-tools-0.1.10::gentoo  USE="flac" 0 KiB
> [ebuild   R] media-gfx/inkscape-0.92.2::gentoo  USE="jpeg nls openmp -cdr 
> -dbus -dia -exif -gnome -imagemagick -inkjar -latex -lcms -postscript -spell 
> -static-libs -visio -wpg" PYTHON_TARGETS="python2_7" 0 KiB
> [ebuild   R] app-misc/screen-4.6.2::gentoo  USE="pam -debug -multiuser 
> -nethack (-selinux)" 0 KiB
> [ebuild   R] dev-embedded/srecord-1.64::gentoo  USE="-static-libs 
> {-test}" 0 KiB
> [ebuild   R] net-misc/tigervnc-1.8.0-r2::gentoo  USE="drm nls opengl pam 
> xorgmodule -dri3 -gnutls -java -server -xinerama" 0 KiB
> [ebuild   R] media-sound/linuxsampler-2.0.0-r2::gentoo  USE="jack -d

Re: [gentoo-user] Will installing grub-2.02 break my grub-0.97 setup?

2016-05-06 Thread Dale
J. Roeleveld wrote:
> On Thursday, May 05, 2016 09:24:03 PM Dale wrote:
>> Grant Edwards wrote:
>>> I'd like to to install winusb, and it appears to depend on grub-2:
>>>   $ sudo emerge -av winusb
>>>   
>>>   These are the packages that would be merged, in order:
>>>   
>>>   Calculating dependencies... done!
>>>   [ebuild  N ] sys-fs/ntfs3g-2014.2.15-r1::gentoo  USE="acl
>>>   external-fuse ntfsprogs xattr -debug -ntfsdecrypt -static-libs -suid"
>>>   1,117 KiB [ebuild  N ] sys-block/parted-3.2::gentoo  USE="debug nls
>>>   readline -device-mapper (-selinux) -static-libs" 1,617 KiB [ebuild  NS 
>>> ] sys-boot/grub-2.02_beta2-r9:2/2.02_beta2-r9::gentoo
>>>   [0.97-r16:0::gentoo] USE="fonts multislot nls themes -debug
>>>   -device-mapper -doc -efiemu (-libzfs) -mount -sdl -static {-test}
>>>   -truetype" GRUB_PLATFORMS="-coreboot -efi-32 -efi-64 -emu -ieee1275
>>>   -loongson -multiboot -pc -qemu -qemu-mips -uboot -xen" 1,739 KiB
>>>   [ebuild  N ] sys-boot/winusb-1.0.11::gentoo  553 KiB
>>>   
>>>   Total: 4 packages (3 new, 1 in new slot), Size of downloads: 5,025 KiB
>>>   
>>>   Would you like to merge these packages? [Yes/No]
>>>
>>> However, I'm prefectly happy with grub-0.97, and want to continue
>>> using it.  If I let portage install grub:2, is it going to interfere
>>> with my continued use of grub:0?
>>>
>>> Since grub-2.02 is being installed in a new slot, one would assume it
>>> won't interfere with continue use of grub-0.97...
>>>
>>> Right?
>> I thought I did at one time.  Just to see, I tried this:
>>
>>
>> root@fireball /home/dale/Desktop # emerge -av =sys-boot/grub-0.97-r16
>>
>> These are the packages that would be merged, in order:
>>
>> Calculating dependencies... done!
>> [ebuild  NS] sys-boot/grub-0.97-r16:0::gentoo
>> [2.02_beta2-r9:2/2.02_beta2-r9::gentoo] USE="ncurses -custom-cflags
>> -netboot -static" 1,034 KiB
>> [blocks B  ] > sys-boot/grub-static-0.97-r12)
>>
>> Total: 1 package (1 in new slot), Size of downloads: 1,034 KiB
>> Conflict: 1 block (1 unsatisfied)
>>
>>  * Error: The above package list contains packages which cannot be
>>  * installed at the same time on the same system.
>>
>>   (sys-boot/grub-0.97-r16:0/0::gentoo, ebuild scheduled for merge)
>> pulled in by
>> sys-boot/grub required by @selected
>> =sys-boot/grub-0.97-r16
>>
>>   (sys-boot/grub-static-0.97-r12:0/0::gentoo, installed) pulled in by
>> sys-boot/grub-static required by @selected
>>
>>
>> For more information about Blocked Packages, please refer to the following
>> section of the Gentoo Linux x86 Handbook (architecture is irrelevant):
>>
>> https://wiki.gentoo.org/wiki/Handbook:X86/Working/Portage#Blocked_packages
>>
>>
>>
>> It would seem that portage doesn't like them both being installed at the
>> same time.  I'm pretty sure I did have both installed at one time tho.
>> I seem to recall being able to chain load them even.  Either I'm wrong
>> on what I remember or something changed that prevents them both being
>> installed at the same time.
>>
>> Weird.
>>
>> Dale
>>
>> :-)  :-)
> Reread the message :)
>
>>   (sys-boot/grub-0.97-r16:0/0::gentoo, ebuild scheduled for merge)
> It wants to install -0.97-r16
>
>>   (sys-boot/grub-static-0.97-r12:0/0::gentoo, installed) pulled in by
> It has: static-0.97-r12
>
> In other words, you can't install the static and the non-static installed 
> simultaneously :)
>
> --
> Joost
>
>


Ah.  I thought I had them both installed on here at one time. 
Whew!!  I thought my last noodle was getting a little to well done.  ROFL 

Dale

:-)  :-) 



Re: [gentoo-user] Re: Well, I went about updating my system again. (day 6)

2016-12-07 Thread Alan Grimes
 kde-plasma/kdecoration-5.8.4:5::gentoo
[5.7.5:5::gentoo] USE="-debug {-test}" 34 KiB
[ebuild U  ] dev-cpp/eigen-3.2.10:3::gentoo [3.2.8-r2:3::gentoo]
USE="openmp (-altivec) -debug -doc {-test}" CPU_FLAGS_X86="sse2 sse3
-sse4_1 -sse4_2 -ssse3" 1,142 KiB
[ebuild U  ] kde-frameworks/kjs-5.28.0:5/5.28::gentoo
[5.26.0:5/5.26::gentoo] USE="-debug {-test}" 288 KiB
[ebuild  N ] dev-qt/qtgraphicaleffects-5.6.2:5/5.6::gentoo 
USE="-debug {-test}" 14,406 KiB
[ebuild U  ] kde-plasma/kwallet-pam-5.8.4:5::gentoo
[5.7.5:5::gentoo] USE="oldwallet -debug" 18 KiB
[ebuild U  ] kde-frameworks/attica-5.28.0:5/5.28::gentoo
[5.26.0:5/5.26::gentoo] USE="-debug {-test}" 59 KiB
[ebuild U  ] kde-frameworks/threadweaver-5.28.0:5/5.28::gentoo
[5.26.0:5/5.26::gentoo] USE="-debug {-test}" 1,377 KiB
[ebuild U  ] kde-frameworks/kplotting-5.28.0:5/5.28::gentoo
[5.26.0:5/5.26::gentoo] USE="-debug {-test}" 29 KiB
[ebuild U  ] kde-apps/libkexiv2-16.08.3:5::gentoo
[16.08.1:5::gentoo] USE="xmp -debug" 64 KiB
[ebuild U  ] kde-apps/libkdcraw-16.08.3:5::gentoo
[16.08.1:5::gentoo] USE="-debug" 42 KiB
[ebuild U  ] dev-qt/qtpositioning-5.6.2:5/5.6::gentoo
[5.6.1:5/5.6::gentoo] USE="qml -debug -geoclue {-test}" 3,075 KiB
[ebuild U  ] kde-plasma/plasma-workspace-wallpapers-5.8.4:5::gentoo
[5.7.5:5::gentoo] 44,842 KiB
[ebuild U  ] kde-plasma/breeze-gtk-5.8.4:5::gentoo [5.7.5:5::gentoo]
USE="-debug" 207 KiB
[ebuild U  ] kde-apps/kholidays-16.08.3:5::gentoo
[16.08.1:5::gentoo] USE="-debug {-test}" 172 KiB
[ebuild U  ] kde-frameworks/bluez-qt-5.28.0:5/5.28::gentoo
[5.26.0:5/5.26::gentoo] USE="-debug {-test}" 73 KiB
[ebuild U  ] kde-frameworks/breeze-icons-5.28.0:5/5.28::gentoo
[5.26.0:5/5.26::gentoo] USE="{-test}" 1,421 KiB
[ebuild U  ] dev-libs/libgit2-0.24.2:0/24::gentoo
[0.24.1:0/24::gentoo] USE="threads -examples -gssapi -libressl -ssh
{-test} -trace" 4,080 KiB
[ebuild U  ] kde-apps/poxml-16.08.3:5::gentoo [16.08.1:5::gentoo]
USE="handbook -debug" 32 KiB
[ebuild U  ] kde-frameworks/kimageformats-5.28.0:5/5.28::gentoo
[5.26.0:5/5.26::gentoo] USE="openexr -debug -eps {-test}" 200 KiB
[ebuild U  ] dev-libs/pugixml-1.8::gentoo [1.7::gentoo] 350 KiB
[ebuild U  ] net-wireless/wpa_supplicant-2.6-r1::gentoo
[2.5-r2::gentoo] USE="dbus hs2-0 qt5 readline ssl -ap -eap-sim -fasteap
-gnutls -libressl -p2p (-ps3) (-selinux) -smartcard -tdls
-uncommon-eap-types (-wimax) -wps (-qt4%)" 2,689 KiB
[ebuild U  ] sci-physics/bullet-2.85:0/2.85::gentoo
[2.83.5:0/2.83.5::gentoo] USE="bullet3 double-precision extras -doc
-examples {-test%}" 23,458 KiB
[ebuild U  ] sys-libs/libcxx-3.9.0::gentoo [3.8.1::gentoo]
USE="libcxxrt static-libs -libcxxabi% -libunwind {-test}" ABI_X86="32
(64) (-x32)" 1,171 KiB
[ebuild U  ] dev-lang/mono-4.8.0.371::gentoo [4.6.0.245::gentoo]
USE="nls (-doc) -minimal -pax_kernel -xen" ABI_X86="32 (64) (-x32)"
86,053 KiB
[ebuild U  ] games-util/steam-launcher-1.0.0.54::steam-overlay
[1.0.0.52-r1::steam-overlay] USE="steamruntime" 2,686 KiB
[ebuild   R] dev-python/paramiko-2.0.2::gentoo  USE="-doc -examples"
PYTHON_TARGETS="python2_7 python3_4 python3_5 (-python3_3%)" 0 KiB
[ebuild U  ] dev-util/nvidia-cuda-toolkit-8.0.44:0/8.0.44::gentoo
[7.5.18-r2:0/7.5.18::gentoo] USE="debugger -doc -eclipse -profiler"
1,422,933 KiB
[ebuild U  ] kde-apps/kde-l10n-16.08.3:5::gentoo [16.08.1:5::gentoo]
USE="handbook -debug" L10N="-ar -ast -bg -bs -ca -ca-valencia -cs -da
-de -el -en-GB -eo -es -et -eu -fa -fi -fr -ga -gl -he -hi -hr -hu -ia
-id -is -it -ja -kk -km -ko -lt -lv -mr -nb -nds -nl -nn -pa -pl -pt
-pt-BR -ro -ru -sk -sl -sr -sr-Latn -sr-Latn-ijekavsk -sr-ijekavsk -sv
-tr -ug -uk -wa -zh-CN -zh-TW" 0 KiB
[ebuild U  ] kde-frameworks/kpackage-5.28.0-r1:5/5.28::gentoo
[5.26.0:5/5.26::gentoo] USE="-debug -man {-test}" 161 KiB
[ebuild U  ] kde-frameworks/kpty-5.28.0:5/5.28::gentoo
[5.26.0:5/5.26::gentoo] USE="-debug {-test}" 2,611 KiB
[ebuild U  ] kde-frameworks/kdnssd-5.28.0:5/5.28::gentoo
[5.26.0:5/5.26::gentoo] USE="nls zeroconf -debug {-test}" 2,471 KiB
[ebuild U  ] kde-plasma/libkscreen-5.8.4:5/7::gentoo
[5.7.5:5/7::gentoo] USE="-debug {-test}" 91 KiB
[ebuild U  ] dev-python/ndg-httpsclient-0.4.2::gentoo
[0.4.0::gentoo] PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy
-pypy3 (-python3_3%)" 25 KiB
[ebuild U  ] kde-frameworks/kunitconversion-5.28.0:5/5.28::gentoo
[5.26.0:5/5.26::gentoo] USE="-debug {-test}" 752 KiB
[ebuild U  ] dev-python/urllib3-1.19.1::gentoo [1.16::gentoo]
USE="-doc {-test}" PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy
-pypy3% (-

[gentoo-user] update fails, but I don't see why

2020-12-03 Thread n952162
-netlink -pcap -pci -perl -python -rpm
(-selinux) -smux -ucd-compat" PYTHON_SINGLE_TARGET="python3_8*
-python3_6 -python3_7*" 0 KiB
[ebuild  rR    ] net-analyzer/nmap-7.80-r1::gentoo  USE="ipv6 nse ssl
-libressl -libssh2 -ncat -nmap-update -nping (-system-lua)" 0 KiB
[ebuild U  ] net-analyzer/tcpdump-4.9.3-r4::gentoo [4.9.3::gentoo]
USE="drop-root ssl -libressl -samba -smi -suid -test" 0 KiB
[ebuild   R    ] net-mail/fetchmail-6.4.8::gentoo  USE="nls ssl
-kerberos -libressl -socks -tk" PYTHON_SINGLE_TARGET="python3_8*
-python3_6 -python3_7*" 0 KiB
[ebuild   R   *] sys-boot/raspberrypi-firmware-::gentoo  0 KiB
[ebuild   R    ] dev-libs/libnl-3.5.0:3::gentoo  USE="debug threads
-python -static-libs -utils" ABI_X86="(64) -32 (-x32)"
PYTHON_TARGETS="python3_8* -python3_6 -python3_7*" 0 KiB
[ebuild   R    ] dev-libs/libmix-2.05-r7::gentoo USE="-static-libs" 0 KiB
[ebuild U  ] net-misc/dhcp-4.4.2-r3::gentoo [4.4.2-r2::gentoo]
USE="client ipv6 server ssl -ldap -libressl (-selinux) -vim-syntax" 0 KiB
[ebuild U  ] media-libs/libdvdnav-6.1.0::gentoo [6.0.0::gentoo]
USE="-static-libs" ABI_X86="(64) -32 (-x32)" 362 KiB
[ebuild U  ] mail-client/mutt-2.0.2::gentoo [1.14.4-r1::gentoo]
USE="berkdb gdbm hcache imap lmdb nls sasl smtp ssl -autocrypt -debug
-doc -gnutls -gpgme -idn -kerberos -libressl -mbox -pgp-classic -pop
(-prefix) -qdbm (-selinux) -slang -smime-classic -tokyocabinet -vanilla"
5196 KiB
[ebuild U  ] sys-apps/dbus-1.12.20::gentoo [1.12.18::gentoo] USE="-X
-debug -doc -elogind (-selinux) -static-libs -systemd -test
-user-session" ABI_X86="(64) -32 (-x32)" 2047 KiB
[ebuild U  ] virtual/udev-217-r2::gentoo [217::gentoo]
USE="(-systemd%)" 0 KiB
[ebuild   R    ] sys-apps/usbutils-012::gentoo  USE="-python"
PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7*" 0 KiB
[ebuild U  ] sys-boot/grub-2.04-r2:2/2.04-r2::gentoo
[2.04-r1:2/2.04-r1::gentoo] USE="fonts nls themes -device-mapper -doc
-efiemu -libzfs -mount -sdl (-test) -truetype" GRUB_PLATFORMS="efi-64 pc
-coreboot -efi-32 -emu -ieee1275 -loongson -multiboot -qemu -qemu-mips
-uboot -xen -xen-32 -xen-pvh" 0 KiB
[ebuild U  ] x11-misc/xdg-utils-1.1.3_p20200220-r1::gentoo
[1.1.3_p20200220::gentoo] USE="-dbus% -doc -gnome%" 0 KiB
[ebuild U  ] sys-apps/busybox-1.31.1-r3::gentoo [1.31.1-r2::gentoo]
USE="ipv6 static -debug -livecd -make-symlinks -math -mdev -pam
-savedconfig (-selinux) -sep-usr -syslog -systemd" 0 KiB
[ebuild U  ] sys-libs/pam-1.5.1::gentoo [1.4.0_p20200829::gentoo]
USE="berkdb filecaps pie (split-usr) -audit -debug -nis (-selinux)"
ABI_X86="(64) -32 (-x32)" 1382 KiB
[ebuild   R    ] sys-apps/util-linux-2.35.2::gentoo  USE="cramfs logger
ncurses nls pam readline (split-usr) static-libs suid unicode -audit
-build -caps -cryptsetup -fdformat -hardlink -kill -python (-selinux)
-slang -su -systemd -test -tty-helpers -udev" ABI_X86="(64) -32 (-x32)"
PYTHON_TARGETS="python3_8* -python3_6 -python3_7*" 0 KiB
[ebuild  NS    ] dev-lang/python-3.9.0:3.9::gentoo
[2.7.18-r4:2.7::gentoo, 3.6.12:3.6/3.6m::gentoo, 3.7.9:3.7/3.7m::gentoo,
3.8.5:3.8::gentoo] USE="gdbm ipv6 ncurses readline sqlite ssl xml
-bluetooth -build -examples -hardened -libressl -test -tk -wininst"
18433 KiB
[ebuild U  ] sys-libs/glibc-2.32-r2:2.2::gentoo
[2.31-r6:2.2::gentoo] USE="(crypt) multiarch (multilib) ssp
(static-libs) -audit -caps (-cet) -compile-locales -custom-cflags -doc
-gd -headers-only -nscd -profile (-selinux) -static-pie -suid -systemtap
-test (-vanilla)" 16369 KiB
[ebuild U  ] x11-libs/libSM-1.2.3-r1::gentoo [1.2.3::gentoo]
USE="ipv6 uuid -doc -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild U  ] dev-lang/python-3.8.6:3.8::gentoo [3.8.5:3.8::gentoo]
USE="gdbm ipv6 ncurses readline sqlite ssl xml -bluetooth -build
-examples -hardened -libressl -test -tk -wininst" 17818 KiB
[ebuild U  ] dev-util/ninja-1.10.1::gentoo [1.10.0::gentoo]
USE="-doc -emacs -test -vim-syntax" 207 KiB
[ebuild U  ] media-libs/fontconfig-2.13.1-r2:1.0::gentoo
[2.13.0-r4:1.0::gentoo] USE="-doc -static-libs" ABI_X86="(64) -32
(-x32)" 1684 KiB
[ebuild U  ] dev-libs/serd-0.30.6::gentoo [0.30.4::gentoo] USE="-doc
-static-libs -test" ABI_X86="(64) -32 (-x32)" 596 KiB
[ebuild   R    ] net-mail/mailutils-3.9::gentoo  USE="berkdb clients
gdbm ipv6 nls pam (split-usr) ssl tcpd threads -bidi -emacs -guile
-kerberos -kyotocabinet -ldap -mysql -postgres -python -sasl -servers
-static-libs -tokyocabinet" PYTHON_SINGLE_TARGET="python3_8* -python3_6
-python3_7*" 0 KiB
[ebuild U  ] dev-libs/libxml2-2.9.10-r4:2::gentoo
[2.9.10-r3:2::gentoo] USE="ipv6 python rea

Re: [gentoo-user] update fails, but I don't see why

2020-12-04 Thread n952162
] dev-libs/libmix-2.05-r7::gentoo USE="-static-libs" 0 KiB
[ebuild U  ] media-libs/libdvdnav-6.1.0::gentoo [6.0.0::gentoo]
USE="-static-libs" ABI_X86="(64) -32 (-x32)" 362 KiB
[ebuild U  ] net-libs/libpcap-1.9.1-r3::gentoo [1.9.1::gentoo]
USE="-bluetooth -dbus -netlink -rdma% -remote% -static-libs -usb
-yydebug%" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild U  ] net-analyzer/iftop-1.0_pre4-r4::gentoo
[1.0_pre4-r2::gentoo] 0 KiB
[ebuild  rR    ] net-analyzer/nmap-7.80-r1::gentoo  USE="ipv6 nse ssl
-libressl -libssh2 -ncat -nmap-update -nping (-system-lua)" 0 KiB
[ebuild U  ] net-analyzer/tcpdump-4.9.3-r4::gentoo [4.9.3::gentoo]
USE="drop-root ssl -libressl -samba -smi -suid -test" 0 KiB
[ebuild  NS    ] sys-kernel/gentoo-sources-5.4.80-r1:5.4.80-r1::gentoo
[4.19.72:4.19.72::gentoo, 5.4.38:5.4.38::gentoo, 5.4.60:5.4.60::gentoo,
5.4.66:5.4.66::gentoo, 5.4.72:5.4.72::gentoo] USE="-build -experimental
-symlink" 2729 KiB
[ebuild   R    ] dev-lang/python-3.6.12:3.6/3.6m::gentoo USE="gdbm ipv6
ncurses readline ssl (threads) xml -bluetooth -build -examples -hardened
-libressl -sqlite* -test -tk -wininst" 0 KiB
[ebuild U  ] sys-apps/busybox-1.31.1-r3::gentoo [1.31.1-r2::gentoo]
USE="ipv6 static -debug -livecd -make-symlinks -math -mdev -pam
-savedconfig (-selinux) -sep-usr -syslog -systemd" 0 KiB
[ebuild   R    ] dev-lang/python-2.7.18-r4:2.7::gentoo  USE="gdbm ipv6
ncurses readline ssl (threads) (wide-unicode) xml (-berkdb) -bluetooth
-build -examples -hardened -libressl -sqlite* -tk -wininst" 0 KiB
[ebuild U  ] dev-qt/qtnetwork-5.15.1-r1:5/5.15::gentoo
[5.15.1:5/5.15::gentoo] USE="ssl -bindist -connman -debug -gssapi
-libproxy -libressl -networkmanager -sctp -test" 0 KiB
[ebuild U  ] net-misc/netifrc-0.7.1-r1::gentoo [0.7.1::gentoo] 0 KiB
[ebuild   R    ] sys-apps/usbutils-012::gentoo  USE="-python"
PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7*" 0 KiB
[ebuild   R    ] media-libs/netpbm-10.76.00::gentoo  USE="X jbig jpeg
png postscript tiff zlib -doc -rle -static-libs (-svga) -xml"
CPU_FLAGS_X86="sse2" 0 KiB
[ebuild U  ] sys-apps/dbus-1.12.20::gentoo [1.12.18::gentoo] USE="-X
-debug -doc -elogind (-selinux) -static-libs -systemd -test
-user-session" ABI_X86="(64) -32 (-x32)" 2047 KiB
[ebuild U  ] app-text/mupdf-1.18.0-r2:0/1.18.0::gentoo
[1.16.1:0/1.16.1::gentoo] USE="X javascript ssl -libressl -opengl
(-static-libs%)" 52365 KiB
[ebuild U  ] mail-client/mutt-2.0.2::gentoo [1.14.4-r1::gentoo]
USE="berkdb gdbm hcache imap lmdb nls sasl smtp ssl -autocrypt -debug
-doc -gnutls -gpgme -idn -kerberos -libressl -mbox -pgp-classic -pop
(-prefix) -qdbm (-selinux) -slang -smime-classic -tokyocabinet -vanilla"
5196 KiB
[ebuild U  ] x11-misc/xdg-utils-1.1.3_p20200220-r1::gentoo
[1.1.3_p20200220::gentoo] USE="-dbus% -doc -gnome%" 0 KiB
[ebuild U  ] media-gfx/xsane-0.999-r3::gentoo [0.999-r2::gentoo]
USE="jpeg nls ocr png tiff -gimp -lcms" 0 KiB
[ebuild U  ] sys-apps/attr-2.4.48-r4::gentoo [2.4.48-r3::gentoo]
USE="nls (split-usr) -debug -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild U  ] sys-apps/acl-2.2.53-r1::gentoo [2.2.53::gentoo]
USE="nls (split-usr) -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild U  ] dev-libs/popt-1.18::gentoo [1.16-r2::gentoo] USE="nls
-static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild U  ] net-misc/rsync-3.2.3-r1::gentoo [3.2.3::gentoo]
USE="acl iconv ipv6 ssl xattr -examples -libressl -lz4 -stunnel
-system-zlib -xxhash -zstd (-static%)" CPU_FLAGS_X86="sse2" 0 KiB
[ebuild U  ] sys-apps/grep-3.5::gentoo [3.4::gentoo] USE="nls pcre
-static" 1550 KiB
[ebuild U  ] sys-devel/bison-3.7.3::gentoo [3.7.1-r1::gentoo]
USE="nls -examples -static -test" 2563 KiB
[ebuild U  ] app-crypt/gnupg-2.2.20-r2::gentoo [2.2.20-r1::gentoo]
USE="bzip2 nls readline smartcard ssl -doc -ldap (-selinux) -tofu -tools
-usb -user-socket -wks-server" 0 KiB
[ebuild   R    ] dev-vcs/git-2.26.2::gentoo  USE="blksha1 curl gpg iconv
nls pcre pcre-jit perl threads webdav -cgi -cvs -doc -emacs
-gnome-keyring -highlight -libressl -mediawiki -mediawiki-experimental
-perforce (-ppcsha1) -subversion -test -tk -xinetd"
PYTHON_SINGLE_TARGET="python3_8%* -python3_6 -python3_7*" 0 KiB
[ebuild U  ] app-crypt/gpgme-1.14.0:1/11::gentoo
[1.13.0-r1:1/11::gentoo] USE="cxx -common-lisp -python -qt5
-static-libs" PYTHON_TARGETS="python3_7 python3_8* -python3_6
-python3_9%" 1640 KiB
[ebuild U  ] app-portage/portage-utils-0.90::gentoo [0.87::gentoo]
USE="nls openmp qmanifest qtegrity -libressl -static" 1735 KiB
[ebuild U  ] x11-themes/adwaita-icon-theme-3.36.1-r1::gentoo
[3.36.1::g

[gentoo-user] Re: [SOLVED] 3D graphics acceleration on QEMU

2017-07-18 Thread Mick
I had a look at this again this morning and cracked it.  More info below.

On Monday 17 Jul 2017 00:00:53 Mick wrote:
> On Sunday 16 Jul 2017 22:49:54 Neil Bothwick wrote:
> > On Sun, 16 Jul 2017 16:20:15 +0100, Mick wrote:
> > > Another annoying thing was the bottom of the screen was cropped off and
> > > to see the main menu and toolbar I have to move the mouse past the
> > > bottom edge of the window.  The visual aperture is smaller than the
> > > desktop screen size.  I don't know if this in anyway related to the
> > > above warning.
> > 
> > I see that one regularly, the desktop is 1024x768 but the display is
> > 1024x720. simply change the display to 1024x720 in Mint's prefs or use a
> > different video card emulation, such as vmware, by adding "-vga vmware"
> > to your options.
> 
> Thanks Neil, I'll try this out when I boot it up next time.  Meanwhile, I'm
> not sure if the virtio drivers in the kernel are meant for guest kernels
> only, or if I should have them enabled on the host's.
> 
> This is the modules I have enabled on the host which is VT-x capable:
> 
> # grep -e DMAR -e IOMMU -e VIRT /usr/src/linux/.config
> CONFIG_VIRT_CPU_ACCOUNTING=y
> CONFIG_VIRT_CPU_ACCOUNTING_GEN=y
> CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
> # CONFIG_GART_IOMMU is not set
> # CONFIG_CALGARY_IOMMU is not set
> CONFIG_IOMMU_HELPER=y
> CONFIG_VIRT_TO_BUS=y
> CONFIG_VIRTIO_BLK=m
> CONFIG_VIRTIO_NET=m
> # CONFIG_VIRTIO_CONSOLE is not set
> # CONFIG_HW_RANDOM_VIRTIO is not set
> # CONFIG_DRM_VIRTIO_GPU is not set
> # CONFIG_FB_VIRTUAL is not set
> # CONFIG_SND_VIRTUOSO is not set
> # CONFIG_VIRT_DRIVERS is not set
> CONFIG_VIRTIO=m
> # CONFIG_VIRTIO_PCI is not set
> # CONFIG_VIRTIO_BALLOON is not set
> # CONFIG_VIRTIO_INPUT is not set
> # CONFIG_VIRTIO_MMIO is not set
> CONFIG_IOMMU_API=y
> CONFIG_IOMMU_SUPPORT=y
> # Generic IOMMU Pagetable Support
> CONFIG_IOMMU_IOVA=y
> # CONFIG_AMD_IOMMU is not set
> CONFIG_DMAR_TABLE=y
> CONFIG_INTEL_IOMMU=y
> CONFIG_INTEL_IOMMU_SVM=y
> CONFIG_INTEL_IOMMU_DEFAULT_ON=y
> CONFIG_INTEL_IOMMU_FLOPPY_WA=y
> # CONFIG_DEBUG_VIRTUAL is not set
> # CONFIG_IOMMU_STRESS is not set
> CONFIG_VIRTUALIZATION=y
> 
> The CPU has vmx, but not vmd:
> 
> processor : 7
> vendor_id : GenuineIntel
> cpu family: 6
> model : 30
> model name: Intel(R) Core(TM) i7 CPU   Q 720  @ 1.60GHz
> stepping  : 5
> microcode : 0x7
> cpu MHz   : 933.000
> cache size: 6144 KB
> physical id   : 0
> siblings  : 8
> core id   : 3
> cpu cores : 4
> apicid: 7
> initial apicid: 7
> fpu   : yes
> fpu_exception : yes
> cpuid level   : 11
> wp: yes
> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
> pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp
> lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc
> aperfmperf eagerfpu pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16
> xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm tpr_shadow vnmi flexpriority ept
> vpid dtherm ida
> bugs  :
> bogomips  : 3191.45
> clflush size  : 64
> cache_alignment   : 64
> address sizes : 36 bits physical, 48 bits virtual
> power management:

The above are as they should be.  When building qemu it is important to set 
USE="virgl".  This is how mine was built:

[ebuild   R] app-emulation/qemu-2.9.0-r2::gentoo  USE="aio alsa bluetooth 
bzip2 caps curl fdt filecaps gtk gtk2 jpeg ncurses nls opengl pin-upstream-
blobs png pulseaudio sdl sdl2 seccomp usb vhost-net virgl virtfs vnc xattr -
accessibility -debug (-glusterfs) -gnutls -infiniband -iscsi -lzo -nfs -numa -
python -rbd -sasl (-selinux) -smartcard -snappy -spice -ssh -static -static-
user -systemtap -tci {-test} -usbredir -vde -vte -xen -xfs" LINGUAS="-bg -
de_DE -fr_FR -hu -it -tr -zh_CN" PYTHON_TARGETS="python2_7" 
QEMU_SOFTMMU_TARGETS="x86_64 -aarch64 -alpha -arm -cris -i386 -lm32 -m68k -
microblaze -microblazeel -mips -mips64 -mips64el -mipsel -moxie -nios2 -or1k -
ppc -ppc64 -ppcemb -s390x -sh4 -sh4eb -sparc -sparc64 -tricore -unicore32 -
xtensa -xtensaeb" QEMU_USER_TARGETS="-aarch64 -alpha -arm -armeb -cris -hppa -
i386 -m68k -microblaze -microblazeel -mips -mips64 -mips64el -mipsel -mipsn32 
-mipsn32el -nios2 -or1k -ppc -ppc64 -ppc64abi32 -ppc64le -s390x -sh4 -sh4eb -
sparc -sparc32plus -sparc64 -tilegx -x86_64*" 0 KiB

Thereafter, the trick in getting hardware acceleration in the guest is to set 
'-vga virtio' when launching the guest VM with qemu:

$ qemu-system-x86_64 -m 1024 -enable-kvm -display sdl,gl=on -vga 

[gentoo-user] Sandbox violation when emerging gentoo-kernel-5.4.105

2021-04-02 Thread itsgrant
 /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/temp/version.config
Value of CONFIG_LOCALVERSION is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/temp/version.config:
Previous value: CONFIG_LOCALVERSION=""
New value: CONFIG_LOCALVERSION="-gentoo-dist"

Merging /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config
Value of CONFIG_DEFAULT_HOSTNAME is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config:
Previous value: CONFIG_DEFAULT_HOSTNAME="(none)"
New value: CONFIG_DEFAULT_HOSTNAME="gentoo"

Value of CONFIG_X86_X32 is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config:
Previous value: # CONFIG_X86_X32 is not set
New value: CONFIG_X86_X32=y

Value of CONFIG_MODULE_SIG is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config:
Previous value: CONFIG_MODULE_SIG=y
New value: # CONFIG_MODULE_SIG is not set

Value of CONFIG_SECURITY_LOCKDOWN_LSM is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config:
Previous value: CONFIG_SECURITY_LOCKDOWN_LSM=y
New value: # CONFIG_SECURITY_LOCKDOWN_LSM is not set

Value of CONFIG_KEXEC_SIG is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config:
Previous value: CONFIG_KEXEC_SIG=y
New value: # CONFIG_KEXEC_SIG is not set

Value of CONFIG_SYSTEM_EXTRA_CERTIFICATE is redundant by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config:
Value of CONFIG_INTEGRITY_SIGNATURE is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config:
Previous value: CONFIG_INTEGRITY_SIGNATURE=y
New value: # CONFIG_INTEGRITY_SIGNATURE is not set

Value of CONFIG_DEFAULT_SECURITY_SELINUX is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config:
Previous value: CONFIG_DEFAULT_SECURITY_SELINUX=y
New value: # CONFIG_DEFAULT_SECURITY_SELINUX is not set

Value of CONFIG_DEFAULT_SECURITY_DAC is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config:
Previous value: # CONFIG_DEFAULT_SECURITY_DAC is not set
New value: CONFIG_DEFAULT_SECURITY_DAC=y

Value of CONFIG_LSM is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config:
Previous value: CONFIG_LSM="yama,loadpin,safesetid,integrity,selinux,smack,tomoyo,apparmor"
New value: CONFIG_LSM="yama"

Value of CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config:
Previous value: # CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
New value: CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y

Value of CONFIG_CRYPTO_STATS is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config:
Previous value: CONFIG_CRYPTO_STATS=y
New value: # CONFIG_CRYPTO_STATS is not set

Value of CONFIG_HZ_300 is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config:
Previous value: # CONFIG_HZ_300 is not set
New value: CONFIG_HZ_300=y

Value of CONFIG_HZ_1000 is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config:
Previous value: CONFIG_HZ_1000=y
New value: # CONFIG_HZ_1000 is not set

Value of CONFIG_NR_CPUS is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config:
Previous value: CONFIG_NR_CPUS=8192
New value: CONFIG_NR_CPUS=512

Value of CONFIG_LIVEPATCH is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config:
Previous value: CONFIG_LIVEPATCH=y
New value: # CONFIG_LIVEPATCH is not set

Value of CONFIG_IP_FIB_TRIE_STATS is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config:
Previous value: CONFIG_IP_FIB_TRIE_STATS=y
New value: # CONFIG_IP_FIB_TRIE_STATS is not set

Value of CONFIG_FONTS is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config:
Previous value: # CONFIG_FONTS is not set
New value: CONFIG_FONTS=y

Value of CONFIG_HEADERS_INSTALL is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel-5.4.105/work/gentoo-kernel-config-5.4.89/base.config:
Previous value: CONFIG_HEADERS_INSTALL=y
New value: # CONFIG_HEADERS_INSTALL is not set

Value of CONFIG_IKCONFIG is redefined by fragment /var/tmp/portage/sys-kernel/gentoo-kernel