prompt stringlengths 1 63.6k | completion stringlengths 1 53.1k |
|---|---|
Hello. I'm having trouble with KMS and getting X server to start. Here is my full Xorg.0.log: Code: X.Org X Server 1.18.3 Release Date: 2016-04-04 [ 991.958] X Protocol Version 11, Revision 0 [ 991.958] Build Operating System: Linux 4.6.0-gentoo x86_64 Gentoo [ 991.958] Current Operating System: Linux loane 4.6.0-gentoo #1 SMP Wed Jun 1 17:48:33 MDT 2016 x86_64 [ 991.959] Kernel command line: BOOT_IMAGE=/boot/kernel-genkernel-x86_64-4.6.0-gentoo root=UUID=cd40f33e-e0dc-444d-9fdc-1b884e2e5019 ro [ 991.959] Build Date: 01 June 2016 04:13:00PM [ 991.959] [ 991.959] Current version of pixman: 0.34.0 [ 991.960] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 991.960] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 991.961] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 1 18:59:57 2016 [ 991.961] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 991.961] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 991.961] (==) No Layout section. Using the first Screen section. [ 991.961] (==) No screen section available. Using defaults. [ 991.961] (**) |-->Screen "Default Screen Section" (0) [ 991.961] (**) | |-->Monitor "<default monitor>" [ 991.961] (==) No device specified for screen "Default Screen Section". Using the first device section listed. [ 991.961] (**) | |-->Device "AMD" [ 991.961] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 991.961] (==) Automatically adding devices [ 991.961] (==) Automatically enabling devices [ 991.961] (==) Automatically adding GPU devices [ 991.961] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 991.961] (==) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ [ 991.961] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 991.961] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 991.961] (II) Loader magic: 0x812c40 [ 991.961] (II) Module ABI versions: [ 991.961] X.Org ANSI C Emulation: 0.4 [ 991.961] X.Org Video Driver: 20.0 [ 991.961] X.Org XInput driver : 22.1 [ 991.961] X.Org Server Extension : 9.0 [ 991.962] (--) PCI:*(0:1:0:0) 1002:6939:1458:22b6 rev 241, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xf7e00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072 [ 991.962] (II) LoadModule: "glx" [ 991.962] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 991.962] (II) Module glx: vendor="X.Org Foundation" [ 991.962] compiled for 1.18.3, module version = 1.0.0 [ 991.962] ABI class: X.Org Server Extension, version 9.0 [ 991.962] (==) AIGLX enabled [ 991.962] (II) LoadModule: "amdgpu" [ 991.963] (II) Loading /usr/lib64/xorg/modules/drivers/amdgpu_drv.so [ 991.963] (II) Module amdgpu: vendor="X.Org Foundation" [ 991.963] compiled for 1.18.3, module version = 1.1.0 [ 991.963] Module class: X.Org Video Driver [ 991.963] ABI class: X.Org Video Driver, version 20.0 [ 991.963] (II) AMDGPU: Driver for AMD Radeon chipsets: BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, TOPAZ, TOPAZ, TOPAZ, TOPAZ, TOPAZ, TONGA, TONGA, TONGA, TONGA, TONGA, TONGA, TONGA, TONGA, TONGA, CARRIZO, CARRIZO, CARRIZO, CARRIZO, CARRIZO, FIJI, STONEY, POLARIS11, POLARIS11, POLARIS11, POLARIS11, POLARIS11, POLARIS11, POLARIS10, POLARIS10 [ 991.963] (--) using VT number 7 [ 991.967] (II) [KMS] drm report modesetting isn't supported. [ 991.967] (EE) Screen 0 deleted because of no matching config section. [ 991.967] (II) UnloadModule: "amdgpu" [ 991.967] (EE) Device(s) detected, but none match those in the config file. [ 991.967] (EE) Fatal server error: [ 991.967] (EE) no screens found(EE) [ 991.967] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 991.967] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 991.967] (EE) [ 991.969] (EE) Server terminated with error (1). Closing log file. I have seen many different reports of the modesetting not being support error, however all of them are very old and are using the Radeon driver, where I'm using amdgpu. I have seen answers of enabling Code: <M> ATI Radeon [*] Enable modesetting on radeon by default - NEW DRIVER (NEW) in menuconfig, however it simply is not there anymore, and there isn't the option under the AMDGPU section either. I simply cannot find any real modern documentation on why KMS will not work with amdgpu for me, everything says it's "enabled by default". If you need anything else please ask me. Thanks for your time. | Welcome to Gentoo! There are several likely causes to explore here. First, note that the amdgpu module is being loaded but can't be used so this is unlikely to be kernel related. Xorg simply can't use the module which implies that the firmware might be missing. This should be provided by either sys-firmware/amdgpu-ucode or sys-kernel/linux-firmware according to taste. It is important to note that either amdgpu must be built as a module or the firmware must be built into the kernel. Again, this is according to taste. Second, there is the options in make.conf. You should have VIDEO_CARDS="amdgpu radeonsi" to instruct portage to build support for your driver.If you need to add that line, run emerge --ask --changed-use --deep @world to install the missing packages. |
I'm new to Gentoo And i just want to install KDE5 So i did emerge plasma-meta Then i found maybe something is missing And, i did emerge kdebase-meta Then i got: ALEX.GT wrote: [blocks B ] kde-misc/kscreen ("kde-misc/kscreen" is blocking kde-plasma/kscreen-5.5.5) [blocks B ] kde-base/kcminit:4 ("kde-base/kcminit:4" is blocking kde-plasma/plasma-workspace-5.5.5-r2) [blocks B ] kde-base/kdebase-startkde:4 ("kde-base/kdebase-startkde:4" is blocking kde-plasma/plasma-workspace-5.5.5-r2) [blocks B ] kde-base/ksplash:4 ("kde-base/ksplash:4" is blocking kde-plasma/plasma-workspace-5.5.5-r2) [blocks B ] kde-apps/knetattach[handbook] ("kde-apps/knetattach[handbook]" is blocking kde-plasma/plasma-desktop-5.5.5) [blocks B ] kde-misc/kde-gtk-config ("kde-misc/kde-gtk-config" is blocking kde-plasma/kde-gtk-config-5.5.5) [blocks B ] kde-base/kmenuedit:4 ("kde-base/kmenuedit:4" is blocking kde-plasma/kmenuedit-5.5.5) [blocks B ] kde-apps/kcontrol ("kde-apps/kcontrol" is blocking kde-plasma/plasma-desktop-5.5.5) [blocks B ] kde-base/kwrited:4 ("kde-base/kwrited:4" is blocking kde-plasma/kwrited-5.5.5) [blocks B ] kde-base/libtaskmanager:4 ("kde-base/libtaskmanager:4" is blocking kde-plasma/plasma-workspace-5.5.5-r2) [blocks B ] kde-base/systemsettings:4 ("kde-base/systemsettings:4" is blocking kde-plasma/kwin-5.5.5, kde-plasma/khotkeys-5.5.5, kde-plasma/plasma-desktop-5.5.5, kde-plasma/systemsettings-5.5.5) [blocks B ] kde-base/kinfocenter:4 ("kde-base/kinfocenter:4" is blocking kde-plasma/kinfocenter-5.5.5) [blocks B ] kde-base/ksysguard:4 ("kde-base/ksysguard:4" is blocking kde-plasma/ksysguard-5.5.5, kde-plasma/libksysguard-5.5.5) [blocks B ] kde-base/kwin:4 ("kde-base/kwin:4" is blocking kde-plasma/kwin-5.5.5) [blocks B ] kde-base/freespacenotifier:4 ("kde-base/freespacenotifier:4" is blocking kde-plasma/plasma-workspace-5.5.5-r2) [blocks B ] kde-base/krunner:4 ("kde-base/krunner:4" is blocking kde-plasma/plasma-workspace-5.5.5-r2) [blocks B ] kde-base/ksmserver:4 ("kde-base/ksmserver:4" is blocking kde-plasma/plasma-workspace-5.5.5-r2) [blocks B ] kde-base/systemsettings:4[handbook] ("kde-base/systemsettings:4[handbook]" is blocking kde-plasma/powerdevil-5.5.5) [blocks B ] kde-apps/kdepasswd ("kde-apps/kdepasswd" is blocking kde-plasma/plasma-desktop-5.5.5) [blocks B ] kde-base/kdebase-cursors:4 ("kde-base/kdebase-cursors:4" is blocking kde-plasma/oxygen-5.5.5) [blocks B ] kde-base/khotkeys:4 ("kde-base/khotkeys:4" is blocking kde-plasma/khotkeys-5.5.5) [blocks B ] kde-base/powerdevil:4 ("kde-base/powerdevil:4" is blocking kde-plasma/powerdevil-5.5.5) [blocks B ] kde-base/klipper:4 ("kde-base/klipper:4" is blocking kde-plasma/plasma-workspace-5.5.5-r2) [blocks B ] kde-base/solid-actions-kcm:4 ("kde-base/solid-actions-kcm:4" is blocking kde-plasma/plasma-desktop-5.5.5) [blocks B ] kde-base/plasma-workspace:4 ("kde-base/plasma-workspace:4" is blocking kde-plasma/plasma-desktop-5.5.5, kde-plasma/plasma-workspace-5.5.5-r2) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. (kde-base/kdebase-startkde-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/kdebase-startkde-4.11:4[aqua=] (>=kde-base/kdebase-startkde-4.11:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) (kde-plasma/kscreen-5.5.5:5/5::gentoo, installed) pulled in by >=kde-plasma/kscreen-5.5.5:5 required by (kde-plasma/plasma-meta-5.5.5:5/5::gentoo, installed) kde-plasma/kscreen required by @selected (kde-base/kwin-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/kwin-4.11:4[aqua=] (>=kde-base/kwin-4.11:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) >=kde-base/kwin-4.11.22:4[aqua=] (>=kde-base/kwin-4.11.22:4[-aqua]) required by (kde-base/kdebase-startkde-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) >=kde-base/kwin-4.11.22:4[aqua=] (>=kde-base/kwin-4.11.22:4[-aqua]) required by (kde-base/systemsettings-4.11.22-r1:4/4.11::gentoo, ebuild scheduled for merge) (kde-plasma/libksysguard-5.5.5:5/5::gentoo, installed) pulled in by >=kde-plasma/libksysguard-5.5.5:5 required by (kde-plasma/plasma-meta-5.5.5:5/5::gentoo, installed) >=kde-plasma/libksysguard-5.5.5:5 required by (kde-plasma/plasma-workspace-5.5.5-r2:5/5::gentoo, installed) >=kde-plasma/libksysguard-5.5.5:5 required by (kde-plasma/ksysguard-5.5.5:5/5::gentoo, installed) (kde-base/kmenuedit-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/kmenuedit-4.11:4[aqua=] (>=kde-base/kmenuedit-4.11:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) (kde-base/ksysguard-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/ksysguard-4.11:4[aqua=] (>=kde-base/ksysguard-4.11:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) >=kde-base/ksysguard-4.11.22:4[aqua=] (>=kde-base/ksysguard-4.11.22:4[-aqua]) required by (kde-base/krunner-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) >=kde-base/ksysguard-4.11.22:4[aqua=] (>=kde-base/ksysguard-4.11.22:4[-aqua]) required by (kde-base/libtaskmanager-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) >=kde-base/ksysguard-4.11.22:4[aqua=] (>=kde-base/ksysguard-4.11.22:4[-aqua]) required by (kde-base/plasma-workspace-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) (kde-apps/knetattach-15.08.3:4/15.08::gentoo, ebuild scheduled for merge) pulled in by >=kde-apps/knetattach-4.14.3:4[aqua=] (>=kde-apps/knetattach-4.14.3:4[-aqua]) required by (kde-apps/kdebase-runtime-meta-4.14.3:4/4::gentoo, ebuild scheduled for merge) (kde-plasma/powerdevil-5.5.5:5/5::gentoo, installed) pulled in by >=kde-plasma/powerdevil-5.5.5:5 required by (kde-plasma/plasma-meta-5.5.5:5/5::gentoo, installed) (kde-plasma/systemsettings-5.5.5:5/5::gentoo, installed) pulled in by >=kde-plasma/systemsettings-5.5.5:5 required by (kde-plasma/plasma-meta-5.5.5:5/5::gentoo, installed) (kde-apps/kdepasswd-15.08.3:4/15.08::gentoo, ebuild scheduled for merge) pulled in by >=kde-apps/kdepasswd-4.14.3:4[aqua=] (>=kde-apps/kdepasswd-4.14.3:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) (kde-base/freespacenotifier-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/freespacenotifier-4.11:4[aqua=] (>=kde-base/freespacenotifier-4.11:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) (kde-plasma/plasma-workspace-5.5.5-r2:5/5::gentoo, installed) pulled in by >=kde-plasma/plasma-workspace-5.5.5:5 required by (kde-plasma/plasma-meta-5.5.5:5/5::gentoo, installed) >=kde-plasma/plasma-workspace-5.5.5:5 required by (kde-plasma/kdeplasma-addons-5.5.5:5/5::gentoo, installed) >=kde-plasma/plasma-workspace-5.5.5:5 required by (kde-plasma/plasma-nm-5.5.5:5/5::gentoo, installed) >=kde-plasma/plasma-workspace-5.5.5:5 required by (kde-plasma/powerdevil-5.5.5:5/5::gentoo, installed) >=kde-plasma/plasma-workspace-5.5.5:5 required by (kde-plasma/khotkeys-5.5.5:5/5::gentoo, installed) >=kde-plasma/plasma-workspace-5.5.5:5 required by (kde-plasma/plasma-desktop-5.5.5:5/5::gentoo, installed) (kde-plasma/kwin-5.5.5:5/5::gentoo, installed) pulled in by >=kde-plasma/kwin-5.5.5:5 required by (kde-plasma/plasma-meta-5.5.5:5/5::gentoo, installed) >=kde-plasma/kwin-5.5.5:5 required by (kde-plasma/plasma-workspace-5.5.5-r2:5/5::gentoo, installed) >=kde-plasma/kwin-5.5.5:5 required by (kde-plasma/plasma-desktop-5.5.5:5/5::gentoo, installed) (kde-apps/kcontrol-15.08.3:4/15.08::gentoo, ebuild scheduled for merge) pulled in by >=kde-apps/kcontrol-4.14.3:4[aqua=] (>=kde-apps/kcontrol-4.14.3:4[-aqua]) required by (kde-apps/kdebase-runtime-meta-4.14.3:4/4::gentoo, ebuild scheduled for merge) (kde-plasma/khotkeys-5.5.5:5/5::gentoo, installed) pulled in by >=kde-plasma/khotkeys-5.5.5:5 required by (kde-plasma/plasma-meta-5.5.5:5/5::gentoo, installed) >=kde-plasma/khotkeys-5.5.5:5 required by (kde-plasma/kmenuedit-5.5.5:5/5::gentoo, installed) (kde-base/krunner-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/krunner-4.11:4[aqua=] (>=kde-base/krunner-4.11:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) >=kde-base/krunner-4.11.22:4[aqua=] (>=kde-base/krunner-4.11.22:4[-aqua]) required by (kde-base/kdebase-startkde-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) (kde-base/solid-actions-kcm-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/solid-actions-kcm-4.11:4[aqua=] (>=kde-base/solid-actions-kcm-4.11:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) (kde-base/kcminit-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/kcminit-4.11:4[aqua=] (>=kde-base/kcminit-4.11:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) >=kde-base/kcminit-4.11.22:4[aqua=] (>=kde-base/kcminit-4.11.22:4[-aqua]) required by (kde-base/kdebase-startkde-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) >=kde-base/kcminit-4.11.22:4[aqua=] (>=kde-base/kcminit-4.11.22:4[-aqua]) required by (kde-base/ksmserver-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) (kde-base/systemsettings-4.11.22-r1:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/systemsettings-4.11:4[aqua=] (>=kde-base/systemsettings-4.11:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) >=kde-base/systemsettings-4.11.22:4[aqua=] (>=kde-base/systemsettings-4.11.22:4[-aqua]) required by (kde-base/kdebase-startkde-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) (kde-base/kdebase-cursors-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/kdebase-cursors-4.11:4[aqua=] (>=kde-base/kdebase-cursors-4.11:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) (kde-base/plasma-workspace-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/plasma-workspace-4.11:4[aqua=] (>=kde-base/plasma-workspace-4.11:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) >=kde-base/plasma-workspace-4.11.22:4[aqua=] (>=kde-base/plasma-workspace-4.11.22:4[-aqua]) required by (kde-base/kdebase-startkde-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) (kde-base/khotkeys-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/khotkeys-4.11:4[aqua=] (>=kde-base/khotkeys-4.11:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) >=kde-base/khotkeys-4.11.22:4[aqua=] (>=kde-base/khotkeys-4.11.22:4[-aqua]) required by (kde-base/kmenuedit-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) >=kde-base/khotkeys-4.11:4[aqua=] (>=kde-base/khotkeys-4.11:4[-aqua]) required by (kde-apps/kcontrol-15.08.3:4/15.08::gentoo, ebuild scheduled for merge) (kde-plasma/oxygen-5.5.5:5/5::gentoo, installed) pulled in by >=kde-plasma/oxygen-5.5.5:5 required by (kde-plasma/plasma-meta-5.5.5:5/5::gentoo, installed) >=kde-plasma/oxygen-5.5.5:5 required by (kde-plasma/plasma-desktop-5.5.5:5/5::gentoo, installed) (kde-base/kwrited-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/kwrited-4.11:4[aqua=] (>=kde-base/kwrited-4.11:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) (kde-plasma/kmenuedit-5.5.5:5/5::gentoo, installed) pulled in by >=kde-plasma/kmenuedit-5.5.5:5 required by (kde-plasma/plasma-meta-5.5.5:5/5::gentoo, installed) (kde-base/kinfocenter-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/kinfocenter-4.11:4[aqua=] (>=kde-base/kinfocenter-4.11:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) (kde-base/ksmserver-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/ksmserver-4.11:4[aqua=] (>=kde-base/ksmserver-4.11:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) >=kde-base/ksmserver-4.11.22:4[aqua=] (>=kde-base/ksmserver-4.11.22:4[-aqua]) required by (kde-base/krunner-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) >=kde-base/ksmserver-4.11.22:4[aqua=] (>=kde-base/ksmserver-4.11.22:4[-aqua]) required by (kde-base/kdebase-startkde-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) (kde-plasma/kwrited-5.5.5:5/5::gentoo, installed) pulled in by >=kde-plasma/kwrited-5.5.5:5 required by (kde-plasma/plasma-meta-5.5.5:5/5::gentoo, installed) (kde-base/powerdevil-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/powerdevil-4.11:4[aqua=] (>=kde-base/powerdevil-4.11:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) (kde-base/ksplash-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/ksplash-4.11:4[aqua=] (>=kde-base/ksplash-4.11:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) >=kde-base/ksplash-4.11.22:4[aqua=] (>=kde-base/ksplash-4.11.22:4[-aqua]) required by (kde-base/kdebase-startkde-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) (kde-plasma/kde-gtk-config-5.5.5:5/5::gentoo, installed) pulled in by >=kde-plasma/kde-gtk-config-5.5.5:5 required by (kde-plasma/plasma-meta-5.5.5:5/5::gentoo, installed) >=kde-plasma/kde-gtk-config-5.5.5:5 required by (kde-plasma/systemsettings-5.5.5:5/5::gentoo, installed) (kde-plasma/plasma-desktop-5.5.5:5/5::gentoo, installed) pulled in by >=kde-plasma/plasma-desktop-5.5.5:5 required by (kde-plasma/plasma-meta-5.5.5:5/5::gentoo, installed) (kde-plasma/kinfocenter-5.5.5:5/5::gentoo, installed) pulled in by >=kde-plasma/kinfocenter-5.5.5:5 required by (kde-plasma/plasma-meta-5.5.5:5/5::gentoo, installed) (kde-base/libtaskmanager-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/libtaskmanager-4.11:4[aqua=] (>=kde-base/libtaskmanager-4.11:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) >=kde-base/libtaskmanager-4.11.22:4[aqua=] (>=kde-base/libtaskmanager-4.11.22:4[-aqua]) required by (kde-base/plasma-workspace-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) >=kde-base/libtaskmanager-4.11.22:4[aqua=] (>=kde-base/libtaskmanager-4.11.22:4[-aqua]) required by (kde-base/klipper-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) (kde-base/klipper-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/klipper-4.11:4[aqua=] (>=kde-base/klipper-4.11:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3-r2:4/4::gentoo, ebuild scheduled for merge) (kde-plasma/ksysguard-5.5.5:5/5::gentoo, installed) pulled in by >=kde-plasma/ksysguard-5.5.5:5 required by (kde-plasma/plasma-meta-5.5.5:5/5::gentoo, installed) >=kde-plasma/ksysguard-5.5.5:5 required by (kde-plasma/plasma-workspace-5.5.5-r2:5/5::gentoo, installed) | I wonder, why do you think you need to install kdebase-meta? Note: It seems you have not chosen a plasma profile? Failure to do so results in conflicts like the above. kdebase-meta should be perfectly compatible with the correct use flags set, installing only the bits and pieces that are not conflicting with Plasma-5 (no Plasma-4 bits). Note: You are currently on a stable system which is no good fit for installing KDE Applications. These are currently in the process of being stabilised, until then it would be required to maintain a big package.keywords file for you in order to be able to install it. https://wiki.gentoo.org/wiki/KDE#Applications |
I updated from kde4 to kde5 yesterday, and everything went generally smoothly, except for one thing. I have two monitors connected to an AMD Radeon HD4670, one DVI and one VGA. After installing kde plasma, both monitors are mirrored, which is not what I want. Changing the settings in the kde control panel has no effect. I am able to access the "Display Configuration" page once, then after closing and re-opening it I see a message "No kscreen backend found. Please check your kscreen installation." When I "alt+F1" back to my CLI, I see two lines continuously being output to the screen: Code: kscreen: Failed to retrieve current config: "Backend invalidated" bluedevil: ObexManager operational changed false All of this leads me to believe that it's a problem with kscreen (obviously), but I'm lost as to what to do now. Things I have tried: emerge -uDN world re-emerge kscreen searched google, but to no avail. Any ideas? I've looked, but cannot find any config files for kscreen. Is it an X-server problem? It worked flawlessly in kde4. | Sorry I can't be of more help but I just wanted to say that Plasma 5.6.1 hit ~amd64 today in portage. You might give upgrading a shot to see if it helps any with your issue. Also I have heard that qt 5.6 is supposed to have significant muli-monitor fixes. You'd have to use the qt overlay (I'm not sure when qt 5.6 will be released to ~amd64) and I'm not sure how ready it is but I thought I'd mention it as an option. I use two monitors (but nvidia / nouveau) and it works great here. You might check for GPU specific or driver specific bugs? |
Hi, I am trying just fresh installation of fresh Gentoo amd64 and Plasma 5. As long as I remember, usually after login into new kde, I had a Kwallet question for password, and then I could use it for many applications. This time I had no wallet. I saved few passwords in Firefox and Opera, and nothing. So I manually open and created new Kwallet, but looks like no applications use it? Am I doing something wrong? | Firefox and Opera do not use the KDE wallet, have they ever? At least for Firefox you'd need an addon (and who nows how that behaves in the event there is no wallet yet). Usually the first thing to start a kwallet dialog would be plasma-nm for a wireless network passphrase. |
Hi, I was trying to follow plasma guide at https://wiki.gentoo.org/wiki/KDE/Plasma_5_upgrade , but I am stuck at updating world after changing profile to plasma (I was at desktop before that), because kdelibs just won't compile. Code: # emerge --info '=kde-base/kdelibs-4.14.16::gentoo' Portage 2.2.28 (python 3.4.3-final-0, default/linux/amd64/13.0/desktop/plasma, gcc-4.9.3, glibc-2.22-r4, 4.4.6-gentoo x86_64) ================================================================= System Settings ================================================================= System uname: Linux-4.4.6-gentoo-x86_64-Intel-R-_Core-TM-_i5-3470_CPU_@_3.20GHz-with-gentoo-2.2 KiB Mem: 8148540 total, 2089568 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Tue, 31 May 2016 02:45:01 +0000 sh bash 4.3_p42-r1 ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1 app-shells/bash: 4.3_p42-r1::gentoo dev-java/java-config: 2.2.0-r3::gentoo dev-lang/perl: 5.20.2::gentoo dev-lang/python: 2.7.10-r1::gentoo, 3.4.3-r1::gentoo dev-util/cmake: 3.3.1-r1::gentoo dev-util/pkgconfig: 0.28-r2::gentoo sys-apps/baselayout: 2.2::gentoo sys-apps/openrc: 0.19.1::gentoo sys-apps/sandbox: 2.10-r1::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69::gentoo sys-devel/automake: 1.11.6-r1::gentoo, 1.14.1::gentoo, 1.15::gentoo sys-devel/binutils: 2.25.1-r1::gentoo sys-devel/gcc: 4.9.3::gentoo sys-devel/gcc-config: 1.7.3::gentoo sys-devel/libtool: 2.4.6::gentoo sys-devel/make: 4.1-r1::gentoo sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers) sys-libs/glibc: 2.22-r4::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync15.de.gentoo.org/gentoo-portage/ priority: -1000 MyLocalOverlay location: /usr/local/portage masters: gentoo priority: 0 palemoon location: /var/lib/layman/palemoon masters: gentoo priority: 1 enlightenment location: /var/lib/layman/enlightenment masters: gentoo priority: 2 steam-overlay location: /var/lib/layman/steam-overlay masters: gentoo priority: 4 java location: /var/lib/layman/java masters: gentoo priority: 6 bircoph location: /var/lib/layman/bircoph masters: gentoo priority: 7 rindeal location: /var/lib/layman/rindeal masters: gentoo priority: 8 hsoft location: /var/lib/layman/hsoft masters: gentoo hsoft priority: 9 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-Ofast -march=native -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-Ofast -march=native -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://mirror.leaseweb.com/gentoo/" LANG="en_IN.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j4" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/tmp" USE="X a52 aac acl acpi aes alsa amd64 avx berkdb bidi bindist branding bzip2 cairo cdda cdr clang cli consolekit corefonts cracklib crypt cups cxx dbus declarative dri dts dvd dvdr emboss encode exif exiv2 fam fat fftw firefox flac fortran gdbm geoclue gif glamor gpm gtk iconv imagemagick ipv6 jpeg kde kdrive kipi lastfm lcms ldap libnotify mad mmx mmxext mng modules moodbar mp3 mp4 mpeg multilib ncurses nls nptl ntfs ogg opengl openmp pam pango pcre pdf phonon plasma png policykit popcnt ppds projectm pulseaudio qml qt3support qt4 qt5 rar readline sdl seccomp semantic-desktop session smp spell sse sse2 sse3 sse4_1 sse4_2 ssl ssse3 startup-notification svg tcpd thumbnail tiff truetype udev udisks unicode upower usb vim-syntax vorbis widgets wxwidgets x264 xattr xcb xcomposite xft xml xscreensaver xv xvid zlib zsh-completion" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON Code: # emerge --update --changed-use --deep --newrepo --with-bdeps=y -p @world These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] kde-base/kdelibs-4.14.16 USE="acl alsa bzip2 crypt nls opengl (policykit) spell ssl udev udisks upower (-altivec) (-aqua) -debug -doc (-fam) -handbook -jpeg2k -kerberos (-libressl) -lzma -openexr {-test} -zeroconf" CPU_FLAGS_X86="mmx sse sse2 -3dnow" [ebuild N ] kde-base/katepart-4.14.3 USE="(-aqua) -debug -handbook" [ebuild N ] media-video/vlc-2.2.1-r1 USE="X a52 alsa avcodec avformat bidi cdda dbus dts dvbpsi dvd encode ffmpeg flac gcrypt jpeg kde libnotify libsamplerate mp3 mpeg ncurses ogg opengl png projectm pulseaudio qt5 sdl svg swscale truetype udev vorbis x264 xcb xml xv -aalib (-altivec) -atmo (-audioqueue) -bluray -cddb -chromaprint -dc1394 -debug -directfb (-directx) -dvb (-dxva2) -faad -fdk -fluidsynth -fontconfig -gme -gnome -gnutls -growl -httpd -ieee1394 -jack -kate -libass -libav -libcaca -libtar -libtiger -linsys -lirc -live -lua (-macosx-dialog-provider) (-macosx-eyetv) (-macosx-qtkit) (-macosx-quartztext) -matroska (-media-library) -modplug -mtp -musepack (-neon) -omxil -opencv -optimisememory -opus -postproc -qt4 -rdp -rtsp -run-as-root -samba -schroedinger -sdl-image -sftp -shout -sid -skins -speex -taglib {-test} -theora -tremor -twolame -upnp -v4l -vaapi -vcdx -vdpau -vlm -vnc -vpx -wma-fixed -x265 -zeroconf -zvbi" CPU_FLAGS_X86="mmx sse" [ebuild N ] media-libs/phonon-vlc-0.7.2 USE="qt4 qt5 -debug" Code: # emerge -pqv '=kde-base/kdelibs-4.14.16::gentoo' [ebuild N ] kde-base/kdelibs-4.14.16 USE="acl alsa bzip2 crypt nls opengl (policykit) spell ssl udev udisks upower (-altivec) (-aqua) -debug -doc (-fam) -handbook -jpeg2k -kerberos (-libressl) -lzma -openexr {-test} -zeroconf" CPU_FLAGS_X86="mmx sse sse2 -3dnow" [ebuild N ] kde-base/katepart-4.14.3 USE="(-aqua) -debug -handbook" Code: ....... [ 25%] Linking CXX shared library ../lib/libkdecore.so cd /tmp/portage/kde-base/kdelibs-4.14.16/work/kdelibs-4.14.16_build/kdecore && /usr/bin/cmake -E cmake_link_script CMakeFiles/kdecore.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-g++ -fPIC -Ofast -march=native -pipe -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -Wl,--enable-new-dtags -Wl,--no-undefined -lc -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,libkdecore.so.5 -o ../lib/libkdecore.so.5.14.16 CMakeFiles/kdecore.dir/kdecore_automoc.cpp.o CMakeFiles/kdecore.dir/compression/kgzipfilter.cpp.o CMakeFiles/kdecore.dir/compression/kfilterbase.cpp.o CMakeFiles/kdecore.dir/compression/kfilterdev.cpp.o CMakeFiles/kdecore.dir/config/kconfig.cpp.o CMakeFiles/kdecore.dir/config/kconfigbase.cpp.o CMakeFiles/kdecore.dir/config/kconfigdata.cpp.o CMakeFiles/kdecore.dir/config/kconfiggroup.cpp.o CMakeFiles/kdecore.dir/config/kconfigbackend.cpp.o CMakeFiles/kdecore.dir/config/kconfigini.cpp.o CMakeFiles/kdecore.dir/config/kdesktopfile.cpp.o CMakeFiles/kdecore.dir/config/ksharedconfig.cpp.o CMakeFiles/kdecore.dir/config/kcoreconfigskeleton.cpp.o CMakeFiles/kdecore.dir/date/kcalendarera.cpp.o CMakeFiles/kdecore.dir/date/kcalendarsystem.cpp.o CMakeFiles/kdecore.dir/date/kcalendarsystemcoptic.cpp.o CMakeFiles/kdecore.dir/date/kcalendarsystemethiopian.cpp.o CMakeFiles/kdecore.dir/date/kcalendarsystemqdate.cpp.o CMakeFiles/kdecore.dir/date/kcalendarsystemgregorian.cpp.o CMakeFiles/kdecore.dir/date/kcalendarsystemislamiccivil.cpp.o CMakeFiles/kdecore.dir/date/kcalendarsystemhebrew.cpp.o CMakeFiles/kdecore.dir/date/kcalendarsystemindiannational.cpp.o CMakeFiles/kdecore.dir/date/kcalendarsystemjalali.cpp.o CMakeFiles/kdecore.dir/date/kcalendarsystemjapanese.cpp.o CMakeFiles/kdecore.dir/date/kcalendarsystemjulian.cpp.o CMakeFiles/kdecore.dir/date/kcalendarsystemminguo.cpp.o CMakeFiles/kdecore.dir/date/kcalendarsystemthai.cpp.o CMakeFiles/kdecore.dir/date/kdatetime.cpp.o CMakeFiles/kdecore.dir/date/kdatetimeformatter.cpp.o CMakeFiles/kdecore.dir/date/kdatetimeparser.cpp.o CMakeFiles/kdecore.dir/date/kdayperiod.cpp.o CMakeFiles/kdecore.dir/date/klocalizeddate.cpp.o CMakeFiles/kdecore.dir/date/ktimezone.cpp.o CMakeFiles/kdecore.dir/date/ksystemtimezone.cpp.o CMakeFiles/kdecore.dir/date/ktzfiletimezone.cpp.o CMakeFiles/kdecore.dir/io/kar.cpp.o CMakeFiles/kdecore.dir/io/karchive.cpp.o CMakeFiles/kdecore.dir/io/kautosavefile.cpp.o CMakeFiles/kdecore.dir/io/kdebug.cpp.o CMakeFiles/kdecore.dir/io/kdebugdbusiface.cpp.o CMakeFiles/kdecore.dir/io/kdirwatch.cpp.o CMakeFiles/kdecore.dir/io/kfilesystemtype_p.cpp.o CMakeFiles/kdecore.dir/io/klimitediodevice.cpp.o CMakeFiles/kdecore.dir/io/kmessage.cpp.o CMakeFiles/kdecore.dir/io/kmountpoint.cpp.o CMakeFiles/kdecore.dir/io/kprocess.cpp.o CMakeFiles/kdecore.dir/io/ksavefile.cpp.o CMakeFiles/kdecore.dir/io/ktar.cpp.o CMakeFiles/kdecore.dir/io/ktempdir.cpp.o CMakeFiles/kdecore.dir/io/ktemporaryfile.cpp.o CMakeFiles/kdecore.dir/io/kurl.cpp.o CMakeFiles/kdecore.dir/io/kzip.cpp.o CMakeFiles/kdecore.dir/jobs/kcompositejob.cpp.o CMakeFiles/kdecore.dir/jobs/kjob.cpp.o CMakeFiles/kdecore.dir/jobs/kjobuidelegate.cpp.o CMakeFiles/kdecore.dir/jobs/kjobtrackerinterface.cpp.o CMakeFiles/kdecore.dir/kernel/kauthorized.cpp.o CMakeFiles/kdecore.dir/kernel/kaboutdata.cpp.o CMakeFiles/kdecore.dir/kernel/kcmdlineargs.cpp.o CMakeFiles/kdecore.dir/kernel/kdbusconnectionpool.cpp.o CMakeFiles/kdecore.dir/kernel/kglobal.cpp.o CMakeFiles/kdecore.dir/kernel/kcomponentdata.cpp.o CMakeFiles/kdecore.dir/kernel/kstandarddirs.cpp.o CMakeFiles/kdecore.dir/kernel/ktoolinvocation.cpp.o CMakeFiles/kdecore.dir/auth/kauthaction.cpp.o CMakeFiles/kdecore.dir/auth/kauthactionreply.cpp.o CMakeFiles/kdecore.dir/auth/kauthactionwatcher.cpp.o CMakeFiles/kdecore.dir/auth/AuthBackend.cpp.o CMakeFiles/kdecore.dir/auth/BackendsManager.cpp.o CMakeFiles/kdecore.dir/auth/HelperProxy.cpp.o CMakeFiles/kdecore.dir/auth/kauthhelpersupport.cpp.o CMakeFiles/kdecore.dir/auth/backends/fake/FakeBackend.cpp.o CMakeFiles/kdecore.dir/auth/backends/fakehelper/FakeHelperProxy.cpp.o CMakeFiles/kdecore.dir/services/kfoldermimetype.cpp.o CMakeFiles/kdecore.dir/services/kmimetypefactory.cpp.o CMakeFiles/kdecore.dir/services/kmimemagicrule.cpp.o CMakeFiles/kdecore.dir/services/kmimetypetrader.cpp.o CMakeFiles/kdecore.dir/services/kmimetype.cpp.o CMakeFiles/kdecore.dir/services/kmimeglobsfileparser.cpp.o CMakeFiles/kdecore.dir/services/kmimetyperepository.cpp.o CMakeFiles/kdecore.dir/services/kservice.cpp.o CMakeFiles/kdecore.dir/services/kserviceaction.cpp.o CMakeFiles/kdecore.dir/services/kservicefactory.cpp.o CMakeFiles/kdecore.dir/services/kservicegroup.cpp.o CMakeFiles/kdecore.dir/services/kservicegroupfactory.cpp.o CMakeFiles/kdecore.dir/services/kserviceoffer.cpp.o CMakeFiles/kdecore.dir/services/kservicetype.cpp.o CMakeFiles/kdecore.dir/services/kservicetypefactory.cpp.o CMakeFiles/kdecore.dir/services/kservicetypeprofile.cpp.o CMakeFiles/kdecore.dir/services/kservicetypetrader.cpp.o CMakeFiles/kdecore.dir/services/ktraderparse.cpp.o CMakeFiles/kdecore.dir/services/ktraderparsetree.cpp.o CMakeFiles/kdecore.dir/services/yacc.c.o CMakeFiles/kdecore.dir/services/lex.c.o CMakeFiles/kdecore.dir/services/kplugininfo.cpp.o CMakeFiles/kdecore.dir/sonnet/loader.cpp.o CMakeFiles/kdecore.dir/sonnet/client.cpp.o CMakeFiles/kdecore.dir/sonnet/spellerplugin.cpp.o CMakeFiles/kdecore.dir/sonnet/speller.cpp.o CMakeFiles/kdecore.dir/sonnet/filter.cpp.o CMakeFiles/kdecore.dir/sonnet/settings.cpp.o CMakeFiles/kdecore.dir/sonnet/backgroundchecker.cpp.o CMakeFiles/kdecore.dir/sonnet/backgroundengine.cpp.o CMakeFiles/kdecore.dir/sonnet/globals.cpp.o CMakeFiles/kdecore.dir/network/k3socketdevice.cpp.o CMakeFiles/kdecore.dir/network/k3bufferedsocket.cpp.o CMakeFiles/kdecore.dir/network/k3clientsocketbase.cpp.o CMakeFiles/kdecore.dir/network/k3datagramsocket.cpp.o CMakeFiles/kdecore.dir/network/k3resolver.cpp.o CMakeFiles/kdecore.dir/network/k3resolvermanager.cpp.o CMakeFiles/kdecore.dir/network/k3resolverworkerbase.cpp.o CMakeFiles/kdecore.dir/network/k3resolverstandardworkers.cpp.o CMakeFiles/kdecore.dir/network/k3reverseresolver.cpp.o CMakeFiles/kdecore.dir/network/k3serversocket.cpp.o CMakeFiles/kdecore.dir/network/k3socketaddress.cpp.o CMakeFiles/kdecore.dir/network/k3socketbase.cpp.o CMakeFiles/kdecore.dir/network/k3streamsocket.cpp.o CMakeFiles/kdecore.dir/network/k3socketbuffer.cpp.o CMakeFiles/kdecore.dir/network/klocalsocket.cpp.o CMakeFiles/kdecore.dir/network/ksocketfactory.cpp.o CMakeFiles/kdecore.dir/network/ksslcertificatemanager.cpp.o CMakeFiles/kdecore.dir/network/ktcpsocket.cpp.o CMakeFiles/kdecore.dir/localization/kcatalog.cpp.o CMakeFiles/kdecore.dir/localization/kcurrencycode.cpp.o CMakeFiles/kdecore.dir/localization/kcharsets.cpp.o CMakeFiles/kdecore.dir/localization/kencodingdetector.cpp.o CMakeFiles/kdecore.dir/localization/guess_ja.cpp.o CMakeFiles/kdecore.dir/localization/kencodingprober.cpp.o CMakeFiles/kdecore.dir/localization/probers/CharDistribution.cpp.o CMakeFiles/kdecore.dir/localization/probers/ChineseGroupProber.cpp.o CMakeFiles/kdecore.dir/localization/probers/JapaneseGroupProber.cpp.o CMakeFiles/kdecore.dir/localization/probers/JpCntx.cpp.o CMakeFiles/kdecore.dir/localization/probers/LangBulgarianModel.cpp.o CMakeFiles/kdecore.dir/localization/probers/LangCyrillicModel.cpp.o CMakeFiles/kdecore.dir/localization/probers/LangGreekModel.cpp.o CMakeFiles/kdecore.dir/localization/probers/LangHebrewModel.cpp.o CMakeFiles/kdecore.dir/localization/probers/LangHungarianModel.cpp.o CMakeFiles/kdecore.dir/localization/probers/LangThaiModel.cpp.o CMakeFiles/kdecore.dir/localization/probers/UnicodeGroupProber.cpp.o CMakeFiles/kdecore.dir/localization/probers/nsBig5Prober.cpp.o CMakeFiles/kdecore.dir/localization/probers/nsCharSetProber.cpp.o CMakeFiles/kdecore.dir/localization/probers/nsEUCJPProber.cpp.o CMakeFiles/kdecore.dir/localization/probers/nsEUCKRProber.cpp.o CMakeFiles/kdecore.dir/localization/probers/nsEscCharsetProber.cpp.o CMakeFiles/kdecore.dir/localization/probers/nsEscSM.cpp.o CMakeFiles/kdecore.dir/localization/probers/nsGB2312Prober.cpp.o CMakeFiles/kdecore.dir/localization/probers/nsHebrewProber.cpp.o CMakeFiles/kdecore.dir/localization/probers/nsLatin1Prober.cpp.o CMakeFiles/kdecore.dir/localization/probers/nsMBCSGroupProber.cpp.o CMakeFiles/kdecore.dir/localization/probers/nsMBCSSM.cpp.o CMakeFiles/kdecore.dir/localization/probers/nsSBCSGroupProber.cpp.o CMakeFiles/kdecore.dir/localization/probers/nsSBCharSetProber.cpp.o CMakeFiles/kdecore.dir/localization/probers/nsSJISProber.cpp.o CMakeFiles/kdecore.dir/localization/probers/nsUniversalDetector.cpp.o CMakeFiles/kdecore.dir/localization/klocale.cpp.o CMakeFiles/kdecore.dir/localization/klocale_kde.cpp.o CMakeFiles/kdecore.dir/localization/klocalizedstring.cpp.o CMakeFiles/kdecore.dir/localization/kuitsemantics.cpp.o CMakeFiles/kdecore.dir/localization/kuitformats.cpp.o CMakeFiles/kdecore.dir/localization/common_helpers.cpp.o CMakeFiles/kdecore.dir/sycoca/ksycoca.cpp.o CMakeFiles/kdecore.dir/sycoca/ksycocadict.cpp.o CMakeFiles/kdecore.dir/sycoca/ksycocaentry.cpp.o CMakeFiles/kdecore.dir/sycoca/ksycocafactory.cpp.o CMakeFiles/kdecore.dir/sycoca/kprotocolinfo.cpp.o CMakeFiles/kdecore.dir/sycoca/kprotocolinfofactory.cpp.o CMakeFiles/kdecore.dir/sycoca/kmemfile.cpp.o CMakeFiles/kdecore.dir/text/kascii.cpp.o CMakeFiles/kdecore.dir/text/kcodecs.cpp.o CMakeFiles/kdecore.dir/text/kstringhandler.cpp.o CMakeFiles/kdecore.dir/util/kallocator.cpp.o CMakeFiles/kdecore.dir/util/kautostart.cpp.o CMakeFiles/kdecore.dir/util/kdedmodule.cpp.o CMakeFiles/kdecore.dir/util/kdeversion.cpp.o CMakeFiles/kdecore.dir/util/klauncher_iface.cpp.o CMakeFiles/kdecore.dir/util/klibrary.cpp.o CMakeFiles/kdecore.dir/util/kmacroexpander.cpp.o CMakeFiles/kdecore.dir/util/kpluginfactory.cpp.o CMakeFiles/kdecore.dir/util/kpluginloader.cpp.o CMakeFiles/kdecore.dir/util/kshell.cpp.o CMakeFiles/kdecore.dir/util/krandom.cpp.o CMakeFiles/kdecore.dir/util/krandomsequence.cpp.o CMakeFiles/kdecore.dir/util/qtest_kde.cpp.o CMakeFiles/kdecore.dir/compression/kbzip2filter.cpp.o CMakeFiles/kdecore.dir/kernel/ktoolinvocation_x11.cpp.o CMakeFiles/kdecore.dir/kernel/kstandarddirs_unix.cpp.o CMakeFiles/kdecore.dir/localization/klocale_unix.cpp.o CMakeFiles/kdecore.dir/network/klocalsocket_unix.cpp.o CMakeFiles/kdecore.dir/network/netsupp.cpp.o CMakeFiles/kdecore.dir/io/klockfile_unix.cpp.o CMakeFiles/kdecore.dir/util/kshell_unix.cpp.o CMakeFiles/kdecore.dir/util/kuser_unix.cpp.o CMakeFiles/kdecore.dir/util/kmacroexpander_unix.cpp.o CMakeFiles/kdecore.dir/fakes.c.o CMakeFiles/kdecore.dir/network/k3httpproxysocketdevice.cpp.o CMakeFiles/kdecore.dir/network/k3socks.cpp.o CMakeFiles/kdecore.dir/network/k3sockssocketdevice.cpp.o CMakeFiles/kdecore.dir/util/klibloader.cpp.o CMakeFiles/kdecore.dir/util/kshareddatacache.cpp.o /usr/lib64/qt4/libQtCore.so -lpthread /usr/lib64/qt4/libQtNetwork.so /usr/lib64/qt4/libQtDBus.so /usr/lib64/qt4/libQtXml.so -lz -lbz2 -lresolv -lpthread /usr/lib64/qt4/libQtDBus.so /usr/lib64/qt4/libQtCore.so -lpthread -lz -lbz2 -lresolv -Wl,-rpath,/usr/lib64/qt4: cd /tmp/portage/kde-base/kdelibs-4.14.16/work/kdelibs-4.14.16_build/kdecore && /usr/bin/cmake -E cmake_symlink_library ../lib/libkdecore.so.5.14.16 ../lib/libkdecore.so.5 ../lib/libkdecore.so make[2]: Leaving directory '/tmp/portage/kde-base/kdelibs-4.14.16/work/kdelibs-4.14.16_build' [ 25%] Built target kdecore make[1]: Leaving directory '/tmp/portage/kde-base/kdelibs-4.14.16/work/kdelibs-4.14.16_build' Makefile:160: recipe for target 'all' failed make: *** [all] Error 2 * ERROR: kde-base/kdelibs-4.14.16::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=kde-base/kdelibs-4.14.16::gentoo'`, * the complete build log and the output of `emerge -pqv '=kde-base/kdelibs-4.14.16::gentoo'`. * The complete build log is located at '/tmp/portage/kde-base/kdelibs-4.14.16/temp/build.log'. * The ebuild environment file is located at '/tmp/portage/kde-base/kdelibs-4.14.16/temp/environment'. * Working directory: '/tmp/portage/kde-base/kdelibs-4.14.16/work/kdelibs-4.14.16_build' * S: '/tmp/portage/kde-base/kdelibs-4.14.16/work/kdelibs-4.14.16' | The problem was CFLAGS that I had set to -Ofast, which enabled -Ofast-math, which make KJS fail, which is part of kdelibs. Changing it from -Ofast to -O2 fixed the problem. |
Hey everyone, I'm in the process of configuring a new Plasma 5 install, and I'm getting an error regarding a blocked package when I try to emerge Dolphin. Code: ~ # emerge kde-apps/dolphin Calculating dependencies... done! [ebuild N ] dev-libs/xapian-1.2.22 USE="brass chert inmemory -doc -static-libs" CPU_FLAGS_X86="sse sse2" [ebuild N ] dev-libs/qjson-0.8.1-r1 USE="-debug -doc {-test}" ABI_X86="(64) -32 (-x32)" [ebuild N ] app-office/akonadi-server-1.13.0-r2 USE="mysql qt4 -postgres (-qt5) -sqlite {-test}" [ebuild N ] app-crypt/gpgme-1.5.5 USE="-common-lisp -static-libs" [ebuild N ] kde-base/kfilemetadata-4.14.3 USE="exif pdf (-aqua) -debug -epub -ffmpeg -mobi -taglib" [ebuild N ] kde-apps/kdialog-15.08.3 USE="(-aqua) -debug" [ebuild N ] kde-apps/kdepimlibs-4.14.10 USE="handbook ldap (-aqua) -debug -prison {-test}" [ebuild N ] kde-base/baloo-4.14.3 USE="(-aqua) -debug -minimal" [ebuild N ] kde-apps/kfind-15.08.3 USE="handbook (-aqua) -debug" [ebuild N ] kde-apps/kdebase-kioslaves-15.08.3 USE="bzip2 exif handbook sftp (-aqua) -debug -lzma -openexr -samba" [ebuild N ] kde-apps/baloo-widgets-4.14.3 USE="(-aqua) -debug" [ebuild N ] kde-base/kactivities-4.13.3-r2 USE="(-aqua)" [ebuild N ] kde-apps/dolphin-4.14.3-r1 USE="handbook semantic-desktop (-aqua) -debug -thumbnail" [blocks B ] kde-base/baloo:4[-minimal(-)] ("kde-base/baloo:4[-minimal(-)]" is blocking kde-frameworks/baloo-5.21.0) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. (kde-base/baloo-4.14.3:4/4.14::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/baloo-4.14.3:4[aqua=] (>=kde-base/baloo-4.14.3:4[-aqua]) required by (kde-apps/baloo-widgets-4.14.3:4/4.14::gentoo, ebuild scheduled for merge) >=kde-base/baloo-4.14.3:4[aqua=] (>=kde-base/baloo-4.14.3:4[-aqua]) required by (kde-apps/dolphin-4.14.3-r1:4/4.14::gentoo, ebuild scheduled for merge) (kde-frameworks/baloo-5.21.0:5/5.21::gentoo, installed) pulled in by >=kde-frameworks/baloo-5.19.0:5 required by (kde-plasma/plasma-desktop-5.5.5-r1:5/5::gentoo, installed) >=kde-frameworks/baloo-5.21.0:5 required by (kde-plasma/plasma-workspace-5.5.5-r2:5/5::gentoo, installed) 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 1. If I manually install the older version of baloo (4.14.3:4) required for Dolphin, will that break my plasma desktop and workspace? Should I just manually emerge the older version of baloo and then try again? 2. Also, kind of unrelated, is there a way to add a USE flag in the terminal when I emerge a file? eg: Code: ~ # emerge USE="thumbnail" kde-apps/dolphin (I remember seeing something similar somewhere, but I forget what it was exactly...) | If you don't get supplied with 15.12.3 packages then you are missing a recent enough `emerge --sync`, it was stabilised (amd64 only) a few days ago. The blocker in your first post is only possible if you actually don't use plasma profile, or if you (wrongly) set USE=-minimal. ksnapshot is discontinued, new screenshots application is spectacle. |
Hi All: jserinki7 jserink # equery uses gnome-online-accounts [ Legend : U - final flag setting for installation] [ : I - package is installed with flag ] [ Colors : set, unset ] * Found these USE flags for net-libs/gnome-online-accounts-3.18.4: U I - - debug : Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces - - gnome : Use gnome-base/gnome-control-center to set GNOME online accounts preferences + + introspection : Add support for GObject based introspection - - kerberos : Add kerberos support Now, the use flag 'gnome' was put there for a reason so the person in charge of this ebuild assumed that someone NOT using gnome would want to install goa. I run xfce4 and have installed and and need to configure it to use with evolution. Problem is, to configure it you need to have gnome-control-center which has two problems: 1. It wants to pull in half the planet worth of dependencies, 2. It wants to force me to use systemd. I could live with item 1 but item 2 is a complete no-no at the moment. Does anyone have work around for this? How to setup goa without gnome-control-center? Cheers, John | Tried putting -systemd in for dbus....I get this: The following mask changes are necessary to proceed: (see "package.unmask" in the portage(5) man page for more details) # required by sys-apps/dbus-1.10.8-r1::gentoo[systemd] # required by app-i18n/ibus-1.5.12::gentoo # required by gnome-base/gnome-control-center-3.18.2::gentoo[i18n] # required by gnome-control-center (argument) # /etc/portage/package.mask: #=xfce-extra/xfce4-datetime-plugin-0.6.2 #=app-emulation/wine-1.7.38 =sys-apps/systemd-226-r2 The following USE changes are necessary to proceed: (see "package.use" in the portage(5) man page for more details) # required by sys-apps/systemd-226-r2::gentoo # required by sys-apps/gentoo-systemd-integration-6::gentoo >=sys-apps/dbus-1.10.8-r1 systemd |
It's funny how that which was old has come around to being new again. I'm in the process of setting up servers which will support a network consisting of mainly HP thin clients. So I'm back to that time honored tradition of using xdmcp to remote session in. Don't suggest anything more secure or like vnc since these thin client loadsets are based on a version of debian squeezed into a 1 or 2gb ssd drive via squashfs. They can basically do rdp or xdmcp session and not much else and don't have local logins or membership in our Active Directory domain. While wishing I could use gentoo on the server, I'm actually stuck with rhel6.5. That pretty much limits me to either gdm or kdm for display manager. However it might be interesting to try this exercise with lightdm or sddm at some point and our favorite distro. I have a few rhel5 servers set up in this space, and they immediately showed up and offered a desktop login when I did a chooser or broadcast style session. However the gnome version (2.30?) and gdm for rhel6 is turning out to be a real PITA. When I first played around with the /etc/gdm/custom.conf and /etc/X11/xdm/Xaccess files to get this working, I was on my gentoo based ceph cluster at home with an rhel6.5 reference vm and a win10 based laptop running a recent version of cygwin with a working cygwin-x setup. I did actually manage to get gdm on rhel6 to give me a login session and then got into a desktop. With firewalls disabled on both sides this custom.conf works: Code: # GDM configuration storage [daemon] [security] DisallowTCP=false [xdmcp] Enable=true AllowRootLogin=false DisplaysPerHost = 4 HonorIndirect=true MaxPending=4 MaxPendingIndirect=4 MaxSessions=16 MaxWait=15 MaxWaitIndirect=15 PingInterval=1 Port=177 Willing=/etc/X11/xdm/Xwilling [greeter] [chooser] [debug] Enable=false The crucial one line I always forget about in /etc/X11/xdm/Xaccess needs to be uncommented out: Code: * #any host can get a login window That config let me do the following from a cygwin bash shell on the pc: Code: x -query 192.168.blah.blah where the ip address is what my dhcp server assigned my reference vm when it fired up in libvirt/kvm. I assumed I would be able to setup an HP thin client to do an xdmcp with -query and the hostname at work after dropping similar conf files down on its rhel6.5 install and did the telinit 3, telinit 5 tap dance. The result was the infamous black screen xdmcp session which I eventually put out of its misery. The /var/log/gdm/gdm-binary log file mumbled something about temporary name resolution failures every few seconds but nothing other than that. Enabled debug in the custom.conf and did the telinit dance again. This time the gdm-binary log mumbles additional things about null host and domain names. Running wireshark and watching all traffic based on the thin clients ipv4 address at the host shows that a single xdmcp packet gets logged with only ip addresses in the headers and not much else in the meat of the packet. So it would appear that the rhel6 gdm does not like the offerings served up by lowly debian based thin clients. I had done a full boat install of rhel6.5 on this server, including the full kde desktop with kdm. So I proceeded to toss gdm by the wayside and enabled kdm to provide the display management. This worked the first time like a champ. I dread the day when I have to do this exercise again with rhel7, since they conveniently left out kdm from any of the kde packaging (but they are still stuck back in middle version 4.x!) I need to go back and see what I need to do with /usr/share/config/kdm/kdmrc to handle more than one or two remote sessions. The maxsession, etc syntax from the gdm custom.conf is not appropriate or I'm just missing its proper placement in forest of sections with comments in that file. Can anybody chime in with something they may have already done along a similar vein? Also is anybody doing anything like this with other display managers? | Looks like the only thing I needed to tweak is the count of ReserveServers in /usr/share/config/kdm/kdmrc. Displays 1-3 are set up by default: Code: [General] # This option exists solely for the purpose of a clean automatic upgrade. # Do not even think about changing it! ConfigVersion=2.4 # List of permanent displays. Displays with a hostname are foreign. A display # class may be specified separated by an underscore. # Default is ":0" StaticServers=:0 # List of on-demand displays. See StaticServers for syntax. # Default is "" ReserveServers=:1,:2,:3 so just add more. In my case I told it to set aside a dozen: Code: ReserveServers=:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12 |
so, another newbie's problem not so long ago i used another distro with everything from the box. and there i was happily using rxvt-unicode with a basic config and solarized colors. so my full .Xresources is stored on github https://github.com/babysitter/dotfiles/blob/master/.Xresources i have my fresh gentoo with x-server and xfce installed so i'm starting X via startx command from tty. .xinitrc looks like that: Code: xrdb -merge ~/.Xresources exec startxfce4 so the problem is: when i start a new session my urxvt doesn't know about my cool colors = i've got parse errors and evth is pink BUT! if i open a terminal and write xrdb -merge ~/.Xresources by hand = everything is cool, no errors in xrdb command or config file i added some echo commands and yes commands before exec startxfce4 was executed i was trying to redirect stdout/stderr from xrdb command but is seems fine.. any ideas? | I have this in my xinitrc and this working for me. [[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources found here https://wiki.archlinux.org/index.php/x_resources#Parsing_.Xresources |
i'm trying to upgrade to kde5. (it's been out for a few years now). I followed the plasma 5 upgrade guide on the wiki. Trying to emerge plasma-meta gives tons of blockers. not sure where to start. here's the output: https://bpaste.net/show/9852a7e8d439 | Looks to me as if you didn't do the cleanup @world step correctly. |
I've migrated to Plasma 5 and using stable KDE, but there's only testing kde-apps package available. At first, I've added kde-apps-meta ~amd64 into package.keywords and it worked for a while that way. But now I'm beginning to get new conflicts, such as kde-plasma/kactivities-workspace-5.5.0 being blocked, because dolphin needs newer kio-extras-16.04. I could switch Plasma 5 to testing, too, but I think that way my entire system would eventually move into testing branch, because it will pull even more testing dependencies and that's probably going to get ugly. | If you are using Plasma-5.5.5, you are indeed blocked from upgrading to some 16.04.1 package(s), but you can mitigate that using =<package>-15.12.3* atoms in your package.keywords file. You can follow the KDE Applications 15.12.3 stabilisation bug tracker, it only depends on other stabilisations at this point: https://bugs.gentoo.org/show_bug.cgi?id=579992 |
build silently fails with no discernible error: Code: /usr/lib64/qt5/bin/moc -I/var/tmp/portage/kde-frameworks/kjsembed-5.18.0/work/kjsembed-5.18.0_build/examples/kjsconsole -I/var/tmp/portage/kde-frameworks/kjsembed-5.18.0/work/kjsembed-5.18.0_build/src/kjsembed/.. -I/var/tmp/portage/kde-frameworks/kjsembed-5.18.0/work/kjsembed-5.18.0_build/src/kjsembed -I/var/tmp/portage/kde-frameworks/kjsembed-5.18.0/work/kjsembed-5.18.0/examples/kjsconsole -I/var/tmp/portage/kde-frameworks/kjsembed-5.18.0/work/kjsembed-5.18.0/src/kjsembed/.. -I/var/tmp/portage/kde-frameworks/kjsembed-5.18.0/work/kjsembed-5.18.0/src/kjsembed -I/usr/include/KF5/KI18n -I/usr/include/KF5 -I/usr/include/qt5 -I/usr/include/qt5/QtCore -I/usr/lib64/qt5/mkspecs/linux-g++ -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include -I/usr/include -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DTRANSLATION_DOMAIN="kjsembed5" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o /var/tmp/portage/kde-frameworks/kjsembed-5.18.0/work/kjsembed-5.18.0_build/examples/kjsconsole/moc_numberedtextview.cpp /var/tmp/portage/kde-frameworks/kjsembed-5.18.0/work/kjsembed-5.18.0/examples/kjsconsole/numberedtextview.h make[2]: Leaving directory '/var/tmp/portage/kde-frameworks/kjsembed-5.18.0/work/kjsembed-5.18.0_build' [ 7%] Built target kjsconsole_automoc make[1]: Leaving directory '/var/tmp/portage/kde-frameworks/kjsembed-5.18.0/work/kjsembed-5.18.0_build' Makefile:127: recipe for target 'all' failed make: *** [all] Error 2 * ERROR: kde-frameworks/kjsembed-5.18.0::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=kde-frameworks/kjsembed-5.18.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=kde-frameworks/kjsembed-5.18.0::gentoo'`. * The complete build log is located at '/var/tmp/portage/kde-frameworks/kjsembed-5.18.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-frameworks/kjsembed-5.18.0/temp/environment'. * Working directory: '/var/tmp/portage/kde-frameworks/kjsembed-5.18.0/work/kjsembed-5.18.0_build' * S: '/var/tmp/portage/kde-frameworks/kjsembed-5.18.0/work/kjsembed-5.18.0' >>> Failed to emerge kde-frameworks/kjsembed-5.18.0, Log file: >>> '/var/tmp/portage/kde-frameworks/kjsembed-5.18.0/temp/build.log' The log file contains the same output. No error message other than the build failed. Any ideas on how to proceed? | `emerge --info` please. |
Hello there, Last week, I updated my system to try gnome 3.20 on the gnome overlay. Everything went well but now whenever I press the 'l' key, Gnome Help opens. When I press the '_' key, Screen Reader (from accessibility) is toggled. Anybody got an idea for this ? I checked the shortcuts in Settings > Keyboard but I didn't see anything related to this behaviour. | Goltia wrote: Hello there, Last week, I updated my system to try gnome 3.20 on the gnome overlay. Everything went well but now whenever I press the 'l' key, Gnome Help opens. When I press the '_' key, Screen Reader (from accessibility) is toggled. Anybody got an idea for this ? I checked the shortcuts in Settings > Keyboard but I didn't see anything related to this behaviour. Setting the following to false with dconf-editor might work: Code: org/gnome/settings-daemon/plugins/media-keys/active For details, check the following topics: Gnome/gdm can't type key "s"? 's' key not working with new Gentoo install. [solved] As well as the following bug: # 560346 |
Emerge can't seem to get around package masks. I have a completely brand new system done per the guidebook, and followed the wiki but it just doesn't work. I also did mask the KDE 5 packages as per other forum posts, but this is what happens. Code: # emerge --newuse --update --ask kde-apps/kdebase-meta kde-apps/kdeartwork-meta kde-base/kdebindings-meta kde-apps/kdegraphics-meta kde-apps/kdemultimedia-meta kde-apps/kdenetwork-meta kde-apps/kdeutils-meta These are the packages that would be merged, in order: Calculating dependencies... done! !!! All ebuilds that could satisfy ">=kde-apps/kdesu-4.14.3:4[aqua=]" have been masked. !!! One of the following masked packages is required to complete your request: - kde-apps/kdesu-16.04.1::gentoo (masked by: package.mask, ~amd64 keyword, invalid: DEPEND: USE flag 'handbook' referenced in conditional 'handbook?' is not in IUSE, invalid: RDEPEND: USE flag 'handbook' referenced in conditional 'handbook?' is not in IUSE) - kde-apps/kdesu-15.12.3::gentoo (masked by: package.mask, ~amd64 keyword, invalid: DEPEND: USE flag 'handbook' referenced in conditional 'handbook?' is not in IUSE, invalid: RDEPEND: USE flag 'handbook' referenced in conditional 'handbook?' is not in IUSE) - kde-apps/kdesu-15.08.3::gentoo (masked by: package.mask, invalid: DEPEND: USE flag 'handbook' referenced in conditional 'handbook?' is not in IUSE, invalid: RDEPEND: USE flag 'handbook' referenced in conditional 'handbook?' is not in IUSE) - kde-apps/kdesu-4.14.3::gentoo (masked by: invalid: DEPEND: USE flag 'handbook' referenced in conditional 'handbook?' is not in IUSE, invalid: RDEPEND: USE flag 'handbook' referenced in conditional 'handbook?' is not in IUSE) (dependency required by "kde-apps/khelpcenter-4.14.3::gentoo" [ebuild]) (dependency required by "kde-base/kdelibs-4.14.16::gentoo[handbook]" [ebuild]) (dependency required by "kde-apps/kcharselect-4.14.3::gentoo[handbook]" [ebuild]) (dependency required by "kde-apps/kdeutils-meta-4.14.3::gentoo" [ebuild]) (dependency required by "kde-apps/kdeutils-meta" [argument]) For more information, see the MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. How do I get around and manually unmask kde-apps/kdesu-4.14.3::gentoo as that's the package I want to go with all the 4.x packages for KDE. | Nothing you can do there except `emerge --sync` to fix a bug in an eclass. It is already fixed, you're just on an outdated state of the tree. |
Howdy, I am trying to configure lxqt to have shortcuts for previous and next desktops. Right now I have the default ctrl+f<> to change to a given desktop, but I want ctrl+arrows to work for my desired behavior. Any hints? | Solved it and I think it may be applied in other cases. I emerged xdotool and edited the shortcuts using lxqt-config-globalkeyshortcuts adding the following commands (respectively to cycle left and right): Code: xdotool set_desktop --relative -- -1 xdotool set_desktop --relative 1 The " --" in the first line is required in order that " -1" is interpreted as a negative number and not another parameter. |
Hello, I need a tool that can compare at least two folder and show me duplicates. needed functionality: - search result can be sorted by name and by size - size is shown like in "df -h" (so depending on the size in bytes/MB/GB…) - files can be selected by using checkboxes, the selected removed then - don't do / do a byte by byte check when the hash is the same would be nice: - other actions than delete e.g. move - applying pattern/criteria (like size) for auto-selecting search results cream on the top: "look at these 10 folders remove duplicates and put all remaining files into folder <name>" Code: fdupes -rnS /home/xxx/openmw* 3145772 bytes each: /home/xxx/openmw/Splash/Splash_Siltstriker.tga /home/xxx/openmw_new/Splash/Splash_Siltstriker.tga /home/xxx/openmw_2015-03-22/Splash/Splash_Siltstriker.tga 3145772 bytes each: /home/xxx/openmw/Splash/Splash_Daedroth.tga /home/xxx/openmw_new/Splash/Splash_Daedroth.tga /home/xxx/openmw_2015-03-22/Splash/Splash_Daedroth.tga 401462 bytes each: /home/xxx/openmw/_MFC_6.2_Runtime_S_NSR_PL_544____WINSYSDIR__1/MSVCP60.DLL /home/xxx/openmw_new/_MFC_6.2_Runtime_S_NSR_PL_544____WINSYSDIR__1/MSVCP60.DLL 278581 bytes each: /home/xxx/openmw/_MFC_6.2_Runtime_S_NSR_PL_544____WINSYSDIR__1/Msvcrt.dll /home/xxx/openmw_new/_MFC_6.2_Runtime_S_NSR_PL_544____WINSYSDIR__1/Msvcrt.dll 28529 bytes each: /home/xxx/openmw/_Engine_Engine_Files/corecomp.ini /home/xxx/openmw_new/_Engine_Engine_Files/corecomp.ini The fdupes command from app-misc/fdupes does half of what I want but I can not do a selection, the size is shown in bytes which doesn't really help to spot the big-space-wasters… Telling me directories which have the same content would be cool too, so I'd remove that folder and not have to click the checkbox for ~1000 files first. Something like sys-apps/pyrenamer just for looking and handling duplicate files. Is there a linux tool like that? PS: I apologise if this is the wrong section, please move the thread where it belongs in that case. | just found it Code: #> emerge app-misc/fslint $> fslint-gui |
The xfce power manager is missing suspend/hibernate options, as you can see in this image here . All I can do when I press my power button is "Do Nothing" or "Ask" (and the only option when it asks is to log out...). If I run xfce-power-manager-settings as root, the suspend and hibernate options appear as expected. I have ACPI and suspend and hibernate enabled in the kernel, and they work if I call them by hand as a sudoer. I have upower and suspend and pm-utils installed, but not upower-pm-utils because upower blocks it supposedly because the newer versions implement the functionality of upower-pm-utils. Any ideas why the actual useful PM options are all missing from the menus in the xfce power management tool? | which version of consolekit are you using? set the pm-utils flag on it |
Hi, Where I could find "file search" in Plasma 5, it used to be kfind, but I have no idea what is called now. | kfind is still around, if you so desire: Code: $ emerge -vp kfind These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] kde-apps/libkonq-15.08.3:4/15.08::gentoo USE="(-aqua) -debug -minimal {-test}" 2.004 KiB [ebuild N ] kde-apps/kfind-15.08.3:4/15.08::gentoo USE="handbook (-aqua) -debug" 0 KiB |
Hi, I'm using fluxbox and emerged a couple of kde apps (not the whole base) that I like (krusader, amarok, k3b). Problem is that all those apps are missing some icons (not all). I have kde-base/oxygen-icons installed, I also followed this wiki to set the theme but without luck. Strange thing is that if I kdesu, the icons are there, which sounds like a permission issue. But I checked under /usr/share everything is drwxr-xr-x for root:root This is a fresh install. Code: $ emerge --info Portage 2.1.10.3 (default/linux/amd64/10.0/desktop, gcc-4.4.5, glibc-2.12.2-r0, 2.6.38-gentoo-r6 x86_64) ================================================================= System uname: Linux-2.6.38-gentoo-r6-x86_64-Intel-R-_Core-TM-2_Duo_CPU_P8400_@_2.26GHz-with-gentoo-2.0.2 Timestamp of tree: Wed, 06 Jul 2011 00:45:01 +0000 app-shells/bash: 4.1_p9 dev-java/java-config: 2.1.11-r3 dev-lang/python: 2.7.1-r1, 3.1.3-r1 dev-util/cmake: 2.8.4-r1 dev-util/pkgconfig: 0.25-r2 sys-apps/baselayout: 2.0.2 sys-apps/openrc: 0.8.3-r1 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.68 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.4.5 sys-devel/gcc-config: 1.4.1-r1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.82 sys-kernel/linux-headers: 2.6.36.1 (virtual/os-headers) sys-libs/glibc: 2.12.2 Repositories: gentoo x-portage ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA AdobeFlash-10.1 skype-eula dlj-1.1 PUEL EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=core2 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.3/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=core2 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="" GENTOO_MIRRORS="http://files.gentoo.gr ftp://files.gentoo.gr http://ftp.ntua.gr/pub/linux/gentoo/ ftp://ftp.ntua.gr/pub/linux/gentoo/ http://ftp.cc.uoc.gr/mirrors/linux/gentoo/ ftp://ftp.cc.uoc.gr/mirrors/linux/gentoo/" LANG="el_GR.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="en el" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gr.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 apache2 berkdb bluetooth branding bzip2 cairo cdda cdr cleartype cli consolekit corefonts cracklib crypt cups cxx dbus dri dts dvd dvdr emboss encode exif fam fat firefox flac fortran ftp gdbm gdu gif gpm gtk iconv ipv6 jpeg lcms ldap libnotify mad mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl nptlonly nsplugin ogg opengl openmp oracle pam pango pcre pdf perl png policykit ppds pppd python qt3support qt4 readline sdl session spell sse sse2 ssl startup-notification subversion svg sysfs tcpd tiff truetype type1 udev unicode usb vorbis x264 xcb xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="braindump flow karbon kexi kpresenter krita tables words" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="synaptics joystick evdev keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en el" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Thanks! | Thanks bugfarmer, but as I wrote, I don't have kde-base installed, only specific applications since I'm on fluxbox. So, I don't have the usual Applications menu as you do on your kde system Another strange thing that I just noticed is that if I mouseover Edit->select all in krusader for example, the icon appears as long as I have the mouse over it!!! If I move it away it disappears!!! Thanks. |
My browser is getting very slow and I do not know how to find out the reason. I used to use Seamonkey and at the beginning, it was very fast and works nicely. However, after sometime it became slower till it was heavy and very slow. At that point I saw large activity in "CPU Usage Monitor". So I switched to FireFox and again it was ok but after a while it became the same as Seamonkey. Please advise how to analyse and prevent such overloaded CPU? | I quit my firefox session after using it each time, can't reproduce slowness. Also depends on what websites you visit... f.g.o never has an issue. |
So, I decided to try the new version of QupZilla... I think I screwed something up when building it. I have Qt fully updated to 5.6.0, and qt5 -qt4 in my USE flags. I'm on ALSA for an audio system and I'm using GStreamer. I'm running TWM on the Nouveau driver in X.Org. I ran: emerge --ask =www-client/qupzilla-2.0.0 And watched it pull in a bunch of packages, although I know QtWebEngine was important because QupZilla is little more than a frontend to this component. So after this process finished, I just pulled up an Xterm and typed: qupzilla I can't find a way to capture the error message due to what happened next. It mentioned something about QtWebEngine ICU, using a fallback directory because it didn't find something, ((null)),((null)):0, and after three repeated messages saying this, it eventually said the application may not work. The browser worked long enough to render the opening page. But immediately after rendering it, the browser was completely unresponsive. My cursor turned into a watch, and I was able to do that thing where you drag the window around and the drawing area picks up pieces of other windows. The really fun part of this, though... is that I couldn't change focus to any other window. Even if I logged via SSH from another computer and killed QupZilla, the window wouldn't disappear. In fact, even killing X did nothing but freeze the cursor and the main console was locked up to the point that I couldn't get back to BASH. So every time I run this application, I have to SSH in from my laptop to reboot the computer in order to get back control of the main console. QupZilla 2.0.0 manages to break not only itself, but to essentially bring down the entire X.Org system. The previous version 1.8.9 that relied on QtWebKit worked fine... it had a few issues, but nothing like this. Every time I try to run QupZilla, the exact same thing happens and I have to SSH in and reboot. I don't really know where I would look for logs on this, or whether I should just install a VNC server and take a screenshot of it screwing up from a machine that can still function after it locks up my X session. I've tried recompiling QtWebEngine a few times now... but it still happens. Is there something wrong with my configuration that's causing this to happen? Is it ALSA or GStreamer? I suspect QtWebEngine of being the culprit, but I know other people using QupZilla aren't encountering this because surely the developers would have noticed it or there would be bug reports on it. And I can't find any bug reports stating that it locks up X.Org when it starts up. I already filed one with QupZilla because I think the problem is on their end rather than Gentoo's end. Debating with myself whether I need to file one with Gentoo and the maintainers of QtWebEngine, but I'm really not sure whose responsibility it is at this point. I apologize if I didn't include enough information, but I really don't know what logs and system information would be helpful in this instance. /var/log/Xorg.0.log doesn't show anything out of the ordinary that would even indicate it was locked up. And QupZilla never clearly prints a message acknowledging that it crashed or experienced issues on the console. So, does anyone have an idea of how I could work around this for now? I have no clue what's triggering it. I was looking forward to beta testing this new version of QupZilla because I was excited about QtWebEngine, but I usually expect to be able to get a little further than this before encountering a bug. | Teegrins, Athenian200 ! I've been using QupZilla with QtWebEngine since December 2015, I think, and haven't experienced what you described even once, so it does seem somewhat surprising! (I like to think that I've been helping at least a tiny bit with these getting into Portage.) The immediate difference I can point out is that I've been using nvidia-drivers , instead of nouveau , which you are using, and although I don't recall seeing anyone report this happening on nouveau either, that's probably where I'd first look. So perhaps, if possible, give it a go with the proprietary drivers just to narrow the source down. It's been a while since I tried out nouveau, but I can give it a shot, too. I can't tell how many days it will take for me to get to it, however, as I have quite a bunch of things waiting for doing already. ^^ I don't have any other ideas really, but sharing the package versions of xorg-server , nouveau , mesa (?), as well as emerge --info output might be helpful. |
I switched from KDE5/Plasma to MATE and now to Cinnamon and I'm trying to set my mouse cursor. I have a bunch of cursor themes from x11-themes/ installed, but nothing shows up in my configuration for mouse cursors in Cinnamon's theme settings. This is what I am seeing: http://i.imgur.com/LImhnDU.png Here is the contents of my /usr/share/cursors/xorg-x11 folder: Code: $ ls total 120 drwxr-xr-x 30 root root 4096 May 11 14:23 . drwxr-xr-x 3 root root 4096 Aug 9 2015 .. drwxr-xr-x 3 root root 4096 Aug 9 2015 Adwaita drwxr-xr-x 3 root root 4096 May 11 14:21 Blue drwxr-xr-x 3 root root 4096 May 11 14:21 ComixCursors-Black drwxr-xr-x 3 root root 4096 May 11 14:21 ComixCursors-Blue drwxr-xr-x 3 root root 4096 May 11 14:21 ComixCursors-Green drwxr-xr-x 3 root root 4096 May 11 14:21 ComixCursors-Orange drwxr-xr-x 3 root root 4096 May 11 14:21 ComixCursors-Red drwxr-xr-x 3 root root 4096 May 11 14:21 ComixCursors-Slim-Black drwxr-xr-x 3 root root 4096 May 11 14:21 ComixCursors-Slim-Blue drwxr-xr-x 3 root root 4096 May 11 14:21 ComixCursors-Slim-Green drwxr-xr-x 3 root root 4096 May 11 14:21 ComixCursors-Slim-Orange drwxr-xr-x 3 root root 4096 May 11 14:21 ComixCursors-Slim-Red drwxr-xr-x 3 root root 4096 May 11 14:21 ComixCursors-Slim-White drwxr-xr-x 3 root root 4096 May 11 14:21 ComixCursors-White drwxr-xr-x 3 root root 4096 May 11 14:20 gentoo drwxr-xr-x 3 root root 4096 May 11 14:20 gentoo-blue drwxr-xr-x 3 root root 4096 May 11 14:20 gentoo-silver drwxr-xr-x 3 root root 4096 May 11 14:21 Gold drwxr-xr-x 3 root root 4096 May 11 14:20 haematite drwxr-xr-x 3 root root 4096 Aug 9 2015 handhelds drwxr-xr-x 3 root root 4096 May 11 14:23 Neutral_Plus drwxr-xr-x 3 root root 4096 May 11 14:21 Obsidian drwxr-xr-x 3 root root 4096 May 11 14:21 pearlgrey drwxr-xr-x 3 root root 4096 Aug 9 2015 redglass drwxr-xr-x 3 root root 4096 May 11 14:21 Silver drwxr-xr-x 3 root root 4096 May 11 14:21 Vanilla-DMZ drwxr-xr-x 3 root root 4096 May 11 14:21 Vanilla-DMZ-AA drwxr-xr-x 3 root root 4096 Aug 9 2015 whiteglass When I click on the button that is supposed to change my cursor, I get an empty tooltip to the right. Lxappearance also displays similar behavior, showing me no cursors available. How do I fix this problem or work around it? This is Cinnamon 2.8.6 from gentoo overlay | I ended up copying everything from that folder into ~/.icons and then I was able to pick a cursor from there. Strange that Cinnamon doesn't pick up the themes in /usr/share/cursors/xorg-x11 folder, maybe it was looking in /usr/share/icons or somewhere else? I also had the infamous Chromium cursor theme bug where it doesn't obey window manager settings and looks at global X11 cursor setting. Fixed that by running something like Code: $ ln -s /usr/share/cursors/xorg-x11/gentoo-silver/ ~/.icons/default to manually set my cursor theme globally for my user. |
I upgraded to KDE plasma 5.5.5 following the KDE 4.11 the Gentoo wiki page: https://wiki.gentoo.org/wiki/KDE/Plasma_5_upgrade#SDDM_display_issues sddm works fine, I can start a working openbox session with it. (Yes sddm is in the video group) However, when I start plasma, I get a dark screen with working a mouse and a limited krunner. I have an extensive xorg logfile: http://pastebin.com/m0mHVXJq I extracted some relevant lines from it: Code: QCoreApplication::arguments: Please instantiate the QApplication object first QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. kscreen: Failed to request backend: unknown error I use openrc and a Nvidia GeForce GTX 760 with 361.28 driver version with 3 displays but two xscreens. | Provided you use openrc: dbus and consolekit are in default runlevel? |
i have a bad screen tearing flickering. i am on gentoo amd64 and nvidia 361.28 i had the same problem with kde4 and the <<solution>> was to set system-settings --> display-monitor --> compositor --> vsync from cheap to none and back to cheap.Now i cannot find any solution and it is very bad for my eyes especially in video and games | sometimes the eyes confused but the true is that the bad flickering is here..any other solution? thank you |
I recently ran a system update. Everything is working. I use krdc regularly. now its crashing the session, not the application when idle. App stays live, I just have to reclick the connect link. I last updated about a year ago and krdc was crashing the same way. I downgraded krdc and the random crashing went away. However, this time, downgrading has not solved it. krdc does work and connect fine, if I am actively using it with keyboard and mouse acitivity it has never crashed on me. it crashes when activity is quiet, such as focus being on other linux apps, or if I am just reading an email. the time length is also random, I can walk a way for an hour and its fine, or I can open a long email start reading it and a minute later it crashes. It doesnt kill the app, just the session, I just reopen the link in krdc and I am right back where I was. I am now attempting to use the ~amd64 package, after unmasking it. Ill find out soon enough if the crash stops. if ancient memory serves, I had to downgrade to version 12.x.x that was stable, but now only 14.x.x or 15.x.x exists in portage. has anyone had this issue, and what did they do to fix it? | Since installing the "unstable" package, it appears that krdc has gone, um, "stable" Since the new krdc session was started on 15.12.3, I also re-emerged libX11. libX11 was in the emerge updates, but not since new kernel. This may or may not have helped the cause. |
Hello, I have two KDE 5 installation. The first and older one was a clean install on a new laptop some month ago, when KDE5 was still in the unstable branch. This installation is running smoothly and responsive. Yesterday, I decided to upgrade my KDE 4 installation to KDE 5 on my (productive) desktop PC, because of the message from the portage news system. I expected no problems due to my experiences from the experimental setup on my laptop. Although my desktop PC is much more powerful than my laptop in every respect, KDE 5 is slow and lagging. The UI randomly gets unresponsive for some seconds and then everything goes on. For example, if I right click somewhere for the first time, everything pauses for 1-2 seconds until the context menu pops up. Same thing holds if I open a menu, an application, a dialog for the first time. After that the same item is very quick, if I repeat the same action. But if I do not use the same menu/.../... for some hours the same slack appears again. I guess it has something to do with broken caches that still contain old and outdated items from the previous KDE 4 installation. But I might be wrong. Any ideas what I could try out? At the moment working with my desktop PC is fun at all. Thanks, Matthias | What is "preload" and how do I enable/disable it? |
Hi, i installed Plasma 5 as suggested in the news read. However, it doesn't work with a second monitor properly as it crashes the desktop after unplugging and plug in the monitor again. Let alone the widgets look strange i.e. way too small. So i went back to KDE 4. Switched the profile back to desktop/kde. then emerge --changed-use --newrepo --deep world Unmerged all the Plasma stuff by hand and emerged the KDE 4 packages until everything looks fine. However, it looks like KDE still starts in some Plasma 5 environment: All desktop icons gone. Background color setting is gone. Konsole refuses to work with a pipe error. No entries for suspend and hibernate in the K-menu anymore. klipper is not working. kmix is not working. kde applications like konqueror show version 4.14.. I could get konsole go back to work by just emerge it again. By emerging kdelibs 4 again and relogin the old desktop and the suspend/hibernate menu entries reappeared, klipper and kmix start working. However, if i reboot again all is gone again, all desktop settings, konsole is not working etc. So i had to always emerge konsole and kdelibs after each reboot. That is not a solution. Anyone has an idea what to do? tia | I believe there was a setting to change the widget and other sizes. But regardless to go back to kde4 you already changed the profile, that is good. Do you happen to have a bunch of plasma or qt5 packages in your world file (/var/lib/portage/world) ? What about sddm vs kdm? I cannot recall if sddm works with kde4. I want to say it does but my memory isn't that great. Regardless you might want to go back to kdm anyway. Also did you 'emerge --depclean --ask world' after switching? Also see this topic: https://forums.gentoo.org/viewtopic-t-1042980.html You are supposed to be able to mainly just change profiles to have things work but you might also try masking plasma, frameworks, and qt5 packages to see if that helps. I'm guessing your issue is probably your world file though. |
This is a pretty new install, so I dunno if this ought to be in the installing gentoo subforum, but all of the other threads I found via Google that are related to this at all are in this subforum, so here goes... Code: gegtoo ~ # lspci | grep -i VGA 00:02.0 VGA compatible controller: Intel Corporation Sky Lake Integrated Graphics (rev 07) The wiki says I need intel i965, so I put 'VIDEO_CARDS="intel i965"' in make.conf. I emerged mesa. I went and made sure my make menuconfig stuff was the same as that in https://wiki.gentoo.org/wiki/Intel. Following the same wiki article: Code: gegtoo ~ # cat /etc/X11/xorg.conf.d/device_no_vesa.conf Section "Device" Identifier "Device0" Driver "intel" Option "Monitor-LVDS" "Internal Panel" Option "Monitor-VGA" "External VGA Monitor" EndSection When I try to xinit, I get: http://ix.io/y7U (The xinit giving up bit is me ctrl+c-ing) /var/log/Xorg.0.log gives me: http://ix.io/y86 I really just don't know what to do. Can anybody give some guidance? | teppergeg, Code: [ 2040.456] (EE) No devices detected. Either your Intel Xorg driver is too old or something in the kernel has already bound to the graphics hardware. Running as root is a very bad thing. Code: xauth: file /root/.serverauth.26289 does not exist |
I am not able to change security setting of macro in LibreOffice. here is thread which did help me with openoffice https://forums.gentoo.org/viewtopic-t-598196-highlight-openoffice+macro.html but I am not able to find that file when using libreoffice has anybody solution for this? I am using macros in spreadsheets, so at this moment I am not able to use libreoffice. thanks for help / tips | I also enable "enable experimental features" in general tab of Option not helping to change macro security |
Hi, I have three issues which I'd like to try to address here. The first relates to my keyboard map. Since my initial build of Gentoo on this PC, XDM has subbornly stuck with the en_US keyboard map. I'd like to use en_GB. In KDE 4 and TTY, this was not a problem and while Logging in I needed to remember an alternative map it was a minor inconvienence. Now, KDE Plasma and XDM both are fixed on the en_US map. This brings me neatly in to my second issue. In the settings application it is possible to choose the en_GB keyboard map. However, having choosen this setting, it is ignored. I have also chosen to switch off the font blur and this too is ignored. Lastly and I can't say how related to the above issues this is. Having a second monitor, I have attempted to set a second panel and the bottom of the screen of the second monitor. It seems to configure okay until I reboot and then I find two panels in the same place on my primary monitor and neither quite the way I left then. In fact largely corrupt. Thanks. [UPDATE] After posting this message, KDE Plasma promptly crashed. | about the keyboard, you could try putting a line like: Quote: setxkbmap us,gb,br,es into /usr/share/sddm/scripts/Xsetup (assuming you use sddm) the first ("us" for me) is default ... this works for me and I get a nice little symbol in the systray for switching keyboard layout (I got this from another post here but can't remember who) |
I am using firefox-45.0.1: Installed versions: 45.0.1 use flags: dbus ffmpeg gmp-autoupdate gstreamer hwaccel jemalloc3 jit Firefox shows certain images or objects as black squares. To rule out any plugins or addons or configuration causing this issue I created a new unix account and started up firefox as the new user. On one of the Mozilla default pages the shield with a purple mask on it is a big black square: https://www.mozilla.org/en-US/firefox/private-browsing/ (I also launched seamonkey browser which showed the missing content.) I then added the Calomel SSL validation add-on. When I click the shield icon the resulting drop-down window is also a black square. Any idea on how to fix or troubleshoot this issue? Am I missing some use flag? (I have seen reports like https://support.mozilla.org/en-US/questions/776670 where users had issues with playing movies, but my issue is different.) | You should try to reemerge firefox without the hwaccel USE flag. Depending on the graphic driver you use, that might cause the problems you noticed. |
How do different versions of packages block each other? Code: !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: dev-qt/qtcore:5 (dev-qt/qtcore-5.5.1-r1:5/5::gentoo, installed) pulled in by ~dev-qt/qtcore-5.5.1 required by (dev-qt/qttest-5.5.1:5/5::gentoo, ebuild scheduled for merge) ^ ^^^^^ (and 14 more with the same problem) (dev-qt/qtcore-5.6.0:5/5.6::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtcore-5.6.0 required by (dev-qt/qttest-5.6.0:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ (and 10 more with the same problem) dev-qt/qtgui:5 (dev-qt/qtgui-5.6.0-r1:5/5.6::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtgui-5.6.0[gles2=] required by (dev-qt/qtprintsupport-5.6.0:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ (and 4 more with the same problem) (dev-qt/qtgui-5.5.1-r1:5/5::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtgui-5.5.1[gles2=] required by (dev-qt/qtopengl-5.5.1:5/5::gentoo, ebuild scheduled for merge) ^ ^^^^^ (and 6 more with the same problem) dev-qt/qtdbus:5 (dev-qt/qtdbus-5.6.0:5/5.6::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtdbus-5.6.0 required by (dev-qt/qtgui-5.6.0-r1:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ (dev-qt/qtdbus-5.5.1:5/5::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtdbus-5.5.1 required by (dev-qt/qtgui-5.5.1-r1:5/5::gentoo, ebuild scheduled for merge) ^ ^^^^^ dev-qt/qtdeclarative:5 (dev-qt/qtdeclarative-5.5.1-r1:5/5::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtdeclarative-5.5.1 required by (dev-qt/linguist-tools-5.5.1-r1:5/5::gentoo, ebuild scheduled for merge) ^ ^^^^^ (dev-qt/qtdeclarative-5.6.0:5/5.6::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtdeclarative-5.6.0[widgets] required by (dev-qt/designer-5.6.0:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ dev-qt/qtxml:5 (dev-qt/qtxml-5.6.0:5/5.6::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtxml-5.6.0 required by (dev-qt/designer-5.6.0:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ (dev-qt/qtxml-5.5.1:5/5::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtxml-5.5.1 required by (dev-qt/linguist-tools-5.5.1-r1:5/5::gentoo, ebuild scheduled for merge) ^ ^^^^^ dev-qt/qtwidgets:5 (dev-qt/qtwidgets-5.6.0:5/5.6::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtwidgets-5.6.0[gles2=] required by (dev-qt/qtprintsupport-5.6.0:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ (and 3 more with the same problem) (dev-qt/qtwidgets-5.5.1-r1:5/5::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtwidgets-5.5.1[gles2=] required by (dev-qt/qtdeclarative-5.5.1-r1:5/5::gentoo, ebuild scheduled for merge) ^ ^^^^^ (and 3 more with the same problem) dev-qt/qtnetwork:5 (dev-qt/qtnetwork-5.6.0:5/5.6::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtnetwork-5.6.0 required by (dev-qt/qtdeclarative-5.6.0:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ (and 2 more with the same problem) (dev-qt/qtnetwork-5.5.1:5/5::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtnetwork-5.5.1 required by (dev-qt/qtxmlpatterns-5.5.1-r1:5/5::gentoo, ebuild scheduled for merge) ^ ^^^^^ (and 2 more with the same problem) dev-qt/qttest:5 (dev-qt/qttest-5.5.1:5/5::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qttest-5.5.1 required by (dev-qt/qtdeclarative-5.5.1-r1:5/5::gentoo, ebuild scheduled for merge) ^ ^^^^^ (dev-qt/qttest-5.6.0:5/5.6::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qttest-5.6.0 required by (dev-qt/qtdeclarative-5.6.0:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ dev-qt/qtxmlpatterns:5 (dev-qt/qtxmlpatterns-5.5.1-r1:5/5::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtxmlpatterns-5.5.1 required by (dev-qt/qtquick1-5.5.1-r1:5/5::gentoo, ebuild scheduled for merge) ^ ^^^^^ (and 1 more with the same problem) (dev-qt/qtxmlpatterns-5.6.0:5/5.6::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtxmlpatterns-5.6.0 required by (dev-qt/qtdeclarative-5.6.0:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ NOTE: Use the '--verbose-conflicts' option to display parents omitted above It may be possible to solve this problem by using package.mask to prevent one of those packages from being selected. However, it is also possible that conflicting dependencies exist such that they are impossible to satisfy simultaneously. If such a conflict exists in the dependencies of two different packages, then those packages can not be installed simultaneously. You may want to try a larger value of the --backtrack option, such as --backtrack=30, in order to see if that will solve this conflict automatically. For more information, see MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. | Strange. I didn't run into that when I updated to qt 5.6 yesterday on ~amd64. I'm not sure what is happening. Do you have specific qt versions (with slots and sub-slots) specified in your world file or something strange like this? Shot in the dark- Does the --backtrack=1000 option do any good? It's always worth a shot. It's risky but if you want you could try unmerging the existing qt versions and then updating again to avoid the blockers. |
Hello everyone, I am trying to install Gnome3 from Dantrell B overlay. I followed instructions but when trying to run: Code: emerge --deep --with-bdeps=y --changed-use --update --ask --verbose @world I get this result: https://bpaste.net/show/754ca7745a7b There seems to be conflict with GTK+ packages. I am not sure why any GTK+ is mentioned other than gtk+-3.20.3. In one of my attempts, I tried to mask: Code: echo "<x11-libs/gtk+-3.20.3" >> /etc/portage/package.mask/x11-libs But the same message appeared nontheless: Code: (x11-libs/gtk+-3.20.3:3/20::dantrell-gnome-3-20, installed) pulled in by >=x11-libs/gtk+-3.14:3/20= required by (xfce-base/garcon-0.5.0-r2:0/0::gentoo, installed) ^^^^^^ >=x11-libs/gtk+-3.19.12:3[introspection?] required by (gnome-base/nautilus-3.20.0:0/0::dantrell-gnome-3-20, ebuild scheduled for merge) ^^ ^^^^^^^^^ (and 3 more with the same problems) (x11-libs/gtk+-3.18.7:3/3::gentoo, ebuild scheduled for merge) pulled in by >=x11-libs/gtk+-3.6:3/3= required by (xfce-extra/xfce4-indicator-plugin-2.3.3-r1:0/0::gentoo, installed) Besides, other packages like GFTP need gtk+-2.24.30 for smoother UI appearnce so I now have gtk+-3.20.3 and gtk+-2.24.30. But I still don't understand why gtk+-3.14, gtk+-3.19.12, gtk+-3.6, and gtk+-3.18.7 are being mentioned here. I could remove these xfce-related packages but I need to use XFCE. And I also want to install Gnome 3. Is it possible for both these DE's to be installed? Could somebody please suggest how I can resolve this problem? I also tried to mask these XFCE packages: Code: package.mask # cat xfce-base =xfce-base/garcon-0.5.0-r1 package.mask # cat xfce-extra =xfce-extra/xfce4-power-manager-1.5.2 =xfce-extra/xfce4-pulseaudio-plugin-0.2.3 =xfce-extra/xfce4-indicator-plugin-2.3.3-r1 But that didn't help. Thanks, Victor. | victorsk wrote: Ok, I solved it. [...] Glad you got things resolved. Just for the record, any issues related to my overlays should be reported either on the relevant forum topic (if you want more eyes on the issue) or to me directly (if you want my prompt attention). That said, GNOME should work alongside other closely related Desktop Environments just fine although it may take some fiddling with, as you found, especially if they are based off of different GNOME release versions. I prefer not to spend my time diagnosing these kind of issues as they are typically too specialized, however, I am happy to look into them if they relate to conflicts with these packages . |
Hi, For almost a week i am using gentoo without problems, playing doom 3, steam games etc.. but from installation X nor virtual terminal (ctrl+alt+2) doesn't support unicode, only firefox.. i have some files written in cyrilic RS and some german files, also i visit unicode stuff via terminall but i when i run urxvt i just see cubes xd Sorry if there is this type of question i didn't searched... this is some performance i was looking from an OS.. LXDE flavors from other distros cannot even come near gentoo.. thanks in advance EDIT: Btw, my locale is en_US.utf8... | ayleid96, Have you worked you way through the guide on the wiki? This old page may be useful for background. |
I followed the wiki to do this upgrade. When I log into plasma (with the old ~/. files removed) plasma appears to open very well. The sound icon does appear on the tray and can be manipulated without problem, causing little reassuring pops and clicks as I adjust the volume. However if I click on any other icon, I appear to get a freeze (crash?) with the following symptons: (1) The mouse can still be moved but can not accomplish anything (2) control alt backspace no longer kills the xserver, which it did before due to my xorg.conf. A hard power reset reboot is required to regain control. Kubuntu 15.10 with plasma works just fine, on the livecd. I use systemd and the nouveau drivers. Any suggestions would be most appreciated. | Any hints as to what could be going on in the journal or dmesg? does switching to another virtual terminal (CTRL + ALT + 2 for example) work to get the CLI? It might be helpful to post your hardware, particularly GPU. Someone might find a specific bug for it or we might find a pattern if other users have issues. |
does anyone know how to turn off the media player notifications that pop up from the system tray (for example, annoyingly every time a new song starts!)? TIA EDIT: the notifications that were bothering me came from clementine itself, but I'd still like to have more control over the systray popups ... | I assume these are the standard libnotify popups. And if that's the case, what DE are you using/what libnotify server are you using? I suspect some of these libnotify servers don't support filtering... but then again each individual app could spam a window for itself anyway so really the application needs to be less spammy... [EDIT] Oh nevermind, KDE plasma it seems. Don't know much about KDE, but it would be notification server implementation specific. |
I recently started to upgrade to kde5 because the eselect info news message tole me to. Big mistake. It's not stable for x86. Problem is, kde4 doesn't work properly any more. Problem 1 is taskbar (what is it now called? Kicker was kde3) with the k menu doesn't start. I get a blank screen, the saved workspace appears, but no taskbar. System settings won't work from the command line. Code: jesnow@armstrong ~ $ systemsettings & [1] 31060 jesnow@armstrong ~ $ systemsettings(31060): KUniqueApplication: Pipe closed unexpectedly. [1]+ Exit 255 systemsettings jesnow@armstrong ~ $ I had recompiled dbus and was back to sort of normal, now this. Seriously messed up and I don't know how to get back. | Seems to be the prelink/glibc bug: https://bugs.gentoo.org/show_bug.cgi?id=579546 |
Hi, I've done the kde4 to plasma5 upgrade as suggested by a recent news item. After the upgrade, some programs fail to start: When doing it via the GUI, I get, e.g., for kmail: Code: KDEInit could not launch '/usr/bin/kmail' When doing it via konsole , I get: Code: unnamed app(5841): KUniqueApplication: Pipe closed unexpectedly This problem is quite general, e.g., also kded4 has problems. Effectively a large part of the kde4 programs fail to start. I reinstalled the offending programs, which helped during that session, but in a new session (or reboot?), the problem is back. So I guess it is some configuration issue. Best, Erik | What version of dbus do you have installed? Using openrc or systemd? Maybe related: https://bugs.gentoo.org/show_bug.cgi?id=579546 |
Hello! I updated from thunderbird-bin-38.0 to 45.0. In the emerge hints it says: Code: * Messages for package mail-client/thunderbird-bin-45.0: * If calendar fails to show up in extensions, or if you need to force it * to be reloaded in your profile (ie: after re-emerging thunderbird-bin * to enable or disable locales via LINGUAS), please open config editor * and set extensions.lastAppVersion to 38.0.0 to force a reload. If this * fails to show the calendar extension after restarting with above change * please file a bug report. I did what is suggested there, but to no avail. I can see my old entries, but when trying to edit/open a calendar event, all I get is a yellow box with this: Code: XML Parsing Error: undefined entity Location: chrome://calendar/content/calendar-event-dialog.xul Line Number 1216, Column 23: Also, I cannot remove or add calendars anymore, the calendar column is just empty. I uninstalled lightning, only to learn that it cannot manually be re-added in 45 (lightning is not available for this version of thunderbird). Funny thing is, if I downgrade to 38, everything magically works again... So what's the point here? Why the big version jump from 38 to 45 anyway, without the versions in between? No maintainer? | OK, I created a new, empty profile to start all over again. Fun thing: even with a completely new profile, importing or even adding new calendars simply doesn't work. Gosh, I cannot wait for Vivaldi to embed their email client again. Then I will completely ditch the Mozilla crap once and for all |
I am following the KDE/Plasma 5 upgrade and have completed the Clean up @world step. When I next emerge -uUDNp world I get these blockers . Any suggestions on unblocking will be gratefully received. [SOLVED] Thanks go to davidm who suggested simply unmerging the blockers. I did that and the emerge world is proceeding nicely now. And, after a few days use, KDE5 works with very few glitches.[/SOLVED] | Are you sure you ran the cleanup command without --pretend? Hm, how is that possible: Code: [blocks B ] media-fonts/oxygen-fonts ("media-fonts/oxygen-fonts" is blocking kde-plasma/oxygen-fonts-5.4.3) oxygen-fonts was moved from media-fonts/ to kde-plasma/ a long time ago (in 4Q-2014) - and this is messing with your system right now. |
Hello all, I've migrated to KF5, but I've noticed that bumblebee (yes nvidia optimus ) won't start when using SDDM (0.13.0-r3) which only leaves me with the intel chipset, tried another DM (lightdm) and while all services started, my screen after login would go black and then loop back to the login prompt every time, unless I choose another desktop environment (i3). I'd appreciate your help here cause it's nearly a week of tweaking without results. Thanks a lot! emerge --info: https://bpaste.net/show/73cd65f631c5 | Have you tried to add sddm user to video group?? https://wiki.gentoo.org/wiki/SDDM |
I'm trying to get kdebase-meta on the pc. But it doesn't want to emerge because of conflicting qt4 and qt5 flags. It all turns around media-video/vlc. It demands or "-qt4 qt5" or "qt4 -qt5". But whatever combination of (-)qt4, (-)qt5 (or leaving the flags out) I choose this gives conflicts with phonon, phonon-vlc, polkit etc. I tried adding the file /etc/portage/package.mask/vlc with in that "media-video/vlc" in the hope it would simply leave out vlc (I never use it anyway) but that doesn't work, it still wants vlc with this Code: The following REQUIRED_USE flag constraints are unsatisfied: qt4? ( !qt5 ) qt5? ( !qt4 ) How can I get out of this mess? | Spanik wrote: Code: The following REQUIRED_USE flag constraints are unsatisfied: qt4? ( !qt5 ) qt5? ( !qt4 ) How can I get out of this mess? I still stay at the kde profile - therefore I do have these USE flags: Code: tfoerste@t44 ~/devel/ejabberd $ grep qt[45] /etc/portage/package.use/z_misc app-text/poppler qt4 app-office/akonadi-server qt4 -qt5 media-video/smplayer qt4 -qt5 media-video/vlc qt4 -qt5 net-analyzer/wireshark -qt5 net-print/hplip qt4 net-wireless/wpa_supplicant -qt4 |
as in the subject when I enter the correct password on kde lock screen it just reports login failed nothing is posted in the logs (how come gentoo has no auth.log by the way?) kcheckpass works fine from the command line (after adding a kde file to /etc/pam.d and setting kcheckpass suid, as the internet suggested) I'm quite at a loss ... running the (~) kde 5.3 stuff from portage | It works here on an OpenRC system with sddm although it was a bit screwy and didn't seem to work until I played around with systemsettings5 and rebooted a few times. My problem with the screwiness was the opposite-- it never wanted to lock automatically and then put the LCD in sleep mode. When I enter an incorrect password I see this in /var/log/messages: Quote: Jun 29 12:54:55 gentoo kcheckpass[23495]: pam_unix(kde:auth): authentication failure; logname= uid=1000 euid=1000 tty=:0 ruser= rhost= user=david Jun 29 12:54:55 gentoo kcheckpass[23495]: Authentication failure for david (invoked by uid 1000) Are you seeing those messages indicating that kcheckpass is indeed getting invoked? Are you using sddm? If so do you see anything weird in sddm.log? Checking around it seems most past bugs involved PAM in some way... Check '# cat /var/log/messages | grep -i pam' maybe for clues? |
After the upgrade to plasma/kde5, I've noticed the Clementine systray icon is gone, replaced with an awful generic kde5/plasma one. I liked the context menu on the original one, as I use more than play/forward/next which are the only options in the generic systray (and no right-click menu.) Does anyone know how to restore the old icon? | Figured it out, I had to install dev-libs/sni-qt then my old kde4 systray icons came back. |
For some reason a few KDE 5 programs will not run, I am unsure why. When I first upgraded to KDE 6 everything was fine but a few days ago some programs stopped working. Code: #kmix unnamed app(22322): KUniqueApplication: Pipe cloded unexpectedly. #yakuake unnamed app(22976): KUniqueApplication: Pipe cloded unexpectedly. #konsole unnamed app(23219): KUniqueApplication: Pipe cloded unexpectedly Can someone please help me with this? | It's probably not so much downgrading as rebuilding that fixed your issue. https://bugs.gentoo.org/show_bug.cgi?id=579546 |
I've recently upgraded to KDE5 now it's appeared stable and whilst it works perfectly, the login manager sddm fails miserably and locks my machine up. I've tried it on another machine with Gentoo with the same result, the only thing they have in common is they use the nvidia-drivers rather than nouveau. Has anyone actually got sddm to work? Is it a compatibility issue with the nvidia drivers? I've switched to lightdm for the moment but it doesn't support pam so isn't ideal. | lightdm should just work fine with pam, not sure I can follow? Have you added the sddm user to the video group? |
Just got back from a trip, and updated the kernel (gentoo-sources-4.5.1), nvidia-drivers (364.15), and xorg-server (1.18.3). Now, when I start back into X (actually FVWM), fonts in a bunch of apps look terrible: audacious, libreoffice, the file-save dialog for Opera, mplayer, etc (but not the fonts that Opera renders itself, such as the context menu or this text-entry field). So, what update caused font rendering to go so wonky? All the fonts are pixellated and ugly, to the point that unequal-weight fonts (like the otherwise excellent Linux Libertine) are completely unreadable in LibreOffice. Thanks for the help, EE Update: this is only seeming to affect GTK apps: the font rendering in Qt apps (such as K3B or Dolphin) still looks fine. I vaguely think it has something to do with either mesa or cairo, but atm I can't update mesa (due to this bug ). I'll try working around that and update some other stuff and see if it gets fixed. | I doubt mesa has anything to do with your problem in a nvidia system. |
Hi, I have thinkpad e550 and just updated to plasma 5. Now desktop start freezing every time after login. I am using 4.5.0-r1 kernel with xf86-video-intel and xf86-video-amdgpu. In make.conf video_cards=Intel i965 amdgpu radeonsi. At last time I recompiled Intel drivers with uxa flag but it did not help. On kde 4 i had some gpu hangs but in plasma 5 desktop not usable anymore . Is there any way how to fix Intel drivers? Thanks | What version of xorg-server is installed? Please, you're listing the involved packages already, but it'd be helpful if you included their exact version numbers right away. |
Hi! I upgraded to KDE 5 this weekend, which was quite ok so far. The only thing I'm missing (or did not find yet) is a config file for custom links in a desktop panel. As far as I remember from KDE 4, this was just a search for "where does it place the *.desktop files" and editing those files for the panel/adding files there. Does someone know how this is handled in KDE 5? What I want to achieve are launchers that run custom command lines, like e.g. start terminal already with new GNU screen, etc. BR, Markus | Desktop files are still in /usr/share/applications and ~/.local/share/applications, same as with KDE4. If you put a .desktop file there it should appear in the start menu and you can drag&drop it to a task manager plasmoid. |
Hi all, After Plasma 5 upgrade, Plasma doesn't to start and I get a black screen. There are only cursor and conky. I don't use use display manager but sys-apps/qingy with /etc/X11/Sessions/PLASMA-5: # Nvidia Optimus xrandr --setprovideroutputsource modesetting NVIDIA-0 xrandr --auto exec "/usr/bin/startkde" Other information: /etc/X11/xorg.conf: Section "ServerLayout" Identifier "layout" Screen 0 "nvidia" Inactive "intel" EndSection Section "Device" Identifier "nvidia" Driver "nvidia" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "nvidia" Device "nvidia" Option "AllowEmptyInitialConfiguration" EndSection Section "Device" Identifier "intel" Driver "modesetting" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "intel" Device "intel" EndSection Thanks! | Please give more information about your system, especially anything that might be fancy about your setup. Apart from Optimus, of which I have no knowledge. Javaskit wrote: I don't use use display manager but sys-apps/qingy with /etc/X11/Sessions/PLASMA-5: # Nvidia Optimus xrandr --setprovideroutputsource modesetting NVIDIA-0 xrandr --auto exec "/usr/bin/startkde" That doesn't look as if it is enough to startup a dbus/consolekit session, does it? |
When I try to login into XFCE, it displays a message "Failed to connect to socket" http://i.imgur.com/UuBR3TK.png I read that systemd-226 used dbus space-user ( https://www.archlinux.org/news/d-bus-now-launches-user-buses/ ), but i can't find the fault. systemctl --user Code: Failed to list units: Process org.freedesktop.systemd1 exited with status 1 Pacakges versions Code: sys-apps/systemd-226-r2 sys-apps/dbus emerge --info Code: Portage 2.2.26 (python 3.4.3-final-0, default/linux/amd64/13.0/desktop, gcc-4.9.3, glibc-2.21-r2, 4.1.15-gentoo-r1 x86_64) ================================================================= System uname: Linux-4.1.15-gentoo-r1-x86_64-Intel-R-_Xeon-R-_CPU_X5650_@_2.67GHz-with-gentoo-2.2 KiB Mem: 18496776 total, 17015104 free KiB Swap: 20971516 total, 20971516 free Timestamp of repository gentoo: Tue, 29 Mar 2016 21:03:58 +0000 sh bash 4.3_p42-r1 ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1 app-shells/bash: 4.3_p42-r1::gentoo dev-java/java-config: 2.2.0::gentoo dev-lang/perl: 5.20.2::gentoo dev-lang/python: 2.7.10-r1::gentoo, 3.4.3-r1::gentoo dev-util/cmake: 3.3.1-r1::gentoo dev-util/pkgconfig: 0.28-r2::gentoo sys-apps/baselayout: 2.2::gentoo sys-apps/openrc: 0.19.1::gentoo sys-apps/sandbox: 2.10-r1::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69::gentoo sys-devel/automake: 1.10.3-r1::gentoo, 1.11.6-r1::gentoo, 1.12.6::gentoo, 1.14.1::gentoo, 1.15::gentoo sys-devel/binutils: 2.25.1-r1::gentoo sys-devel/gcc: 4.9.3::gentoo sys-devel/gcc-config: 1.7.3::gentoo sys-devel/libtool: 2.4.6::gentoo sys-devel/make: 4.1-r1::gentoo sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers) sys-libs/glibc: 2.21-r2::gentoo Repositories: gentoo location: /usr/portage sync-type: git sync-uri: https://github.com/gentoo-mirror/gentoo priority: -1000 MyOverlay location: /usr/local/overlay/MyOverlay masters: gentoo brother-overlay location: /usr/local/overlay/brother-overlay sync-type: git sync-uri: git://github.com/stefan-langenmaier/brother-overlay.git masters: gentoo qt location: /var/lib/layman/qt masters: gentoo priority: 0 steam-overlay location: /var/lib/layman/steam-overlay masters: gentoo priority: 1 ROKO__ location: /var/lib/layman/ROKO__ masters: gentoo priority: 2 Installed sets: @steam ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-march=native -O2 -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="ftp://files.gentoo.gr ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp.dei.uc.pt/pub/linux/gentoo/" LANG="es_ES.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j12" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" USE="X a52 aac acl acpi alsa amd64 apm berkdb bindist bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr emboss encode exif fam ffmpeg firefox flac fortran gdbm gif glamor gpm gtk gtk3 iconv icu ipv6 jpeg jpeg2k lcms ldap libnotify lm_sensors lock mad mmx mmxext mng modules mp3 mp4 mpeg multilib ncurses networkmanager nls notification nptl ogg opengl openmp pam pango pcre pcsc-lite pdf png policykit ppds pulseaudio qt3support quicktime readline samba sdl seccomp session sound spell sse sse2 ssl startup-notification svg systemd tcpd threads thunar tiff truetype udev udisks unicode upower usb vdpau vhost-net vorbis wxwidgets x264 xattr xcb xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="emu efi-32 efi-64 pc" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="es en es_ES" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="nvidia" XFCE_PLUGINS="brightness clock trash" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON LOG Code: mar 30 20:49:36 mcitp NetworkManager[344]: <info> NetworkManager state is now CONNECTED_GLOBAL mar 30 20:49:36 mcitp NetworkManager[344]: <info> Policy set 'Conexión cableada 1' (enp6s0) as default for IPv4 routing and DNS. mar 30 20:49:36 mcitp NetworkManager[344]: <info> Setting system hostname to 'mcitp' (from DHCPv4) mar 30 20:49:36 mcitp nm-dispatcher[477]: Dispatching action 'hostname' mar 30 20:49:36 mcitp NetworkManager[344]: <info> (enp6s0): Activation: successful, device activated. mar 30 20:49:36 mcitp dnsmasq[475]: reading /etc/resolv.conf mar 30 20:49:36 mcitp dnsmasq[475]: using nameserver 192.168.1.2#53 mar 30 20:49:36 mcitp nm-dispatcher[477]: Dispatching action 'up' for enp6s0 mar 30 20:49:37 mcitp systemd-timesyncd[337]: Network configuration changed, trying to establish connection. mar 30 20:49:38 mcitp systemd-timesyncd[337]: Synchronized to time server 150.214.94.5:123 (hora.roa.es). mar 30 20:49:38 mcitp systemd[1]: Time has been changed mar 30 20:49:38 mcitp systemd-networkd[343]: enp6s0: DHCPv4 address 192.168.1.95/24 via 192.168.1.1 mar 30 20:49:38 mcitp systemd-networkd[343]: enp6s0: Could not set hostname: Interactive authentication required. mar 30 20:49:39 mcitp NetworkManager[344]: <info> (virbr0-nic): link disconnected (calling deferred action) mar 30 20:49:41 mcitp NetworkManager[344]: <info> startup complete mar 30 20:49:42 mcitp lxdm-binary[350]: PAM unable to dlopen(/lib64/security/pam_selinux.so): /lib64/security/pam_selinux.so: cannot open shared object file: No such file or directory mar 30 20:49:42 mcitp lxdm-binary[350]: PAM adding faulty module: /lib64/security/pam_selinux.so mar 30 20:49:42 mcitp lxdm-binary[350]: pam_unix(lxdm:session): session opened for user sag by (uid=0) mar 30 20:49:42 mcitp systemd[1]: Created slice user-1000.slice. mar 30 20:49:42 mcitp systemd[1]: Starting User Manager for UID 1000... mar 30 20:49:42 mcitp systemd-logind[345]: New session c1 of user sag. mar 30 20:49:42 mcitp systemd[1]: Started Session c1 of user sag. mar 30 20:49:42 mcitp systemd[514]: pam_unix(systemd-user:session): session opened for user sag by (uid=0) mar 30 20:49:42 mcitp systemd[514]: Reached target Timers. mar 30 20:49:43 mcitp kernel: traps: ck-remove-direc[533] trap int3 ip:7fa358dcb4a0 sp:7ffc41160620 error:0 mar 30 20:49:42 mcitp dbus[341]: [system] Activating service name='org.freedesktop.ConsoleKit' (using servicehelper) mar 30 20:49:42 mcitp systemd[514]: Reached target Paths. mar 30 20:49:42 mcitp dbus[341]: [system] Successfully activated service 'org.freedesktop.ConsoleKit' mar 30 20:49:42 mcitp systemd[514]: Starting D-Bus User Message Bus Socket. mar 30 20:49:42 mcitp systemd[514]: Listening on D-Bus User Message Bus Socket. mar 30 20:49:42 mcitp systemd[514]: Reached target Sockets. mar 30 20:49:42 mcitp systemd[514]: Reached target Basic System. mar 30 20:49:42 mcitp systemd[514]: Reached target Default. mar 30 20:49:42 mcitp systemd[514]: Startup finished in 224ms. mar 30 20:49:42 mcitp systemd[1]: Started User Manager for UID 1000. mar 30 20:49:43 mcitp org.freedesktop.ConsoleKit[341]: missing action mar 30 20:49:43 mcitp org.freedesktop.ConsoleKit[341]: ** (ck-remove-directory:533): ERROR **: Failed to remove /var/run/user/1000, reason was: Permission denied mar 30 20:49:48 mcitp kernel: traps: xfsettingsd[567] trap int3 ip:7f794e7574a0 sp:7ffc4b13a1a0 error:0 mar 30 20:49:48 mcitp kernel: traps: xfsettingsd[569] trap int3 ip:7f210ddcf4a0 sp:7ffefade19b0 error:0 mar 30 20:49:48 mcitp kernel: traps: xfsettingsd[569] trap int3 ip:7f210ddcf4a0 sp:7ffefade19b0 error:0 mar 30 20:49:48 mcitp kernel: traps: xfsettingsd[571] trap int3 ip:7f1131af34a0 sp:7ffc28882860 error:0 mar 30 20:49:48 mcitp kernel: traps: xfsettingsd[573] trap int3 ip:7fd754ca54a0 sp:7ffc7b968320 error:0 mar 30 20:49:48 mcitp kernel: traps: xfsettingsd[576] trap int3 ip:7f4d5cb7b4a0 sp:7fff1ddee680 error:0 mar 30 20:49:48 mcitp kernel: traps: xfsettingsd[579] trap int3 ip:7f26750bb4a0 sp:7ffd4cc36ec0 error:0 mar 30 20:49:53 mcitp gnome-keyring-daemon[585]: couldn't access control socket: /run/user/1000/keyring/control: No existe el fichero o el directorio mar 30 20:49:53 mcitp gnome-keyring-daemon[585]: couldn't connect to dbus session bus: No se pudo conectar: No existe el fichero o el directorio mar 30 20:49:53 mcitp gnome-keyring-daemon[585]: couldn't connect to dbus session bus: No se pudo conectar: No existe el fichero o el directorio mar 30 20:49:54 mcitp lxdm-binary[350]: pam_unix(lxdm:session): session closed for user sag mar 30 20:49:55 mcitp kernel: nvidia-modeset: Freed GPU:0 (GPU-73add3c1-4b9a-99a5-7d15-d04867c407e1) @ PCI:0000:02:00.0 mar 30 20:49:55 mcitp kernel: X (359) used greatest stack depth: 10240 bytes left mar 30 20:49:56 mcitp org.freedesktop.ConsoleKit[341]: ** (ck-remove-directory:604): ERROR **: Failed to remove /var/run/user/1000, reason was: Permission denied mar 30 20:49:56 mcitp kernel: traps: ck-remove-direc[604] trap int3 ip:7fcd5cc2b4a0 sp:7fff27aadda0 error:0 mar 30 20:49:56 mcitp kernel: NOHZ: local_softirq_pending 02 mar 30 20:49:56 mcitp kernel: nvidia-modeset: Allocated GPU:0 (GPU-73add3c1-4b9a-99a5-7d15-d04867c407e1) @ PCI:0000:02:00.0 mar 30 20:49:57 mcitp acpid[349]: client 359[0:0] has disconnected mar 30 20:49:57 mcitp acpid[349]: client connected from 608[0:0] mar 30 20:49:57 mcitp acpid[349]: 1 client rule loaded mar 30 20:49:57 mcitp org.a11y.Bus[622]: Activating service name='org.a11y.atspi.Registry' mar 30 20:49:57 mcitp org.a11y.Bus[622]: Successfully activated service 'org.a11y.atspi.Registry' mar 30 20:49:57 mcitp org.a11y.atspi.Registry[629]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry mar 30 20:50:05 mcitp lxdm-binary[350]: PAM unable to dlopen(/lib64/security/pam_selinux.so): /lib64/security/pam_selinux.so: cannot open shared object file: No such file or directory mar 30 20:50:05 mcitp lxdm-binary[350]: PAM adding faulty module: /lib64/security/pam_selinux.so mar 30 20:50:05 mcitp lxdm-binary[350]: pam_unix(lxdm:session): session opened for user sag by (uid=0) mar 30 20:50:05 mcitp lxdm-binary[350]: pam_systemd(lxdm:session): Cannot create session: Already running in a session mar 30 20:50:05 mcitp org.freedesktop.ConsoleKit[341]: ** (ck-remove-directory:639): ERROR **: Failed to remove /var/run/user/1000, reason was: Permission denied mar 30 20:50:05 mcitp kernel: traps: ck-remove-direc[639] trap int3 ip:7fd6840884a0 sp:7ffd9122b720 error:0 mar 30 20:50:06 mcitp dbus[341]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' mar 30 20:50:06 mcitp systemd[1]: Starting Daemon for power management... mar 30 20:50:06 mcitp dbus[341]: [system] Successfully activated service 'org.freedesktop.UPower' mar 30 20:50:06 mcitp systemd[1]: Started Daemon for power management. mar 30 20:50:07 mcitp dbus[341]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' mar 30 20:50:07 mcitp systemd[1]: Starting RealtimeKit Scheduling Policy Service... mar 30 20:50:07 mcitp dbus[341]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1' mar 30 20:50:07 mcitp systemd[1]: Started RealtimeKit Scheduling Policy Service. mar 30 20:50:07 mcitp rtkit-daemon[744]: Successfully called chroot. mar 30 20:50:07 mcitp rtkit-daemon[744]: Successfully dropped privileges. mar 30 20:50:07 mcitp rtkit-daemon[744]: Successfully limited resources. mar 30 20:50:07 mcitp rtkit-daemon[744]: Running. mar 30 20:50:07 mcitp rtkit-daemon[744]: Watchdog thread running. mar 30 20:50:07 mcitp rtkit-daemon[744]: Canary thread running. mar 30 20:50:07 mcitp rtkit-daemon[744]: Successfully made thread 743 of process 743 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11. mar 30 20:50:07 mcitp rtkit-daemon[744]: Supervising 1 threads of 1 processes of 1 users. mar 30 20:50:09 mcitp dbus[341]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' mar 30 20:50:09 mcitp systemd[1]: Starting Disk Manager... mar 30 20:50:09 mcitp udisksd[764]: udisks daemon version 2.1.4 starting mar 30 20:50:09 mcitp dbus[341]: [system] Successfully activated service 'org.freedesktop.UDisks2' mar 30 20:50:09 mcitp systemd[1]: Started Disk Manager. mar 30 20:50:09 mcitp udisksd[764]: Acquired the name org.freedesktop.UDisks2 on the system message bus mar 30 20:50:10 mcitp rtkit-daemon[744]: Supervising 1 threads of 1 processes of 1 users. mar 30 20:50:10 mcitp rtkit-daemon[744]: Successfully made thread 785 of process 743 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5. mar 30 20:50:10 mcitp rtkit-daemon[744]: Supervising 2 threads of 1 processes of 1 users. mar 30 20:50:11 mcitp rtkit-daemon[744]: Supervising 2 threads of 1 processes of 1 users. mar 30 20:50:11 mcitp rtkit-daemon[744]: Successfully made thread 798 of process 743 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5. mar 30 20:50:11 mcitp rtkit-daemon[744]: Supervising 3 threads of 1 processes of 1 users. mar 30 20:50:11 mcitp dbus[341]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' mar 30 20:50:11 mcitp dbus[341]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. | The problem was that i had install consolekit and it is not comptibility with systemd-login Sorry for the inconvenience |
The last time I set up dual monitors 4 or 5 years ago it just worked. This time it seems things have become more complicated. I have an EVGA GTX 970 with the dual dvi plugged into a 2560x1440 monitor and the hdmi plugged into a 1920x1080 monitor. The dvi monitor works just fine. The hdmi monitor is displaying at 1920x1080 but the resolution is so poor text is mostly unreadable. I had to get this setup working by directly editing the config files because nothing I tried with nvidia-settings would even get the hdmi monitor to get a signal. I've spent too many hours wrestling with this setup without success. Any suggestions on how to get the second monitor resolution to behave? My xorg conf files look like this: Code: 20-nvidia.conf Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GTX 970" BusID "PCI:1:0:0" Screen 0 EndSection Section "Device" Identifier "Device1" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GTX 970" BusID "PCI:1:0:0" Screen 1 Option "DPI" "96x96" EndSection Code: 40-monitor.conf Section "Monitor" Identifier "Monitor0" VendorName "Crossover" ModelName "QHD270" HorizSync 88.8 VertRefresh 59.5 Option "DPMS" Modeline "2560x1440" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync DisplaySize 597 336 EndSection Section "Monitor" Identifier "Monitor1" VendorName "Asus" ModelName "DFP-1" #HorizSync 88.8 - 88.8 #VertRefresh 60.0 ModeLine "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync Option "DPMS" Option "RightOf" "Monitor0" EndSection Code: 40-screen.conf Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "metamodes" "DVI-I-1: nvidia-auto-select +0+0" Option "NoLogo" "True" Option "UseEDID" "False" Option "UseEDIDDPI" "False" Option "UseEDIDFreqs" "False" Option "ExactModeTimingsDVI" "True" # Option "metamodes" "2560x1440_60" Option "PreferredMode" "2560x1440" Option "SLI" "Off" Option "MultiGPU" "Off" Option "BaseMosaic" "Off" SubSection "Display" Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Device1" Monitor "Monitor1" DefaultDepth 24 Option "Stereo" "0" Option "metamodes" "HDMI-0: nvidia-auto-select +0+0 {viewportin=1920x1080, viewportout=1920x1080+0+0}" Option "SLI" "Off" Option "MultiGPU" "Off" Option "BaseMosaic" "Off" SubSection "Display" Depth 24 Modes "1920x1080" EndSubSection EndSection Code: 60-server.conf Section "ServerLayout" Identifier "Xinerama Screen" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" Option "Xinerama" "true" EndSection My Xorg.0.log has the following warnings Code: /var/log $ grep WW Xorg.0.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 2392.096] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 2392.096] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 2392.096] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 2392.097] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". [ 2392.098] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". [ 2392.823] (WW) NVIDIA: The Composite and Xinerama extensions are both enabled, which [ 2392.823] (WW) NVIDIA: is an unsupported configuration. The driver will continue [ 2392.823] (WW) NVIDIA: to load, but may behave strangely. [ 2392.823] (WW) NVIDIA: Xinerama is enabled, so RandR has likely been disabled by the [ 2392.823] (WW) NVIDIA: X server. [ 2393.789] (WW) NVIDIA(1): custom viewPortOut, 1920 x 1080 +0 +0, does not fit within [ 2393.789] (WW) NVIDIA(1): rasterSize, 1024x768; ignoring custom viewPortOut [ 2393.885] (WW) Warning, couldn't open module x11glvnd [ 2393.885] (WW) NVIDIA(0): Option "PreferredMode" is not used [ 2393.885] (WW) NVIDIA(0): Not registering RandR [ 2393.953] (WW) NVIDIA(1): Option "RightOf" is not used [ 2393.953] (WW) NVIDIA(1): Not registering RandR /var/log $ | manywele wrote: Code: [ 2392.823] (WW) NVIDIA: The Composite and Xinerama extensions are both enabled, which [ 2392.823] (WW) NVIDIA: is an unsupported configuration. The driver will continue [ 2392.823] (WW) NVIDIA: to load, but may behave strangely. [ 2392.823] (WW) NVIDIA: Xinerama is enabled, so RandR has likely been disabled by the [ 2392.823] (WW) NVIDIA: X server. You could disable Xinerama, and use the TwinView option : Code: Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GTX 970" BusID "PCI:1:0:0" Option "TwinView" "true" (...) EndSection Then you normally don't have to define two devices. Code: [ 2393.885] (WW) NVIDIA(0): Option "PreferredMode" is not used [ 2393.885] (WW) NVIDIA(0): Not registering RandR [ 2393.953] (WW) NVIDIA(1): Option "RightOf" is not used [ 2393.953] (WW) NVIDIA(1): Not registering RandR These options are for RandR, they are not known by the proprietary Nvidia driver. I don't know if defining a "preferred mode" is useful with TwinView. For the second option, you can use : Code: Option "TwinViewOrientation" "RightOf" |
Screenshots: http://imgur.com/a/bZmXV Code: emerge -pv www-client/firefox These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] www-client/firefox-45.0.1::gentoo USE="dbus ffmpeg gtk3 hwaccel jemalloc3 jit startup-notification system-icu system-jpeg system-libevent system-libvpx system-sqlite -bindist -custom-cflags -custom-optimization -debug -gmp-autoupdate -gstreamer -gstreamer-0 -hardened (-neon) (-pgo) -pulseaudio (-selinux) -system-cairo {-test} -wifi" LINGUAS="ru -af -ar -as -ast -be -bg -bn_BD -bn_IN -br -bs -ca -cs -cy -da -de -el -en_GB -en_ZA -eo -es_AR -es_CL -es_ES -es_MX -et -eu -fa -fi -fr -fy_NL -ga_IE -gd -gl -gu_IN -he -hi_IN -hr -hu -hy_AM -id -is -it -ja -kk -km -kn -ko -lt -lv -mai -mk -ml -mr -nb_NO -nl -nn_NO -or -pa_IN -pl -pt_BR -pt_PT -rm -ro -si -sk -sl -son -sq -sr -sv_SE -ta -te -th -tr -uk -vi -xh -zh_CN -zh_TW" 0 KiB Total: 1 package (1 reinstall), Size of downloads: 0 KiB emerge --info: http://pastebin.com/rhSpijAD This happens also on clean profile and with official Firefox builds. | Try with USE="-hwaccel" - it's known to be pretty buggy in firefox. |
As the title says. My Xorg instantly halts at 13.782 secs. And resumes at 41.822 secs. So the system halts about 30 secs in conclusion. Below log file which is Xorg.0.log in my system says there are two warnings. One is 'I can't found specific font directory.', and another is 'xf86OpenConsole trying to access to setpgid and setsid but operations are denied.'. Google says these warnings are not that matter that fonts problem is just that you don't install certain fonts like OTF, TTF, etc and these don't affect Xorg process, and also setpgid and setsid. So what's the problem? Where should I throw a question? Code: [ 12.541] X.Org X Server 1.17.4 Release Date: 2015-10-28 [ 12.541] X Protocol Version 11, Revision 0 [ 12.542] Build Operating System: Linux 4.1.15-gentoo-r1 x86_64 Gentoo [ 12.542] Current Operating System: Linux hkimgentoo 4.1.15-gentoo-r1 #1 SMP Sun Mar 20 00:13:34 KST 2016 x86_64 [ 12.542] Kernel command line: BOOT_IMAGE=/vmlinuz-4.1.15-gentoo-r1 root=/dev/sda4 ro [ 12.542] Build Date: 20 March 2016 11:58:07AM [ 12.542] [ 12.542] Current version of pixman: 0.32.8 [ 12.542] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 12.542] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 12.542] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Apr 8 12:36:38 2016 [ 12.595] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 12.595] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 12.648] (==) No Layout section. Using the first Screen section. [ 12.648] (==) No screen section available. Using defaults. [ 12.648] (**) |-->Screen "Default Screen Section" (0) [ 12.648] (**) | |-->Monitor "<default monitor>" [ 12.648] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 12.648] (==) Automatically adding devices [ 12.648] (==) Automatically enabling devices [ 12.648] (==) Automatically adding GPU devices [ 12.825] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/". [ 12.825] Entry deleted from font path. [ 12.825] (Run 'mkfontdir' on "/usr/share/fonts/misc/"). [ 12.828] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF/". [ 12.828] Entry deleted from font path. [ 12.828] (Run 'mkfontdir' on "/usr/share/fonts/TTF/"). [ 12.829] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/". [ 12.829] Entry deleted from font path. [ 12.829] (Run 'mkfontdir' on "/usr/share/fonts/OTF/"). [ 12.833] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/Type1/". [ 12.833] Entry deleted from font path. [ 12.833] (Run 'mkfontdir' on "/usr/share/fonts/Type1/"). [ 12.849] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". [ 12.849] Entry deleted from font path. [ 12.849] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). [ 12.860] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". [ 12.860] Entry deleted from font path. [ 12.860] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). [ 12.860] (==) FontPath set to: [ 12.860] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 12.860] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 12.881] (II) Loader magic: 0x80fc80 [ 12.881] (II) Module ABI versions: [ 12.881] X.Org ANSI C Emulation: 0.4 [ 12.881] X.Org Video Driver: 19.0 [ 12.881] X.Org XInput driver : 21.0 [ 12.881] X.Org Server Extension : 9.0 [ 12.881] (II) xfree86: Adding drm device (/dev/dri/card0) [ 12.883] (--) PCI:*(0:0:2:0) 8086:0f31:1558:5470 rev 14, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x0000f080/8 [ 12.884] (II) LoadModule: "glx" [ 12.904] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 13.071] (II) Module glx: vendor="X.Org Foundation" [ 13.071] compiled for 1.17.4, module version = 1.0.0 [ 13.071] ABI class: X.Org Server Extension, version 9.0 [ 13.071] (==) AIGLX enabled [ 13.071] (==) Matched intel as autoconfigured driver 0 [ 13.071] (==) Matched intel as autoconfigured driver 1 [ 13.071] (==) Matched modesetting as autoconfigured driver 2 [ 13.071] (==) Matched fbdev as autoconfigured driver 3 [ 13.071] (==) Matched vesa as autoconfigured driver 4 [ 13.071] (==) Assigned the driver to the xf86ConfigLayout [ 13.071] (II) LoadModule: "intel" [ 13.088] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so [ 13.127] (II) Module intel: vendor="X.Org Foundation" [ 13.127] compiled for 1.17.4, module version = 2.99.917 [ 13.127] Module class: X.Org Video Driver [ 13.127] ABI class: X.Org Video Driver, version 19.0 [ 13.127] (II) LoadModule: "modesetting" [ 13.127] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 13.134] (II) Module modesetting: vendor="X.Org Foundation" [ 13.134] compiled for 1.17.4, module version = 1.17.4 [ 13.134] Module class: X.Org Video Driver [ 13.134] ABI class: X.Org Video Driver, version 19.0 [ 13.134] (II) LoadModule: "fbdev" [ 13.134] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so [ 13.143] (II) Module fbdev: vendor="X.Org Foundation" [ 13.143] compiled for 1.17.4, module version = 0.4.4 [ 13.143] Module class: X.Org Video Driver [ 13.143] ABI class: X.Org Video Driver, version 19.0 [ 13.143] (II) LoadModule: "vesa" [ 13.143] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so [ 13.147] (II) Module vesa: vendor="X.Org Foundation" [ 13.147] compiled for 1.17.4, module version = 2.3.4 [ 13.147] Module class: X.Org Video Driver [ 13.147] ABI class: X.Org Video Driver, version 19.0 [ 13.147] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43 [ 13.148] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000 [ 13.148] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100 [ 13.148] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300 [ 13.148] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 13.148] (II) FBDEV: driver for framebuffer: fbdev [ 13.148] (II) VESA: driver for VESA chipsets: vesa [ 13.148] (++) using VT number 7 [ 13.148] (WW) xf86OpenConsole: setpgid failed: Operation not permitted [ 13.148] (WW) xf86OpenConsole: setsid failed: Operation not permitted [ 13.155] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20150327 [ 13.156] (WW) Falling back to old probe method for modesetting [ 13.156] (WW) Falling back to old probe method for fbdev [ 13.156] (II) Loading sub module "fbdevhw" [ 13.156] (II) LoadModule: "fbdevhw" [ 13.170] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so [ 13.170] (II) Module fbdevhw: vendor="X.Org Foundation" [ 13.170] compiled for 1.17.4, module version = 0.0.2 [ 13.170] ABI class: X.Org Video Driver, version 19.0 [ 13.170] (WW) Falling back to old probe method for vesa [ 13.171] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics [ 13.171] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2 [ 13.171] (II) intel(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 13.171] (==) intel(0): Depth 24, (--) framebuffer bpp 32 [ 13.171] (==) intel(0): RGB weight 888 [ 13.171] (==) intel(0): Default visual is TrueColor [ 13.171] (II) intel(0): Output eDP1 has no monitor section [ 13.172] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1 [ 13.172] (II) intel(0): Enabled output eDP1 [ 13.172] (II) intel(0): Output VGA1 has no monitor section [ 13.172] (II) intel(0): Enabled output VGA1 [ 13.172] (II) intel(0): Output HDMI1 has no monitor section [ 13.172] (II) intel(0): Enabled output HDMI1 [ 13.172] (II) intel(0): Output DP1 has no monitor section [ 13.172] (II) intel(0): Enabled output DP1 [ 13.172] (--) intel(0): Using a maximum size of 256x256 for hardware cursors [ 13.172] (II) intel(0): Output VIRTUAL1 has no monitor section [ 13.172] (II) intel(0): Enabled output VIRTUAL1 [ 13.172] (--) intel(0): Output eDP1 using initial mode 1366x768 on pipe 0 [ 13.172] (==) intel(0): TearFree disabled [ 13.172] (==) intel(0): DPI set to (96, 96) [ 13.172] (II) Loading sub module "dri2" [ 13.172] (II) LoadModule: "dri2" [ 13.172] (II) Module "dri2" already built-in [ 13.172] (II) Loading sub module "present" [ 13.172] (II) LoadModule: "present" [ 13.172] (II) Module "present" already built-in [ 13.172] (II) UnloadModule: "modesetting" [ 13.172] (II) Unloading modesetting [ 13.173] (II) UnloadModule: "fbdev" [ 13.173] (II) Unloading fbdev [ 13.173] (II) UnloadSubModule: "fbdevhw" [ 13.173] (II) Unloading fbdevhw [ 13.173] (II) UnloadModule: "vesa" [ 13.173] (II) Unloading vesa [ 13.173] (==) Depth 24 pixmap format is 32 bpp [ 13.199] (II) intel(0): SNA initialized with Baytrail (gen7) backend [ 13.199] (==) intel(0): Backing store enabled [ 13.199] (==) intel(0): Silken mouse enabled [ 13.199] (II) intel(0): HW Cursor enabled [ 13.199] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 13.200] (==) intel(0): DPMS enabled [ 13.200] (==) intel(0): display hotplug detection enabled [ 13.200] (II) intel(0): [DRI2] Setup complete [ 13.200] (II) intel(0): [DRI2] DRI driver: i965 [ 13.200] (II) intel(0): [DRI2] VDPAU driver: i965 [ 13.200] (II) intel(0): direct rendering: DRI2 enabled [ 13.200] (II) intel(0): hardware support for Present enabled [ 13.200] (--) RandR disabled [ 13.385] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 13.385] (II) AIGLX: enabled GLX_ARB_create_context [ 13.385] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 13.385] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile [ 13.385] (II) AIGLX: enabled GLX_INTEL_swap_event [ 13.385] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control [ 13.385] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB [ 13.385] (II) AIGLX: enabled GLX_ARB_fbconfig_float [ 13.385] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 13.385] (II) AIGLX: enabled GLX_ARB_create_context_robustness [ 13.386] (II) AIGLX: Loaded and initialized i965 [ 13.386] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 13.413] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none [ 13.422] (II) intel(0): Setting screen physical size to 361 x 203 [ 13.687] (II) config/udev: Adding input device Power Button (/dev/input/event3) [ 13.687] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 13.687] (II) LoadModule: "evdev" [ 13.687] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 13.725] (II) Module evdev: vendor="X.Org Foundation" [ 13.725] compiled for 1.17.4, module version = 2.9.2 [ 13.725] Module class: X.Org XInput Driver [ 13.725] ABI class: X.Org XInput driver, version 21.0 [ 13.725] (II) Using input driver 'evdev' for 'Power Button' [ 13.725] (**) Power Button: always reports core events [ 13.726] (**) evdev: Power Button: Device: "/dev/input/event3" [ 13.726] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 13.726] (--) evdev: Power Button: Found keys [ 13.726] (II) evdev: Power Button: Configuring as keyboard [ 13.726] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3" [ 13.726] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 13.726] (**) Option "xkb_rules" "evdev" [ 13.726] (**) Option "xkb_model" "pc104" [ 13.726] (**) Option "xkb_layout" "us" [ 13.775] (II) config/udev: Adding input device Video Bus (/dev/input/event4) [ 13.775] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 13.775] (II) Using input driver 'evdev' for 'Video Bus' [ 13.775] (**) Video Bus: always reports core events [ 13.775] (**) evdev: Video Bus: Device: "/dev/input/event4" [ 13.775] (--) evdev: Video Bus: Vendor 0 Product 0x6 [ 13.775] (--) evdev: Video Bus: Found keys [ 13.775] (II) evdev: Video Bus: Configuring as keyboard [ 13.775] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4" [ 13.775] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 13.775] (**) Option "xkb_rules" "evdev" [ 13.775] (**) Option "xkb_model" "pc104" [ 13.775] (**) Option "xkb_layout" "us" [ 13.776] (II) config/udev: Adding input device Power Button (/dev/input/event0) [ 13.776] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 13.776] (II) Using input driver 'evdev' for 'Power Button' [ 13.776] (**) Power Button: always reports core events [ 13.776] (**) evdev: Power Button: Device: "/dev/input/event0" [ 13.776] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 13.776] (--) evdev: Power Button: Found keys [ 13.776] (II) evdev: Power Button: Configuring as keyboard [ 13.776] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0" [ 13.776] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8) [ 13.776] (**) Option "xkb_rules" "evdev" [ 13.776] (**) Option "xkb_model" "pc104" [ 13.776] (**) Option "xkb_layout" "us" [ 13.777] (II) config/udev: Adding input device Lid Switch (/dev/input/event2) [ 13.777] (II) No input driver specified, ignoring this device. [ 13.777] (II) This device may have been added with another device file. [ 13.778] (II) config/udev: Adding input device Sleep Button (/dev/input/event1) [ 13.778] (**) Sleep Button: Applying InputClass "evdev keyboard catchall" [ 13.778] (II) Using input driver 'evdev' for 'Sleep Button' [ 13.778] (**) Sleep Button: always reports core events [ 13.778] (**) evdev: Sleep Button: Device: "/dev/input/event1" [ 13.778] (--) evdev: Sleep Button: Vendor 0 Product 0x3 [ 13.778] (--) evdev: Sleep Button: Found keys [ 13.778] (II) evdev: Sleep Button: Configuring as keyboard [ 13.778] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1" [ 13.778] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9) [ 13.778] (**) Option "xkb_rules" "evdev" [ 13.778] (**) Option "xkb_model" "pc104" [ 13.778] (**) Option "xkb_layout" "us" [ 13.779] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5) [ 13.779] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 13.779] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard' [ 13.779] (**) AT Translated Set 2 keyboard: always reports core events [ 13.779] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event5" [ 13.779] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1 [ 13.779] (--) evdev: AT Translated Set 2 keyboard: Found keys [ 13.780] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard [ 13.780] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5" [ 13.780] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10) [ 13.780] (**) Option "xkb_rules" "evdev" [ 13.780] (**) Option "xkb_model" "pc104" [ 13.780] (**) Option "xkb_layout" "us" [ 13.780] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7) [ 13.781] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall" [ 13.781] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall" [ 13.781] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons" [ 13.781] (II) LoadModule: "synaptics" [ 13.781] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so [ 13.781] (II) Module synaptics: vendor="X.Org Foundation" [ 13.782] compiled for 1.17.4, module version = 1.8.2 [ 13.782] Module class: X.Org XInput Driver [ 13.782] ABI class: X.Org XInput driver, version 21.0 [ 13.782] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad' [ 13.782] (**) SynPS/2 Synaptics TouchPad: always reports core events [ 13.782] (**) Option "Device" "/dev/input/event7" [ 41.822] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device [ 41.822] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5692 (res 66) [ 41.822] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4680 (res 102) [ 41.822] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255 [ 41.822] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15 [ 41.822] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple [ 41.822] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7 [ 41.822] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found [ 41.822] (**) SynPS/2 Synaptics TouchPad: always reports core events [ 41.834] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input12/event7" [ 41.834] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11) [ 41.834] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5 [ 41.834] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75 [ 41.834] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.037 [ 41.834] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 [ 41.834] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1 [ 41.834] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000 [ 41.834] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4 [ 41.834] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found [ 41.835] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0) [ 41.835] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates" [ 41.835] (II) config/udev: Adding input device PC Speaker (/dev/input/event6) [ 41.835] (II) No input driver specified, ignoring this device. [ 41.835] (II) This device may have been added with another device file. | qwpo1030 wrote: problem solved. I turned off netmount at boot. The kernel waits for ethernet connection but I dont have internet so the system halts at that moment. But, may i delete that process on boot? What is netmount? There is no need for having netmount in any runlevel unless you need or want automagical mounting of some network storage. See https://wiki.gentoo.org/wiki/Fstab#Services |
As title said, startx throw a Fatal server error "no screens found" and my lspci gives my video card lists below: Code: ... 00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04) Subsystem: Dell 7 Series/C210 Series Chipset Family SMBus Controller 01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 650M] (rev a1) Subsystem: Dell GK107M [GeForce GT 650M] 01:00.1 Unassigned class [ffff]: NVIDIA Corporation GK107 HDMI Audio Controller (rev ff) 07:00.0 Ethernet controller: Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet (rev c0) Subsystem: Dell AR8151 v2.0 Gigabit Ethernet ... and Xorg.0.log: Code: # cat /var/log/Xorg.0.log [ 2787.185] X.Org X Server 1.18.2 Release Date: 2016-03-11 [ 2787.185] X Protocol Version 11, Revision 0 [ 2787.186] Build Operating System: Linux 4.5.0-gentoo x86_64 Gentoo [ 2787.186] Current Operating System: Linux se_ven 4.5.0-gentoo #1 SMP Wed Mar 23 15:00:18 CST 2016 x86_64 [ 2787.186] Kernel command line: BOOT_IMAGE=/kernel-genkernel-x86_64-4.5.0-gentoo root=/dev/sda9 [ 2787.187] Build Date: 21 March 2016 07:51:12PM [ 2787.187] [ 2787.187] Current version of pixman: 0.34.0 [ 2787.188] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 2787.188] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 2787.190] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 24 09:35:23 2016 [ 2787.191] (==) Using config file: "/etc/X11/xorg.conf" [ 2787.191] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 2787.192] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 2787.192] (==) ServerLayout "Layout0" [ 2787.192] (**) |-->Screen "Screen0" (0) [ 2787.192] (**) | |-->Monitor "Monitor0" [ 2787.192] (**) | |-->Device "Device0" [ 2787.192] (**) | |-->GPUDevice "nvidia" [ 2787.192] (**) | |-->GPUDevice "Device0" [ 2787.192] (**) |-->Input Device "Keyboard0" [ 2787.192] (**) |-->Input Device "Mouse0" [ 2787.192] (==) Automatically adding devices [ 2787.192] (==) Automatically enabling devices [ 2787.192] (==) Automatically adding GPU devices [ 2787.192] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 2787.192] (==) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ [ 2787.192] (**) ModulePath set to "/usr/lib64/opengl/nvidia,/usr/lib64/xorg/modules" [ 2787.192] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. [ 2787.192] (WW) Disabling Keyboard0 [ 2787.192] (WW) Disabling Mouse0 [ 2787.192] (II) Loader magic: 0x812c60 [ 2787.192] (II) Module ABI versions: [ 2787.192] X.Org ANSI C Emulation: 0.4 [ 2787.192] X.Org Video Driver: 20.0 [ 2787.192] X.Org XInput driver : 22.1 [ 2787.192] X.Org Server Extension : 9.0 [ 2787.193] (II) xfree86: Adding drm device (/dev/dri/card0) [ 2787.195] (--) PCI:*(0:0:2:0) 8086:0166:1028:0552 rev 9, Mem @ 0xd2000000/4194304, 0xc0000000/268435456, I/O @ 0x00004000/64 [ 2787.195] (--) PCI: (0:1:0:0) 10de:0fd1:1028:0552 rev 161, Mem @ 0xd0000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288 [ 2787.195] (II) LoadModule: "glx" [ 2787.195] (II) Loading /usr/lib64/opengl/nvidia/extensions/libglx.so [ 2787.198] (II) Module glx: vendor="NVIDIA Corporation" [ 2787.198] compiled for 4.0.2, module version = 1.0.0 [ 2787.198] Module class: X.Org Server Extension [ 2787.198] (II) NVIDIA GLX Module 364.12 Wed Mar 16 20:39:46 PDT 2016 [ 2787.198] (II) LoadModule: "nvidia" [ 2787.198] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so [ 2787.198] (II) Module nvidia: vendor="NVIDIA Corporation" [ 2787.198] compiled for 4.0.2, module version = 1.0.0 [ 2787.198] Module class: X.Org Video Driver [ 2787.198] (II) NVIDIA dlloader X Driver 364.12 Wed Mar 16 20:16:45 PDT 2016 [ 2787.198] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 2787.198] (--) using VT number 7 [ 2787.202] (EE) No devices detected. [ 2787.202] (EE) Fatal server error: [ 2787.202] (EE) no screens found(EE) [ 2787.202] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 2787.202] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 2787.202] (EE) and emerge --info: Code: # emerge --info setlocale: unsupported locale setting setlocale: unsupported locale setting Portage 2.2.28 (python 3.4.3-final-0, default/linux/amd64/13.0/desktop/kde, gcc-5.3.0, glibc-2.22-r2, 3.13.0-83-generic x86_64) ================================================================= System uname: Linux-3.13.0-83-generic-x86_64-Intel-R-_Core-TM-_i7-3630QM_CPU_@_2.40GHz-with-gentoo-2.2 KiB Mem: 16313748 total, 5404488 free KiB Swap: 4000764 total, 4000764 free Timestamp of repository gentoo: Tue, 22 Mar 2016 07:15:01 +0000 sh bash 4.3_p42-r2 ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1 app-shells/bash: 4.3_p42-r2::gentoo dev-java/java-config: 2.2.0-r3::gentoo dev-lang/perl: 5.22.1::gentoo dev-lang/python: 2.7.11-r2::gentoo, 3.4.3-r7::gentoo dev-util/cmake: 3.5.0::gentoo dev-util/pkgconfig: 0.29.1::gentoo sys-apps/baselayout: 2.2::gentoo sys-apps/openrc: 0.20.5::gentoo sys-apps/sandbox: 2.10-r1::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69-r2::gentoo sys-devel/automake: 1.11.6-r2::gentoo, 1.13.4-r1::gentoo, 1.14.1-r1::gentoo, 1.15-r2::gentoo sys-devel/binutils: 2.25.1-r1::gentoo sys-devel/gcc: 5.3.0::gentoo sys-devel/gcc-config: 1.8-r1::gentoo sys-devel/libtool: 2.4.6-r2::gentoo sys-devel/make: 4.1-r1::gentoo sys-kernel/linux-headers: 4.5::gentoo (virtual/os-headers) sys-libs/glibc: 2.22-r2::gentoo ... ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /etc/entropy /usr/share/config /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=native -O2 -pipe" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--jobs=9 --load-average=8" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://mirrors.163.com/gentoo/" LANG="zh_CN.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j9 -l8" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="X a52 aac acl acpi alsa amd64 avahi ayatana berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus declarative dri dts dvd dvdr emboss encode exif fam firefox flac foomatic fortran freerdp gdbm gif glamor gpm gtk iconv ipv6 jpeg kde kipi lcms ldap libnotify m17n-lib mad mmx mmxext mng modules mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam pango pcmcia pcre pdf perl phonon plasma png policykit postscript ppds qt3support qt4 readline sdl seccomp semantic-desktop session spell sse sse2 ssh ssl startup-notification static-libs svg tcpd telepathy tiff truetype udev udisks unicode upower usb vorbis vte wifi wxwidgets x264 xattr xcb xcomposite xinerama xml xscreensaver xv xvid zeroconf zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="nvidia intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON and my xorg.conf is use Code: nvidia-xconfig as wiki said https://wiki.gentoo.org/wiki/NVidia/nvidia-drivers : Code: # cat /etc/X11/xorg.conf # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 364.12 (buildmeister@swio-display-x64-rhel04-01) Wed Mar 16 21:56:36 PDT 2016 Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" EndSection Section "InputDevice" # generated from data in "/etc/conf.d/gpm" Identifier "Mouse0" Driver "mouse" Option "Protocol" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 28.0 - 33.0 VertRefresh 43.0 - 72.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSection and im search in the forums and wiki more and more time but not fine, so i put this... bytheway, why it has double Code: setlocale: unsupported locale setting when im try Code: emerge PS: i'm using chroot to check my gentoo config. any help appreciate. | se ven, Code: [ 2787.195] (--) PCI:*(0:0:2:0) 8086:0166:1028:0552 rev 9, Mem @ 0xd2000000/4194304, 0xc0000000/268435456, I/O @ 0x00004000/64 [ 2787.195] (--) PCI: (0:1:0:0) 10de:0fd1:1028:0552 rev 161, Mem @ 0xd0000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, Intel and nVidia graphics ... that's the Optimus warning sign. Also Code: [ 2787.198] (II) NVIDIA dlloader X Driver 364.12 Wed Mar 16 20:16:45 PDT 2016 [ 2787.198] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 2787.198] (--) using VT number 7 [ 2787.202] (EE) No devices detected. may mean that your nVidia chipset is not supported by driver version 364.12. I didn't ask google though. |
Hello Gentoo forum, I have a .txt file (not a folder) in my home directory that will not delete as user or root using the "rm" command, but other files in that same directory will delete with no problem. The error says "operation not permitted". ls -l gives me this: Code: -rw-r--r-- 1 royroy royroy and lsattr gives me this: Code: ----i----------- /home/royroy I've Googled for an answer but there are many reasons for this so I decided to post here. Help will be appreciated, Roy | Quote: and lsattr gives me this: Code: ----i----------- /home/royroy Pretty good reason to prevent you from deleting it. "i" flag protects the file, so it can't be modified. Remove the flag with the below command first: chattr -i <filename> Root ignores regular read/write permissions, but it does not ignore attributes. |
I am suddenly unable to access any Google related sites, or signing in, with Chromium. I always get a page: Code: SSL connection error ERR_SSL_PROTOCOL_ERROR Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have. I can access any other SSL sites just fine. I can also access Google as expected using a different browser. Midori, in my case. I've tried rebuilding openssl, since I noticed it upgraded to 1.0.2f-r1 one day, and then downgraded to 1.0.2f the next day. I also tried rebuilding chromium. I even created a new user with an empty home directory and have the same problem, just to eliminate any cached data being the issue. I can access Google with Chrome on my Windows laptop. And I have found no similar issues in the forums or in bugs. I'm kind of stuck as to what else to try or what's going on here. Any suggestions would be appreciated. | Which version of dev-libs/nss do you have installed? I had this, or a very similar issue with QupZilla using QtWebEngine, which is sort of like using Chromium, but not, and while I found some old Chromium issues like this, they were quite old indeed and/or somehow different. The issue was gone after I went from nss-3.21-r2 down to nss-3.20.1 which probably doesn't still explain the failure, since a QtWebEngine developer mentioned they were not having issues with nss-3.21-r2 ... I haven't looked into it more than that, but I figured it's worth a shot, and interesting to see if it works for you, too. |
Hi After update (full emerge of @system and @world) i notice that my box is dropping frames from time to time - it is visible as little hangs/freezes of desktop. It's happening very often during normal load and work. I had enabled "Show FPS" plug-in for KDE and when it comes to freeze, fps drops to 0 and than suddenly increasing to normal value which is 58-60 fps. I think it can be releted to Intel HD GPU driver. Some info about hardware: - Intel(R) Core(TM) i5 CPU M520 (2 cores + HT) - 8 GB of RAM - 2 disk (root on SSD and home on HDD) - GPU Intel HD Gen 5 Nehalem (Ironlake) Use flags for intel: - x11-drivers/xf86-video-intel dri3 sna Xorg conf(i tried different things here - nothing helps): Section "Device" Identifier "Intel Graphics" Driver "intel" Option "TearFree" "true" Option "AccelMethod" "sna" Option "DRI" "3" EndSection I've had experimented with different kernel parameters but nothing helps, i made boots with: GRUB_CMDLINE_LINUX_DEFAULT="resume=/dev/sda3" #my actual kernel parameters #GRUB_CMDLINE_LINUX_DEFAULT="resume=/dev/sda3 i915.semaphores=1 i915.enable_fbc=0 i915.disable_power_well=0 i915.preliminary_hw_support=1" #GRUB_CMDLINE_LINUX_DEFAULT="resume=/dev/sda3 i915.semaphores=1 i915.enable_fbc=0 i915.disable_power_well=0" KDE is in version: - 4.14.16 emerge --info elitebook ~ # emerge --info Portage 2.2.26 (python 3.4.3-final-0, default/linux/amd64/13.0/desktop/kde, gcc-4.9.3, glibc-2.21-r2, 4.1.15-gentoo-r1 x86_64) ================================================================= System uname: Linux-4.1.15-gentoo-r1-x86_64-Intel-R-_Core-TM-_i5_CPU_M_520_@_2.40GHz-with-gentoo-2.2 KiB Mem: 8038812 total, 4691112 free KiB Swap: 9437180 total, 9437180 free Timestamp of repository gentoo: Sat, 19 Mar 2016 12:15:01 +0000 sh bash 4.3_p42-r1 ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1 ccache version 3.1.9 [disabled] app-shells/bash: 4.3_p42-r1::gentoo dev-java/java-config: 2.2.0::gentoo dev-lang/perl: 5.20.2::gentoo dev-lang/python: 2.7.10-r1::gentoo, 3.4.3-r1::gentoo dev-util/ccache: 3.1.9-r4::gentoo dev-util/cmake: 3.3.1-r1::gentoo dev-util/pkgconfig: 0.28-r2::gentoo sys-apps/baselayout: 2.2::gentoo sys-apps/openrc: 0.19.1::gentoo sys-apps/sandbox: 2.10-r1::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69::gentoo sys-devel/automake: 1.11.6-r1::gentoo, 1.14.1::gentoo, 1.15::gentoo sys-devel/binutils: 2.25.1-r1::gentoo sys-devel/gcc: 4.9.3::gentoo sys-devel/gcc-config: 1.7.3::gentoo sys-devel/libtool: 2.4.6::gentoo sys-devel/make: 4.1-r1::gentoo sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers) sys-libs/glibc: 2.21-r2::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.pl.gentoo.org/gentoo-portage/ priority: -1000 anders-larsson location: /var/lib/layman/anders-larsson sync-type: laymansync sync-uri: https://github.com/anders-larsson/gentoo-overlay.git masters: gentoo priority: 50 betagarden location: /var/lib/layman/betagarden sync-type: laymansync sync-uri: git://anongit.gentoo.org/proj/betagarden.git masters: gentoo priority: 50 gnome15 location: /var/lib/layman/gnome15 sync-type: laymansync sync-uri: git://github.com/CMoH/gnome15-overlay.git masters: gentoo priority: 50 tox-overlay location: /var/lib/layman/tox-overlay sync-type: laymansync sync-uri: git://github.com/Tox/gentoo-overlay-tox.git masters: gentoo priority: 50 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=corei7 -mtune=corei7 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0 /var/lib/hsqldb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-march=corei7 -mtune=corei7 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://gentoo.mirror.pw.edu.pl/" LANG="en_US.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" USE="X a52 aac acc acl acpi aes aiglx alsa amd64 aoss aperfmperf apic arat arch_perfmon asf bash-completion berkdb bindist bluetooth branding bts bzip2 cairo cdda cdparanoia cdr clflush cli cmov consolekit constant_tsc cracklib crypt css cups cx16 cx8 cxx dbus de declarative doc dot dri ds_cpl dtes64 dtherm dts dv dvb dvd dvdr dvdread emboss encode ept est exif fam fame ffmpeg firefox flac flexpriority fonts fortran fpu fuse fxsr g19 gdbm gif glamor gnutls google gpm gtk gudev ht hwdb iconv icu ida imagemagic ipv6 jadetex java javasript jpeg kde kdeenablefinal kipi lahf_lm lame lcms ldap lg4l-module libass libkms libnotify lirc lm lm_sensor mad mca mce mjpeg mms mmx mmxext mng modules monitor motif mozilla mp3 mp4 mpeg msr mtrr multilib musepack mysql ncurses nls nonstop_tsc nopl nptl nsplugin nx ogg oggvorbis ohci1394 opengl openmp pae pam pango pat pbe pclmulqdq pcmcia pcre pcsc-lite pdcm pdf pebs pge phonon plasma png pni policykit popcnt ppds pse pse36 python qt3support qt4 rdesktop rdtscp readline real rep_good samba scanner script sdl seccomp semantic-desktop sep session smx spell sql sqlite ss sse sse2 sse3 sse4_1 sse4_2 ssl ssse3 startup-notification svg symlink sync-plugin-portage syscall syslog systray taglib tcpd themes theora threads tiff tm tm2 tpr_shadow truetype tsc udev udisks unicode upower usb v4l v4l2 vaapi vcd vdpau vme vmx vnmi vorbis vpid wavpack weather webkit wifi win32codecs wxwidgets x264 xa xattr xcb xcomposite xinerama xml xml2 xorgxv xscreensaver xtopology xtpr xv xvid xvmc yahoo zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev mouse keyboard synaptics" KERNEL="linux" LCD_DEVICES="g19" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="pl en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7.0" PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="intel i965" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON | Kernel .config -> https://drive.google.com/file/d/0B_j8wuYhDPq0OFRNS3V5dUdCeWs/view?usp=sharing 3d games are working but with hangs/freezes too |
Hello, Since last update from 3.16 to 3.18 Gnome does not automatically mount USB flash drive anymore. It now prompts for root password. This is annoying, how to revert to the previous behavior ? Thank you. | Nitro_146 wrote: Hello, Since last update from 3.16 to 3.18 Gnome does not automatically mount USB flash drive anymore. It now prompts for root password. This is annoying, how to revert to the previous behavior ? Thank you. i can confirm it's the same behavior on my machine. i don't know how to fix this also. |
I installed apache Code: * www-servers/apache Latest version available: 2.4.18 Latest version installed: 2.4.18 Size of files: 5,084 KiB Homepage: http://httpd.apache.org/ Description: The Apache Web Server License: Apache-2.0 Apache-1.1 now I can not start apache Code: msh@duyinthee ~ $ sudo /etc/init.d/apache2 start Password: * Starting apache2 ... AH00557: apache2: apr_sockaddr_info_get() failed for duyinthee AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message * start-stop-daemon: failed to start `/usr/sbin/apache2' [ !! ] * ERROR: apache2 failed to start I added "ServerName localhost" to /etc/apache2/httpd.conf file and start again but still not work saying Code: msh@duyinthee ~ $ sudo /etc/init.d/apache2 start * Starting apache2 ... * start-stop-daemon: failed to start `/usr/sbin/apache2' [ !! ] * ERROR: apache2 failed to start my /etc/apache2/httpd.conf file is here: Code: # This is a modification of the default Apache 2.4 configuration file # for Gentoo Linux. # # Support: # http://www.gentoo.org/main/en/lists.xml [mailing lists] # http://forums.gentoo.org/ [web forums] # irc://irc.freenode.net#gentoo-apache [irc chat] # # Bug Reports: # http://bugs.gentoo.org [gentoo related bugs] # http://httpd.apache.org/bug_report.html [apache httpd related bugs] # # # This is the main Apache HTTP server configuration file. It contains the # configuration directives that give the server its instructions. # See <URL:http://httpd.apache.org/docs/2.4> for detailed information. # In particular, see # <URL:http://httpd.apache.org/docs/2.4/mod/directives.html> # for a discussion of each configuration directive. # # Do NOT simply read the instructions in here without understanding # what they do. They're here only as hints or reminders. If you are unsure # consult the online docs. You have been warned. # # Configuration and logfile names: If the filenames you specify for many # of the server's control files begin with "/" (or "drive:/" for Win32), the # server will use that explicit path. If the filenames do *not* begin # with "/", the value of ServerRoot is prepended -- so "var/log/apache2/foo_log" # with ServerRoot set to "/usr" will be interpreted by the # server as "/usr/var/log/apache2/foo.log". # ServerRoot: The top of the directory tree under which the server's # configuration, error, and log files are kept. # # Do not add a slash at the end of the directory path. If you point # ServerRoot at a non-local disk, be sure to point the LockFile directive # at a local disk. If you wish to share the same ServerRoot for multiple # httpd daemons, you will need to change at least LockFile and PidFile. # Comment: The LockFile directive has been replaced by the Mutex directive ServerRoot "/usr/lib64/apache2" # Dynamic Shared Object (DSO) Support # # To be able to use the functionality of a module which was built as a DSO you # have to place corresponding `LoadModule' lines at this location so the # directives contained in it are actually available _before_ they are used. # Statically compiled modules (those listed by `httpd -l') do not need # to be loaded here. # # Example: # LoadModule foo_module modules/mod_foo.so # # GENTOO: Automatically defined based on APACHE2_MODULES USE_EXPAND variable. # Do not change manually, it will be overwritten on upgrade. # # The following modules are considered as the default configuration. # If you wish to disable one of them, you may have to alter other # configuration directives. # # Change these at your own risk! LoadModule actions_module modules/mod_actions.so LoadModule alias_module modules/mod_alias.so LoadModule auth_basic_module modules/mod_auth_basic.so LoadModule authn_anon_module modules/mod_authn_anon.so LoadModule authn_core_module modules/mod_authn_core.so LoadModule authn_dbm_module modules/mod_authn_dbm.so LoadModule authn_file_module modules/mod_authn_file.so <IfDefine AUTHNZ_LDAP> LoadModule authnz_ldap_module modules/mod_authnz_ldap.so </IfDefine> LoadModule authz_core_module modules/mod_authz_core.so LoadModule authz_dbm_module modules/mod_authz_dbm.so LoadModule authz_groupfile_module modules/mod_authz_groupfile.so LoadModule authz_host_module modules/mod_authz_host.so LoadModule authz_owner_module modules/mod_authz_owner.so LoadModule authz_user_module modules/mod_authz_user.so LoadModule autoindex_module modules/mod_autoindex.so <IfDefine CACHE> LoadModule cache_module modules/mod_cache.so </IfDefine> LoadModule cgi_module modules/mod_cgi.so LoadModule cgid_module modules/mod_cgid.so <IfDefine DAV> LoadModule dav_module modules/mod_dav.so </IfDefine> <IfDefine DAV> LoadModule dav_fs_module modules/mod_dav_fs.so </IfDefine> <IfDefine DAV> LoadModule dav_lock_module modules/mod_dav_lock.so </IfDefine> LoadModule deflate_module modules/mod_deflate.so LoadModule dir_module modules/mod_dir.so LoadModule env_module modules/mod_env.so LoadModule expires_module modules/mod_expires.so LoadModule ext_filter_module modules/mod_ext_filter.so <IfDefine CACHE> LoadModule file_cache_module modules/mod_file_cache.so </IfDefine> LoadModule filter_module modules/mod_filter.so LoadModule headers_module modules/mod_headers.so LoadModule include_module modules/mod_include.so <IfDefine INFO> LoadModule info_module modules/mod_info.so </IfDefine> <IfDefine LDAP> LoadModule ldap_module modules/mod_ldap.so </IfDefine> LoadModule log_config_module modules/mod_log_config.so LoadModule logio_module modules/mod_logio.so LoadModule mime_module modules/mod_mime.so LoadModule mime_magic_module modules/mod_mime_magic.so LoadModule negotiation_module modules/mod_negotiation.so LoadModule rewrite_module modules/mod_rewrite.so LoadModule setenvif_module modules/mod_setenvif.so <IfDefine SSL> LoadModule socache_shmcb_module modules/mod_socache_shmcb.so </IfDefine> LoadModule speling_module modules/mod_speling.so <IfDefine SSL> LoadModule ssl_module modules/mod_ssl.so </IfDefine> <IfDefine STATUS> LoadModule status_module modules/mod_status.so </IfDefine> LoadModule unique_id_module modules/mod_unique_id.so LoadModule unixd_module modules/mod_unixd.so <IfDefine USERDIR> LoadModule userdir_module modules/mod_userdir.so </IfDefine> LoadModule usertrack_module modules/mod_usertrack.so LoadModule vhost_alias_module modules/mod_vhost_alias.so # If you wish httpd to run as a different user or group, you must run # httpd as root initially and it will switch. # # User/Group: The name (or #number) of the user/group to run httpd as. # It is usually good practice to create a dedicated user and group for # running httpd, as with most system services. User apache Group apache # Supplemental configuration # # Most of the configuration files in the /etc/apache2/modules.d/ directory can # be turned on using APACHE2_OPTS in /etc/conf.d/apache2 to add extra features # or to modify the default configuration of the server. # # To know which flag to add to APACHE2_OPTS, look at the first line of the # the file, which will usually be an <IfDefine OPTION> where OPTION is the # flag to use. Include /etc/apache2/modules.d/*.conf # Virtual-host support # # Gentoo has made using virtual-hosts easy. In /etc/apache2/vhosts.d/ we # include a default vhost (enabled by adding -D DEFAULT_VHOST to # APACHE2_OPTS in /etc/conf.d/apache2). Include /etc/apache2/vhosts.d/*.conf # vim: ts=4 filetype=apache ServerName localhost thanks in advance for any help. | You will need to post some logs, what for example is the output of the following as Root? Code: cat /var/log/apache2/error_log EDIT vhosts.d/00_default_vhost.conf would be the place to set "ServerName localhost" not https.conf |
I can't finalize the plasma-meta installation as the oxygen-fonts fails to compile Any idea why? Code: Scanning dependencies of target regular Scanning dependencies of target bold Scanning dependencies of target mono make[2]: Leaving directory '/var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3_build' make[2]: Leaving directory '/var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3_build' make[2]: Leaving directory '/var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3_build' make -f CMakeFiles/mono.dir/build.make CMakeFiles/mono.dir/build make -f CMakeFiles/bold.dir/build.make CMakeFiles/bold.dir/build make -f CMakeFiles/regular.dir/build.make CMakeFiles/regular.dir/build make[2]: Entering directory '/var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3_build' make[2]: Entering directory '/var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3_build' fontforge /var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3/generate-ttf.pe /var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3/oxygen-fonts/Bold-700/src/Oxygen-Sans-Bold.sfd /var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3_build/Oxygen-Sans-Bold.ttf fontforge /var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3/generate-ttf.pe /var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3/oxygen-fonts/mono-400/src/OxygenMono-Regular.sfd /var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3_build/OxygenMono-Regular.ttf make[2]: Entering directory '/var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3_build' fontforge /var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3/generate-ttf.pe /var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3/oxygen-fonts/Regular-400/src/Oxygen-Sans.sfd /var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3_build/Oxygen-Sans.ttf Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> with many parts BSD <http://fontforge.org/license.html>. Please read LICENSE. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> with many parts BSD <http://fontforge.org/license.html>. Please read LICENSE. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> with many parts BSD <http://fontforge.org/license.html>. Please read LICENSE. Based on sources from 21:21 EEST 27-Mar-2016-ML-D. Based on sources from 21:21 EEST 27-Mar-2016-ML-D. Based on source from git with hash: Based on sources from 21:21 EEST 27-Mar-2016-ML-D. Based on source from git with hash: Based on source from git with hash: CMakeFiles/regular.dir/build.make:57: recipe for target 'CMakeFiles/regular' failed make[2]: *** [CMakeFiles/regular] Segmentation fault make[2]: Leaving directory '/var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3_build' CMakeFiles/Makefile2:141: recipe for target 'CMakeFiles/regular.dir/all' failed make[1]: *** [CMakeFiles/regular.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... CMakeFiles/bold.dir/build.make:57: recipe for target 'CMakeFiles/bold' failed make[2]: *** [CMakeFiles/bold] Segmentation fault make[2]: Leaving directory '/var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3_build' CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/bold.dir/all' failed make[1]: *** [CMakeFiles/bold.dir/all] Error 2 CMakeFiles/mono.dir/build.make:57: recipe for target 'CMakeFiles/mono' failed make[2]: *** [CMakeFiles/mono] Segmentation fault make[2]: Leaving directory '/var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3_build' CMakeFiles/Makefile2:104: recipe for target 'CMakeFiles/mono.dir/all' failed make[1]: *** [CMakeFiles/mono.dir/all] Error 2 make[1]: Leaving directory '/var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3_build' Makefile:127: recipe for target 'all' failed make: *** [all] Error 2 * ERROR: kde-plasma/oxygen-fonts-5.4.3::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=kde-plasma/oxygen-fonts-5.4.3::gentoo'`, * the complete build log and the output of `emerge -pqv '=kde-plasma/oxygen-fonts-5.4.3::gentoo'`. * The complete build log is located at '/var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/temp/environment'. * Working directory: '/var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3_build' * S: '/var/tmp/portage/kde-plasma/oxygen-fonts-5.4.3/work/oxygen-fonts-5.4.3' >>> Failed to emerge kde-plasma/oxygen-fonts-5.4.3, Log file: | Code: make[2]: *** [CMakeFiles/regular] Segmentation fault Is it a reproducible failure? |
After "emerge --update --deep --with-bdeps=y --newuse @world" command, i have this problem: at KDE reboot, if i launch Firefox or any other browser, i can navigate for about 30 seconds, after which i hear a beep and internet doesn't navigate more. Rss news feed also, doesn't appears since from reboot. And I don't have the icon to turn off the PC (before emerge world this was) but only end session icon. perhaps a demon not start? or some package to be reemerged? | Try https://packages.gentoo.org/packages/www-client/firefox-bin Or raising swap. |
Hi, After " emerge -uDU --with-bdeps=y @world ", the mouse is slower than before. xorg-server 1.18.1 and xf86-input-evdev 2.10.1 with nvidia-drivers 361.28-r2 been updated and gentoo-source 4.4.3 from 4.4.0(genkernel oldconf) with some others, i think udev 229. So i made some quick search, i masked xorg-server 1.18.1 and xf86-input-evdev 2.10.1 , so now i have xorg-server 1.18.0 and xf86-input-evdev 2.10.0, but it is still the same. I think that my mouse configuration is not being applied or overwritten somehow... File: /etc/X11/xorg.conf.d/40evdev.conf Code: Section "InputClass" Identifier "mouse-all" MatchIsPointer "on" MatchDevicePath "/dev/input/event*" Driver "evdev" Option "AutoServerLayout" "on" Option "Sensitivity" "100" Option "Emulate3Buttons" "no" Option "Resolution" "5200" Option "AccelerationProfile" "-1" Option "AccelerationScheme" "none" EndSection I tried to change Sensitivity(wasn't there before update) and Resolution from 3200 to 4200 and now 5200, but mouse isn't moving faster. (while i also changed mouse dpi setting on logitech software). #xinput Code: Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ Logitech Gaming Mouse G502 id=7 [slave pointer (2)] ⎜ ↳ Logitech Gaming Mouse G502 id=8 [slave pointer (2)] #xinput list-props 7 Code: Device 'Logitech Gaming Mouse G502': Device Enabled (150): 1 Coordinate Transformation Matrix (152): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000 Device Product ID (272): 1133, 49277 Device Node (273): "/dev/input/event11" Evdev Axis Inversion (286): 0, 0 Evdev Axes Swap (288): 0 Axis Labels (289): "Rel X" (160), "Rel Y" (161), "Rel Horiz Wheel" (280), "Rel Vert Wheel" (281) Button Labels (290): "Button Left" (153), "Button Middle" (154), "Button Right" (155), "Button Wheel Up" (156), "Button Wheel Down" (157), "Button Horiz Wheel Left" (158), "Button Horiz Wheel Right" (159), "Button Side" (275), "Button Extra" (276), "Button Forward" (277), "Button Back" (278), "Button Task" (279), "Button Unknown" (274), "Button Unknown" (274), "Button Unknown" (274), "Button Unknown" (274), "Button Unknown" (274), "Button Unknown" (274), "Button Unknown" (274), "Button Unknown" (274), "Button Unknown" (274), "Button Unknown" (274), "Button Unknown" (274), "Button Unknown" (274) Evdev Scrolling Distance (291): 1, 1, 1 Evdev Middle Button Emulation (292): 0 Evdev Middle Button Timeout (293): 50 Evdev Third Button Emulation (294): 0 Evdev Third Button Emulation Timeout (295): 1000 Evdev Third Button Emulation Button (296): 3 Evdev Third Button Emulation Threshold (297): 20 Evdev Wheel Emulation (298): 0 Evdev Wheel Emulation Axes (299): 0, 0, 4, 5 Evdev Wheel Emulation Inertia (300): 10 Evdev Wheel Emulation Timeout (301): 200 Evdev Wheel Emulation Button (302): 4 Evdev Drag Lock Buttons (303): 0 #xinput list-props 8 Code: Device 'Logitech Gaming Mouse G502': Device Enabled (150): 1 Coordinate Transformation Matrix (152): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000 Device Accel Profile (282): 0 Device Accel Constant Deceleration (283): 1.000000 Device Accel Adaptive Deceleration (284): 1.000000 Device Accel Velocity Scaling (285): 10.000000 Device Product ID (272): 1133, 49277 Device Node (273): "/dev/input/event12" Evdev Axis Inversion (286): 0, 0 Evdev Axes Swap (288): 0 Axis Labels (289): "Rel X" (160), "Rel Y" (161), "Rel Horiz Wheel" (280) Button Labels (290): "Button 0" (304), "Button Unknown" (274), "Button Unknown" (274), "Button Wheel Up" (156), "Button Wheel Down" (157), "Button Horiz Wheel Left" (158), "Button Horiz Wheel Right" (159) Evdev Scrolling Distance (291): 1, 1, 1 Evdev Middle Button Emulation (292): 0 Evdev Middle Button Timeout (293): 50 Evdev Third Button Emulation (294): 0 Evdev Third Button Emulation Timeout (295): 1000 Evdev Third Button Emulation Button (296): 3 Evdev Third Button Emulation Threshold (297): 20 Evdev Wheel Emulation (298): 0 Evdev Wheel Emulation Axes (299): 0, 0, 4, 5 Evdev Wheel Emulation Inertia (300): 10 Evdev Wheel Emulation Timeout (301): 200 Evdev Wheel Emulation Button (302): 4 Evdev Drag Lock Buttons (303): 0 #cat /var/log/xorg.log.0 Code: [ 26.350] (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall" [ 26.350] (**) Logitech Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall" [ 26.350] (**) Logitech Logitech USB Keyboard: Applying InputClass "keyboard-all" [ 26.350] (II) LoadModule: "evdev" [ 26.350] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 26.354] (II) Module evdev: vendor="X.Org Foundation" [ 26.354] compiled for 1.18.0, module version = 2.10.0 [ 26.354] Module class: X.Org XInput Driver [ 26.354] ABI class: X.Org XInput driver, version 22.1 [ 26.354] (II) Using input driver 'evdev' for 'Logitech Logitech USB Keyboard' [ 26.354] (**) Logitech Logitech USB Keyboard: always reports core events [ 26.354] (**) evdev: Logitech Logitech USB Keyboard: Device: "/dev/input/event13" [ 26.354] (--) evdev: Logitech Logitech USB Keyboard: Vendor 0x46d Product 0xc315 [ 26.354] (--) evdev: Logitech Logitech USB Keyboard: Found keys [ 26.354] (II) evdev: Logitech Logitech USB Keyboard: Configuring as keyboard [ 26.354] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:046D:C315.0003/input/input16/event13" [ 26.354] (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD, id 6) [ 26.354] (**) Option "xkb_rules" "evdev" [ 26.354] (**) Option "xkb_model" "pc105" [ 26.354] (**) Option "xkb_layout" "fr" [ 26.354] (**) Option "xkb_options" "terminate:ctrl_alt_bksp" [ 26.364] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event11) [ 26.364] (**) Logitech Gaming Mouse G502: Applying InputClass "evdev pointer catchall" [ 26.364] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput pointer catchall" [ 26.364] (**) Logitech Gaming Mouse G502: Applying InputClass "mouse-all" [ 26.364] (II) Using input driver 'evdev' for 'Logitech Gaming Mouse G502' [ 26.364] (**) Logitech Gaming Mouse G502: always reports core events [ 26.364] (**) evdev: Logitech Gaming Mouse G502: Device: "/dev/input/event11" [ 26.415] (--) evdev: Logitech Gaming Mouse G502: Vendor 0x46d Product 0xc07d [ 26.415] (--) evdev: Logitech Gaming Mouse G502: Found 20 mouse buttons [ 26.415] (--) evdev: Logitech Gaming Mouse G502: Found scroll wheel(s) [ 26.415] (--) evdev: Logitech Gaming Mouse G502: Found relative axes [ 26.415] (--) evdev: Logitech Gaming Mouse G502: Found x and y relative axes [ 26.415] (**) Option "Resolution" "5200" [ 26.415] (II) evdev: Logitech Gaming Mouse G502: Configuring as mouse [ 26.415] (II) evdev: Logitech Gaming Mouse G502: Adding scrollwheel support [ 26.415] (**) Option "Emulate3Buttons" "no" [ 26.415] (**) evdev: Logitech Gaming Mouse G502: YAxisMapping: buttons 4 and 5 [ 26.415] (**) evdev: Logitech Gaming Mouse G502: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 26.415] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:046D:C07D.0001/input/input14/event11" [ 26.415] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: MOUSE, id 7) [ 26.415] (II) evdev: Logitech Gaming Mouse G502: initialized for relative axes. [ 26.415] (**) Option "AccelerationScheme" "none"[ 26.415] (**) Logitech Gaming Mouse G502: (accel) selected scheme none/0 [ 26.415] (**) Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000 [ 26.415] (**) Logitech Gaming Mouse G502: (accel) acceleration threshold: 4 [ 26.415] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/mouse0) [ 26.415] (II) No input driver specified, ignoring this device. [ 26.415] (II) This device may have been added with another device file. [ 26.415] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event12) [ 26.415] (**) Logitech Gaming Mouse G502: Applying InputClass "evdev keyboard catchall" [ 26.415] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput keyboard catchall" [ 26.415] (**) Logitech Gaming Mouse G502: Applying InputClass "keyboard-all" [ 26.415] (II) Using input driver 'evdev' for 'Logitech Gaming Mouse G502' [ 26.415] (**) Logitech Gaming Mouse G502: always reports core events [ 26.415] (**) evdev: Logitech Gaming Mouse G502: Device: "/dev/input/event12" [ 26.415] (--) evdev: Logitech Gaming Mouse G502: Vendor 0x46d Product 0xc07d [ 26.415] (--) evdev: Logitech Gaming Mouse G502: Found 1 mouse buttons [ 26.415] (--) evdev: Logitech Gaming Mouse G502: Found scroll wheel(s) [ 26.415] (--) evdev: Logitech Gaming Mouse G502: Found relative axes [ 26.415] (II) evdev: Logitech Gaming Mouse G502: Forcing relative x/y axes to exist. [ 26.415] (--) evdev: Logitech Gaming Mouse G502: Found absolute axes [ 26.415] (II) evdev: Logitech Gaming Mouse G502: Forcing absolute x/y axes to exist. [ 26.415] (--) evdev: Logitech Gaming Mouse G502: Found keys [ 26.415] (II) evdev: Logitech Gaming Mouse G502: Configuring as mouse [ 26.415] (II) evdev: Logitech Gaming Mouse G502: Configuring as keyboard [ 26.415] (II) evdev: Logitech Gaming Mouse G502: Adding scrollwheel support [ 26.415] (**) evdev: Logitech Gaming Mouse G502: YAxisMapping: buttons 4 and 5 [ 26.415] (**) evdev: Logitech Gaming Mouse G502: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 26.415] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C07D.0002/input/input15/event12" [ 26.415] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: KEYBOARD, id 8) [ 26.415] (**) Option "xkb_rules" "evdev" [ 26.415] (**) Option "xkb_model" "pc105" [ 26.415] (**) Option "xkb_layout" "fr" [ 26.415] (**) Option "xkb_options" "terminate:ctrl_alt_bksp" [ 26.415] (II) evdev: Logitech Gaming Mouse G502: initialized for relative axes. [ 26.415] (WW) evdev: Logitech Gaming Mouse G502: ignoring absolute axes. [ 26.415] (**) Logitech Gaming Mouse G502: (accel) keeping acceleration scheme 1 [ 26.415] (**) Logitech Gaming Mouse G502: (accel) acceleration profile 0 [ 26.416] (**) Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000 [ 26.416] (**) Logitech Gaming Mouse G502: (accel) acceleration threshold: 4 I'm wondering why i have 2 times the mouse.... ??? and also why xorg log shows/detects so many times my mouse... Thanks for help | What desktop environment are you using? Gnome seems to ignore xorg settings and relies on its own mouse settings in dconf. |
The built in Firefox PDF preview used to work on my system and suddenly doesn't work anymore. I have no idea what could have changed in the meantime. I've got firefox-bin 45.0.1 on plasma ~amd64. It's quite annoying if you want to view a lot of PDF files and have to download them each time and then open them with okular. | It works on sites that allow to preview PDF files in the browser. Sites that do not offer that option only allow to download the files. |
So I was an idiot today. The short version is that I am trying to configure something in yakuake (through the profile configuration dialog in yakuake) and changed the initial command (which should only be /bin/bash). The setting was saved and the problem now is that it broke yakuake. I can't open the program anymore (or, more specifically, if I start the program it give a display glitch and if I right click fast enough to try selecting the configuration dialog the whole program crashes. I'm trying (to no avail) to find the configuration file by hand, but can't seem to find it. Google searching doesn't come up with anything helpful (though I'm wondering if I'm not searching correctly). | Something like ~/.kde4/share/config/yakuakerc maybe? (Google keywords: "yakuake config file") Although you could get clever and try find ~ | grep yakuake since that will find it although it isn't the most elegant bashism. |
Hi! Since yesterday I noticed, that my KDE environment starts painfully slow, as well as it hangs from time to time for ~dozen of seconds. During this hangs I receives something like that on dmesg: Code: [ 1411.186414] ------------[ cut here ]------------ [ 1411.186419] WARNING: CPU: 3 PID: 4924 at drivers/gpu/drm/i915/intel_pm.c:3597 skl_update_other_pipe_wm+0x1bf/0x1d0() [ 1411.186420] WARN_ON(!wm_changed) [ 1411.186421] Modules linked in: [ 1411.186422] drbg ansi_cprng ctr ccm arc4 nouveau mxm_wmi ttm binfmt_misc ath10k_pci ath10k_core nls_iso8859_1 ath mac80211 snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel intel_rapl rtsx_usb_ms iosf_mbi snd_hda_codec memstick x86_pkg_temp_thermal intel_powerclamp rtsx_usb_sdmmc acer_wmi snd_hda_core coretemp uvcvideo sparse_keymap btusb kvm_intel btrtl btbcm snd_hwdep btintel videobuf2_vmalloc videobuf2_memops bluetooth kvm cfg80211 videobuf2_v4l2 snd_pcm videobuf2_core v4l2_common irqbypass videodev crct10dif_pclmul snd_timer crc32_pclmul snd nvidiafb psmouse mei_me hid_logitech_hidpp mei media joydev rtsx_usb soundcore vgastate usbkbd usbmouse serio_raw pcspkr fb_ddc i2c_i801 i2c_hid shpchp pinctrl_sunrisepoint wmi evbug pinctrl_intel tpm_crb acpi_pad mac_hid dm_zero [ 1411.186454] dm_thin_pool dm_persistent_data dm_bio_prison dm_service_time dm_round_robin dm_queue_length dm_multipath dm_log_userspace dm_flakey dm_delay xts aesni_intel lrw gf128mul glue_helper ablk_helper cryptd aes_x86_64 iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi vmxnet3 tg3 sky2 r8169 pcnet32 mii igb ptp pps_core dca e1000 bnx2 atl1c xfs nfs lockd grace sunrpc fscache jfs reiserfs btrfs multipath linear raid10 raid1 raid0 dm_raid raid456 async_raid6_recov async_memcpy libcrc32c async_pq async_xor xor async_tx raid6_pq dm_snapshot dm_bufio dm_crypt dm_mirror dm_region_hash dm_log firewire_core crc_itu_t hid_sunplus hid_sony hid_samsung hid_pl hid_petalynx hid_monterey hid_microsoft hid_logitech_dj hid_logitech ff_memless hid_gyration hid_ezkey hid_cypress hid_chicony hid_cherry hid_belkin [ 1411.186479] hid_apple hid_a4tech sl811_hcd hid_generic usbhid usb_storage hid aic94xx libsas lpfc qla2xxx megaraid_sas megaraid_mbox megaraid_mm megaraid aacraid sx8 DAC960 hpsa cciss 3w_9xxx 3w_xxxx 3w_sas mptsas scsi_transport_sas mptfc scsi_transport_fc mptspi mptscsih mptbase atp870u dc395x qla1280 imm parport dmx3191d sym53c8xx gdth advansys initio BusLogic arcmsr aic7xxx aic79xx scsi_transport_spi pdc_adma sata_inic162x sata_mv ahci libahci sata_qstor sata_vsc sata_uli sata_sis sata_sx4 sata_nv sata_via sata_svw sata_sil24 sata_sil sata_promise pata_sl82c105 pata_via pata_jmicron pata_marvell pata_netcell pata_pdc202xx_old pata_triflex pata_atiixp pata_opti pata_amd pata_ali pata_it8213 pata_pcmcia pcmcia pcmcia_core pata_ns87415 pata_ns87410 pata_serverworks pata_platform pata_cypress pata_oldpiix [ 1411.186504] pata_artop pata_it821x pata_optidma pata_hpt3x2n pata_hpt3x3 pata_hpt37x pata_hpt366 pata_cmd64x pata_efar pata_rz1000 pata_sil680 pata_radisys pata_pdc2027x pata_mpiix [ 1411.186509] CPU: 3 PID: 4924 Comm: X Tainted: G W 4.4.5-gentoo #3 [ 1411.186510] Hardware name: Acer Aspire VN7-592G/Aspire VN7-592G, BIOS V1.07 01/07/2016 [ 1411.186511] 0000000000000286 00000000b14dbaa4 ffff8804a4393790 ffffffff813c2543 [ 1411.186513] ffff8804a43937d8 ffffffff81d91760 ffff8804a43937c8 ffffffff8107e506 [ 1411.186514] ffff8804ae09c000 ffff8804a43938fc ffff8804ae09d000 0000000000000000 [ 1411.186515] Call Trace: [ 1411.186519] [<ffffffff813c2543>] dump_stack+0x63/0x90 [ 1411.186521] [<ffffffff8107e506>] warn_slowpath_common+0x86/0xc0 [ 1411.186522] [<ffffffff8107e59c>] warn_slowpath_fmt+0x5c/0x80 [ 1411.186523] [<ffffffff81561b2f>] skl_update_other_pipe_wm+0x1bf/0x1d0 [ 1411.186524] [<ffffffff81561d59>] skl_update_wm+0x219/0x740 [ 1411.186526] [<ffffffff815a68e4>] ? gen9_read32+0x124/0x2f0 [ 1411.186528] [<ffffffff8156327e>] intel_update_watermarks+0x1e/0x20 [ 1411.186530] [<ffffffff815c82ce>] intel_atomic_commit+0x42e/0x1410 [ 1411.186532] [<ffffffff81546c64>] ? drm_atomic_check_only+0x144/0x5d0 [ 1411.186534] [<ffffffff81547127>] drm_atomic_commit+0x37/0x60 [ 1411.186535] [<ffffffff8152347e>] drm_atomic_helper_disable_plane+0xae/0xf0 [ 1411.186537] [<ffffffff81545aa9>] ? drm_modeset_lock+0x39/0xf0 [ 1411.186539] [<ffffffff81536b81>] __setplane_internal+0x171/0x270 [ 1411.186540] [<ffffffff81545bf0>] ? drm_modeset_lock_all_crtcs+0x90/0xa0 [ 1411.186541] [<ffffffff8153a8d8>] drm_mode_setplane+0x138/0x1b0 [ 1411.186543] [<ffffffff8152c52b>] drm_ioctl+0x14b/0x510 [ 1411.186544] [<ffffffff8153a7a0>] ? drm_plane_check_pixel_format+0x50/0x50 [ 1411.186547] [<ffffffff81201e69>] ? __vfs_write+0xc9/0x110 [ 1411.186549] [<ffffffff81215d24>] do_vfs_ioctl+0x2c4/0x4a0 [ 1411.186550] [<ffffffff812046f1>] ? __sb_end_write+0x21/0x30 [ 1411.186551] [<ffffffff812025ac>] ? vfs_write+0x15c/0x190 [ 1411.186552] [<ffffffff81215f79>] SyS_ioctl+0x79/0x90 [ 1411.186555] [<ffffffff818e9e76>] entry_SYSCALL_64_fastpath+0x16/0x75 [ 1411.186556] ---[ end trace b366dad65fe2c2be ]--- [ 1411.204614] ------------[ cut here ]------------ What can I do? Right now my gentoo is quite... unusable. Additional informations: Code: emerge --info Portage 2.2.28 (python 2.7.11-final-0, default/linux/amd64/13.0/desktop/plasma, gcc-4.9.3, glibc-2.22-r2, 4.4.5-gentoo x86_64) ================================================================= System uname: Linux-4.4.5-gentoo-x86_64-Intel-R-_Core-TM-_i7-6700HQ_CPU_@_2.60GHz-with-gentoo-2.2 KiB Mem: 16309232 total, 10847924 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Tue, 15 Mar 2016 23:30:01 +0000 sh bash 4.3_p42-r2 ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1 app-shells/bash: 4.3_p42-r2::gentoo dev-java/java-config: 2.2.0-r3::gentoo dev-lang/perl: 5.22.1::gentoo dev-lang/python: 2.7.11-r2::gentoo, 3.4.3-r7::gentoo dev-util/cmake: 3.5.0::gentoo dev-util/pkgconfig: 0.29.1::gentoo sys-apps/baselayout: 2.2::gentoo sys-apps/openrc: 0.20.5::gentoo sys-apps/sandbox: 2.10-r1::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69-r2::gentoo sys-devel/automake: 1.14.1-r1::gentoo, 1.15-r2::gentoo sys-devel/binutils: 2.25.1-r1::gentoo sys-devel/gcc: 4.9.3::gentoo, 5.3.0::gentoo sys-devel/gcc-config: 1.8-r1::gentoo sys-devel/libtool: 2.4.6-r2::gentoo sys-devel/make: 4.1-r1::gentoo sys-kernel/linux-headers: 4.5::gentoo (virtual/os-headers) sys-libs/glibc: 2.22-r2::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 bumblebee location: /var/lib/layman/bumblebee masters: gentoo priority: 50 Installed sets: @steam ACCEPT_KEYWORDS="amd64 ~x86" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=native -O2 -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="en_US.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j9" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/tmp" USE="X a52 aac acl acpi alsa amd64 berkdb bindist bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus declarative dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gif glamor gpm gtk iconv ipv6 jpeg kde kipi lcms ldap libnotify mad mmx mmxext mng modules mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf phonon plasma png policykit ppds qml qt3support qt4 qt5 readline sdl seccomp semantic-desktop session spell sse sse2 ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vaapi vdpau vorbis widgets wxwidgets x264 xattr xcb xcomposite xinerama xml xscreensaver xv xvid zlib" ABI_X86="64 32" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="intel i965 nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON Code: cat /etc/X11/xorg.conf.d/20opengl.conf Section "Files" ModulePath "/usr/lib64/xorg/modules" EndSection | I downgraded to 1.18.1 and have no problems since then. |
I never install mysql and I install mariadb. But I can't start it. I get this: Code: * Starting mysql ... /etc/init.d/mysql: line 76: [: too many arguments * You don't appear to have the mysql database installed yet. * Please run `emerge --config =ERROR: expected 2 parameters, got 3!` to have this done... * ERROR: mysql failed to start I surely installed mariadb. Why it is telling that "I don't appear to have the mysql database installed yet". please help. | is virtual/mysql installed? |
Hi everyone! while updating to plasma-meta I met the error from kinforcenter-5.5.5 emerge info and build log I posted here below. my opegl setting and mesa # eselect opengl list Available OpenGL implementations: [1] nvidia * [2] xorg-x11 # equery l -i mesa glu * Searching for mesa ... [IP-] [ ] media-libs/mesa-11.1.2-r1:0 * Searching for glu ... [IP-] [ ] media-libs/glu-9.0.0-r1:0 1.emerge --info '=kde-plasma/kinfocenter-5.5.5::gentoo Portage 2.2.28 (python 3.4.3-final-0, default/linux/amd64/13.0/no-multilib, gcc-5.3.0, glibc-2.22-r2, 4.4.4-gentoo x86_64) ================================================================= System Settings ================================================================= System uname: Linux-4.4.4-gentoo-x86_64-Intel-R-_Core-TM-_i3-2100_CPU_@_3.10GHz-with-gentoo-2.2 KiB Mem: 8133432 total, 4584500 free KiB Swap: 8388604 total, 8388604 free Timestamp of repository gentoo: Sun, 13 Mar 2016 23:15:01 +0000 sh bash 4.3_p42-r2 ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1 ccache version 3.2.4 [enabled] app-shells/bash: 4.3_p42-r2::gentoo dev-lang/perl: 5.22.1::gentoo dev-lang/python: 2.7.11-r2::gentoo, 3.4.3-r7::gentoo, 3.5.1-r2::gentoo dev-util/ccache: 3.2.4::gentoo dev-util/cmake: 3.5.0::gentoo dev-util/pkgconfig: 0.29.1::gentoo sys-apps/baselayout: 2.2::gentoo sys-apps/openrc: 0.20.5::gentoo sys-apps/sandbox: 2.10-r1::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69-r2::gentoo sys-devel/automake: 1.13.4-r1::gentoo, 1.14.1-r1::gentoo, 1.15-r2::gentoo sys-devel/binutils: 2.25.1-r1::gentoo sys-devel/gcc: 5.3.0::gentoo sys-devel/gcc-config: 1.8-r1::gentoo sys-devel/libtool: 2.4.6-r2::gentoo sys-devel/make: 4.1-r1::gentoo sys-kernel/linux-headers: 4.4::gentoo (virtual/os-headers) sys-libs/glibc: 2.22-r2::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://mirrors.163.com/gentoo-portage priority: -1000 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=native -O2 -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs ccache config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://gentoo.aditsu.net:8000/" LANG="en_US.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="acl amd64 avx bash-completion berkdb bzip2 cli cracklib crypt cxx dri fortran gdbm iconv ipv6 mmx mmxext modules ncurses nls nptl nvidia openmp pam pcre popcnt readline seccomp session sse sse2 sse3 sse4_1 sse4_2 ssl ssse3 tcpd unicode xattr zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en zh_CN" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="nvidia vesa" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON 2.build log [post=][32;01m * [39;49;00mPackage: kde-plasma/kinfocenter-5.5.5 [32;01m * [39;49;00mRepository: gentoo [32;01m * [39;49;00mMaintainer: kde@gentoo.org [32;01m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc handbook kernel_linux opengl pci userland_GNU [32;01m * [39;49;00mFEATURES: ccache preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking kinfocenter-5.5.5.tar.xz to /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work >>> Unpacking glogo-small.png to /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work unpack glogo-small.png: file format not recognized. Ignoring. >>> Source unpacked in /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work >>> Preparing source in /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 ... >>> Working in BUILD_DIR: "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build" cmake --no-warn-unused-cli -C /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=OFF -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_DISABLE_FIND_PACKAGE_EGL=ON -DCMAKE_DISABLE_FIND_PACKAGE_OpenGLES=ON -DCMAKE_DISABLE_FIND_PACKAGE_RAW1394=ON -DCMAKE_DISABLE_FIND_PACKAGE_OpenGL=OFF -DCMAKE_DISABLE_FIND_PACKAGE_PCIUTILS=OFF -DCMAKE_DISABLE_FIND_PACKAGE_KF5Wayland=ON -DCMAKE_DISABLE_FIND_PACKAGE_X11=ON -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/gentoo_rules.cmake -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/gentoo_toolchain.cmake /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 Not searching for unused variables given on the command line. loading initial cache file /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/gentoo_common_config.cmake -- The C compiler identification is GNU 5.3.0 -- The CXX compiler identification is GNU 5.3.0 -- Check for working C compiler: /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-gcc -- Check for working C compiler: /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-g++ -- Check for working CXX compiler: /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Looking for __GLIBC__ -- Looking for __GLIBC__ - found -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Success -- Found KF5Completion: /usr/lib64/cmake/KF5Completion/KF5CompletionConfig.cmake (found version "5.19.0") -- Found KF5Config: /usr/lib64/cmake/KF5Config/KF5ConfigConfig.cmake (found version "5.19.0") -- Found KF5ConfigWidgets: /usr/lib64/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake (found version "5.19.0") -- Found KF5CoreAddons: /usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.19.0") -- Found KF5DBusAddons: /usr/lib64/cmake/KF5DBusAddons/KF5DBusAddonsConfig.cmake (found version "5.19.0") -- Found KF5DocTools: /usr/lib64/cmake/KF5DocTools/KF5DocToolsConfig.cmake (found version "5.19.0") -- Found Gettext: /usr/bin/msgmerge (found version "0.19.7") -- Found PythonInterp: /usr/bin/python (found version "3.5.1") -- Found KF5I18n: /usr/lib64/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.19.0") -- Found KF5IconThemes: /usr/lib64/cmake/KF5IconThemes/KF5IconThemesConfig.cmake (found version "5.19.0") -- Found KF5KCMUtils: /usr/lib64/cmake/KF5KCMUtils/KF5KCMUtilsConfig.cmake (found version "5.19.0") -- Found KF5KDELibs4Support: /usr/lib64/cmake/KF5KDELibs4Support/KF5KDELibs4SupportConfig.cmake (found version "5.19.0") -- Found KF5KIO: /usr/lib64/cmake/KF5KIO/KF5KIOConfig.cmake (found version "5.19.0") -- Found KF5Service: /usr/lib64/cmake/KF5Service/KF5ServiceConfig.cmake (found version "5.19.0") -- Found KF5Solid: /usr/lib64/cmake/KF5Solid/KF5SolidConfig.cmake (found version "5.19.0") -- Found KF5WidgetsAddons: /usr/lib64/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfig.cmake (found version "5.19.0") -- Found KF5XmlGui: /usr/lib64/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake (found version "5.19.0") -- Found KF5Declarative: /usr/lib64/cmake/KF5Declarative/KF5DeclarativeConfig.cmake (found version "5.19.0") -- Found KF5Package: /usr/lib64/cmake/KF5Package/KF5PackageConfig.cmake (found version "5.19.0") -- Found KF5: success (found suitable version "5.19.0", minimum required is "5.9.0") found components: Completion Config ConfigWidgets CoreAddons DBusAddons DocTools I18n IconThemes KCMUtils KDELibs4Support KIO Service Solid WidgetsAddons XmlGui Declarative Package Solid -- Found OpenGL: /usr/lib64/libGL.so -- -- The following OPTIONAL packages have been found: * Qt5Qml (required version >= 5.5.1) * OpenGL , The OpenGL libraries , <http://www.opengl.org> -- The following REQUIRED packages have been found: * Qt5Gui * Qt5Widgets * Qt5 (required version >= 5.4.0) * KF5Completion (required version >= 5.9.0) * KF5Config (required version >= 5.9.0) * KF5ConfigWidgets (required version >= 5.9.0) * KF5CoreAddons (required version >= 5.9.0) * KF5DBusAddons (required version >= 5.9.0) * KF5DocTools (required version >= 5.9.0) * Gettext * PythonInterp * KF5I18n (required version >= 5.9.0) * KF5IconThemes (required version >= 5.9.0) * KF5KCMUtils (required version >= 5.9.0) * KF5KDELibs4Support (required version >= 5.9.0) * KF5KIO (required version >= 5.9.0) * KF5Service (required version >= 5.9.0) * KF5WidgetsAddons (required version >= 5.9.0) * KF5XmlGui (required version >= 5.9.0) * KF5Declarative (required version >= 5.9.0) * ECM (required version >= 0.0.9) * Qt5Core * KF5Package (required version >= 5.9.0) * KF5Solid (required version >= 5.9.0) * KF5 (required version >= 5.9.0) -- The following features have been disabled: * KF5Wayland , Required for Wayland Compositor Information Module -- Looking for include file devinfo.h -- Looking for include file devinfo.h - not found -- Looking for include file sys/sockio.h -- Looking for include file sys/sockio.h - not found -- Looking for getnameinfo -- Looking for getnameinfo - found -- Performing Test HAVE_STRUCT_SOCKADDR_SA_LEN -- Performing Test HAVE_STRUCT_SOCKADDR_SA_LEN - Failed -- Looking for getifaddrs -- Looking for getifaddrs - found -- Found PCIUTILS: /usr/lib64/libpci.so;/usr/lib64/libresolv.so -- Enabling PCI module based on pciutils library CMake Deprecation Warning at /usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsMacros.cmake:57 (message): Calling kcoreaddons_desktop_to_json() without DEFAULT_SERVICE_TYPE or SERVICE_TYPES is deprecated! Call Stack (most recent call first): Modules/energy/CMakeLists.txt:26 (kcoreaddons_desktop_to_json) CMake Deprecation Warning at /usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsMacros.cmake:57 (message): Calling kcoreaddons_desktop_to_json() without DEFAULT_SERVICE_TYPE or SERVICE_TYPES is deprecated! Call Stack (most recent call first): Modules/fileindexermonitor/CMakeLists.txt:19 (kcoreaddons_desktop_to_json) -- -- The following features have been enabled: * OpenGL support , View OpenGL details in kinfocenter. * OpenGL Utility Library (GLU) , Required for OpenGL details in kinfocenter. -- The following OPTIONAL packages have been found: * Qt5Qml (required version >= 5.5.1) * OpenGL , The OpenGL libraries , <http://www.opengl.org> * PCIUTILS , PciUtils is a library for direct access to PCI slots , <http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml> View PCI details in kinfocenter. -- The following REQUIRED packages have been found: * Qt5Gui * Qt5Widgets * Qt5 (required version >= 5.4.0) * KF5Completion (required version >= 5.9.0) * KF5Config (required version >= 5.9.0) * KF5ConfigWidgets (required version >= 5.9.0) * KF5CoreAddons (required version >= 5.9.0) * KF5DBusAddons (required version >= 5.9.0) * KF5DocTools (required version >= 5.9.0) * Gettext * PythonInterp * KF5I18n (required version >= 5.9.0) * KF5IconThemes (required version >= 5.9.0) * KF5KCMUtils (required version >= 5.9.0) * KF5KDELibs4Support (required version >= 5.9.0) * KF5KIO (required version >= 5.9.0) * KF5Service (required version >= 5.9.0) * KF5WidgetsAddons (required version >= 5.9.0) * KF5XmlGui (required version >= 5.9.0) * KF5Declarative (required version >= 5.9.0) * ECM (required version >= 0.0.9) * Qt5Core * KF5Package (required version >= 5.9.0) * KF5Solid (required version >= 5.9.0) * KF5 (required version >= 5.9.0) -- The following features have been disabled: * KF5Wayland , Required for Wayland Compositor Information Module -- Looking for dgettext -- Looking for dgettext - found -- Found Gettext: built in libc -- <<< Gentoo configuration >>> Build type Gentoo Install path /usr Compiler flags: C -march=native -O2 -pipe -std=iso9899:1990 -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration C++ -march=native -O2 -pipe -std=c++0x -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type Linker flags: Executable -Wl,--enable-new-dtags -Wl,-O1 -Wl,--as-needed Module -Wl,--no-undefined -Wl,--fatal-warnings -Wl,--enable-new-dtags -Wl,-O1 -Wl,--as-needed Shared -Wl,--no-undefined -Wl,--fatal-warnings -Wl,--enable-new-dtags -Wl,-O1 -Wl,--as-needed -- Configuring done CMake Warning (dev) at CMakeLists.txt:109 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "kinfocenter" of type "EXECUTABLE" has the following visibility properties set for CXX: CXX_VISIBILITY_PRESET VISIBILITY_INLINES_HIDDEN For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done -- Build files have been written to: /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build >>> Source configured. >>> Compiling source in /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 ... >>> Working in BUILD_DIR: "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build" make -j5 VERBOSE=1 /usr/bin/cmake -H/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 -B/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/CMakeFiles /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' make -f CMakeFiles/kinfocenter_automoc.dir/build.make CMakeFiles/kinfocenter_automoc.dir/depend make -f CMakeFiles/pofiles_1.dir/build.make CMakeFiles/pofiles_1.dir/depend make -f Modules/about-distro/src/CMakeFiles/kcm_about_distro_automoc.dir/build.make Modules/about-distro/src/CMakeFiles/kcm_about_distro_automoc.dir/depend make -f Modules/usbview/CMakeFiles/kcm_usb_automoc.dir/build.make Modules/usbview/CMakeFiles/kcm_usb_automoc.dir/depend make -f Modules/memory/CMakeFiles/kcm_memory_automoc.dir/build.make Modules/memory/CMakeFiles/kcm_memory_automoc.dir/depend make[2]: Entering directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/CMakeFiles/kinfocenter_automoc.dir/DependInfo.cmake --color= make[2]: Entering directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/about-distro/src /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/about-distro/src /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/about-distro/src/CMakeFiles/kcm_about_distro_automoc.dir/DependInfo.cmake --color= make[2]: Entering directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/CMakeFiles/pofiles_1.dir/DependInfo.cmake --color= make[2]: Entering directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/memory /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/memory /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/memory/CMakeFiles/kcm_memory_automoc.dir/DependInfo.cmake --color= make[2]: Entering directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/usbview /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/usbview /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/usbview/CMakeFiles/kcm_usb_automoc.dir/DependInfo.cmake --color= Dependee "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/CMakeFiles/kinfocenter_automoc.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/CMakeFiles/kinfocenter_automoc.dir/depend.internal". Dependee "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/CMakeFiles/kinfocenter_automoc.dir/depend.internal". [35m[1mScanning dependencies of target kinfocenter_automoc[0m make[2]: Leaving directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' make -f CMakeFiles/kinfocenter_automoc.dir/build.make CMakeFiles/kinfocenter_automoc.dir/build Dependee "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/CMakeFiles/pofiles_1.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/CMakeFiles/pofiles_1.dir/depend.internal". Dependee "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/CMakeFiles/pofiles_1.dir/depend.internal". [35m[1mScanning dependencies of target pofiles_1[0m make[2]: Entering directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' Dependee "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/about-distro/src/CMakeFiles/kcm_about_distro_automoc.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/about-distro/src/CMakeFiles/kcm_about_distro_automoc.dir/depend.internal". Dependee "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/about-distro/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/about-distro/src/CMakeFiles/kcm_about_distro_automoc.dir/depend.internal". [35m[1mScanning dependencies of target kcm_about_distro_automoc[0m make[2]: Leaving directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' make -f Modules/about-distro/src/CMakeFiles/kcm_about_distro_automoc.dir/build.make Modules/about-distro/src/CMakeFiles/kcm_about_distro_automoc.dir/build make[2]: Leaving directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' make -f CMakeFiles/pofiles_1.dir/build.make CMakeFiles/pofiles_1.dir/build make[2]: Entering directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' Dependee "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/usbview/CMakeFiles/kcm_usb_automoc.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/usbview/CMakeFiles/kcm_usb_automoc.dir/depend.internal". Dependee "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/memory/CMakeFiles/kcm_memory_automoc.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/memory/CMakeFiles/kcm_memory_automoc.dir/depend.internal". Dependee "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/usbview/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/usbview/CMakeFiles/kcm_usb_automoc.dir/depend.internal". Dependee "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/memory/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/memory/CMakeFiles/kcm_memory_automoc.dir/depend.internal". [35m[1mScanning dependencies of target kcm_usb_automoc[0m [35m[1mScanning dependencies of target kcm_memory_automoc[0m make[2]: Leaving directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' make[2]: Leaving directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' make -f Modules/memory/CMakeFiles/kcm_memory_automoc.dir/build.make Modules/memory/CMakeFiles/kcm_memory_automoc.dir/build make -f Modules/usbview/CMakeFiles/kcm_usb_automoc.dir/build.make Modules/usbview/CMakeFiles/kcm_usb_automoc.dir/build [ 1%] [34m[1mAutomatic moc for target kinfocenter[0m /usr/bin/cmake -E cmake_autogen /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/CMakeFiles/kinfocenter_automoc.dir/ Gentoo make[2]: Entering directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' make[2]: Entering directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' make[2]: Entering directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' [ 2%] [34m[1mAutomatic moc for target kcm_about_distro[0m cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/about-distro/src && /usr/bin/cmake -E cmake_autogen /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/about-distro/src/CMakeFiles/kcm_about_distro_automoc.dir/ Gentoo AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/infocenter.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/main.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/sidepanel.cpp [ 3%] [34m[1mAutomatic moc for target kcm_memory[0m AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/kcmcontainer.cpp [ 4%] [34m[1mGenerating zh_CN-kcmopengl.gmo[0m cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/memory && /usr/bin/cmake -E cmake_autogen /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/memory/CMakeFiles/kcm_memory_automoc.dir/ Gentoo cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 && /usr/bin/msgfmt -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/zh_CN-kcmopengl.gmo /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/po/zh_CN/kcmopengl.po AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/kcmtreeitem.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/kcmcategoryitem.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/infokcmmodel.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/infokcmproxymodel.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/ToolTips/ktooltip.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/ToolTips/ktooltipwindow.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/ToolTips/tooltipmanager.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/ToolTips/ktooltip.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/ToolTips/ktooltipwindow_p.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/ToolTips/tooltipmanager.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/infocenter.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/infokcmmodel.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/infokcmproxymodel.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/kcmcategoryitem.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/kcmcontainer.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/kcmtreeitem.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/main.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/sidepanel.h [34m[1mGenerating moc_ktooltipwindow_p.cpp[0m /usr/lib64/qt5/bin/moc -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/ToolTips -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 -I/usr/include/KF5/KCompletion -I/usr/include/KF5 -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I/usr/lib64/qt5/mkspecs/linux-g++ -I/usr/include/KF5/KConfigWidgets -I/usr/include/KF5/KCodecs -I/usr/include/KF5/KWidgetsAddons -I/usr/include/KF5/KConfigGui -I/usr/include/qt5/QtXml -I/usr/include/KF5/KConfigCore -I/usr/include/KF5/KAuth -I/usr/include/KF5/KCoreAddons -I/usr/include/KF5/KDBusAddons -I/usr/include/qt5/QtDBus -I/usr/include/KF5/KI18n -I/usr/include/KF5/KIconThemes -I/usr/include/KF5/KCMUtils -I/usr/include/KF5/KService -I/usr/include/KF5/KDELibs4Support -I/usr/include/KF5/KDELibs4Support/KDE -I/usr/include/qt5/QtPrintSupport -I/usr/include/KF5/KCrash -I/usr/include/KF5/KIOCore -I/usr/include/KF5/KIOFileWidgets -I/usr/include/KF5/KIOWidgets -I/usr/include/KF5/KJobWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/KF5/KBookmarks -I/usr/include/KF5/KItemViews -I/usr/include/KF5/KXmlGui -I/usr/include/KF5/Solid -I/usr/include/KF5/KNotifications -I/usr/include/KF5/KWindowSystem -I/usr/include/KF5/KGuiAddons -I/usr/include/KF5/KUnitConversion -I/usr/include/KF5/KTextWidgets -I/usr/include/KF5/SonnetUi -I/usr/include/KF5/KParts -I/usr/include -I/usr/include -DKCOREADDONS_LIB -DKDE_DEFAULT_DEBUG_AREA=1208 -DKGUIADDONS_LIB -DPROJECT_VERSION="5.5.5" -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/moc_ktooltipwindow_p.cpp /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/ToolTips/ktooltipwindow_p.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/about-distro/src/main.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/about-distro/src/Module.cpp [ 5%] [34m[1mAutomatic moc for target kcm_usb[0m cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/usbview && /usr/bin/cmake -E cmake_autogen /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/usbview/CMakeFiles/kcm_usb_automoc.dir/ Gentoo AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/about-distro/src/OSRelease.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/about-distro/src/Module.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/about-distro/src/OSRelease.h [34m[1mGenerating main.moc[0m /usr/lib64/qt5/bin/moc -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/about-distro/src -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/about-distro/src -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build -I/usr/include/KF5/KConfigWidgets -I/usr/include/KF5 -I/usr/include/KF5/KCodecs -I/usr/include/qt5 -I/usr/include/qt5/QtCore -I/usr/lib64/qt5/mkspecs/linux-g++ -I/usr/include/KF5/KWidgetsAddons -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/KF5/KConfigGui -I/usr/include/qt5/QtXml -I/usr/include/KF5/KConfigCore -I/usr/include/KF5/KAuth -I/usr/include/KF5/KCoreAddons -I/usr/include/KF5/KI18n -I/usr/include/KF5/Solid -I/usr/include -I/usr/include -DKCOREADDONS_LIB -DKDE_DEFAULT_DEBUG_AREA=1208 -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_XML_LIB -DTRANSLATION_DOMAIN="kcm-about-distro" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/about-distro/src/main.moc /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/about-distro/src/main.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/memory/memory.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/memory/chartWidget.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/memory/totalMemoryChart.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/memory/physicalMemoryChart.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/memory/swapMemoryChart.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/memory/chartWidget.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/memory/memory.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/memory/physicalMemoryChart.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/memory/swapMemoryChart.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/memory/totalMemoryChart.h [34m[1mGenerating memory.moc[0m /usr/lib64/qt5/bin/moc -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/memory -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/memory -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build -I/usr/include/KF5/KCMUtils -I/usr/include/KF5 -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I/usr/lib64/qt5/mkspecs/linux-g++ -I/usr/include/KF5/KConfigWidgets -I/usr/include/KF5/KCodecs -I/usr/include/KF5/KWidgetsAddons -I/usr/include/KF5/KConfigGui -I/usr/include/qt5/QtXml -I/usr/include/KF5/KConfigCore -I/usr/include/KF5/KAuth -I/usr/include/KF5/KCoreAddons -I/usr/include/KF5/KService -I/usr/include/KF5/KI18n -I/usr/include -I/usr/include -DKCOREADDONS_LIB -DKDE_DEFAULT_DEBUG_AREA=1208 -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_XML_LIB -DTRANSLATION_DOMAIN="kcm_memory" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/memory/memory.moc /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/memory/memory.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/usbview/kcmusb.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/usbview/usbdevices.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/usbview/usbdb.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/usbview/kcmusb.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/usbview/usbdb.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/usbview/usbdevices.h [34m[1mGenerating kcmusb.moc[0m /usr/lib64/qt5/bin/moc -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/usbview -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/usbview -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build -I/usr/include/KF5/KCMUtils -I/usr/include/KF5 -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I/usr/lib64/qt5/mkspecs/linux-g++ -I/usr/include/KF5/KConfigWidgets -I/usr/include/KF5/KCodecs -I/usr/include/KF5/KWidgetsAddons -I/usr/include/KF5/KConfigGui -I/usr/include/qt5/QtXml -I/usr/include/KF5/KConfigCore -I/usr/include/KF5/KAuth -I/usr/include/KF5/KCoreAddons -I/usr/include/KF5/KService -I/usr/include/KF5/KI18n -I/usr/include -I/usr/include -DKCOREADDONS_LIB -DKDE_DEFAULT_DEBUG_AREA=1208 -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_XML_LIB -DTRANSLATION_DOMAIN="kcmusb" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/usbview/kcmusb.moc /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/usbview/kcmusb.cpp [ 6%] [34m[1mGenerating zh_CN-kinfocenter.gmo[0m cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 && /usr/bin/msgfmt -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/zh_CN-kinfocenter.gmo /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/po/zh_CN/kinfocenter.po [ 7%] [34m[1mGenerating zh_CN-kcmusb.gmo[0m cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 && /usr/bin/msgfmt -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/zh_CN-kcmusb.gmo /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/po/zh_CN/kcmusb.po [ 8%] [34m[1mGenerating zh_CN-kcmnic.gmo[0m cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 && /usr/bin/msgfmt -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/zh_CN-kcmnic.gmo /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/po/zh_CN/kcmnic.po [34m[1mGenerating moc_tooltipmanager.cpp[0m /usr/lib64/qt5/bin/moc -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/ToolTips -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 -I/usr/include/KF5/KCompletion -I/usr/include/KF5 -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I/usr/lib64/qt5/mkspecs/linux-g++ -I/usr/include/KF5/KConfigWidgets -I/usr/include/KF5/KCodecs -I/usr/include/KF5/KWidgetsAddons -I/usr/include/KF5/KConfigGui -I/usr/include/qt5/QtXml -I/usr/include/KF5/KConfigCore -I/usr/include/KF5/KAuth -I/usr/include/KF5/KCoreAddons -I/usr/include/KF5/KDBusAddons -I/usr/include/qt5/QtDBus -I/usr/include/KF5/KI18n -I/usr/include/KF5/KIconThemes -I/usr/include/KF5/KCMUtils -I/usr/include/KF5/KService -I/usr/include/KF5/KDELibs4Support -I/usr/include/KF5/KDELibs4Support/KDE -I/usr/include/qt5/QtPrintSupport -I/usr/include/KF5/KCrash -I/usr/include/KF5/KIOCore -I/usr/include/KF5/KIOFileWidgets -I/usr/include/KF5/KIOWidgets -I/usr/include/KF5/KJobWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/KF5/KBookmarks -I/usr/include/KF5/KItemViews -I/usr/include/KF5/KXmlGui -I/usr/include/KF5/Solid -I/usr/include/KF5/KNotifications -I/usr/include/KF5/KWindowSystem -I/usr/include/KF5/KGuiAddons -I/usr/include/KF5/KUnitConversion -I/usr/include/KF5/KTextWidgets -I/usr/include/KF5/SonnetUi -I/usr/include/KF5/KParts -I/usr/include -I/usr/include -DKCOREADDONS_LIB -DKDE_DEFAULT_DEBUG_AREA=1208 -DKGUIADDONS_LIB -DPROJECT_VERSION="5.5.5" -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/moc_tooltipmanager.cpp /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/ToolTips/tooltipmanager.h [ 9%] [34m[1mGenerating zh_CN-kcm-about-distro.gmo[0m cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 && /usr/bin/msgfmt -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/zh_CN-kcm-about-distro.gmo /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/po/zh_CN/kcm-about-distro.po [34m[1mGenerating moc_Module.cpp[0m /usr/lib64/qt5/bin/moc -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/about-distro/src -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/about-distro/src -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build -I/usr/include/KF5/KConfigWidgets -I/usr/include/KF5 -I/usr/include/KF5/KCodecs -I/usr/include/qt5 -I/usr/include/qt5/QtCore -I/usr/lib64/qt5/mkspecs/linux-g++ -I/usr/include/KF5/KWidgetsAddons -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/KF5/KConfigGui -I/usr/include/qt5/QtXml -I/usr/include/KF5/KConfigCore -I/usr/include/KF5/KAuth -I/usr/include/KF5/KCoreAddons -I/usr/include/KF5/KI18n -I/usr/include/KF5/Solid -I/usr/include -I/usr/include -DKCOREADDONS_LIB -DKDE_DEFAULT_DEBUG_AREA=1208 -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_XML_LIB -DTRANSLATION_DOMAIN="kcm-about-distro" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/about-distro/src/moc_Module.cpp /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/about-distro/src/Module.h [34m[1mGenerating moc_kcmusb.cpp[0m /usr/lib64/qt5/bin/moc -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/usbview -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/usbview -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build -I/usr/include/KF5/KCMUtils -I/usr/include/KF5 -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I/usr/lib64/qt5/mkspecs/linux-g++ -I/usr/include/KF5/KConfigWidgets -I/usr/include/KF5/KCodecs -I/usr/include/KF5/KWidgetsAddons -I/usr/include/KF5/KConfigGui -I/usr/include/qt5/QtXml -I/usr/include/KF5/KConfigCore -I/usr/include/KF5/KAuth -I/usr/include/KF5/KCoreAddons -I/usr/include/KF5/KService -I/usr/include/KF5/KI18n -I/usr/include -I/usr/include -DKCOREADDONS_LIB -DKDE_DEFAULT_DEBUG_AREA=1208 -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_XML_LIB -DTRANSLATION_DOMAIN="kcmusb" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/usbview/moc_kcmusb.cpp /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/usbview/kcmusb.h [ 10%] [34m[1mGenerating zh_CN-kcm_memory.gmo[0m cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 && /usr/bin/msgfmt -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/zh_CN-kcm_memory.gmo /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/po/zh_CN/kcm_memory.po [34m[1mGenerating moc_memory.cpp[0m /usr/lib64/qt5/bin/moc -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/memory -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/memory -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build -I/usr/include/KF5/KCMUtils -I/usr/include/KF5 -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I/usr/lib64/qt5/mkspecs/linux-g++ -I/usr/include/KF5/KConfigWidgets -I/usr/include/KF5/KCodecs -I/usr/include/KF5/KWidgetsAddons -I/usr/include/KF5/KConfigGui -I/usr/include/qt5/QtXml -I/usr/include/KF5/KConfigCore -I/usr/include/KF5/KAuth -I/usr/include/KF5/KCoreAddons -I/usr/include/KF5/KService -I/usr/include/KF5/KI18n -I/usr/include -I/usr/include -DKCOREADDONS_LIB -DKDE_DEFAULT_DEBUG_AREA=1208 -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_XML_LIB -DTRANSLATION_DOMAIN="kcm_memory" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/memory/moc_memory.cpp /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/memory/memory.h [34m[1mGenerating moc_infocenter.cpp[0m /usr/lib64/qt5/bin/moc -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/ToolTips -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 -I/usr/include/KF5/KCompletion -I/usr/include/KF5 -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I/usr/lib64/qt5/mkspecs/linux-g++ -I/usr/include/KF5/KConfigWidgets -I/usr/include/KF5/KCodecs -I/usr/include/KF5/KWidgetsAddons -I/usr/include/KF5/KConfigGui -I/usr/include/qt5/QtXml -I/usr/include/KF5/KConfigCore -I/usr/include/KF5/KAuth -I/usr/include/KF5/KCoreAddons -I/usr/include/KF5/KDBusAddons -I/usr/include/qt5/QtDBus -I/usr/include/KF5/KI18n -I/usr/include/KF5/KIconThemes -I/usr/include/KF5/KCMUtils -I/usr/include/KF5/KService -I/usr/include/KF5/KDELibs4Support -I/usr/include/KF5/KDELibs4Support/KDE -I/usr/include/qt5/QtPrintSupport -I/usr/include/KF5/KCrash -I/usr/include/KF5/KIOCore -I/usr/include/KF5/KIOFileWidgets -I/usr/include/KF5/KIOWidgets -I/usr/include/KF5/KJobWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/KF5/KBookmarks -I/usr/include/KF5/KItemViews -I/usr/include/KF5/KXmlGui -I/usr/include/KF5/Solid -I/usr/include/KF5/KNotifications -I/usr/include/KF5/KWindowSystem -I/usr/include/KF5/KGuiAddons -I/usr/include/KF5/KUnitConversion -I/usr/include/KF5/KTextWidgets -I/usr/include/KF5/SonnetUi -I/usr/include/KF5/KParts -I/usr/include -I/usr/include -DKCOREADDONS_LIB -DKDE_DEFAULT_DEBUG_AREA=1208 -DKGUIADDONS_LIB -DPROJECT_VERSION="5.5.5" -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/moc_infocenter.cpp /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/infocenter.h [ 11%] [34m[1mGenerating zh_CN-kcm_pci.gmo[0m cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 && /usr/bin/msgfmt -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/zh_CN-kcm_pci.gmo /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/po/zh_CN/kcm_pci.po make[2]: Leaving directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' [ 11%] Built target kcm_about_distro_automoc make -f Modules/devinfo/CMakeFiles/kcm_devinfo_automoc.dir/build.make Modules/devinfo/CMakeFiles/kcm_devinfo_automoc.dir/depend make[2]: Entering directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/devinfo /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/devinfo /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/devinfo/CMakeFiles/kcm_devinfo_automoc.dir/DependInfo.cmake --color= [ 12%] [34m[1mGenerating zh_CN-kcmsamba.gmo[0m cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 && /usr/bin/msgfmt -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/zh_CN-kcmsamba.gmo /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/po/zh_CN/kcmsamba.po [ 13%] [34m[1mGenerating zh_CN-kcm_fileindexermonitor.gmo[0m cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 && /usr/bin/msgfmt -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/zh_CN-kcm_fileindexermonitor.gmo /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/po/zh_CN/kcm_fileindexermonitor.po Dependee "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/devinfo/CMakeFiles/kcm_devinfo_automoc.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/devinfo/CMakeFiles/kcm_devinfo_automoc.dir/depend.internal". [ 14%] [34m[1mGenerating zh_CN-kcmview1394.gmo[0m Dependee "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/devinfo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/devinfo/CMakeFiles/kcm_devinfo_automoc.dir/depend.internal". cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 && /usr/bin/msgfmt -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/zh_CN-kcmview1394.gmo /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/po/zh_CN/kcmview1394.po [35m[1mScanning dependencies of target kcm_devinfo_automoc[0m make[2]: Leaving directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' make -f Modules/devinfo/CMakeFiles/kcm_devinfo_automoc.dir/build.make Modules/devinfo/CMakeFiles/kcm_devinfo_automoc.dir/build make[2]: Entering directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' make[2]: Leaving directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' [ 15%] [34m[1mAutomatic moc for target kcm_devinfo[0m cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/devinfo && /usr/bin/cmake -E cmake_autogen /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/devinfo/CMakeFiles/kcm_devinfo_automoc.dir/ Gentoo [ 15%] Built target kcm_usb_automoc make -f Modules/info/CMakeFiles/kcm_info_automoc.dir/build.make Modules/info/CMakeFiles/kcm_info_automoc.dir/depend make[2]: Entering directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/info /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/info /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/info/CMakeFiles/kcm_info_automoc.dir/DependInfo.cmake --color= [ 16%] [34m[1mGenerating zh_CN-kcm_energyinfo.gmo[0m cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 && /usr/bin/msgfmt -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/zh_CN-kcm_energyinfo.gmo /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/po/zh_CN/kcm_energyinfo.po make[2]: Leaving directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/devinfo/soldevice.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/devinfo/devinfo.cpp Dependee "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/info/CMakeFiles/kcm_info_automoc.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/info/CMakeFiles/kcm_info_automoc.dir/depend.internal". Dependee "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/info/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/info/CMakeFiles/kcm_info_automoc.dir/depend.internal". [35m[1mScanning dependencies of target kcm_info_automoc[0m AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/devinfo/devicelisting.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/devinfo/infopanel.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/devinfo/soldevicetypes.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/devinfo/qvlistlayout.cpp make[2]: Leaving directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' make -f Modules/info/CMakeFiles/kcm_info_automoc.dir/build.make Modules/info/CMakeFiles/kcm_info_automoc.dir/build AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/devinfo/solidhelper.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/devinfo/devicelisting.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/devinfo/devinfo.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/devinfo/infopanel.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/devinfo/qvlistlayout.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/devinfo/soldevice.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/devinfo/soldevicetypes.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/devinfo/solidhelper.h [34m[1mGenerating devinfo.moc[0m /usr/lib64/qt5/bin/moc -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/devinfo -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/devinfo -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build -I/usr/include/KF5/KCMUtils -I/usr/include/KF5 -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I/usr/lib64/qt5/mkspecs/linux-g++ -I/usr/include/KF5/KConfigWidgets -I/usr/include/KF5/KCodecs -I/usr/include/KF5/KWidgetsAddons -I/usr/include/KF5/KConfigGui -I/usr/include/qt5/QtXml -I/usr/include/KF5/KConfigCore -I/usr/include/KF5/KAuth -I/usr/include/KF5/KCoreAddons -I/usr/include/KF5/KService -I/usr/include/KF5/KI18n -I/usr/include/KF5/KIOCore -I/usr/include/KF5/KIOWidgets -I/usr/include/KF5/KJobWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/KF5/KCompletion -I/usr/include/KF5/Solid -I/usr/include -I/usr/include -DKCOREADDONS_LIB -DKDE_DEFAULT_DEBUG_AREA=1208 -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_XML_LIB -DTRANSLATION_DOMAIN="kcmdevinfo" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/devinfo/devinfo.moc /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/devinfo/devinfo.cpp [ 16%] Built target kcm_memory_automoc make[2]: Entering directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' make -f Modules/samba/CMakeFiles/kcm_samba_automoc.dir/build.make Modules/samba/CMakeFiles/kcm_samba_automoc.dir/depend make[2]: Entering directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/samba /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/samba /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/samba/CMakeFiles/kcm_samba_automoc.dir/DependInfo.cmake --color= [ 17%] [34m[1mAutomatic moc for target kcm_info[0m cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/info && /usr/bin/cmake -E cmake_autogen /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/info/CMakeFiles/kcm_info_automoc.dir/ Gentoo [ 18%] [34m[1mGenerating zh_CN-kcmdevinfo.gmo[0m AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/info/main.cpp cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5 && /usr/bin/msgfmt -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/zh_CN-kcmdevinfo.gmo /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/po/zh_CN/kcmdevinfo.po AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/info/info.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/base/os_current.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/base/os_current.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/info/info.h [34m[1mGenerating main.moc[0m /usr/lib64/qt5/bin/moc -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/info -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/info -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/info/../base -I/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build -I/usr/include/KF5/KCMUtils -I/usr/include/KF5 -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I/usr/lib64/qt5/mkspecs/linux-g++ -I/usr/include/KF5/KConfigWidgets -I/usr/include/KF5/KCodecs -I/usr/include/KF5/KWidgetsAddons -I/usr/include/KF5/KConfigGui -I/usr/include/qt5/QtXml -I/usr/include/KF5/KConfigCore -I/usr/include/KF5/KAuth -I/usr/include/KF5/KCoreAddons -I/usr/include/KF5/KService -I/usr/include/KF5/KI18n -I/usr/include/KF5/KIconThemes -I/usr/include/KF5/KDELibs4Support -I/usr/include/KF5/KDELibs4Support/KDE -I/usr/include/qt5/QtDBus -I/usr/include/qt5/QtPrintSupport -I/usr/include/KF5/KCrash -I/usr/include/KF5/KIOCore -I/usr/include/KF5/KIOFileWidgets -I/usr/include/KF5/KIOWidgets -I/usr/include/KF5/KJobWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/KF5/KCompletion -I/usr/include/KF5/KBookmarks -I/usr/include/KF5/KItemViews -I/usr/include/KF5/KXmlGui -I/usr/include/KF5/Solid -I/usr/include/KF5/KNotifications -I/usr/include/KF5/KWindowSystem -I/usr/include/KF5/KGuiAddons -I/usr/include/KF5/KUnitConversion -I/usr/include/KF5/KTextWidgets -I/usr/include/KF5/SonnetUi -I/usr/include/KF5/KParts -I/usr/include -I/usr/include -DKCOREADDONS_LIB -DKDE_DEFAULT_DEBUG_AREA=1208 -DKGUIADDONS_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DTRANSLATION_DOMAIN="kcminfo" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/info/main.moc /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/info/main.cpp Dependee "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/samba/CMakeFiles/kcm_samba_automoc.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/samba/CMakeFiles/kcm_samba_automoc.dir/depend.internal". Dependee "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/samba/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/samba/CMakeFiles/kcm_samba_automoc.dir/depend.internal". [35m[1mScanning dependencies of target kcm_samba_automoc[0m make[2]: Leaving directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' make -f Modules/samba/CMakeFiles/kcm_samba_automoc.dir/build.make Modules/samba/CMakeFiles/kcm_samba_automoc.dir/build make[2]: Entering directory '/var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build' [ 19%] [34m[1mAutomatic moc for target kcm_samba[0m cd /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/samba && /usr/bin/cmake -E cmake_autogen /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5_build/Modules/samba/CMakeFiles/kcm_samba_automoc.dir/ Gentoo AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/samba/main.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/samba/ksmbstatus.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/samba/kcmsambaimports.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/samba/kcmsambalog.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/samba/kcmsambastatistics.cpp AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/samba/kcmsambaimports.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/samba/kcmsambalog.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Modules/samba/kcmsambastatistics.h AUTOGEN: Checking /var/tmp/portage/kde-plasma/kinfocenter-5.5.5/work/kinfocenter-5.5.5/Module | There's no error in that part of the log, use a pastebin. |
Hi, I noticed when I tried a LiveCD of Kubuntu on my computer that I did get the battery status on my Mouse and Keyboard in the tray. But I don't get it in my Gentoo installation, Is there a specific package I don't have installed or a kernel option that is disabled ? The energy Information in Kinfocenter does not work eahter, don't know if this is related. | Did you install Plasma via plasma-meta or plasma-desktop? |
I have various Gentoo machines, two of which have Libreoffice installed. On one of them, Libreoffice is at 5.1.0.3 but this version gives problems on my other machine: Quote: >>> Emerging (1 of 36) app-office/libreoffice-l10n-5.1.0.3::gentoo >>> Unpacking source... >>> Source unpacked in /var/tmp/portage/app-office/libreoffice-l10n-5.1.0.3/work >>> Preparing source in /var/tmp/portage/app-office/libreoffice-l10n-5.1.0.3/work ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-office/libreoffice-l10n-5.1.0.3/work ... >>> Source configured. >>> Compiling source in /var/tmp/portage/app-office/libreoffice-l10n-5.1.0.3/work ... >>> Source compiled. >>> Test phase [not enabled]: app-office/libreoffice-l10n-5.1.0.3 >>> Install libreoffice-l10n-5.1.0.3 into /var/tmp/portage/app-office/libreoffice-l10n-5.1.0.3/image/ category app-office /var/tmp/portage/app-office/libreoffice-l10n-5.1.0.3/temp/environment: line 618: estack_push: command not found /var/tmp/portage/app-office/libreoffice-l10n-5.1.0.3/temp/environment: line 618: estack_push: command not found /var/tmp/portage/app-office/libreoffice-l10n-5.1.0.3/temp/environment: line 607: estack_pop: command not found * ERROR: app-office/libreoffice-l10n-5.1.0.3::gentoo failed (install phase): * eshopts_pop: unbalanced push * * Call stack: * ebuild.sh, line 133: Called src_install * environment, line 1888: Called get_version_component_range '1-2' * environment, line 1044: Called get_all_version_components '5.1.0.3' * environment, line 928: Called eshopts_pop * environment, line 607: Called die * The specific snippet of code: * estack_pop eshopts s || die "${FUNCNAME}: unbalanced push"; * * If you need support, post the output of `emerge --info '=app-office/libreoffice-l10n-5.1.0.3::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-office/libreoffice-l10n-5.1.0.3::gentoo'`. * The complete build log is located at '/var/tmp/portage/app-office/libreoffice-l10n-5.1.0.3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-office/libreoffice-l10n-5.1.0.3/temp/environment'. * Working directory: '/var/tmp/portage/app-office/libreoffice-l10n-5.1.0.3/work' * S: '/var/tmp/portage/app-office/libreoffice-l10n-5.1.0.3/work' * QA Notice: command not found: * * /var/tmp/portage/app-office/libreoffice-l10n-5.1.0.3/temp/environment: line 618: estack_push: command not found * /var/tmp/portage/app-office/libreoffice-l10n-5.1.0.3/temp/environment: line 618: estack_push: command not found * /var/tmp/portage/app-office/libreoffice-l10n-5.1.0.3/temp/environment: line 607: estack_pop: command not found Additional information: Quote: emerge --info Portage 2.2.27 (python 3.4.3-final-0, default/linux/amd64/13.0, gcc-5.3.0, glibc-2.22-r2, 4.4.1-gentoo x86_64) ================================================================= System uname: Linux-4.4.1-gentoo-x86_64-Intel-R-_Core-TM-_i5-3317U_CPU_@_1.70GHz-with-gentoo-2.2 KiB Mem: 3662760 total, 294660 free KiB Swap: 4194300 total, 4194300 free Timestamp of repository gentoo: Mon, 07 Mar 2016 11:00:01 +0000 sh bash 4.3_p42-r2 ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1 app-shells/bash: 4.3_p42-r2::gentoo dev-lang/perl: 5.22.1::gentoo dev-lang/python: 2.7.11-r2::gentoo, 3.4.3-r7::gentoo dev-util/cmake: 3.4.3::gentoo dev-util/pkgconfig: 0.29::gentoo sys-apps/baselayout: 2.2::gentoo sys-apps/openrc: 0.20.5::gentoo sys-apps/sandbox: 2.10-r1::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69-r1::gentoo sys-devel/automake: 1.13.4-r1::gentoo, 1.14.1-r1::gentoo, 1.15-r2::gentoo sys-devel/binutils: 2.25.1-r1::gentoo sys-devel/gcc: 5.3.0::gentoo sys-devel/gcc-config: 1.8-r1::gentoo sys-devel/libtool: 2.4.6-r2::gentoo sys-devel/make: 4.1-r1::gentoo sys-kernel/linux-headers: 4.4::gentoo (virtual/os-headers) sys-libs/glibc: 2.22-r2::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=native -O2 -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="en_US.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="X a52 aac acl alsa amd64 apng berkdb bindist bluray bzip2 cdda cddb cdio cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr dvdread encode exif faac faad ffmpeg flac fortran gdbm gif gimp gpm ico iconv icu ieee1394 ipod ipv6 jpeg jpeg2k lame libass libguess libmpeg2 libnotify mad matroska mjpeg mmx mmxext modules mp3 mpeg mtp mudflap multilib ncurses nls nptl nsplugin ogg opengl openmp pam pcre pdf png policykit postproc pppd python qt5 quicktime readline resolvconf samba scanner seccomp session sndfile sse sse2 ssl svg syslog taglib tcpd theora tiff truetype twolame udev udisks unicode upower v4l vorbis vpx wav wavpack webp win32codecs wmf x264 x265 xattr xml xvid zlib" ABI_X86="64" ALSA_CARDS="hda-intel" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" SANE_BACKENDS="hp" USERLAND="GNU" VIDEO_CARDS="intel i965" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON I have not found anything similar in the forums, the bugzilla or the internet. Any suggestion? | Remove your custom bashrc for injecting epatch_user. |
Since the latest updates some, but not all, german umlauts are not displayed correctly. They overlap with a letter beside them. It's hard to describe, so i made a screenshot . As you can see, the menu-item "Büro" (left, third from top) and "Aktivitäten-Übersicht" at the bottom display wrong, while other umlauts (even in the same string) look correct. Any idea what could cause this? See this at two machines, so maybe something has changed or is this simply a bug? edit: gnome version is 3.18.2 | Same here with romanian locale. Diacritics are overlapped. I tried to track down the package which was responsable and it seem to be mesa, but I'm not 100% sure. |
Hi, I get an emake fail while emerging Quote: app-crypt/libsecret-0.18.4 due to: Code: ... make: execvp: gdbus-codegen: Permission denied ... emerge app-crypt/libsecret: Code: Calculating dependencies... done! >>> Verifying ebuild manifests >>> Emerging (1 of 1) app-crypt/libsecret-0.18.4::gentoo >>> Failed to emerge app-crypt/libsecret-0.18.4, Log file: >>> '/var/tmp/portage/app-crypt/libsecret-0.18.4/temp/build.log' >>> Jobs: 0 of 1 complete, 1 failed Load avg: 0.50, 0.28, 0.36 * Package: app-crypt/libsecret-0.18.4 * Repository: gentoo * Maintainer: gnome@gentoo.org * USE: abi_x86_64 amd64 crypt elibc_glibc introspection kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> cfg-update-1.8.2-r1: Checksum index is up-to-date ... >>> Unpacking source... >>> Unpacking libsecret-0.18.4.tar.xz to /var/tmp/portage/app-crypt/libsecret-0.18.4/work >>> Source unpacked in /var/tmp/portage/app-crypt/libsecret-0.18.4/work >>> Preparing source in /var/tmp/portage/app-crypt/libsecret-0.18.4/work/libsecret-0.18.4 ... * Fixing OMF Makefiles ... [ ok ] * Disabling deprecation warnings ... [ ok ] * Running elibtoolize in: libsecret-0.18.4/ * Running elibtoolize in: libsecret-0.18.4/build/ * Applying portage/1.2.0 patch ... * Applying sed/1.5.6 patch ... * Applying as-needed/2.4.3 patch ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-crypt/libsecret-0.18.4/work/libsecret-0.18.4 ... * econf: updating libsecret-0.18.4/build/config.sub with /usr/share/gnuconfig/config.sub * econf: updating libsecret-0.18.4/build/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --disable-gtk-doc --disable-maintainer-mode --docdir=/usr/share/doc/libsecret-0.18.4 --enable-manpages --disable-strict --disable-coverage --disable-static --enable-gcrypt --enable-introspection --disable-vala checking for a BSD-compatible install... /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '250' is supported by ustar format... yes checking whether GID '250' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether build environment is sane... yes checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking dependency style of x86_64-pc-linux-gnu-gcc... none checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for library containing strerror... none required checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for archiver @FILE support... @ checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for x86_64-pc-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether NLS is requested... yes checking for intltool >= 0.35.0... 0.50.2 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.20.2 checking for XML::Parser... ok checking for pkg-config... /usr/bin/pkg-config checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /usr/bin/gmsgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for mlock... yes checking for x86_64-pc-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for gtk-doc... no configure: WARNING: You will not be able to create source packages with 'make dist' because gtk-doc >= 1.9 is not found. checking for gtkdoc-check... no checking for gtkdoc-check... no checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no checking for GTKDOC_DEPS... yes checking for gobject-introspection... yes checking for glib-mkenums... /usr/bin/glib-mkenums checking for xsltproc... /usr/bin/xsltproc checking for x86_64-pc-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for vapigen... no checking for x86_64-pc-linux-gnu-libgcrypt-config... /usr/bin/x86_64-pc-linux-gnu-libgcrypt-config checking for LIBGCRYPT - version >= 1.2.2... yes (1.6.5) checking LIBGCRYPT API version... okay checking whether gcc understands -Wmissing-include-dirs... yes checking whether gcc understands -Wundef... yes checking build strict... no checking for debug mode... default checking whether to build with gcov testing... no checking that generated files are newer than configure... done checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating docs/reference/libsecret/Makefile config.status: creating docs/reference/libsecret/version.xml config.status: creating po/Makefile.in config.status: creating po/Makefile config.status: creating libsecret/libsecret.pc config.status: creating libsecret/libsecret-unstable.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing po/stamp-it commands CFLAGS: -O2 -march=athlon64 -pipe -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_38 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_38 -Wall -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-include-dirs -Wundef -Wno-error -g OPTIONS: libgcrypt: yes vala: no Debug: default Coverage: no Manual Page: yes >>> Source configured. >>> Compiling source in /var/tmp/portage/app-crypt/libsecret-0.18.4/work/libsecret-0.18.4 ... make -j5 gdbus-codegen --interface-prefix org.freedesktop.Secret. \ --generate-c-code temp-dbus-generated --c-namespace SecretGen libsecret/org.freedesktop.Secrets.xml make: execvp: gdbus-codegen: Permission denied Makefile:2651: recipe for target 'temp-dbus-generated.c' failed make: *** [temp-dbus-generated.c] Error 127 * ERROR: app-crypt/libsecret-0.18.4::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-crypt/libsecret-0.18.4::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-crypt/libsecret-0.18.4::gentoo'`. * The complete build log is located at '/var/tmp/portage/app-crypt/libsecret-0.18.4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-crypt/libsecret-0.18.4/temp/environment'. * Working directory: '/var/tmp/portage/app-crypt/libsecret-0.18.4/work/libsecret-0.18.4' * S: '/var/tmp/portage/app-crypt/libsecret-0.18.4/work/libsecret-0.18.4' * Messages for package app-crypt/libsecret-0.18.4: * ERROR: app-crypt/libsecret-0.18.4::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-crypt/libsecret-0.18.4::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-crypt/libsecret-0.18.4::gentoo'`. * The complete build log is located at '/var/tmp/portage/app-crypt/libsecret-0.18.4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-crypt/libsecret-0.18.4/temp/environment'. * Working directory: '/var/tmp/portage/app-crypt/libsecret-0.18.4/work/libsecret-0.18.4' * S: '/var/tmp/portage/app-crypt/libsecret-0.18.4/work/libsecret-0.18.4' emerge --info '=app-crypt/libsecret-0.18.4::gentoo': Code: Portage 2.2.26 (python 2.7.11-final-0, default/linux/amd64/13.0/desktop/gnome/systemd, gcc-4.9.3, glibc-2.21-r2, 4.0.9-gentoo x86_64) ================================================================= System Settings ================================================================= System uname: Linux-4.0.9-gentoo-x86_64-AMD_Phenom-tm-_II_X4_955_Processor-with-gentoo-2.2 KiB Mem: 16433832 total, 2236804 free KiB Swap: 1048572 total, 1048572 free Timestamp of repository gentoo: Thu, 10 Mar 2016 06:30:02 +0000 sh bash 4.3_p42-r1 ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1 app-shells/bash: 4.3_p42-r1::gentoo dev-java/java-config: 2.2.0::gentoo dev-lang/perl: 5.20.2::gentoo dev-lang/python: 2.7.11-r2::gentoo, 3.4.3-r7::gentoo dev-util/cmake: 3.3.1-r1::gentoo dev-util/pkgconfig: 0.28-r2::gentoo sys-apps/baselayout: 2.2::gentoo sys-apps/openrc: 0.19.1::gentoo sys-apps/sandbox: 2.10-r1::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69::gentoo sys-devel/automake: 1.11.6-r1::gentoo, 1.14.1::gentoo, 1.15::gentoo sys-devel/binutils: 2.25.1-r1::gentoo sys-devel/gcc: 4.9.3::gentoo sys-devel/gcc-config: 1.7.3::gentoo sys-devel/libtool: 2.4.6::gentoo sys-devel/make: 4.1-r1::gentoo sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers) sys-libs/glibc: 2.21-r2::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sage-on-gentoo location: /var/lib/layman/sage-on-gentoo masters: gentoo science priority: 50 science location: /var/lib/layman/science masters: gentoo priority: 50 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -march=athlon64 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://gentoo.inode.at/ ftp://gentoo.inode.at/source/" LANG="en_US.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" USE="X a52 aac acl acpi alsa amd64 apache2 berkdb bitmap-fonts bluetooth branding bzip2 cairo cdda cdr cleartype cli colord corefonts cracklib crypt cups cxx dbus dri dts dvd dvdr eds emboss encode evo exif fam firefox flac fortran gdbm gif git glamor gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk gzip iconv introspection ipv6 jpeg lcms ldap libnotify libsecret mad mikmod mmx mmxext mng modules mp3 mp4 mpeg mulitilib multilib nautilus ncurses nls nptl nsplugin ogg opengl openmp openmpi pam pango pcre pdf png policykit ppds pulseaudio qt3support qt4 readline scanner sdl seccomp session spell sse sse2 ssl startup-notification subversion svg systemd tcpd threads tiff tracker truetype type1 udev udisks unicode upower usb vim-syntax vorbis wxwidgets x264 xattr xcb xml xv xvid zlib" ABI_X86="64 32" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" APACHE2_MPMS="prefork" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="3dnow 3dnowext mmx mmxext popcnt sse sse2 sse3 sse4a" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python3_4 python2_7" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" USE_PYTHON="3.4 2.7" Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Does anyone have the same problem? Or knows how to fix it? | Updating dev-lang/python-exec solved the issue! |
I am absolutely new to Linux and Gentoo but I wanted to install Gentoo as an experiment. Working on it since 5 days or so. Forgive me pls if I act very stupid. I managed to install Gentoo and get most of the stuff running X, sddm and kde-plasma/plasma-meta following the official guides. My profile is desktop/plasma no systemd and these are the make.conf USE flags "bindist mmx sse sse2 -qt4 branding -handbook -minimal" I want to install the Code: kde-apps/kde-apps-meta:5 package because KDE5 looks empty and even the browser is missing. Emerge started: First error: Missing USE flags Code: The following USE changes are necessary to proceed: (see "package.use" in the portage(5) man page for more details) # required by kde-apps/artikulate-4.14.3::gentoo # required by kde-apps/kdeedu-meta-4.14.3::gentoo # required by kde-apps/kde-apps-meta-15.08.3-r3::gentoo # required by kde-apps/kde-apps-meta:5 (argument) >=media-libs/qt-gstreamer-1.2.0-r1 qt4 # required by kde-apps/kdenlive-15.12.2::gentoo # required by kde-apps/kdemultimedia-meta-15.12.2::gentoo # required by kde-apps/kde-apps-meta-15.08.3-r3::gentoo # required by kde-apps/kde-apps-meta:5 (argument) >=media-libs/mlt-0.9.8-r2 ffmpeg kdenlive melt # required by kde-apps/kdepimlibs-4.14.10::gentoo # required by kde-apps/kopete-15.08.3::gentoo # required by kde-apps/kdenetwork-meta-15.08.3-r1::gentoo # required by kde-apps/kde-apps-meta-15.08.3-r3::gentoo # required by kde-apps/kde-apps-meta:5 (argument) >=app-office/akonadi-server-1.13.0-r2 qt4 # required by kde-apps/kde-apps-meta-15.08.3-r3::gentoo[nls] # required by kde-apps/kde-apps-meta:5 (argument) >=kde-apps/kde4-l10n-15.08.3-r2 minimal I thought whatever, put in kde4 stuff if you want Starting emerge again Code: [blocks B ] <kde-apps/kde4-l10n-15.12.1 ("<kde-apps/kde4-l10n-15.12.1" is blocking kde-apps/kde-l10n-15.12.1) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. (kde-apps/kde-l10n-15.12.1:5/5::gentoo, ebuild scheduled for merge) pulled in by >=kde-apps/kde-l10n-15.08.3 required by (kde-apps/kde-apps-meta-15.08.3-r3:5/5::gentoo, ebuild scheduled for merge) (kde-apps/kde4-l10n-15.08.3-r2:4/15.08::gentoo, ebuild scheduled for merge) pulled in by >=kde-apps/kde4-l10n-15.08.3[minimal] required by (kde-apps/kde-apps-meta-15.08.3-r3:5/5::gentoo, ebuild scheduled for merge) Next, I masked kde4-l10n echo "kde-apps/kde4-l10n" >> /etc/portage/package.mask I also removed it from package.unmask Error from above again not working because missing packages. How do I get rid of qt4? Thanks for being cool penguins , KeksExpert | It's rather easy, don't set USE=-qt4 globally. You're using the correct profile already (plasma) that is switching off qt4 in packages where it conflicts, but leaves it on where you need it. If you want to have a full KDE experience, you can't get rid of KDE4-based applications at this point, simple as that. If you want to go without KDE4-based and Qt4-based applications, you've got a lot of work to do and can not use any of the provided meta packages except those for Plasma. Code: USE flags "bindist mmx sse sse2 -qt4 branding -handbook -minimal" Also, don't set the minimal flag globally on your own. In kde-base/ and kde-apps/ category packages, this flag enables compatibility to be able to install Plasma-5 and kf5-based applications together with KDE4 in the first place. |
Sorry for the lame subject, it's hard to describe the problem briefly. I also don't know if this is the right forum... I'm running Gentoo with xorg-server 1.14.3-r2, gnome-shell 3.8.4-r1, and nvidia-drivers 331.20. My monitor is 1440x900. When X starts, it's always running in some weird resolution like 1366x768. I can then run the nvidia-settings tool and set the resolution to 1440x900, which I can apply from inside the tool, and it stays that way until I restart X. I then make it generate an xorg.conf file for me, I place it in /etc/X11, and restart X. But every time, it comes back up in the wrong resolution. It seems like there's some default resolution that it uses instead of the one specified in xorg.conf. I recently upgraded from gnome2 to gnome3, and at the same time, it pulled in an updated nvidia-drivers ebuild. I'm not sure where the problem is, but it seems unlikely that it'd be gnome. Anyone have a similar problem, or at least know how to figure out what's causing the problem? Thanks! | MALDATA, Post your xorg.conf so we can see what X is being asked to do and your /var/log/Xorg.0.log so we can see what Xorg actually did. The log may be too big for a post. Use wgetpaste to put it on a pastebin site, then post the link. |
I'm seeing some unusual stuttering when using X on my system. Everything works except for the intermittent lag that shows up every few seconds with every UI element. My cursor lags, scrolling in the file manager or browser lags, moving windows on the desktop lags, video playback lags regardless of resolution, 3D screensavers lag, and even glxgears (not a benchmark, I know) lags. glxgears arguably shows off the problem best because the GALLIUM_HUD FPS overlay shows the framerate drop every few seconds at the same time the animation skips. See this image: http://imgur.com/Z7kbmN7 I'm running an AMD Radeon R7 250 on a dual-processor workstation with a ton of RAM, so I doubt it's a hardware issue. I don't experience any graphics lag when running other operating systems on the same machine. Moreover, I have another, less-powerful system with a nearly identical GPU (R7 240, also Oland) and an almost identical configuration (most recent stable kernel + Xorg + radeonsi drivers + Xfce) that exhibits none of these issues, not even the glxgears one. Apologies for my vague explanation, but I haven't been able to narrow this down any further. I'm happy to provide additional details. emerge --info: Code: Portage 2.2.26 (python 3.4.3-final-0, default/linux/amd64/13.0/desktop, gcc-4.9.3, glibc-2.21-r2, 4.1.15-gentoo-r1 x86_64) ================================================================= System uname: Linux-4.1.15-gentoo-r1-x86_64-Intel-R-_Xeon-R-_CPU_E5649_@_2.53GHz-with-gentoo-2.2 KiB Mem: 49451200 total, 43300684 free KiB Swap: 3145724 total, 3145724 free Timestamp of repository gentoo: Mon, 07 Mar 2016 20:15:01 +0000 sh bash 4.3_p42-r1 ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1 app-shells/bash: 4.3_p42-r1::gentoo dev-lang/perl: 5.20.2::gentoo dev-lang/python: 2.7.10-r1::gentoo, 3.4.3-r1::gentoo dev-util/cmake: 3.3.1-r1::gentoo dev-util/pkgconfig: 0.28-r2::gentoo sys-apps/baselayout: 2.2::gentoo sys-apps/openrc: 0.19.1::gentoo sys-apps/sandbox: 2.10-r1::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69::gentoo sys-devel/automake: 1.11.6-r1::gentoo, 1.14.1::gentoo, 1.15::gentoo sys-devel/binutils: 2.25.1-r1::gentoo sys-devel/gcc: 4.9.3::gentoo sys-devel/gcc-config: 1.7.3::gentoo sys-devel/libtool: 2.4.6::gentoo sys-devel/make: 4.1-r1::gentoo sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers) sys-libs/glibc: 2.21-r2::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.us.gentoo.org/gentoo-portage/ priority: -1000 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=westmere -pipe -O2" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=westmere -pipe -O2" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://www.gtlib.gatech.edu/pub/gentoo" LANG="en_US.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j24" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" USE="X a52 aac acl acpi alsa amd64 berkdb branding bzip2 cairo cdda cddb cdr cli consolekit cracklib crypt cxx dbus dri dts dvd dvdr emboss encode exif fam ffmpeg firefox flac fortran gdbm gif glamor gpm gtk gtk2 iconv ipv6 jpeg lcms ldap libnotify lm_sensors mad matroska mmx mmxext mng modules mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qt3support readline sdl seccomp session spell sse sse2 ssl startup-notification svg tcpd theora tiff truetype udev udisks unicode upower usb vdpau vorbis wxwidgets x264 xattr xcb xinerama xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 ssse3 sse4_1 sse4_2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="radeon radeonsi" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON make.conf: Code: CHOST="x86_64-pc-linux-gnu" CFLAGS="-march=westmere -pipe -O2" CXXFLAGS="${CFLAGS}" CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 ssse3 sse4_1 sse4_2" MAKEOPTS="-j24" FEATURES="parallel-fetch" USE="aac acpi alsa cddb cdr dbus dvd dvdr ffmpeg gif gtk gtk2 jpeg lm_sensors matroska mp3 nls ogg opengl pdf png pulseaudio svg theora tiff truetype udev unicode vdpau vorbis X x264 xinerama xv xvid -bluetooth -cups -kde -qt -qt4" VIDEO_CARDS="radeon radeonsi" INPUT_DEVICES="evdev keyboard mouse" CONFIG_PROTECT="/etc" GENTOO_MIRRORS="http://www.gtlib.gatech.edu/pub/gentoo" PORTDIR="/usr/portage" glxinfo: Code: OpenGL renderer string: Gallium 0.4 on AMD OLAND (DRM 2.42.0, LLVM 3.5.0) | please post output of dmesg and content of /var/log/Xorg.0.log |
Hi all, I just've upgraded to kde 5 from kde 4 and got a strange problem - menus in some apps do not work. Only the main menu is shown, but when i click on any oprion, nothing happens, the submenu won't appear on the screen. The same is for right-click popup menus - they don't appear. Looks like they are actually shown, but just invisible. In some apps menus work - for example in Kate and in Konsole. In some - KTorrent, KMail, Kontact, Yakuake, Konqueror they don't work. upd: I think menu does not work in qt4 apps. Is there anything I should do to fix it? Upd: Solved. See the last message | Please describe how and exactly what you have upgraded - did you follow the Plasma-5 upgrade guide on Gentoo wiki? Code: $ emerge --info |
Good afternoon, I'm not sure since when but I guess is when I passed to kde-plasma, I'm unable to access to smb shared folders via Dolphin, I have to mount them via console as root. I tried to recompile dolphin, samba and kioslave, here there are my use flags: Code: [ebuild R ] net-fs/samba-4.2.8::gentoo USE="acl client fam pam system-mitkrb5 -addc -addns -ads -aio -avahi -cluster -cups -dmapi -gnutls -iprint -ldap -quota (-selinux) -syslog -systemd {-test} -winbind" ABI_X86="32 (64) (-x32)" PYTHON_TARGETS="python2_7" 0 KiB [ebuild R ] kde-apps/kdebase-kioslaves-15.08.3:4/15.08::gentoo USE="bzip2 exif handbook samba sftp (-aqua) -debug -lzma -openexr" 0 KiB [ebuild R ] kde-apps/dolphin-15.08.3:5::gentoo USE="handbook semantic-desktop -debug {-test} (-thumbnail)" 0 KiB Dolphin still telling me "Invalid protocol" and on the console it displays that: Code: org.kde.kurifilter-shorturi: "smb://pc0375/C$" org.kde.kurifilter-shorturi: path = "" isLocalFullPath= false exists= false url= QUrl("smb://pc0375/C$") org.kde.kurifilter-ikws: "smb://pc0375/C$" : QUrl("smb://pc0375/C$") , type = 8 org.kde.kurifilter-ikws: Keywords Engine: Loading config... org.kde.kurifilter-ikws: Web Shortcuts Enabled: true org.kde.kurifilter-ikws: Default Shortcut: "" org.kde.kurifilter-ikws: Keyword Delimiter: : I'm looking to solve this issue for many time now and I didn't found anything, someone can tell me what can I check please ? Thanks. | kde-apps/dolphin-15.08.3:5 is KF5-based, while kde-apps/kdebase-kioslaves is KDE4-based. Check kde-apps/kio-extras for USE="samba" instead. |
Installed Gentoo in dual boot with Windows using Plasma profile on amd64 laptop. After installation emerged libreoffice, chromium and plasma-meta. Used Gen kernel for build. Can not get plasma to start. If I edit .xinitrc to exec startkde, I get to the plasma desktop but can't use the mouse. I can interact with keyboard. What am I missing? I followed the plasma Gentoo guide but it was more for an upgrade from kde4 then a fresh install. I did try changing xinitrc to exec sddm but that just gets me a blank screen with a flashing cursor. | There's a guide for that: SDDM Guide Also make sure you have configured evdev: Evdev Guide |
I am trying to install PHP. Enabled php apache2 cgi in /etc/portage/make.conf file and fpm in /etc/portage/package.use/php file but Code: # emerge --newuse @world doesn't pull anything. Code: # emerge --ask dev-lang/php says this below Code: msh@duyinthee ~ $ sudo emerge --ask php These are the packages that would be merged, in order: Calculating dependencies - !!! Problem resolving dependencies for dev-lang/php ... done! !!! The ebuild selected to satisfy "php" has unmet requirements. - dev-lang/php-5.6.18::gentoo USE="apache2 berkdb bzip2 cgi cli crypt ctype exif fileinfo filter fpm gdbm hash iconv ipv6 json ldap nls opcache phar posix readline session simplexml spell ssl tokenizer truetype unicode xml zlib -bcmath -calendar -cdb -cjk -curl -debug -embed -enchant (-firebird) -flatfile (-frontbase) -ftp -gd -gmp -imap -inifile -intl -iodbc -kerberos -ldap-sasl -libedit -libmysqlclient -mhash -mssql -mysql -mysqli -oci8-instant-client -odbc -pcntl -pdo -postgres -qdbm -recode (-selinux) -sharedmem -snmp -soap -sockets -sqlite -sybase-ct -systemd -sysvipc -threads -tidy -vpx -wddx -xmlreader -xmlrpc -xmlwriter -xpm -xslt -zip" ABI_X86="64" The following REQUIRED_USE flag constraints are unsatisfied: truetype? ( gd ) exif? ( gd ) The above constraints are a subset of the following complete expression: cli? ( exactly-one-of ( readline libedit ) ) truetype? ( gd ) vpx? ( gd ) cjk? ( gd ) exif? ( gd ) xpm? ( gd ) gd? ( zlib ) simplexml? ( xml ) soap? ( xml ) wddx? ( xml ) xmlrpc? ( any-of ( xml iconv ) ) xmlreader? ( xml ) xslt? ( xml ) ldap-sasl? ( ldap ) mhash? ( hash ) phar? ( hash ) libmysqlclient? ( any-of ( mysql mysqli pdo ) ) qdbm? ( !gdbm ) readline? ( !libedit ) recode? ( !imap !mysql !mysqli ) sharedmem? ( !threads ) !cli? ( !cgi? ( !fpm? ( !apache2? ( !embed? ( cli ) ) ) ) ) please help...? | It's saying that to use truetype or exif USE flags, you need to also include USE=gd. |
Trying to get Libreoffice Base works. I can't create new database. I get error message box saying that Quote: The connection to the external data source could not be established. No SDBC Driver was found for the URL sdbc:embadded:hsqldb I installed dev-db/hsqldb but still not works and error box still appears. | You need to build libreoffice with USE=java for base to work. |
hey guys , im new noob , im amr from egypt i just new to gentoo thing and i did install gentoo from minimal iso and i installed xorg and its working fine with xterm no windows manager installed so i installed i3wm but when i try the command i3 it gives me i3: cant open display so i need a little help to troubleshoot this ? | Edit your ~/.xinitrc. add the following for i3 If it doesnt exist yet, create it. Code: #!/bin/sh exec i3 and relogin (Slim or startx whetever you used to start x) Good luck and welcome to gentoo |
hello gentoo forums! so i have gentoo up and running on my laptop, and xorg is starting up fine using all default configs - with TWM. i am an old fluxbox user, and was terribly dissappointed to see that flux isn't starting... i added 'exec startfluxbox' to .xinitrc and as soon as i see the screen turn black, right before the WM should start, the laptop barfs back to the framebuffer terminal and all i see is a series of "failed to read session" comments, seemingly indicating that fluxbox isn't seeing the menus and directories that it should work in. i do not have a .fluxbox directory either. what am i doing incorrectly? i'll happily copy logs and terminal barf on request, i'm not seeing anything remarkable or it'd be here. thanks for help, long live the ever helpful gentoo forums! | pwhitt wrote: hello gentoo forums! so i have gentoo up and running on my laptop, and xorg is starting up fine using all default configs - with TWM. i am an old fluxbox user, and was terribly dissappointed to see that flux isn't starting... i added 'exec startfluxbox' to .xinitrc and as soon as i see ... In case you were using a display manager , stop it and try if it works with startx. In case it doen't work with startx, please patebin your /var/log/Xorg.0.log . |
Hello. Trying to get my AMD ARUBA card to work with opengl 3.2+ (needed for some sofware) here https://wiki.gentoo.org/wiki/Radeon said that my radeon card supports opengl 3.3 and 4.1 with live mesa unfortunately Code: OpenGL vendor string: X.Org OpenGL renderer string: Gallium 0.4 on AMD ARUBA (DRM 2.43.0, LLVM 3.7.1) OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.1.1 OpenGL core profile shading language version string: 3.30 OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile OpenGL core profile extensions: OpenGL version string: 3.0 Mesa 11.1.1 OpenGL shading language version string: 1.30 OpenGL context flags: (none) OpenGL extensions: OpenGL ES profile version string: OpenGL ES 3.0 Mesa 11.1.1 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00 Code: 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Richland [Radeon HD 8610G] Code: VIDEO_DRIVERS="radeon r600 radeonsi" mesa compiled with -bindist, so that's not the problem. btw Code: classic dri3 egl gallium gbm gles2 llvm nptl udev vaapi vdpau what am i missing? any help would be appreciated. | Code: OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.1.1 This is what you get. ARUBA does not support dual-precision which is required for higher OpenGL versions in hardware, and thus has to be emulated. But this emulation is not yet implemented in Mesa. If your application refuses to start, you can try to override the version of OpenGL that Mesa reports. See http://www.mesa3d.org/envvars.html |
Got a new laptop, can't enable power management (see title) I'm one of those emerge kdebase-startkde types. I've solved this problem before but can't recall how. I think I'm just missing a package, can't think what it is. Any help much appreciated. | @markisthejob: The problem comes from using kde-base/kdebase-startkde which is missing a lot of dependencies compared to your kdebase-meta setup. No system profile or USE flag is going to fix that, but taking a look at the dependencies of kdebase-meta might help. |
's' key not working with GDM install. The 's" works from terminal on boot but not after a startx is issued and Gnome(GDM) starts. Gnome3 + systemd I copied all the s's - switched keyboards - set locale to "US" Note: terminal is not working after set the keyboard to "US" | valentind wrote: I also have problem on an old install that I have just upgraded. 's' key does not work in GDM. Work-around is to use "alt-s" which types a s. In Gnome 3, both 's' and 'l' keys are bound respectively to opening the on-screen keyboard, and opening help. Work-around is to bind those actions to other short cuts. Thanks for the line. alt-s did not work for me. |
Emerging plasma-meta pulls in kdelibs4support (=kde-frameworks/kdelibs4support-5.19.0, to be precise). However the build fails and for the life of me I can't tell why. I don't see any errors and the only warnings seem unrelated to anything leading to the fail. build.log emerge --info =kde-frameworks/kdelibs4support-5.19.0::gentoo The kdelibs4support environment emerge -pqv =kde-frameworks/kdelibs4support-5.19.0: [ebuild N ] kde-frameworks/kdelibs4support-5.19.0 USE="X -debug -doc {-test}" To be honest, I've had problems with upgrading to KDE/Plasma 5. I forced -qt4 and used the kde overlay to try and get a very updated and entire qt5 and plasma 5 experience, but have since removed these options and tried to go as vanilla KDE install as I can get without wiping my system and starting over. The reason I mention this is that while I believe KDE4 is off my system, I am not starting from a sterile environment and I may have something remaining. To be clean, I am trying to install via the upgrade guide and did run the 'remove kde4' command (it presently returns clean, as in no packages are found): for x in freespacenotifier kcheckpass kcminit kdebase-cursors kdebase-startkde kdm kephal khotkeys kinfocenter klipper kmenuedit krunner kscreensaver ksmserver ksplash kstartupconfig kstyles ksysguard ksystraycmd kwin kwrited libkgreeter libkworkspace liboxygenstyle libplasmaclock libplasmagenericshell libtaskmanager plasma-workspace powerdevil qguiplatformplugin_kde solid-actions-kcm systemsettings; do equery -q d ${x} | sed -e "s/-[0-9].*//"; done | sed -e "/kdebase-meta/g" -e "/kde-meta/g" | xargs emerge --deselect --pretend: >>> No matching atoms found in "world" favorites file... | I think it's actually quite easy. You have a mixed dev-qt/*:5 environment with 5.4.2 and 5.5.1 packages. This is bad. Bring all of them on par to version 5.5.1. |
i.e. it doesn't function at all. | Is this a new install or an upgrade? IIRC you need to enable it in eselect fontconfig AND eselect infinality AND eselect lcdfilter AND env-update plus relogin for it to take effect. (also, have you tried vanilla Freetype lately? The last few releases have improved slight-hinting mode to the point where it's better IMO - I can actually tell bold and normal fonts apart in the terminal with this, couldn't under infinality) |
Hi, I just upgraded kde into Plasma 5, and what did work for the old kde doesn't work for a new one. My configuration was: Code: # eselect opengl list Available OpenGL implementations: [1] nvidia * [2] xorg-x11 [1] When I was trying to run new Plasma 5 kde, after "startx" from console I had a black screen . My .xinitrc file bellow: Code: xrandr --setprovideroutputsource modesetting NVIDIA-0 xrandr --auto exec startkde [2] When I deleted /etc/X11/xorg.conf, after "startx" from console, I had a KDE window that Plasma Crash (but I could put password into KWallet) - see plasma crash message: Code: Application: Plasma (plasmashell), signal: Aborted Using host libthread_db library "/lib64/libthread_db.so.1". [Current thread is 1 (Thread 0x7f7a36c87740 (LWP 30479))] Thread 7 (Thread 0x7f7a1f521700 (LWP 30482)): #0 0x00007f7a3150464d in poll () from /lib64/libc.so.6 #1 0x00007f7a35454ac2 in ?? () from /usr/lib64/libxcb.so.1 #2 0x00007f7a3545672f in xcb_wait_for_event () from /usr/lib64/libxcb.so.1 #3 0x00007f7a21ca8779 in ?? () from /usr/lib64/libQt5XcbQpa.so.5 #4 0x00007f7a31be4142 in ?? () from /usr/lib64/libQt5Core.so.5 #5 0x00007f7a30d14444 in start_thread () from /lib64/libpthread.so.0 #6 0x00007f7a3150d6ad in clone () from /lib64/libc.so.6 Thread 6 (Thread 0x7f7a15b84700 (LWP 30496)): #0 0x00007f7a3150464d in poll () from /lib64/libc.so.6 #1 0x00007f7a2d617f2c in ?? () from /usr/lib64/libglib-2.0.so.0 #2 0x00007f7a2d61803c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #3 0x00007f7a31dd2c9f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #4 0x00007f7a31d84cba in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #5 0x00007f7a31bdfb24 in QThread::exec() () from /usr/lib64/libQt5Core.so.5 #6 0x00007f7a343264e5 in ?? () from /usr/lib64/libQt5Qml.so.5 #7 0x00007f7a31be4142 in ?? () from /usr/lib64/libQt5Core.so.5 #8 0x00007f7a30d14444 in start_thread () from /lib64/libpthread.so.0 #9 0x00007f7a3150d6ad in clone () from /lib64/libc.so.6 Thread 5 (Thread 0x7f7a0d10f700 (LWP 30497)): #0 0x00007f7a3150464d in poll () from /lib64/libc.so.6 #1 0x00007f7a2d617f2c in ?? () from /usr/lib64/libglib-2.0.so.0 #2 0x00007f7a2d61803c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #3 0x00007f7a31dd2c9f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #4 0x00007f7a31d84cba in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #5 0x00007f7a31bdfb24 in QThread::exec() () from /usr/lib64/libQt5Core.so.5 #6 0x00007f7a343264e5 in ?? () from /usr/lib64/libQt5Qml.so.5 #7 0x00007f7a31be4142 in ?? () from /usr/lib64/libQt5Core.so.5 #8 0x00007f7a30d14444 in start_thread () from /lib64/libpthread.so.0 #9 0x00007f7a3150d6ad in clone () from /lib64/libc.so.6 Thread 4 (Thread 0x7f7a0787d700 (LWP 30498)): #0 0x00007f7a3150464d in poll () from /lib64/libc.so.6 #1 0x00007f7a2d617f2c in ?? () from /usr/lib64/libglib-2.0.so.0 #2 0x00007f7a2d61803c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #3 0x00007f7a31dd2c9f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #4 0x00007f7a31d84cba in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #5 0x00007f7a31bdfb24 in QThread::exec() () from /usr/lib64/libQt5Core.so.5 #6 0x00007f7a343264e5 in ?? () from /usr/lib64/libQt5Qml.so.5 #7 0x00007f7a31be4142 in ?? () from /usr/lib64/libQt5Core.so.5 #8 0x00007f7a30d14444 in start_thread () from /lib64/libpthread.so.0 #9 0x00007f7a3150d6ad in clone () from /lib64/libc.so.6 Thread 3 (Thread 0x7f7a05f38700 (LWP 30499)): #0 0x00007f7a30d1a00f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00007f7a366e3094 in ?? () from /usr/lib64/libQt5Script.so.5 #2 0x00007f7a366e30d9 in ?? () from /usr/lib64/libQt5Script.so.5 #3 0x00007f7a30d14444 in start_thread () from /lib64/libpthread.so.0 #4 0x00007f7a3150d6ad in clone () from /lib64/libc.so.6 Thread 2 (Thread 0x7f797e836700 (LWP 30500)): #0 0x00007f7a31bdd32a in QMutex::lock() () from /usr/lib64/libQt5Core.so.5 #1 0x00007f7a31dd2b7f in ?? () from /usr/lib64/libQt5Core.so.5 #2 0x00007f7a2d6174bd in g_main_context_prepare () from /usr/lib64/libglib-2.0.so.0 #3 0x00007f7a2d617e5b in ?? () from /usr/lib64/libglib-2.0.so.0 #4 0x00007f7a2d61803c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #5 0x00007f7a31dd2cbb in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #6 0x00007f7a31d84cba in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #7 0x00007f7a31bdfb24 in QThread::exec() () from /usr/lib64/libQt5Core.so.5 #8 0x00007f7a34cadee6 in ?? () from /usr/lib64/libQt5Quick.so.5 #9 0x00007f7a31be4142 in ?? () from /usr/lib64/libQt5Core.so.5 #10 0x00007f7a30d14444 in start_thread () from /lib64/libpthread.so.0 #11 0x00007f7a3150d6ad in clone () from /lib64/libc.so.6 Thread 1 (Thread 0x7f7a36c87740 (LWP 30479)): [KCrash Handler] #6 0x00007f7a31457477 in raise () from /lib64/libc.so.6 #7 0x00007f7a314588ca in abort () from /lib64/libc.so.6 #8 0x00007f7a31bd3d29 in QMessageLogger::fatal(char const*, ...) const () from /usr/lib64/libQt5Core.so.5 #9 0x00007f7a34d18fc1 in QSGRenderLoop::handleContextCreationFailure(QQuickWindow*, bool) () from /usr/lib64/libQt5Quick.so.5 #10 0x00007f7a34d19fd5 in ?? () from /usr/lib64/libQt5Quick.so.5 #11 0x00007f7a34d1af66 in ?? () from /usr/lib64/libQt5Quick.so.5 #12 0x00007f7a320ac5c5 in QWindow::event(QEvent*) () from /usr/lib64/libQt5Gui.so.5 #13 0x00007f7a34d542f1 in QQuickWindow::event(QEvent*) () from /usr/lib64/libQt5Quick.so.5 #14 0x000000000043e796 in DesktopView::event(QEvent*) () #15 0x00007f7a3277aa1c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #16 0x00007f7a3277fe96 in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #17 0x00007f7a31d85dbd in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib64/libQt5Core.so.5 #18 0x00007f7a320a4e6c in QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*) () from /usr/lib64/libQt5Gui.so.5 #19 0x00007f7a320a5bcd in QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) () from /usr/lib64/libQt5Gui.so.5 #20 0x00007f7a3208dd08 in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Gui.so.5 #21 0x00007f7a21cd9e80 in ?? () from /usr/lib64/libQt5XcbQpa.so.5 #22 0x00007f7a2d617d37 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0 #23 0x00007f7a2d617f90 in ?? () from /usr/lib64/libglib-2.0.so.0 #24 0x00007f7a2d61803c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #25 0x00007f7a31dd2c9f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #26 0x00007f7a31d84cba in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #27 0x00007f7a31d8be4c in QCoreApplication::exec() () from /usr/lib64/libQt5Core.so.5 #28 0x000000000043228a in main () [3] When I switched into xorg-x11 , system starts normally, but I have no nvidia support. Code: # eselect opengl list Available OpenGL implementations: [1] nvidia [2] xorg-x11 * What might be the problem? | Sorry, looks like problem is to nvidia, intel, xorg-server related: https://forums.gentoo.org/viewtopic-t-1038828.html nothing to do with Plasma 5 [SOLVED] |
Hi there, I recently switched to thunderbird and it is great so far. Only issue is that thunderbird is not playing any notification sounds. Here are the use flags: Code: [ebuild R ] media-sound/pulseaudio-8.0::gentoo USE="X alsa alsa-plugin asyncns bluetooth caps dbus equalizer gdbm glib gnome gtk orc qt4 sox ssl tcpd udev webrtc-aec -doc -ipv6 -jack -libressl -libsamplerate -lirc -native-headset (-neon) -ofono-headset (-oss) -realtime (-selinux) (-system-wide) -systemd {-test} -xen -zeroconf" ABI_X86="32 (64) (-x32)" 0 KiB [ebuild R ] mail-client/thunderbird-38.5.0::gentoo USE="crypt dbus jemalloc3 jit minimal pulseaudio startup-notification -bindist -custom-cflags -custom-optimization -debug -gstreamer -gstreamer-0 -hardened -ldap -lightning -mozdom (-neon) (-selinux) -system-cairo -system-icu -system-jpeg -system-libvpx -system-sqlite" LINGUAS="de -ar -ast -be -bg -bn_BD -br -ca -cs -cy -da -el -en_GB -es_AR -es_ES -et -eu -fi -fr -fy_NL -ga_IE -gd -gl -he -hr -hsb -hu -hy_AM -id -is -it -ja -ko -lt -nb_NO -nl -nn_NO -pa_IN -pl -pt_BR -pt_PT -rm -ro -ru -si -sk -sl -sq -sr -sv_SE -ta_LK -tr -uk -vi -zh_CN -zh_TW" 0 KiB Anybody any ideas ? thanks | Thanks for your great answer. I re-emerged libcanberra and it starts working. Thank you very much, |
Hi, I am doing plasma 5 migration: https://wiki.gentoo.org/wiki/KDE/Plasma_5_upgrade I have done everything like in manual, but when I doing this nearly last step: Code: root #emerge --ask --changed-use --newrepo --deep world I have such problem: Code: # emerge --changed-use --newrepo --deep world Calculating dependencies... done! [ebuild N ] media-libs/libuninameslist-20091231 [ebuild N ] dev-db/lmdb-0.9.18 USE="-static-libs" [ebuild N ] media-fonts/noto-2015.04 USE="X" [ebuild N ] net-misc/socat-1.7.3.1 USE="ipv6 readline ssl tcpd" [ebuild N ] net-libs/libndp-1.5 ABI_X86="(64) -32 (-x32)" [ebuild N ] dev-qt/qtpaths-5.5.1-r1 USE="-debug {-test}" [ebuild N ] dev-libs/libinput-1.1.5 USE="{-test}" [ebuild N ] dev-libs/libpwquality-1.3.0 USE="pam -python -static-libs" PYTHON_TARGETS="python2_7 python3_4 -python3_3" [ebuild N ] dev-qt/qdbus-5.5.1-r1 USE="-debug {-test}" [ebuild N ] net-misc/dhcp-4.3.3_p1 USE="client ipv6 ldap server ssl -libressl (-selinux) -vim-syntax" [ebuild N ] gnome-base/gsettings-desktop-schemas-3.18.1 USE="introspection" [ebuild N ] dev-libs/newt-0.52.18 USE="gpm nls -tcl" PYTHON_TARGETS="python2_7" [ebuild R ] dev-util/cmake-3.4.3 USE="qt5* -qt4*" [ebuild N ] kde-frameworks/kjs-5.18.0 USE="-debug -doc {-test}" [ebuild N ] kde-plasma/kwayland-5.5.4 USE="-debug {-test}" [ebuild N ] kde-frameworks/kidletime-5.18.0 USE="-debug -doc" [ebuild N ] kde-plasma/libkscreen-5.5.4 USE="-debug {-test}" [ebuild N ] kde-plasma/kdecoration-5.5.4 USE="-debug {-test}" [ebuild N ] dev-qt/qtgraphicaleffects-5.5.1-r1 USE="-debug {-test}" [ebuild R ] dev-qt/linguist-tools-5.5.1-r1 USE="qml*" [ebuild R ] net-wireless/wpa_supplicant-2.5-r1 USE="qt5*" [ebuild R ] dev-qt/qtwebkit-5.5.1-r1 USE="qml*" [ebuild N ] kde-plasma/kwallet-pam-5.5.4 USE="-debug" [ebuild N ] kde-plasma/plasma-workspace-wallpapers-5.5.4 [ebuild N ] kde-plasma/breeze-gtk-5.5.4 USE="-debug" [ebuild N ] kde-frameworks/bluez-qt-5.18.0 USE="-debug -doc {-test}" [ebuild N ] kde-frameworks/breeze-icons-5.18.0 USE="{-test}" [ebuild N ] kde-frameworks/kplotting-5.18.0 USE="-debug -doc {-test}" [ebuild R ] dev-qt/qtmultimedia-5.5.1-r2 USE="qml* widgets*" [ebuild N ] kde-plasma/kwayland-integration-5.5.4 USE="-debug" [ebuild N ] kde-frameworks/kjsembed-5.18.0 USE="-debug -doc" [ebuild N ] kde-frameworks/kdnssd-5.18.0 USE="nls -debug -doc {-test} -zeroconf" [ebuild N ] kde-frameworks/kpeople-5.18.0 USE="-debug -doc {-test}" [ebuild R ] app-crypt/pinentry-0.9.7 USE="qt5* -qt4*" [ebuild N ] media-gfx/fontforge-20150824 USE="X cairo gif gtk jpeg png python readline svg tiff unicode -truetype-debugger" PYTHON_SINGLE_TARGET="python2_7 -python3_3 -python3_4" PYTHON_TARGETS="python2_7 python3_4 -python3_3" [ebuild N ] kde-plasma/oxygen-fonts-5.4.3 USE="X" [ebuild N ] net-dialup/rp-pppoe-3.12 USE="-tk" [ebuild N ] x11-misc/sddm-0.13.0-r1 USE="consolekit pam -systemd" [ebuild N ] sys-auth/polkit-pkla-compat-0.1 [ebuild N ] kde-plasma/ksshaskpass-5.5.4 USE="-debug" [ebuild N ] kde-frameworks/knotifyconfig-5.18.0 USE="phonon -debug -doc" [ebuild N ] kde-frameworks/frameworkintegration-5.18.0 USE="X -debug -doc {-test}" [ebuild N ] kde-frameworks/kxmlrpcclient-5.18.0 USE="-debug -doc {-test}" [ebuild N ] kde-frameworks/khtml-5.18.0 USE="X -debug -doc {-test}" [ebuild N ] kde-frameworks/kross-5.18.0 USE="-debug -doc {-test}" [ebuild N ] kde-apps/kio-extras-15.08.3 USE="exif handbook phonon sftp -debug -mtp -samba -slp {-test}" [ebuild N ] kde-plasma/user-manager-5.5.4 USE="-debug" [ebuild N ] kde-plasma/kgamma-5.5.4 USE="handbook -debug" [ebuild N ] kde-frameworks/krunner-5.18.0 USE="-debug -doc {-test}" [ebuild N ] kde-plasma/sddm-kcm-5.5.4 USE="-debug" [ebuild N ] kde-plasma/milou-5.5.4 USE="-debug" [ebuild N ] kde-plasma/bluedevil-5.5.4 USE="-debug" [uninstall ] net-wireless/bluedevil-2.1.1 [blocks b ] net-wireless/bluedevil ("net-wireless/bluedevil" is blocking kde-plasma/bluedevil-5.5.4) [ebuild N ] kde-plasma/oxygen-5.5.4 USE="-debug" [uninstall ] kde-base/kdebase-cursors-4.11.22 [blocks b ] kde-base/kdebase-cursors:4 ("kde-base/kdebase-cursors:4" is blocking kde-plasma/oxygen-5.5.4) [ebuild N ] kde-plasma/kinfocenter-5.5.4 USE="X egl handbook opengl pci -debug -gles -ieee1394 -nfs -samba -wayland" [uninstall ] kde-base/kinfocenter-4.11.22 [blocks b ] kde-base/kinfocenter:4 ("kde-base/kinfocenter:4" is blocking kde-plasma/kinfocenter-5.5.4) [ebuild N ] kde-plasma/kscreen-5.5.4 USE="-debug" [uninstall ] kde-misc/kscreen-1.0.71_p20150824 [blocks b ] kde-misc/kscreen ("kde-misc/kscreen" is blocking kde-plasma/kscreen-5.5.4) [ebuild N ] kde-plasma/kde-gtk-config-5.5.4 USE="gtk3 -debug {-test}" [uninstall ] kde-misc/kde-gtk-config-2.2.1 [blocks b ] kde-misc/kde-gtk-config ("kde-misc/kde-gtk-config" is blocking kde-plasma/kde-gtk-config-5.5.4) [ebuild N ] kde-plasma/kscreenlocker-5.5.4-r1 USE="pam -debug {-test}" [uninstall ] kde-base/kdebase-pam-9 [blocks b ] kde-base/kdebase-pam:0 ("kde-base/kdebase-pam:0" is blocking kde-plasma/kscreenlocker-5.5.4-r1) [ebuild N ] kde-plasma/khelpcenter-5.5.4 USE="handbook -debug" [uninstall ] kde-base/khelpcenter-4.14.3 [blocks b ] kde-base/khelpcenter:4 ("kde-base/khelpcenter:4" is blocking kde-plasma/khelpcenter-5.5.4) [ebuild N ] kde-plasma/kwrited-5.5.4 USE="-debug" [uninstall ] kde-base/kwrited-4.11.22 [blocks b ] kde-base/kwrited:4 ("kde-base/kwrited:4" is blocking kde-plasma/kwrited-5.5.4) [ebuild NS ] kde-apps/kwrite-15.08.3 [4.14.3] USE="handbook -debug" [uninstall ] kde-apps/kwrite-4.14.3 [blocks b ] kde-apps/kwrite:4 ("kde-apps/kwrite:4" is blocking kde-apps/kwrite-15.08.3) [ebuild NS ] kde-apps/konsole-15.08.3-r1 [4.14.3-r2] USE="X handbook -debug {-test}" [uninstall ] kde-apps/konsole-4.14.3-r2 [blocks b ] kde-apps/konsole:4 ("kde-apps/konsole:4" is blocking kde-apps/konsole-15.08.3-r1) [ebuild N ] kde-plasma/libksysguard-5.5.4 USE="X detailedmemory -debug {-test}" [ebuild N ] kde-plasma/ksysguard-5.5.4 USE="handbook lm_sensors -debug" [uninstall ] kde-base/ksysguard-4.11.22 [blocks b ] kde-base/ksysguard:4 ("kde-base/ksysguard:4" is blocking kde-plasma/libksysguard-5.5.4, kde-plasma/ksysguard-5.5.4) [ebuild N ] kde-plasma/kwin-5.5.4 USE="gles2 handbook -debug -multimedia {-test}" [ebuild N ] kde-plasma/systemsettings-5.5.4 USE="gtk handbook -classic -debug" [ebuild N ] kde-plasma/breeze-5.5.4 USE="qt4 -debug" [ebuild R ] kde-apps/solid-runtime-15.08.3 USE="-bluetooth*" [ebuild N ] net-libs/libproxy-0.4.11-r2 USE="kde -gnome -mono -networkmanager -perl -python -spidermonkey {-test} -webkit" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python2_7" [ebuild R ] kde-apps/libkipi-15.08.3 USE="minimal*" [ebuild N ] kde-base/kwin-4.11.22 USE="opengl (-aqua) -debug -gles -wayland" [ebuild N ] net-libs/glib-networking-2.46.1 USE="gnome libproxy ssl -smartcard {-test}" ABI_X86="(64) -32 (-x32)" [ebuild N ] net-libs/libsoup-2.52.2 USE="introspection ssl -debug -samba {-test} -vala" ABI_X86="(64) -32 (-x32)" [ebuild N ] kde-apps/kdeartwork-styles-15.08.3 USE="(-aqua) -debug" [ebuild N ] net-misc/networkmanager-1.0.10-r1 USE="bluetooth consolekit dhclient introspection modemmanager ncurses nss ppp wext wifi -connection-sharing -dhcpcd -gnutls -resolvconf (-selinux) -systemd -teamd {-test} -vala -zeroconf" ABI_X86="(64) -32 (-x32)" [ebuild N ] kde-frameworks/networkmanager-qt-5.18.0 USE="-debug -doc -teamd {-test}" [ebuild NS ] kde-apps/kdebase-runtime-meta-15.08.3-r1 [4.14.3] USE="oldwallet" [uninstall ] kde-apps/kdebase-runtime-meta-4.14.3 [blocks b ] kde-apps/kdebase-runtime-meta:4 ("kde-apps/kdebase-runtime-meta:4" is blocking kde-apps/kdebase-runtime-meta-15.08.3-r1) [ebuild R ] media-video/vlc-2.2.2 USE="qt5* -qt4*" [ebuild R ] media-libs/opencv-3.1.0-r1 USE="qt5* -qt4*" [ebuild N ] kde-frameworks/kfilemetadata-5.18.0 USE="exif ffmpeg pdf -debug -doc -epub -libav -taglib {-test}" [ebuild N ] kde-frameworks/baloo-5.18.0 USE="-debug -doc {-test}" [ebuild R ] media-libs/mlt-0.9.8-r2 USE="qt5* -kde* -qt4*" [ebuild NS ] kde-apps/baloo-widgets-15.08.3 [4.14.3] USE="-debug {-test}" [uninstall ] kde-apps/baloo-widgets-4.14.3 [blocks b ] kde-apps/baloo-widgets:4 ("kde-apps/baloo-widgets:4" is blocking kde-apps/baloo-widgets-15.08.3) [ebuild NS ] kde-apps/dolphin-15.08.3 [4.14.3-r1] USE="handbook semantic-desktop -debug {-test} (-thumbnail)" [uninstall ] kde-apps/dolphin-4.14.3-r1 [blocks b ] kde-apps/dolphin:4 ("kde-apps/dolphin:4" is blocking kde-apps/dolphin-15.08.3) [ebuild N ] kde-apps/kdecore-meta-15.08.3-r1 USE="wallpapers -minimal" [ebuild NS ] kde-apps/kdenlive-15.12.1 [0.9.10] USE="gles2 handbook -debug -v4l" [uninstall ] kde-apps/kdenlive-0.9.10 [blocks b ] kde-apps/kdenlive:4 ("kde-apps/kdenlive:4" is blocking kde-apps/kdenlive-15.12.1) [ebuild N ] kde-plasma/plasma-workspace-5.5.4 USE="dbus geolocation handbook -debug -gps (-prison) -qalculate {-test}" [uninstall ] kde-base/kcminit-4.11.22 [blocks b ] kde-base/kcminit:4 ("kde-base/kcminit:4" is blocking kde-plasma/plasma-workspace-5.5.4) [uninstall ] kde-base/ksplash-4.11.22 [blocks b ] kde-base/ksplash:4 ("kde-base/ksplash:4" is blocking kde-plasma/plasma-workspace-5.5.4) [uninstall ] kde-base/libtaskmanager-4.11.22 [blocks b ] kde-base/libtaskmanager:4 ("kde-base/libtaskmanager:4" is blocking kde-plasma/plasma-workspace-5.5.4) [uninstall ] kde-base/freespacenotifier-4.11.22 [blocks b ] kde-base/freespacenotifier:4 ("kde-base/freespacenotifier:4" is blocking kde-plasma/plasma-workspace-5.5.4) [uninstall ] kde-base/ksmserver-4.11.22 [blocks b ] kde-base/ksmserver:4 ("kde-base/ksmserver:4" is blocking kde-plasma/plasma-workspace-5.5.4) [uninstall ] kde-base/kdebase-startkde-4.11.22 [blocks b ] kde-base/kdebase-startkde:4 ("kde-base/kdebase-startkde:4" is blocking kde-plasma/plasma-workspace-5.5.4) [uninstall ] kde-base/krunner-4.11.22 [blocks b ] kde-base/krunner:4 ("kde-base/krunner:4" is blocking kde-plasma/plasma-workspace-5.5.4) [uninstall ] kde-base/klipper-4.11.22 [blocks b ] kde-base/klipper:4 ("kde-base/klipper:4" is blocking kde-plasma/plasma-workspace-5.5.4) [ebuild N ] kde-plasma/kdeplasma-addons-5.5.4 USE="-debug -ibus -scim" [uninstall ] kde-base/kdeplasma-addons-4.14.3 [blocks b ] kde-base/kdeplasma-addons:4 ("kde-base/kdeplasma-addons:4" is blocking kde-plasma/kdeplasma-addons-5.5.4) [ebuild N ] kde-plasma/powerdevil-5.5.4 USE="handbook -debug -systemd" [uninstall ] kde-base/powerdevil-4.11.22 [blocks b ] kde-base/powerdevil:4 ("kde-base/powerdevil:4" is blocking kde-plasma/powerdevil-5.5.4) [ebuild N ] kde-plasma/khotkeys-5.5.4 USE="handbook -debug" [uninstall ] kde-base/khotkeys-4.11.22 [blocks b ] kde-base/khotkeys:4 ("kde-base/khotkeys:4" is blocking kde-plasma/khotkeys-5.5.4) [ebuild N ] kde-plasma/kmenuedit-5.5.4 USE="handbook hotkeys -debug" [uninstall ] kde-base/kmenuedit-4.11.22 [blocks b ] kde-base/kmenuedit:4 ("kde-base/kmenuedit:4" is blocking kde-plasma/kmenuedit-5.5.4) [ebuild N ] kde-plasma/plasma-desktop-5.5.4 USE="evdev fontconfig handbook qt4 -debug -gtk2 -gtk3 -legacy-systray -pulseaudio {-test} -touchpad" [uninstall ] kde-base/systemsettings-4.11.22 [blocks b ] kde-base/systemsettings:4[handbook] ("kde-base/systemsettings:4[handbook]" is blocking kde-plasma/powerdevil-5.5.4) [blocks b ] kde-base/systemsettings:4 ("kde-base/systemsettings:4" is blocking kde-plasma/systemsettings-5.5.4, kde-plasma/kwin-5.5.4, kde-plasma/plasma-desktop-5.5.4, kde-plasma/khotkeys-5.5.4) [uninstall ] kde-base/plasma-workspace-4.11.22 [blocks b ] kde-base/plasma-workspace:4 ("kde-base/plasma-workspace:4" is blocking kde-plasma/plasma-workspace-5.5.4, kde-plasma/plasma-desktop-5.5.4) [uninstall ] kde-base/solid-actions-kcm-4.11.22 [blocks b ] kde-base/solid-actions-kcm:4 ("kde-base/solid-actions-kcm:4" is blocking kde-plasma/plasma-desktop-5.5.4) [uninstall ] kde-apps/kdepasswd-15.08.3 [blocks b ] kde-apps/kdepasswd ("kde-apps/kdepasswd" is blocking kde-plasma/plasma-desktop-5.5.4) [uninstall ] kde-apps/knetattach-15.08.3 [blocks b ] kde-apps/knetattach[handbook] ("kde-apps/knetattach[handbook]" is blocking kde-plasma/plasma-desktop-5.5.4) [uninstall ] kde-apps/kcontrol-15.08.3 [blocks b ] kde-apps/kcontrol ("kde-apps/kcontrol" is blocking kde-plasma/plasma-desktop-5.5.4) [ebuild N ] kde-plasma/plasma-meta-5.5.4 USE="bluetooth display-manager gtk sddm wallpapers -mediacenter -networkmanager -pulseaudio -sdk" [ebuild NS ] kde-apps/kdebase-meta-15.08.3-r2 [4.14.3-r2] [uninstall ] kde-apps/kdebase-meta-4.14.3-r2 [blocks b ] kde-apps/kdebase-meta:4 ("kde-apps/kdebase-meta:4" is blocking kde-apps/kdebase-meta-15.08.3-r2) [blocks B ] kde-base/kwin:4 ("kde-base/kwin:4" is blocking kde-plasma/kwin-5.5.4) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. (kde-plasma/kwin-5.5.4:5/5::gentoo, ebuild scheduled for merge) pulled in by >=kde-plasma/kwin-5.5.4:5 required by (kde-plasma/plasma-desktop-5.5.4:5/5::gentoo, ebuild scheduled for merge) >=kde-plasma/kwin-5.5.4:5 required by (kde-plasma/plasma-workspace-5.5.4:5/5::gentoo, ebuild scheduled for merge) >=kde-plasma/kwin-5.5.4:5 required by (kde-plasma/plasma-meta-5.5.4:5/5::gentoo, ebuild scheduled for merge) (kde-base/kwin-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/kwin-4.11:4[aqua=] (>=kde-base/kwin-4.11:4[-aqua]) required by (kde-apps/kdeartwork-styles-15.08.3:4/15.08::gentoo, ebuild scheduled for merge) 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 | Look at this: Code: (kde-base/kwin-4.11.22:4/4.11::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/kwin-4.11:4[aqua=] (>=kde-base/kwin-4.11:4[-aqua]) required by (kde-apps/kdeartwork-styles-15.08.3:4/15.08::gentoo, ebuild scheduled for merge) Why is kdeartwork-styles being pulled in? Can you please check if you still have it in your world file or any custom set of yours? You could also --exclude it from your emerge command and then just see what's going to complain. Also check if kdeartwork-meta is installed: Code: $ equery l -iop kdeartwork-meta If yes, it MUST be 15.08.3-r1. |
I have xterm and rxvt-unicode installed. I always use rxvt-unicode. Now, I installed vim and using it for editing text files. Vim opens in INSERT mode in rxvt-unicode. But vim opens in COMMAND mode in xterm. I want vim to open in COMMAND mode in all of my terminal. I am checking ~/.vimrc and googling online. But solution not found yet. Please suggest if anyone can. | It doesn't sound like a urxvt specific as in my terminal vim opens in command mode. Anyway, this is how to make vim starts straight to: INSERT mode: Code: vim -c startinsert Or avoid INSERT mode (it should means to start in COMMAND mode): Code: vim -c stopinsert |
I try to install on a fresh System. I fond old articles here, but the Inputs did not help me. ghostscript-gpl is actual revdep-rebuild does not find Problems tiff and jpeg are fresh System is actual synced and up to date. I tried the build twice, same Problem. Is that a bug to file? Here my Problem: Code: checking for libgs >= 8.62... no configure: error: You need libgs >= 8.62 in order to compile libspectre !!! Please attach the following file when seeking support: !!! /var/tmp/portage/app-text/libspectre-0.2.7/work/libspectre-0.2.7/config.log * ERROR: app-text/libspectre-0.2.7::gentoo failed (configure phase): * econf failed * * Call stack: * ebuild.sh, line 133: Called src_configure * environment, line 2638: Called econf '--disable-asserts' '--disable-checks' '--disable-static' '--disable-test' * phase-helpers.sh, line 662: Called __helpers_die 'econf failed' * isolated-functions.sh, line 117: Called die * The specific snippet of code: * die "$@" * * If you need support, post the output of `emerge --info '=app-text/libspectre-0.2.7::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-text/libspectre-0.2.7::gentoo'`. * The complete build log is located at '/var/tmp/portage/app-text/libspectre-0.2.7/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-text/libspectre-0.2.7/temp/environment'. * Working directory: '/var/tmp/portage/app-text/libspectre-0.2.7/work/libspectre-0.2.7' * S: '/var/tmp/portage/app-text/libspectre-0.2.7/work/libspectre-0.2.7' The storry is, the lib is there: Code: ls -al /usr/lib/libgs.so lrwxrwxrwx 1 root root 13 15. Feb 20:32 /usr/lib/libgs.so -> libgs.so.9.15 Code: emerge -pqv '=app-text/libspectre-0.2.7::gentoo' [ebuild N ] app-text/libspectre-0.2.7 USE="-debug -doc -static-libs" Code: cat /var/tmp/portage/app-text/libspectre-0.2.7/temp/build.log * Package: app-text/libspectre-0.2.7 * Repository: gentoo * Maintainer: freedesktop-bugs@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux multilib userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking libspectre-0.2.7.tar.gz to /var/tmp/portage/app-text/libspectre-0.2.7/work >>> Source unpacked in /var/tmp/portage/app-text/libspectre-0.2.7/work >>> Preparing source in /var/tmp/portage/app-text/libspectre-0.2.7/work/libspectre-0.2.7 ... * Applying libspectre-0.2.0-interix.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/app-text/libspectre-0.2.7/work/libspectre-0.2.7' ... * Running libtoolize --install --copy --force --automake ... [ ok ] * Running aclocal ... [ ok ] * Running autoconf --force ... [ ok ] * Running autoheader ... [ ok ] * Running automake --add-missing --copy --force-missing ... [ ok ] * Running elibtoolize in: libspectre-0.2.7/ * Applying portage/1.2.0 patch ... * Applying sed/1.5.6 patch ... * Applying as-needed/2.4.3 patch ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-text/libspectre-0.2.7/work/libspectre-0.2.7 ... * econf: updating libspectre-0.2.7/config.guess with /usr/share/gnuconfig/config.guess * econf: updating libspectre-0.2.7/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --libdir=/usr/lib64 --disable-asserts --disable-checks --disable-static --disable-test checking for a BSD-compatible install... /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for archiver @FILE support... @ checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for x86_64-pc-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none checking for library containing strerror... none required checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99 checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 checking for ANSI C header files... (cached) yes checking whether byte ordering is bigendian... no checking for vasprintf... yes checking for _vscprintf... no checking for gsapi_new_instance in -lgs... yes checking for libgs >= 8.62... no configure: error: You need libgs >= 8.62 in order to compile libspectre !!! Please attach the following file when seeking support: !!! /var/tmp/portage/app-text/libspectre-0.2.7/work/libspectre-0.2.7/config.log * ERROR: app-text/libspectre-0.2.7::gentoo failed (configure phase): * econf failed * * Call stack: * ebuild.sh, line 133: Called src_configure * environment, line 2637: Called econf '--disable-asserts' '--disable-checks' '--disable-static' '--disable-test' * phase-helpers.sh, line 662: Called __helpers_die 'econf failed' * isolated-functions.sh, line 117: Called die * The specific snippet of code: * die "$@" * * If you need support, post the output of `emerge --info '=app-text/libspectre-0.2.7::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-text/libspectre-0.2.7::gentoo'`. * The complete build log is located at '/var/tmp/portage/app-text/libspectre-0.2.7/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-text/libspectre-0.2.7/temp/environment'. * Working directory: '/var/tmp/portage/app-text/libspectre-0.2.7/work/libspectre-0.2.7' * S: '/var/tmp/portage/app-text/libspectre-0.2.7/work/libspectre-0.2.7' Code: emerge --info '=app-text/libspectre-0.2.7::gentoo' Portage 2.2.26 (python 3.4.3-final-0, funtoo/1.0/linux-gnu/arch/x86-64bit, gcc-4.9.3, glibc-2.20-r2, 4.4.1-gentoo x86_64) ================================================================= System Settings ================================================================= System uname: Linux-4.4.1-gentoo-x86_64-Intel-R-_Core-TM-_i3-2100_CPU_@_3.10GHz-with-gentoo-2.2.0 KiB Mem: 12200372 total, 5351024 free KiB Swap: 4193276 total, 4191992 free sh bash 4.3_p42 ld GNU ld (Funtoo 2.25) 2.25.0 app-shells/bash: 4.3_p42::gentoo dev-lang/perl: 5.22.1::gentoo dev-lang/python: 2.7.11-r2::gentoo, 3.4.3-r7::gentoo dev-util/cmake: 3.4.3::gentoo sys-apps/baselayout: 2.2.0-r6::gentoo sys-apps/openrc: 0.18.3-r1::gentoo sys-apps/sandbox: 2.10-r1::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69-r1::gentoo sys-devel/automake: 1.13.4-r1::gentoo, 1.14.1-r1::gentoo, 1.15-r1::gentoo sys-devel/binutils: 2.25-r2::gentoo sys-devel/gcc: 4.9.3-r1::gentoo sys-devel/gcc-config: 1.8-r1::gentoo sys-devel/libtool: 2.4.6-r1::gentoo sys-devel/make: 4.1-r1::gentoo sys-kernel/linux-headers: 4.0::gentoo (virtual/os-headers) sys-libs/glibc: 2.20-r2::gentoo Repositories: gentoo location: /usr/portage sync-type: git sync-uri: git://github.com/funtoo/ports-2012.git priority: -1000 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=sandybridge -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=sandybridge -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-march=sandybridge -O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="de_DE.utf8" LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed" LINGUAS="de en_GB en_US" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_TMPDIR="/var/tmp" USE="X a52 aac acl alsa amd64 apng berkdb bluray bzip2 cairo cdda cddb cdio cdr consolekit cracklib cups cxx dbus declarative device-mapper dri dts dvd dvdr dvdread encode exif faac faad ffmpeg flac fontconfig fortran gdbm gif glamor gpm guile ico iconv icu ieee1394 introspection ipv6 jpeg jpeg2k kde kipi lame libass libguess libmpeg2 lm_sensors lzma mad matroska mjpeg mmx modules mp3 mpeg mtp mudflap multilib mysql ncurses nls nptl nsplugin ogg opengl openmp pam pcre pcre32 pdf perl phonon plasma png policykit postproc pppd python qml qt3support qt4 qt5 quicktime raw readline resolvconf sdl semantic-desktop sensord sndfile spidermonkey sse sse2 ssl svg taglib tcpd theora tiff truetype twolame udev unicode v4l vorbis vpx wav wavpack wayland webp widgets win32codecs wmf x264 x265 xattr xcb xcomposite xinerama xkb xml xscreensaver xvid zlib" ABI_X86="64" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias authn_core authz_core socache_shmcb unixd" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64 pc" INPUT_DEVICES="evdev keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de en_GB en_US" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python2_7 python3_4" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby20 ruby21 ruby22" USERLAND="GNU" VIDEO_CARDS="nouveau" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS [code] cat /var/tmp/portage/app-text/libspectre-0.2.7/work/libspectre-0.2.7/config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libspectre configure 0.2.7, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --libdir=/usr/lib64 --disable-asserts --disable-checks --disable-static --disable-test ## --------- ## ## Platform. ## ## --------- ## hostname = intel2 uname -m = x86_64 uname -r = 4.4.1-gentoo uname -s = Linux uname -v = #1 SMP Sun Feb 14 12:27:30 MYT 2016 /usr/bin/uname -p = Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/portage/python2.7/ebuild-helpers/xattr PATH: /usr/lib/portage/python2.7/ebuild-helpers PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3 ## ----------- ## ## Core tests. ## ## ----------- ## configure:2212: checking for a BSD-compatible install configure:2280: result: /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c configure:2291: checking whether build environment is sane configure:2346: result: yes configure:2497: checking for a thread-safe mkdir -p configure:2536: result: /bin/mkdir -p configure:2543: checking for gawk configure:2559: found /usr/bin/gawk configure:2570: result: gawk configure:2581: checking whether make sets $(MAKE) configure:2603: result: yes configure:2632: checking whether make supports nested variables configure:2649: result: yes configure:2787: checking whether make supports nested variables configure:2804: result: yes configure:2817: checking whether to enable maintainer-specific portions of Makefiles configure:2826: result: no configure:2906: checking build system type configure:2920: result: x86_64-pc-linux-gnu configure:2940: checking host system type configure:2953: result: x86_64-pc-linux-gnu configure:2994: checking how to print strings configure:3021: result: printf configure:3054: checking for style of include used by make configure:3082: result: GNU configure:3113: checking for x86_64-pc-linux-gnu-gcc configure:3129: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:3140: result: x86_64-pc-linux-gnu-gcc configure:3409: checking for C compiler version configure:3418: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Funtoo 4.9.3-r1) 4.9.3 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3429: $? = 0 configure:3418: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.3/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../gcc-4.9.3/configure --disable-libssp --enable-multilib --enable-version-specific-runtime-libs --enable-libmudflap --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4.9 --enable-libstdcxx-time --enable-__cxa_atexit --enable-clocale=gnu --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-lto --without-cloog --with-bugurl=http://bugs.funtoo.org --with-pkgversion='Funtoo 4.9.3-r1' --with-mpfr-include=/var/tmp/portage/sys-devel/gcc-4.9.3-r1/work/gcc-4.9.3/mpfr/src --with-mpfr-lib=/var/tmp/portage/sys-devel/gcc-4.9.3-r1/work/objdir/mpfr/src/.libs --enable-libgomp --build=x86_64-pc-linux-gnu --enable-libgomp --enable-languages=c,c++,fortran --disable-libgcj --disable-esp --disable-libsanitizer Thread model: posix gcc version 4.9.3 (Funtoo 4.9.3-r1) configure:3429: $? = 0 configure:3418: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:3429: $? = 1 configure:3418: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:3429: $? = 1 configure:3449: checking whether the C compiler works configure:3471: x86_64-pc-linux-gnu-gcc -march=sandybridge -O2 -pipe -Wl,-O1 -Wl,--sort-common -Wl,--as-needed conftest.c >&5 configure:3475: $? = 0 configure:3523: result: yes configure:3526: checking for C compiler default output file name configure:3528: result: a.out configure:3534: checking for suffix of executables configure:3541: x86_64-pc-linux-gnu-gcc -o conftest -march=sandybridge -O2 -pipe -Wl,-O1 -Wl,--sort-common -Wl,--as-needed conftest.c >&5 configure:3545: $? = 0 configure:3567: result: configure:3589: checking whether we are cross compiling configure:3597: x86_64-pc-linux-gnu-gcc -o conftest -march=sandybridge -O2 -pipe -Wl,-O1 -Wl,--sort-common -Wl,--as-needed conftest.c >&5 configure:3601: $? = 0 configure:3608: ./conftest configure:3612: $? = 0 configure:3627: result: no configure:3632: checking for suffix of object files configure:3654: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:3658: $? = 0 configure:3679: result: o configure:3683: checking whether we are using the GNU C compiler configure:3702: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:3702: $? = 0 configure:3711: result: yes configure:3720: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:3740: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:3740: $? = 0 configure:3781: result: yes configure:3798: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:3861: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:3861: $? = 0 configure:3874: result: none needed configure:3899: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together configure:3921: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o configure:3924: $? = 0 configure:3921: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o configure:3924: $? = 0 configure:3936: result: yes configure:3955: checking dependency style of x86_64-pc-linux-gnu-gcc configure:4066: result: none configure:4081: checking for a sed that does not truncate output configure:4145: result: /bin/sed configure:4163: checking for grep that handles long lines and -e configure:4221: result: /bin/grep configure:4226: checking for egrep configure:4288: result: /bin/grep -E configure:4293: checking for fgrep configure:4355: result: /bin/grep -F configure:4390: checking for ld used by x86_64-pc-linux-gnu-gcc configure:4457: result: /usr/x86_64-pc-linux-gnu/bin/ld configure:4464: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld configure:4479: result: yes configure:4491: checking for BSD- or MS-compatible name lister (nm) configure:4545: result: /usr/bin/x86_64-pc-linux-gnu-nm -B configure:4675: checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface configure:4682: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:4685: /usr/bin/x86_64-pc-linux-gnu-nm -B "conftest.o" configure:4688: output 0000000000000000 B some_variable configure:4695: result: BSD nm configure:4698: checking whether ln -s works configure:4702: result: yes configure:4710: checking the maximum length of command line arguments configure:4841: result: 1572864 configure:4889: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:4929: result: func_convert_file_noop configure:4936: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:4956: result: func_convert_file_noop configure:4963: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files configure:4970: result: -r configure:5004: checking for x86_64-pc-linux-gnu-objdump configure:5020: found /usr/bin/x86_64-pc-linux-gnu-objdump configure:5031: result: x86_64-pc-linux-gnu-objdump configure:5103: checking how to recognize dependent libraries configure:5303: result: pass_all configure:5348: checking for x86_64-pc-linux-gnu-dlltool configure:5378: result: no configure:5388: checking for dlltool configure:5418: result: no configure:5448: checking how to associate runtime and link libraries configure:5475: result: printf %s configure:5492: checking for x86_64-pc-linux-gnu-ar configure:5508: found /usr/bin/x86_64-pc-linux-gnu-ar configure:5519: result: x86_64-pc-linux-gnu-ar configure:5600: checking for archiver @FILE support configure:5617: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:5617: $? = 0 configure:5620: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 configure:5623: $? = 0 configure:5628: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory configure:5631: $? = 1 configure:5643: result: @ configure:5661: checking for x86_64-pc-linux-gnu-strip configure:5677: found /usr/bin/x86_64-pc-linux-gnu-strip configure:5688: result: x86_64-pc-linux-gnu-strip configure:5760: checking for x86_64-pc-linux-gnu-ranlib configure:5776: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:5787: result: x86_64-pc-linux-gnu-ranlib configure:5929: checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object configure:6082: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:6085: $? = 0 configure:6089: /usr/bin/x86_64-pc-linux-gnu-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:6092: $? = 0 configure:6158: x86_64-pc-linux-gnu-gcc -o conftest -march=sandybridge -O2 -pipe -Wl,-O1 -Wl,--sort-common -Wl,--as-needed conftest.c conftstm.o >&5 configure:6161: $? = 0 configure:6199: result: ok configure:6246: checking for sysroot configure:6276: result: no configure:6283: checking for a working dd configure:6321: result: /bin/dd configure:6325: checking how to truncate binary pipes configure:6340: result: /bin/dd bs=4096 count=1 configure:6476: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:6479: $? = 0 configure:6629: checking for x86_64-pc-linux-gnu-mt configure:6659: result: no configure:6669: checking for mt configure:6699: result: no configure:6719: checking if : is a manifest tool configure:6725: : '-?' configure:6733: result: no configure:7410: checking how to run the C preprocessor configure:7441: x86_64-pc-linux-gnu-gcc -E conftest.c configure:7441: $? = 0 configure:7455: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:7455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libspectre" | #define PACKAGE_TARNAME "libspectre" | #define PACKAGE_VERSION "0.2.7" | #define PACKAGE_STRING "libspectre 0.2.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "libspectre" | #define VERSION "0.2.7" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:7480: result: x86_64-pc-linux-gnu-gcc -E configure:7500: x86_64-pc-linux-gnu-gcc -E conftest.c configure:7500: $? = 0 configure:7514: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:7514: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libspectre" | #define PACKAGE_TARNAME "libspectre" | #define PACKAGE_VERSION "0.2.7" | #define PACKAGE_STRING "libspectre 0.2.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "libspectre" | #define VERSION "0.2.7" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:7543: checking for ANSI C header files configure:7563: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:7563: $? = 0 configure:7636: x86_64-pc-linux-gnu-gcc -o conftest -march=sandybridge -O2 -pipe -Wl,-O1 -Wl,--sort-common -Wl,--as-needed conftest.c >&5 configure:7636: $? = 0 configure:7636: ./conftest configure:7636: $? = 0 configure:7647: result: yes configure:7660: checking for sys/types.h configure:7660: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:7660: $? = 0 configure:7660: result: yes configure:7660: checking for sys/stat.h configure:7660: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:7660: $? = 0 configure:7660: result: yes configure:7660: checking for stdlib.h configure:7660: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:7660: $? = 0 configure:7660: result: yes configure:7660: checking for string.h configure:7660: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:7660: $? = 0 configure:7660: result: yes configure:7660: checking for memory.h configure:7660: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:7660: $? = 0 configure:7660: result: yes configure:7660: checking for strings.h configure:7660: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:7660: $? = 0 configure:7660: result: yes configure:7660: checking for inttypes.h configure:7660: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:7660: $? = 0 configure:7660: result: yes configure:7660: checking for stdint.h configure:7660: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:7660: $? = 0 configure:7660: result: yes configure:7660: checking for unistd.h configure:7660: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:7660: $? = 0 configure:7660: result: yes configure:7674: checking for dlfcn.h configure:7674: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:7674: $? = 0 configure:7674: result: yes configure:7930: checking for objdir configure:7945: result: .libs configure:8205: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:8223: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:8227: $? = 0 configure:8240: result: no configure:8598: checking for x86_64-pc-linux-gnu-gcc option to produce PIC configure:8605: result: -fPIC -DPIC configure:8613: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works configure:8631: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe -fPIC -DPIC -DPIC conftest.c >&5 configure:8635: $? = 0 configure:8648: result: yes configure:8677: checking if x86_64-pc-linux-gnu-gcc static flag -static works configure:8705: result: yes configure:8720: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:8741: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe -o out/conftest2.o conftest.c >&5 configure:8745: $? = 0 configure:8767: result: yes configure:8775: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:8822: result: yes configure:8855: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries configure:10114: result: yes configure:10151: checking whether -lc should be explicitly linked in configure:10159: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:10162: $? = 0 configure:10177: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:10180: $? = 0 configure:10194: result: no configure:10354: checking dynamic linker characteristics configure:10948: x86_64-pc-linux-gnu-gcc -o conftest -march=sandybridge -O2 -pipe -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10948: $? = 0 configure:11185: result: GNU/Linux ld.so configure:11307: checking how to hardcode library paths into programs configure:11332: result: immediate configure:11880: checking whether stripping libraries is possible configure:11885: result: yes configure:11920: checking if libtool supports shared libraries configure:11922: result: yes configure:11925: checking whether to build shared libraries configure:11950: result: yes configure:11953: checking whether to build static libraries configure:11957: result: no configure:12002: checking for x86_64-pc-linux-gnu-gcc configure:12029: result: x86_64-pc-linux-gnu-gcc configure:12298: checking for C compiler version configure:12307: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Funtoo 4.9.3-r1) 4.9.3 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:12318: $? = 0 configure:12307: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.3/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../gcc-4.9.3/configure --disable-libssp --enable-multilib --enable-version-specific-runtime-libs --enable-libmudflap --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4.9 --enable-libstdcxx-time --enable-__cxa_atexit --enable-clocale=gnu --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-lto --without-cloog --with-bugurl=http://bugs.funtoo.org --with-pkgversion='Funtoo 4.9.3-r1' --with-mpfr-include=/var/tmp/portage/sys-devel/gcc-4.9.3-r1/work/gcc-4.9.3/mpfr/src --with-mpfr-lib=/var/tmp/portage/sys-devel/gcc-4.9.3-r1/work/objdir/mpfr/src/.libs --enable-libgomp --build=x86_64-pc-linux-gnu --enable-libgomp --enable-languages=c,c++,fortran --disable-libgcj --disable-esp --disable-libsanitizer Thread model: posix gcc version 4.9.3 (Funtoo 4.9.3-r1) configure:12318: $? = 0 configure:12307: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:12318: $? = 1 configure:12307: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:12318: $? = 1 configure:12322: checking whether we are using the GNU C compiler configure:12350: result: yes configure:12359: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:12420: result: yes configure:12437: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:12513: result: none needed configure:12538: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together configure:12575: result: yes configure:12594: checking dependency style of x86_64-pc-linux-gnu-gcc configure:12705: result: none configure:12720: checking for library containing strerror configure:12751: x86_64-pc-linux-gnu-gcc -o conftest -march=sandybridge -O2 -pipe -Wl,-O1 -Wl,--sort-common -Wl,--as-needed conftest.c >&5 configure:12751: $? = 0 configure:12768: result: none required configure:12780: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99 configure:12929: x86_64-pc-linux-gnu-gcc -c -march=sandybridge -O2 -pipe conftest.c >&5 conftest.c:73:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c: In function 'main': conftest.c:127:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:127:18: error: 'newvar' undeclared (first use in this function) conftest.c:127:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:137:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:137:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code configure:12929: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libspectre" | #define PACKAGE_TARNAME "libspectre" | #define PACKAGE_VERSION "0.2.7" | #define PACKAGE_STRING "libspectre 0.2.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "libspectre" | #define VERSION "0.2.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include <stdarg.h> | #include <stdbool.h> | #include <stdlib.h> | #include <wchar.h> | #include <stdio.h> | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d ", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:12929: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:12929: $? = 0 configure:12949: result: -std=gnu99 configure:13050: checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to accept ISO Standard C configure:13064: result: -std=gnu99 configure:13068: checking for ANSI C header files configure:13172: result: yes configure:13180: checking whether byte ordering is bigendian configure:13195: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=sandybridge -O2 -pipe conftest.c >&5 conftest.c:25:9: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:25:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^ conftest.c:25:15: error: unknown type name 'universal' configure:13195: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libspectre" | #define PACKAGE_TARNAME "libspectre" | #define PACKAGE_VERSION "0.2.7" | #define PACKAGE_STRING "libspectre 0.2.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "libspectre" | #define VERSION "0.2.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:13240: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=sandybridge -O2 -pipe conftest.c >&5 configure:13240: $? = 0 configure:13258: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=sandybridge -O2 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:31:4: error: unknown type name 'not' not big endian ^ conftest.c:31:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure:13258: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libspectre" | #define PACKAGE_TARNAME "libspectre" | #define PACKAGE_VERSION "0.2.7" | #define PACKAGE_STRING "libspectre 0.2.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "libspectre" | #define VERSION "0.2.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/param.h> | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:13386: result: no configure:13405: checking for vasprintf configure:13405: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=sandybridge -O2 -pipe -Wl,-O1 -Wl,--sort-common -Wl,--as-needed conftest.c >&5 configure:13405: $? = 0 configure:13405: result: yes configure:13413: checking for _vscprintf configure:13413: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=sandybridge -O2 -pipe -Wl,-O1 -Wl,--sort-common -Wl,--as-needed conftest.c >&5 /var/tmp/portage/app-text/libspectre-0.2.7/temp/ccDkYHR0.o: In function `main': conftest.c .text.startup+0x7): undefined reference to `_vscprintf' collect2: error: ld returned 1 exit status configure:13413: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libspectre" | #define PACKAGE_TARNAME "libspectre" | #define PACKAGE_VERSION "0.2.7" | #define PACKAGE_STRING "libspectre 0.2.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "libspectre" | #define VERSION "0.2.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_VASPRINTF 1 | /* end confdefs.h. */ | /* Define _vscprintf to an innocuous variant, in case <limits.h> declares _vscprintf. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define _vscprintf innocuous__vscprintf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _vscprintf (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef _vscprintf | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char _vscprintf (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub__vscprintf || defined __stub____vscprintf | choke me | #endif | | int | main () | { | return _vscprintf (); | ; | return 0; | } configure:13413: result: no configure:13423: checking for gsapi_new_instance in -lgs configure:13448: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=sandybridge -O2 -pipe -Wl,-O1 -Wl,--sort-common -Wl,--as-needed conftest.c -lgs >&5 configure:13448: $? = 0 configure:13457: result: yes configure:13475: checking for libgs >= 8.62 configure:13501: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=sandybridge -O2 -pipe -Wl,-O1 -Wl,--sort-common -Wl,--as-needed conftest.c -lgs >&5 configure:13501: $? = 0 configure:13501: ./conftest ./configure: line 1728: 28001 Illegal instruction ./conftest$ac_exeext configure:13501: $? = 132 configure: program exited with status 132 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libspectre" | #define PACKAGE_TARNAME "libspectre" | #define PACKAGE_VERSION "0.2.7" | #define PACKAGE_STRING "libspectre 0.2.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "libspectre" | #define VERSION "0.2.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_VASPRINTF 1 | /* end confdefs.h. */ | | #include <ghostscript/iapi.h> | | int | main () | { | | gsapi_revision_t gsrev; | | if (gsapi_revision (&gsrev, sizeof (gsrev)) != 0) | return 1; | if (gsrev.revision < 862) | return 1; | | ; | return 0; | } configure:13510: result: no configure:13520: error: You need libgs >= 8.62 in order to compile libspectre ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_env_CAIRO_CFLAGS_set= ac_cv_env_CAIRO_CFLAGS_value= ac_cv_env_CAIRO_LIBS_set= ac_cv_env_CAIRO_LIBS_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-march=sandybridge -O2 -pipe' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--sort-common -Wl,--as-needed' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set=set ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib64/pkgconfig ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func__vscprintf=no ac_cv_func_vasprintf=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_gs_gsapi_new_instance=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_SED=/bin/sed ac_cv_path_install='/usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c' ac_cv_path_lt_DD=/bin/dd ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=x86_64-pc-linux-gnu-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc=-std=gnu99 ac_cv_prog_make_make_set=yes ac_cv_search_strerror='none required' am_cv_CC_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld lt_cv_path_NM='/usr/bin/x86_64-pc-linux-gnu-nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s ' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/bin/dd bs=4096 count=1' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/tmp/portage/app-text/libspectre-0.2.7/work/libspectre-0.2.7/missing aclocal-1.15' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='x86_64-pc-linux-gnu-ar' AUTOCONF='${SHELL} /var/tmp/portage/app-text/libspectre-0.2.7/work/libspectre-0.2.7/missing autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/app-text/libspectre-0.2.7/work/libspectre-0.2.7/missing autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/app-text/libspectre-0.2.7/work/libspectre-0.2.7/missing automake-1.15' AWK='gawk' CAIRO_CFLAGS='' CAIRO_LIBS='' CC='x86_64-pc-linux-gnu-gcc -std=gnu99' CCDEPMODE='depmode=none' CFLAGS='-march=sandybridge -O2 -pipe' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_TEST_FALSE='' ENABLE_TEST_TRUE='' EXEEXT='' FGREP='/bin/grep -F' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' LDFLAGS='-Wl,-O1 -Wl,--sort-common -Wl,--as-needed' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIB_GS='-lgs' LIPO='' LN_S='ln -s' LTLIBOBJS='' LT_AGE='1' LT_CURRENT='2' LT_CURRENT_MINUS_AGE='1' LT_REVISION='7' LT_SYS_LIBRARY_PATH='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /var/tmp/portage/app-text/libspectre-0.2.7/work/libspectre-0.2.7/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/x86_64-pc-linux-gnu-nm -B' NMEDIT='' OBJDUMP='x86_64-pc-linux-gnu-objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='libspectre' PACKAGE_BUGREPORT='' PACKAGE_NAME='libspectre' PACKAGE_STRING='libspectre 0.2.7' PACKAGE_TARNAME='libspectre' PACKAGE_URL='' PACKAGE_VERSION='0.2.7' PATH_SEPARATOR=':' PKG_CONFIG='' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/usr/lib64/pkgconfig' RANLIB='x86_64-pc-linux-gnu-ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' SPECTRE_CFLAGS='' SPECTRE_MAJOR_VERSION='0' SPECTRE_MICRO_VERSION='7' SPECTRE_MINOR_VERSION='2' SPECTRE_VERSION='0.2.7' STRIP='x86_64-pc-linux-gnu-strip' VERSION='0.2.7' VERSION_INFO='2:7:1' ac_ct_AR='' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-pc-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='/usr/share' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/app-text/libspectre-0.2.7/work/libspectre-0.2.7/install-sh' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "libspectre" #define PACKAGE_TARNAME "libspectre" | Regardless of the issue here, where do you think Plasma-5 is involved? /me looks at topic and is curious |
I installed Fluxbox in Gentoo. Is there any way to add battery status next to time on Fluxbox toolbar by using a script or very small program. I don't want conky ( there is a bug fail to emerge), gkrellm, xfce4-power-manager. | You might want to try lxde-base/lxpanel instead of fluxbox' built-in panel. lxpanel also has some other nice panel items making it more desktop-like. And it does not depend on dbus or *kit crap. |
I emerged meld today (I'm running Gnome 3.18) specifically to do a visual directory compare and merge. When I start it in my normal user account (whether graphically or via console) it will do the diff/compare of the selected directories, but the UI will not allow me to alter (e.g. copy or delete) files in either directory. I tried comparing two folders in my home directory that I know I have full permissions over, so it seems that permissions are not the issue... but if I run meld as root from the console, it works as expected. Is there some user permissions switch for meld or gnome or X11 that I'm missing? Any other ideas what could be wrong? | I can't figure this out. Does anyone have an idea why the normal user account can't operate meld? |
Hi all, couple of days ago, we managed to make kernel running in Hyper-V environment. Now I want to have Xorg and unfortunately I'm stucking ... /var/log/Xorg.0.log: https://bpaste.net/raw/198ec4c17412 kernel config: https://bpaste.net/raw/484eb5c4b4b8 Bellow the frame buffer devices I selected: Code: CONFIG_FB_VESA=y CONFIG_FB_HYPERV=y Do I have to unselect these options? /etc/portage/make.config: https://bpaste.net/raw/0ba9016d1735 lspci -k: Code: 00:08.0 VGA compatible controller: Microsoft Corporation Hyper-V virtual VGA Kernel driver in use: hyperv_fb If you need any further information please do not hesitate to write. Thanks in advance and best regards, pacl | Code: [ 4599.274] (II) LoadModule: "fbhyperv" [ 4599.274] (WW) Warning, couldn't open module fbhyperv [ 4599.274] (II) UnloadModule: "fbhyperv" [ 4599.274] (II) Unloading fbhyperv [ 4599.274] (EE) Failed to load module "fbhyperv" (module does not exist, 0) Never heard about a "fbhyperv" driver. If you are sure that you need that fbhyperv, probably you need to find and package it, or else use fbdev. |
Hi! i am experimenting with plasma and i must say i am impressed. Much smoother and better looking than KDE4, but i hoper for better on my hidpi screen (240dpi). Anyway, anydoby has any idea why i cannot configure my synaptic touchpad anymore? kcm-touchpad does not install on plasma, only on KDE4, so what should i do? It was working perfectly before, on KDE4.ùù | You need to set USE=touchpad for kde-plasma/plasma-desktop |
Hello, I'm in the process of setting up a new installation with KDE 5 as desktop environment: so far, I got to the point of a bootable box with the "plasma" profile enabled (default/linux/amd64/13.0/desktop/plasma). I'm following the KDE wiki and when I try to emerge kde-plasma/plasma-meta , I run across the following conflict: Code: !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: dev-qt/qtcore:5 (dev-qt/qtcore-5.4.2:5/5::gentoo, installed) pulled in by ~dev-qt/qtcore-5.4.2 required by (dev-qt/qtprintsupport-5.4.2:5/5::gentoo, installed) ^ ^^^^^ (and 10 more) (dev-qt/qtcore-5.5.1:5/5::gentoo, ebuild scheduled for merge) pulled in by >=dev-qt/qtcore-5.5.1:5 required by (kde-frameworks/frameworkintegration-5.18.0:5/5.18::gentoo, ebuild scheduled for merge) ^^ ^^^^^^^ >=dev-qt/qtcore-5.5.0:5 required by (kde-plasma/plasma-workspace-5.5.4:5/5::gentoo, ebuild scheduled for merge) ^^ ^^^^^^^ >=dev-qt/qtcore-5.5.0:5 required by (kde-plasma/kscreenlocker-5.5.4:5/5::gentoo, ebuild scheduled for merge) As you can see, the "plasma" profile pulls in qtcore-5.4.2 but when I try to install the plasma packages, 3 of them require >=dev-qt/qt-core-5.5.0 . I have already tried to mask ~dev-qt/qt-core-5.5.1 and use the --backtrack option (as suggested by portage), to no avail: any suggestions? Which Qt library version should be used in a clean Plasma installation? My emerge --info | Code: dev-qt/qtcore:5 (dev-qt/qtcore-5.4.2:5/5::gentoo, installed) pulled in by ~dev-qt/qtcore-5.4.2 required by (dev-qt/qtprintsupport-5.4.2:5/5::gentoo, installed) ^ ^^^^^ (and 10 more) (dev-qt/qtcore-5.5.1:5/5::gentoo, ebuild scheduled for merge) pulled in by >=dev-qt/qtcore-5.5.1:5 required by (kde-frameworks/frameworkintegration-5.18.0:5/5.18::gentoo, ebuild scheduled for merge) ^^ ^^^^^^^ >=dev-qt/qtcore-5.5.0:5 required by (kde-plasma/plasma-workspace-5.5.4:5/5::gentoo, ebuild scheduled for merge) ^^ ^^^^^^^ >=dev-qt/qtcore-5.5.0:5 required by (kde-plasma/kscreenlocker-5.5.4:5/5::gentoo, ebuild scheduled for merge) kite14 wrote: As you can see, the "plasma" profile pulls in qtcore-5.4.2 but when I try to install the plasma packages, 3 of them require >=dev-qt/qt-core-5.5.0 . No, actually that's not what you see here. All the kde-plasma/*-5.5.x packages pull in >=qtcore-5.5.1, but all the other Qt dependencies are pulled in without version requirement. That means some package pulls in qtprintsupport, and because you are using a stable system, the version available to portage is 5.4.2. However, you need to have all the Qt 5.x packages at the same version, so any packages at 5.4.2 should be added to your package.keywords to unmask 5.5.1. |
Good day everyone, I've got KDE 5.5.4 and Dolphin file manager. When I try to view contents of another partition in Dolphin, I get following error: Code: An error occurred while accessing '258.2 GiB Hard Drive', the system responded: An unspecified error has occurred: Not authorized to perform operation This error happens after resume from suspend. If I logout and log back in, then I can access the contents of another partition. Is there a way to fix this problem so I can access another partition in Dolphin without having to logout and login? Thanks, Victor. | What version of consolekit do you have installed? |
Hi I just tried to set my firefox menu to german language but it seems not to work... Is this possible at all? Or do I have to emerge the non-bin-firefox? What is set in firefox: -Edit->Prefs->Content->Languages->german de-de (I know this is for websites only, but I want to change the GUI language) -about:config->intl.locale.matchOS->LOCKED-True (cant change) locale.gen: Code: en_US ISO-8859-1 en_US.UTF-8 UTF-8 de_DE ISO-8859-1 de_DE.UTF-8 UTF-8 make.conf: Code: LINGUAS="de en" emerge -pv firefox-bin Code: These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ~] www-client/firefox-bin-44.0::gentoo USE="(-selinux) -startup-notification" LINGUAS="de -af -ar -as -ast -be -bg -bn_BD -bn_IN -br -bs -ca -cs -cy -da -el -en_GB -en_ZA -eo -es_AR -es_CL -es_ES -es_MX -et -eu -fa -fi -fr -fy_NL -ga_IE -gd -gl -gu_IN -he -hi_IN -hr -hu -hy_AM -id -is -it -ja -kk -kn -ko -lt -lv -mai -mk -ml -mr -nb_NO -nl -nn_NO -or -pa_IN -pl -pt_BR -pt_PT -rm -ro -ru -si -sk -sl -son -sq -sr -sv_SE -ta -te -tr -uk -vi -zh_CN -zh_TW" 0 KiB Total: 1 package (1 reinstall), Size of downloads: 0 KiB Even when I start with "LC_MESSAGES="de_DE.UTF-8" /usr/bin/firefox-bin" the GUI is in english. | In https://wiki.gentoo.org/wiki/Firefox#External_resources there is a link about Change the interface language (LINGUAS) . Does that solve your problem? Setting LINGUAS for firefox only makes it download and install the xpi package but not switching the interface. |
Hi everybody! during emerging plasma-meta I came across a compilation error Code: -- Configuring incomplete, errors occurred! See also "/var/tmp/portage/kde-frameworks/kdoctools-5.18.0/work/kdoctools-5.18.0_build/CMakeFiles/CMakeOutput.log". * ERROR: kde-frameworks/kdoctools-5.18.0::gentoo failed (configure phase): * cmake failed * * Call stack: * ebuild.sh, line 133: Called src_configure * environment, line 3599: Called kde5_src_configure * environment, line 2653: Called cmake-utils_src_configure * environment, line 973: Called _cmake_execute_optionally 'src_configure' * environment, line 453: Called enable_cmake-utils_src_configure * environment, line 1313: Called die * The specific snippet of code: * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed"; * * If you need support, post the output of `emerge --info '=kde-frameworks/kdoctools-5.18.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=kde-frameworks/kdoctools-5.18.0::gentoo'`. * The complete build log is located at '/var/tmp/portage/kde-frameworks/kdoctools-5.18.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-frameworks/kdoctools-5.18.0/temp/environment'. * Working directory: '/var/tmp/portage/kde-frameworks/kdoctools-5.18.0/work/kdoctools-5.18.0_build' * S: '/var/tmp/portage/kde-frameworks/kdoctools-5.18.0/work/kdoctools-5.18.0' >>> Failed to emerge kde-frameworks/kdoctools-5.18.0, Log file: >>> '/var/tmp/portage/kde-frameworks/kdoctools-5.18.0/temp/build.log' * Messages for package kde-frameworks/kdoctools-5.18.0: * ERROR: kde-frameworks/kdoctools-5.18.0::gentoo failed (configure phase): * cmake failed * * Call stack: * ebuild.sh, line 133: Called src_configure * environment, line 3599: Called kde5_src_configure * environment, line 2653: Called cmake-utils_src_configure * environment, line 973: Called _cmake_execute_optionally 'src_configure' * environment, line 453: Called enable_cmake-utils_src_configure * environment, line 1313: Called die * The specific snippet of code: * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed"; * * If you need support, post the output of `emerge --info '=kde-frameworks/kdoctools-5.18.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=kde-frameworks/kdoctools-5.18.0::gentoo'`. * The complete build log is located at '/var/tmp/portage/kde-frameworks/kdoctools-5.18.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-frameworks/kdoctools-5.18.0/temp/environment'. * Working directory: '/var/tmp/portage/kde-frameworks/kdoctools-5.18.0/work/kdoctools-5.18.0_build' * S: '/var/tmp/portage/kde-frameworks/kdoctools-5.18.0/work/kdoctools-5.18.0' Can somebody help me pls ??? I've run juust Code: emerge --ask kde-plasma/plasma-meta | Please paste the build.log. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.