[gentoo-user] eselect-python without effect

2016-11-10 Thread Silvio Siefke
Hello, 

when I use eselect python set 2 have this no effect and on other machines
is python linked with python-wrapperscript, but on the laptop is python
linked with pyexec. 

Have someone an idea?

Thank you
Silvio

sisibox siefke # eselect python list
Available Python interpreters, in order of preference:
  [1]   python2.7
  [2]   python3.4
sisibox siefke # eselect python set 2
sisibox siefke # eselect python list
Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7


sisibox siefke # find -P /usr/bin -name "*python*" -type l -exec echo -n "{} -> 
" \; -exec readlink {} \;
/usr/bin/python2-config -> ../lib/python-exec/python-exec2
/usr/bin/python-config-2.7 -> python2.7-config
/usr/bin/python -> python-exec2c
/usr/bin/python2 -> python-exec2c
/usr/bin/python-config-3.4 -> python3.4-config
/usr/bin/python-config -> ../lib/python-exec/python-exec2
/usr/bin/python3 -> python-exec2c
/usr/bin/python3-config -> ../lib/python-exec/python-exec2

sisibox siefke # genlop -l | grep python-2*
 Thu Nov 10 10:38:21 2016 >>> dev-lang/python-exec-2.0.2
 Thu Nov 10 11:12:45 2016 >>> dev-lang/python-exec-2.4.3
 Thu Nov 10 11:31:58 2016 >>> dev-lang/python-exec-2.4.3
 Thu Nov 10 11:57:41 2016 >>> dev-lang/python-exec-2.4.3
 Thu Nov 10 12:04:13 2016 >>> dev-lang/python-2.7.10-r1
 Thu Nov 10 12:10:16 2016 >>> dev-lang/python-3.4.3-r1
 Thu Nov 10 15:04:04 2016 >>> app-eselect/eselect-python-20160516
 Thu Nov 10 15:11:26 2016 >>> app-eselect/eselect-python-20160516


pgpUHRE1WVhuv.pgp
Description: PGP signature


Re: [gentoo-user] Networkmanager Auto Connect

2016-10-15 Thread Silvio Siefke
On Sat, 15 Oct 2016 12:51:36 +0200
Alexander Openkowski <opn...@googlemail.com> wrote:

> I have the same problem. Unfortunately, I do not know of any fix (did
> not have the time to really investigate the problem, yet). I connect

Yeah is not found really information, think will see is there a bug in
gnome panel. 

> to wireless networks manually in the meantime, which is getting on my
> nerves more and more every day. :-) 

I write a script on autostart:

siefke@sisibox ~ $ cat .bin/scripts/wlan.sh 
#!/bin/bash
nmcli c up id NotForPrivatUse

this work at moment on all maschines. 


Nice day
Silvio
-- 
Silvio Siefke <siefke_lis...@web.de>


pgpXHkcoOdI3w.pgp
Description: PGP signature


[gentoo-user] Networkmanager Auto Connect

2016-10-14 Thread Silvio Siefke
Hello, 

since networkmanger version 1.4 auto connect with wlan not work anymore
when logged in. Have someone same problem? Could find fix?

siefke@sisibox ~ $ find /var/db/pkg -name "networkmanager*" -type d
/var/db/pkg/net-misc/networkmanager-1.4.2
/var/db/pkg/net-misc/networkmanager-openvpn-1.2.6


siefke@sisibox ~ $ equery u networkmanager | cut -c -30
-audit
+bluetooth
+connection-sharing
+consolekit
+dhclient
-gnutls
+introspection
-json
+modemmanager
-ncurses
+nss
-ofono
+ppp
+resolvconf
-systemd
-teamd
-test
+vala
-wext
+wifi

Thank you & Nice Day
Silvio 


pgp1xIuMFg26q.pgp
Description: PGP signature


Re: [gentoo-user] llvm / clang compile error

2016-08-17 Thread Silvio Siefke
On Tue, 16 Aug 2016 21:40:40 -0400
Fernando Rodriguez  wrote:

Hi,

> If you havent, try disabling ccache to rule that out.

i have do now. Same mistake. Same error message.


Silvio



pgp0yrcGvf49z.pgp
Description: PGP signature


[gentoo-user] llvm / clang compile error

2016-08-16 Thread Silvio Siefke
Hello,

I'm trying to install llvm for days. But all versions fail with the 
error message "internal compiler error: Killed (program cc1plus)".

The last lines in the build log.

[1820/2304] /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-g++  -DCLANG_ENABLE_ARCMT 
-DCLANG_ENABLE_OBJC_REWRITER -DCLANG_ENABLE_STATIC_ANALYZER -D_GNU_SOURCE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   
-DNDEBUG -O2 -pipe  -fPIC -fvisibility-inlines-hidden -Wall -W 
-Wno-unused-parameter -Wwrite-strings -Wcast-qual 
-Wno-missing-field-initializers -pedantic -Wno-long-long 
-Wno-maybe-uninitialized -Wnon-virtual-dtor -Wno-comment -Werror=date-time 
-std=c++11 -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual 
-fno-strict-aliasing -fPIC -Itools/clang/lib/Sema 
-I/var/tmp/portage/sys-devel/llvm-3.7.1-r3/work/llvm-3.7.1.src/tools/clang/lib/Sema
 
-I/var/tmp/portage/sys-devel/llvm-3.7.1-r3/work/llvm-3.7.1.src/tools/clang/include
 -Itools/clang/include -Iinclude 
-I/var/tmp/portage/sys-devel/llvm-3.7.1-r3/work/llvm-3.7.1.src/include -MMD -MT 
tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaExprObjC.cpp.o -MF 
tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaExprObjC.cpp.o.d -o 
tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaExprObjC.cpp.o -c 
/var/tmp/portage/sys-devel/llvm-3.7.1-r3/work/llvm-3.7.1.src/tools/clang/lib/Sema/SemaExprObjC.cpp
FAILED: /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-g++  -DCLANG_ENABLE_ARCMT 
-DCLANG_ENABLE_OBJC_REWRITER -DCLANG_ENABLE_STATIC_ANALYZER -D_GNU_SOURCE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   
-DNDEBUG -O2 -pipe  -fPIC -fvisibility-inlines-hidden -Wall -W 
-Wno-unused-parameter -Wwrite-strings -Wcast-qual 
-Wno-missing-field-initializers -pedantic -Wno-long-long 
-Wno-maybe-uninitialized -Wnon-virtual-dtor -Wno-comment -Werror=date-time 
-std=c++11 -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual 
-fno-strict-aliasing -fPIC -Itools/clang/lib/ASTMatchers/Dynamic 
-I/var/tmp/portage/sys-devel/llvm-3.7.1-r3/work/llvm-3.7.1.src/tools/clang/lib/ASTMatchers/Dynamic
 
-I/var/tmp/portage/sys-devel/llvm-3.7.1-r3/work/llvm-3.7.1.src/tools/clang/include
 -Itools/clang/include -Iinclude 
-I/var/tmp/portage/sys-devel/llvm-3.7.1-r3/work/llvm-3.7.1.src/include -MMD -MT 
tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/Registry.cpp.o
 -MF 
tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/Registry.cpp.o.d
 -o 
tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/Registry.cpp.o
 -c 
/var/tmp/portage/sys-devel/llvm-3.7.1-r3/work/llvm-3.7.1.src/tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
{standard input}: Assembler messages:
{standard input}:265459: Warning: end of file in string; '"' inserted
x86_64-pc-linux-gnu-g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,

This happen with version 3.5, 3.8, 3.7. The crazy thing without  set flag 
clang, the installation work without problems. In  Bug Report i found 
equal bug, but there seem march item the problem. This i have not set. 

Have someone a idea why llvm hate clang? 

Thank's

Silvio


# emerge --info '=sys-devel/llvm-3.7.1-r3::gentoo'
Portage 2.2.28 (python 2.7.10-final-0, default/linux/amd64/13.0/no-multilib, 
gcc-5.4.0, glibc-2.22-r4, 3.14.32--std-ipv6-64-hz1000 x86_64)
=
 System Settings
=
System uname: 
Linux-3.14.32--std-ipv6-64-hz1000-x86_64-Intel-R-_Atom-TM-_CPU_N2800_@_1.86GHz-with-gentoo-2.2
KiB Mem: 2024472 total,   1766584 free
KiB Swap:2046972 total,   1229132 free
Timestamp of repository gentoo: Tue, 16 Aug 2016 11:45:01 +
sh bash 4.3_p42-r1
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
ccache version 3.2.4 [enabled]
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/ccache:  3.2.4::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.21.3::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:5.4.0::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://rsync2.fr.gentoo.org/gentoo-portage/
priority: -1000

pentoo
location: /var/lib/layman/pentoo
masters: 

[gentoo-user] Brother missed in cups listing

2015-05-19 Thread Silvio Siefke
Hello,

i has a problem, my printer Brother MFC-7320 is not listed in cups when
i add a printer. Not on my Acer Aspire and not on Dell Inspiron. One ok,
maybe printer is defect, but on all laptops then something is not okay.

Has someone an idea what is wrong now?

Thank you  Nice Day
Silvio 

/var/log/messages
May 18 22:10:46 gentoomobile kernel: usb 3-1: new full-speed USB device number 
6 using uhci_hcd
May 18 22:10:47 gentoomobile kernel: usb 3-1: New USB device found, 
idVendor=04f9, idProduct=01eb
May 18 22:10:47 gentoomobile kernel: usb 3-1: New USB device strings: Mfr=0, 
Product=0, SerialNumber=3
May 18 22:10:47 gentoomobile kernel: usb 3-1: SerialNumber: 000M9N691511
May 18 22:10:46 gentoomobile mtp-probe[3435]: checking bus 3, device 6: 
/sys/devices/pci:00/:00:1d.1/usb3/3-1
May 18 22:10:46 gentoomobile mtp-probe[3435]: bus: 3, device: 6 was not an MTP 
device

dmesg
[ 8300.874141] usb 3-1: new full-speed USB device number 6 using uhci_hcd[ 
8301.025146] usb 3-1: New USB device found, idVendor=04f9, idProduct=01eb[ 
8301.025157] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=3[ 
8301.025163] usb 3-1:SerialNumber: 000M9N691511

gentoomobile cups # uname -a
Linux gentoomobile 4.0.4-ck1 

siefke ~ $  cat .src/kernel/linux-4.0.4/.config | grep USB_PRINTER
# CONFIG_USB_PRINTER is not set

Is has try with USB in kernel active and in cups deactivated and other
way too. Nothing change. 


siefke ~ $  equery u cups | grep usb
+usb


# lsusb
siefke /usr/portage/net-print/cups $  sudo lsusb
Passwort: 
Bus 005 Device 001: ID 04f9:01eb Brother Industries, Ltd MFC-7320



pgpvGaaActitO.pgp
Description: PGP signature


Re: [gentoo-user] Brother missed in cups listing

2015-05-19 Thread Silvio Siefke
On Tue, 19 May 2015 16:24:17 +0200 Manuel Schönlaub
manuel.schoenl...@gmail.com wrote:

 Hi,
 
 Did you install the correct driver from Brother?

Yes i have installed the correct driver on both maschines i delete old 
one and install new. 


 Has it worked ever before (e.g. it stopped working 
 after an upgrade of so?)

On my acer it has last worked in january when i correct remember. Since 
then cups not find it. On my tell i has last time print in March and now
there the same. Printer Not work, sending data thats all. Has delete 
printer after driver new install and now not find in cups. 

Cups  Add Printer  Local printer only pdf or nothing. 

I dont know what happen now. I can not understand the problem, under
Arch Linux the printer works without probs, friend come checked today
for me. But under gentoo the printer is not found. Very strange. 

Kernel Config : http://silviosiefke.com/downloads/kernelconf

Thank You  Nice Day
Silvio


pgp2SQ28EFxUg.pgp
Description: PGP signature


Re: [gentoo-user] Re: Brother missed in cups listing

2015-05-19 Thread Silvio Siefke
On Tue, 19 May 2015 17:28:57 + (UTC) James
wirel...@tampabay.rr.com wrote:

 Did you keep a backup of the old working config files on that system?

No i have not, i has use cups not so often because i not often print. 
But when i use i ever pluged in, make config in cups and it works. But
now not work. 
 
 For me it's these files; I just append a date to the end of the file:
 
 /etc/cups/
 
 
 cupsd.conf.15mar2015
 cups-files.conf.3apr2015 
 printers.conf.15mar2015
 snmp.conf.15mar2015
 
 
 Also, brother printers, like most, work better in a 
 linux/unix centric network when they are ethernet
 connected. If you have your printers plugged into ethernet, then you 
 can connect to them (via ethernet) by just typing in the ip address
 of the printer into your web browser. That makes checking the
 embedded printer configuration much simpler.

Yes sure when i buy new one i sure think on it. But now is not networking
and Brother give driver for the printer and it work not. 

Okay im not sure what has do but now my brother is in cups listed, correct
with usb but it print not, say success but page come not out. 

access.log
localhost - - [19/May/2015:20:06:16 +0200] 
POST /printers/MFC7320 HTTP/1.1 200 16467 Print-Job successful-ok

error.log
W [19/May/2015:20:03:40 +0200] CreateProfile failed: 
org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager 
was not provided by any .service files
W [19/May/2015:20:03:40 +0200] CreateDevice failed: 
org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager 
was not provided by any .service files
W [19/May/2015:20:03:40 +0200] CreateProfile failed: 
org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager 
was not provided by any .service files
W [19/May/2015:20:03:40 +0200] CreateProfile failed: 
org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager 
was not provided by any .service files
W [19/May/2015:20:03:40 +0200] CreateDevice failed: 
org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager 
was not provided by any .service files
W [19/May/2015:20:04:18 +0200] CreateProfile failed: 
org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager 
was not provided by any .service files
W [19/May/2015:20:04:18 +0200] CreateDevice failed: 
org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager 
was not provided by any .service files

cups/printers.conf
Printer MFC7320
UUID urn:uuid:4f27ca0f-cbeb-34cb-55f8-480a2c66422d
AuthInfoRequired none
Info MFC7320
Location 
MakeModel Brother MFC7320 for CUPS
DeviceURI usb:/dev/usb/lp0
State Idle
StateTime 1432058183
Type 8392708
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolic

But nothing happen, the printer not speak with laptop or other. 

Thank You  Nice Day
Silvio


pgp5ugGWQ0bvb.pgp
Description: PGP signature


[gentoo-user] Chrome window

2015-01-29 Thread Silvio Siefke
Hello,

since V 40 from Google Chrome the Browser will not imaging the complete
window. Only when open tab or open link the complete window will work
Has someone same expierence and found fix? 

http://pasteboard.co/IZI3x7U.png

Thank you for help  Nice Day
Silvio



[gentoo-user] Systemd upower

2014-06-03 Thread Silvio Siefke
Hello,

mean this i must install now systemd? What can do when i not want systemd. 
The system what i have is good, i want not change to systemd.

[ebuild U ~] sys-devel/gettext-0.19 [0.18.3.2] USE=acl cxx ncurses nls 
openmp -cvs -doc -emacs -git -java -static-libs 16,221 kB
[ebuild   R] dev-libs/glib-2.38.2-r1:2  USE=(mime%*) -debug (-fam) 
(-selinux) -static-libs -systemtap {-test} -utils -xattr 
PYTHON_TARGETS=python2_7 (-python2_6) 0 kB
[ebuild  N ] sys-apps/systemd-208-r3:0/1  USE=acl filecaps firmware-loader 
gudev introspection kmod pam policykit python tcpd -audit -cryptsetup -doc 
-gcrypt -http -lzma -qrcode (-selinux) {-test} -vanilla -xattr 
PYTHON_SINGLE_TARGET=python2_7 -python3_2 -python3_3 
PYTHON_TARGETS=python2_7 python3_3 -python3_2 2,335 kB
[ebuild  N ] sys-apps/gentoo-systemd-integration-2  51 kB
[ebuild  N ] sys-power/upower-0.9.23-r3  USE=introspection -doc -ios 0 kB
[blocks B  ] sys-fs/udev (sys-fs/udev is blocking sys-apps/systemd-208-r3)
[blocks B  ] sys-apps/gentoo-systemd-integration 
(sys-apps/gentoo-systemd-integration is blocking sys-fs/udev-212-r1)
[blocks B  ] sys-apps/systemd (sys-apps/systemd is blocking 
sys-fs/udev-212-r1)


Thank you for help  Nice Day
Silvio



Re: [gentoo-user] Systemd upower

2014-06-03 Thread Silvio Siefke
On Tue, 3 Jun 2014 09:29:35 -0500 Canek Peláez Valdés
can...@gmail.com wrote:

 If I understood correctly, you need to:
 
 emerge -C sys-power/upower
 emerge -1v sys-power/upower-pm-utils
 
 and then update world as usual.

Yes is correct, i has find out after read ebuilds from the packages which
need upower.

Thanks for help  Nice Day
Silvio



[gentoo-user] Dell Inspiron 640m

2014-03-06 Thread Silvio Siefke
Hello,


has someone this Notebook and can share the kernel config? I try and try
but it will not work. I make naked make localyesconf and then activate 
the intel graphic card. But when start i can nothing see. The display is
not blank but i can nothing see. 

Thank you for help  Nice Day
Silvio



[gentoo-user] WinTV Nova-T

2014-02-15 Thread Silvio Siefke
Hello,

i try since days to run this DVB USB Stick on Gentoo but i has at one
point make a mistake which not found. :)

My Kernel Conf:
https://silviosiefke.com/downloads/kernelconf

I find the stick with usb, but when read Wiki i must become entry in
lsinput but there the stick is not present.

gentoomobile ~ # lsinput 
/dev/input/event0
   bustype : BUS_HOST
   vendor  : 0x0
   product : 0x1
   version : 0
   name: Power Button
   phys: PNP0C0C/button/input0
   bits ev : EV_SYN EV_KEY

/dev/input/event1
   bustype : BUS_HOST
   vendor  : 0x0
   product : 0x3
   version : 0
   name: Sleep Button
   phys: PNP0C0E/button/input0
   bits ev : EV_SYN EV_KEY

/dev/input/event2
   bustype : BUS_HOST
   vendor  : 0x0
   product : 0x5
   version : 0
   name: Lid Switch
   phys: PNP0C0D/button/input0
   bits ev : EV_SYN EV_SW

/dev/input/event3
   bustype : BUS_HOST
   vendor  : 0x0
   product : 0x1
   version : 0
   name: Power Button
   phys: LNXPWRBN/button/input0
   bits ev : EV_SYN EV_KEY

/dev/input/event4
   bustype : BUS_HOST
   vendor  : 0x0
   product : 0x6
   version : 0
   name: Video Bus
   phys: LNXVIDEO/video/input0
   bits ev : EV_SYN EV_KEY

/dev/input/event5
   bustype : BUS_I8042
   vendor  : 0x1
   product : 0x1
   version : 43841
   name: AT Translated Set 2 keyboard
   phys: isa0060/serio0/input0
   bits ev : EV_SYN EV_KEY EV_MSC EV_LED EV_REP

/dev/input/event6
   bustype : (null)
   vendor  : 0x0
   product : 0x0
   version : 0
   name: HDA Intel Headphone
   phys: ALSA
   bits ev : EV_SYN EV_SW

/dev/input/event7
   bustype : (null)
   vendor  : 0x0
   product : 0x0
   version : 0
   name: HDA Intel Mic
   phys: ALSA
   bits ev : EV_SYN EV_SW

/dev/input/event8
   bustype : BUS_USB
   vendor  : 0x402
   product : 0x9665
   version : 9
   name: 1.3M WebCam
   phys: usb-:00:1d.7-4/button
   bits ev : EV_SYN EV_KEY

/dev/input/event9
   bustype : BUS_I8042
   vendor  : 0x2
   product : 0x7
   version : 433
   name: SynPS/2 Synaptics TouchPad
   phys: isa0060/serio1/input0
   bits ev : EV_SYN EV_KEY EV_ABS

/dev/input/event10
   bustype : BUS_USB
   vendor  : 0x1d57
   product : 0x8
   version : 272
   name: 2.4G Wireless Optical Mouse
   phys: usb-:00:1d.0-2/input0
   uniq: 
   bits ev : EV_SYN EV_KEY EV_REL EV_MSC


Has someone an advice what can do ?


Thank you for help  Nice Weekend
Silvio



Re: [gentoo-user] WinTV Nova-T

2014-02-15 Thread Silvio Siefke
Hello,

 Please also send the lsusb output to the list, in particular the
 vendor/product ids (looks like 046d:c30e) are probably necessary to
 determine what driver your hardware requires .-)


dmesg output
[25167.104106] usb 1-3: new high-speed USB device number 8 using ehci-pci
[25167.218977] usb 1-3: New USB device found, idVendor=2040, idProduct=7070
[25167.218993] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[25167.219035] usb 1-3: Product: Nova-T Stick
[25167.219049] usb 1-3: Manufacturer: Hauppauge
[25167.219061] usb 1-3: SerialNumber: 4031065185

siefke ~ $  lsusb
Bus 001 Device 003: ID 0402:9665 ALi Corp. Gateway Webcam
Bus 001 Device 008: ID 2040:7070 Hauppauge Nova-T Stick 3
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 1d57:0008 Xenta 
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


/var/log/messages
Feb 15 23:14:19 gentoomobile kernel: [25265.081087] usb 1-3: new high-speed USB 
device number 9 using ehci-pci
Feb 15 23:14:19 gentoomobile kernel: [25265.195978] usb 1-3: New USB device 
found, idVendor=2040, idProduct=7070
Feb 15 23:14:19 gentoomobile kernel: [25265.195993] usb 1-3: New USB device 
strings: Mfr=1, Product=2, SerialNumber=3
Feb 15 23:14:19 gentoomobile kernel: [25265.196030] usb 1-3: Product: Nova-T 
Stick
Feb 15 23:14:19 gentoomobile kernel: [25265.196040] usb 1-3: Manufacturer: 
Hauppauge
Feb 15 23:14:19 gentoomobile kernel: [25265.196050] usb 1-3: SerialNumber: 
4031065185
Feb 15 23:14:19 gentoomobile mtp-probe: checking bus 1, device 9: 
/sys/devices/pci:00/:00:1d.7/usb1/1-3
Feb 15 23:14:19 gentoomobile mtp-probe: bus: 1, device: 9 was not an MTP device


Thank you for help  Nice Day
Silvio



Re: [gentoo-user] Re: WinTV Nova-T

2014-02-15 Thread Silvio Siefke
On Sat, 15 Feb 2014 23:55:41 +0100 eroen er...@falcon.eroen.eu wrote:

 In menuconfig, the option should be found here:
 - Device Drivers
   - Multimedia support
 - Media USB Adapters
   - Support for various USB DVB devices
 - DiBcom DiB0700 USB DVB devices

Bingo :) That's it thank you so much. Hh i only see Hauppauge in v2 devices,
this option i not see. 

Thank you so much  Nice Sunday

Silvio



[gentoo-user] Python Installation broken

2014-01-27 Thread Silvio Siefke
Hello,

i has make a big mistake i think. I has installed nikola with pip install
but it want not work. So i downgrade to fewer version of nikola over 
portage. Not want work give error message from setuptools. Ok delete nikola,
retext and setuptools. I run a emerge --depclean. I try equery u nikola and
become 

gentoomobile site-packages # equery u nikola
Traceback (most recent call last):
  File /usr/bin/equery, line 5, in module
from pkg_resources import load_entry_point
  File /usr/lib/python2.7/site-packages/pkg_resources.py, line 3011, in 
module
parse_requirements(__requires__), Environment()
  File /usr/lib/python2.7/site-packages/pkg_resources.py, line 626, in resolve
raise DistributionNotFound(req)

I not know what can now do. I really not understand what should no do.

Has someone an advice?

Thank you for help  Nice Day
Silvio



Re: [gentoo-user] Python Installation broken

2014-01-27 Thread Silvio Siefke
Hello, the error message was not correct copy  paste. Im in crisis :)

gentoomobile ~ # equery u nikola
Traceback (most recent call last):
  File /usr/bin/equery, line 5, in module
from pkg_resources import load_entry_point
  File /usr/lib/python2.7/site-packages/pkg_resources.py, line 3011, in 
module
parse_requirements(__requires__), Environment()
  File /usr/lib/python2.7/site-packages/pkg_resources.py, line 626, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: setuptools==2.1


Thank you for help  Nice Day
Silvio



Re: [gentoo-user] llvm compile error

2014-01-24 Thread Silvio Siefke
Hello,

On Fri, 24 Jan 2014 09:00:26 +0200 Alan McKinnon
alan.mckin...@gmail.com wrote:

 llvm-3.4 is not hardmasked. It is marked ~x86 which is something very
 different.

Correct, i mean Clang in version 3.4 is hardmasked. I want install clang
alone llvm i not need. I think mesa use llvm too but i has not set the
use flag. 

https://packages.gentoo.org/package/sys-devel/clang
 
 The mistake you made is using --autounmask-write
 That feature writes local package.unmask entries to satisfy
 dependencies. It's a very blunt tool, it blindly keywords whatever it
 thinks it needs to and when it goes wrong, it goes very wrong quickly.

The tool write package.accept_keywords, a package.unmask i have not on
system. Yes its a shit tool, normal i make echo package ~x86  package.a..
What should do? Should i compile without portage? Should i not use? When i 
want emerge clang is masked, ok why? FreeBSD use it and say is stable. 
FreeBSD maybe not the reference on earth but the BSD's make a good job. 
When i saw all versions of Clang is masked. 


 You are running x86. If you want a package that is marked ~x86 then
 you need to take very careful note of everything that must be
 keyworded to build that package. If you want something basic like
 llvm that will cause many other packages to be upgrade with it, then
 you need to be especially careful.

I use much x86 packages and has never problem. For example i use calibre
without x86 flag i must use calibre in version 1.2. but the version 1.20 
works stable and fine and i can use with my tablet, because i read much
when im on the road.

https://packages.gentoo.org/package/app-text/calibre

So i think for some packages is accept between risk and compromiss. I find
better x86 flag better as install software in /usr without portage. 


Thank you for help  Nice Day
Silvio



[gentoo-user] llvm compile error

2014-01-23 Thread Silvio Siefke
Hello, 

i try to install llvm but it broke with:

-- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed
-- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
-- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed
-- Performing Test CXX_SUPPORTS_NON_VIRTUAL_DTOR_FLAG
-- Performing Test CXX_SUPPORTS_NON_VIRTUAL_DTOR_FLAG - Success
-- Found PythonInterp: 
/var/tmp/portage/sys-devel/llvm-3.4/temp/python2.7/bin/python (found version 
2.7.5) 
-- Constructing LLVMBuild project information
CMake Error at CMakeLists.txt:332 (message):
  Unexpected failure executing llvm-build: Usage: llvm-build [options]

  

  llvm-build: error: invalid native target: 'X86' (not in project)


-- Configuring incomplete, errors occurred!
 * ERROR: sys-devel/llvm-3.4::gentoo failed (configure phase):
 *   cmake failed
 * 
 * Call stack:
 * ebuild.sh, line   93:  Called src_configure
 *   environment, line 4475:  Called multilib-minimal_src_configure
 *   environment, line 2962:  Called multilib_foreach_abi 
'multilib-minimal_abi_src_configure'
 *   environment, line 3168:  Called multibuild_foreach_variant 
'_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 2803:  Called _multibuild_run 
'_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 2801:  Called _multilib_multibuild_wrapper 
'multilib-minimal_abi_src_configure'
 *   environment, line  485:  Called multilib-minimal_abi_src_configure
 *   environment, line 2956:  Called multilib_src_configure
 *   environment, line 3362:  Called cmake_configure
 *   environment, line 1346:  Called cmake-utils_src_configure
 *   environment, line 1275:  Called _execute_optionaly 'src_configure'
 *   environment, line  276:  Called enable_cmake-utils_src_configure
 *   environment, line 1550:  Called die
 * The specific snippet of code:
 *   ${CMAKE_BINARY} ${cmakeargs[@]} ${CMAKE_USE_DIR} || die cmake 
failed;


gentoomobile distfiles # emerge --info =sys-devel/llvm-3.4::gentoo
Portage 2.2.7 (default/linux/x86/13.0/desktop, gcc-4.7.3, glibc-2.17, 3.12.4-pf 
i686)
=
System Settings
=
System uname: 
Linux-3.12.4-pf-i686-Intel-R-_Atom-TM-_CPU_N550_@_1.50GHz-with-gentoo-2.2
KiB Mem: 1018472 total,105196 free
KiB Swap:2097148 total,   2035108 free
Timestamp of tree: Wed, 22 Jan 2014 14:30:01 +
ld GNU ld (GNU Binutils) 2.23.2
distcc 3.1 i686-pc-linux-gnu [enabled]
ccache version 3.1.9 [enabled]
app-shells/bash:  4.2_p45
dev-java/java-config: 2.1.12-r1
dev-lang/python:  2.7.5-r3, 3.3.2-r2
dev-util/ccache:  3.1.9-r3
dev-util/cmake:   2.8.11.2
dev-util/pkgconfig:   0.28
sys-apps/baselayout:  2.2
sys-apps/openrc:  0.12.4
sys-apps/sandbox: 2.6-r1
sys-devel/autoconf:   2.13, 2.69
sys-devel/automake:   1.10.3, 1.11.6, 1.13.4
sys-devel/binutils:   2.23.2
sys-devel/gcc:4.7.3-r1
sys-devel/gcc-config: 1.7.3
sys-devel/libtool:2.4.2
sys-devel/make:   3.82-r4
sys-kernel/linux-headers: 3.9 (virtual/os-headers)
sys-libs/glibc:   2.17
Repositories: gentoo elementary miramir pentoo
ACCEPT_KEYWORDS=x86
ACCEPT_LICENSE=* -@EULA
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=i686 -pipe
CHOST=i686-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/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ 
/etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d 
/etc/terminfo
CXXFLAGS=-O2 -march=i686 -pipe
DISTDIR=/usr/portage/distfiles
FCFLAGS=-O2 -march=i686 -pipe
FEATURES=assume-digests binpkg-logs buildpkg ccache config-protect-if-modified 
distcc 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
FFLAGS=-O2 -march=i686 -pipe
GENTOO_MIRRORS=http://de-mirror.org/gentoo http://mirror.netcologne.de/gentoo;
LANG=de_DE.UTF-8
LDFLAGS=-Wl,-O1 -Wl,--as-needed
MAKEOPTS=-j8
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
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/var/lib/layman/elementary /var/lib/layman/miramir 
/var/lib/layman/pentoo
SYNC=rsync://gentoo.silviosiefke.com/gentoo-portage
USE=X a52 aac acl acpi alsa berkdb bindist bluetooth branding bzip2 cairo cdda 
cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr emboss encode 
exif fam firefox flac fortran 

Re: [gentoo-user] Re: llvm compile error

2014-01-23 Thread Silvio Siefke
Hello,

On Thu, 23 Jan 2014 14:26:25 -0800 walt w41...@gmail.com wrote:

 
 Hi Silvio.  You're installing an ~x86 package on an x86 machine, I
 think. Are you doing that on purpose?
 
 I don't know if that is causing the error, but it sometimes causes
 problems.

Have i something not understand, i make emerge -av clang and become

gentoomobile siefke # emerge -av clang

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

Calculating dependencies... done!
[ebuild  N~] sys-devel/llvm-3.4:0/3.4  USE=clang libffi ncurses python 
static-analyzer xml -debug -doc -gold -multitarget -ocaml {-test} -udis86 
PYTHON_TARGETS=python2_7 -pypy2_0 -python2_6 VIDEO_CARDS=-radeon 0 kB
[ebuild  N~] sys-devel/clang-3.4-r100:0/3.4  USE=python static-analyzer 
-debug -multitarget 0 kB

Total: 2 packages (2 new), Size of downloads: 0 kB

The following keyword changes are necessary to proceed:
 (see package.accept_keywords in the portage(5) man page for more details)
# required by sys-devel/clang-3.4-r100
# required by clang (argument)
=sys-devel/llvm-3.4 ~x86
# required by sys-devel/llvm-3.4[clang]
=sys-devel/clang-3.4-r100 ~x86

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

Then emerge --autounmask-write -av clang and after dispatch-conf i run
emerge -av clang and become the error. I not understand what you mean?

-- Found PythonInterp: 
/var/tmp/portage/sys-devel/llvm-3.4/temp/python2.7/bin/python (found version 
2.7.5) 
-- Constructing LLVMBuild project information
CMake Error at CMakeLists.txt:332 (message):
  Unexpected failure executing llvm-build: Usage: llvm-build [options]

  

  llvm-build: error: invalid native target: 'X86' (not in project)

Thank you for help  Nice Day



Re: [gentoo-user] llvm compile error

2014-01-23 Thread Silvio Siefke
Hello,

ok the version 3.3 run without problems, i think the 3.4. make troubles
and the package Maintainer from Gentoo has hardmasked. 


Thank you for help  Nice Day
Silvio



Re: [gentoo-user] auvisio white star II

2014-01-18 Thread Silvio Siefke
On Fri, 17 Jan 2014 17:06:25 + Stroller
strol...@stellar.eclipse.co.uk wrote:

 Personally, when I find bugs like this, I try to find where the files
 originate, and file the bug upstream.

Yes i do so for me. 
 
 This reduces the Gentoo devs' workload, and in my experience the
 problem gets fixed in a more timely manner.

Yes correct i has send package maintainer the ebuild so he can decide 
what do. 

Thank you for help  Nice Day
Silvio



[gentoo-user] xorg Configuration Acer Aspire One

2014-01-16 Thread Silvio Siefke
Hello,

i have a Acer Aspire One D255 and has trouble with the Window Settings here
special in xfburn. 

http://mail.xfce.org/pipermail/xfce/2014-January/032974.html

A Answer there think it's because the xorg.conf is not correct, maybe is 
correct because i not use a xorg.conf. Now i has one touched with 
X -configure and save then. But what i not understand, why give me four
screens? Which Screen is the correct for the display? Can me someone help
with a advice? Maybe someone has the same model in use. 

http://pastebin.com/5xwLf942


Thank you for help  Nice Day
Silvio



Re: [gentoo-user] auvisio white star II

2014-01-16 Thread Silvio Siefke
Hello,

On Wed, 15 Jan 2014 18:03:26 -0800 Daniel Frey djqf...@gmail.com
wrote:

 What's the output of `ls -lR /dev/dvb` ?
 
 What's the output of `dmesg | grep -i af9015` ? Anything relevant
 there?
 
 Have you tried to locate newer firmware?

It run now, after i load other Firmware which linked in Ubuntu Forum. 
The Firmware from portage for dvb has some probs with download files. 
Should write as bug report or to package maintainer? 


Thanks for help  Nice Day
Silvio



[gentoo-user] auvisio white star II

2014-01-15 Thread Silvio Siefke
Hello,

i have become this DVB-T USB Stick, i has installed the firmware and in 
Kernel i has build in the driver. 

siefke ~ $  cat /usr/src/linux-3.12.3-pf/.config | egrep AF9015
CONFIG_DVB_USB_AF9015=y

siefke ~ $  ls /lib/firmware/ | egrep dvb
dvb-usb-af9015.fw

I understand not why the Stick will be activated as Keyboard.

siefke ~ $  dmesg | egrep DVB
[2.948871] usb 1-3: Product: USB2.0 DVB-T TV Stick
[3.362579] DVB: registering new adapter (Afatech AF9015 reference design)
[3.375389] usb 1-3: DVB: registering adapter 0 frontend 0 (Afatech 
AF9013)...
[   10.313875] NEWMI USB2.0 DVB-T TV Stick: Fixing fullspeed to highspeed 
interval: 16 - 8
[   10.314387] input: NEWMI USB2.0 DVB-T TV Stick as 
/devices/pci:00/:00:1d.7/usb1/1-3/1-3:1.1/input/input11
[   10.314685] hid-generic 0003:15A4:9016.0001: input,hidraw0: USB HID v1.01 
Keyboard [NEWMI USB2.0 DVB-T TV Stick] on usb-:00:1d.7-3/input1


Has someone Idea how can i installed and use the DVB Stick?


Thank you for help  Nice Day
Silvio



Re: [gentoo-user] auvisio white star II

2014-01-15 Thread Silvio Siefke
Hello,

On Wed, 15 Jan 2014 07:42:26 -0800 Daniel Frey djqf...@gmail.com
wrote:

 That's not enough of the dmesg to determine if the device is loading
 properly, although it looks like it could be due to it registering the
 adapter.
 
 In order to display something you'll need to use something like
 vlc/mplayer[2] or mythtv compiled with the dvb flag.

VlC is compiled with dvb. Mplayer want not compiled give error messages. 
The Problem is that this stick is in System as keyboard. I take in and 
change my keyboard layout. Wscan want not install. Hhh so much trouble
for tv. Oh oh Linux sometimes so hard.

Thank you for help  Nice Day
Silvio



Re: [gentoo-user] Chmod Failed

2014-01-08 Thread Silvio Siefke
On Sun, 29 Dec 2013 19:23:41 +0800 Oli o...@kernelpanic.ch wrote:

 Had a similar issue not too long ago.  It was down to a block error
 on the hard drive.  After a full check and repair,  it worked well. 

On host system could install dbus without problem. 

siefke ~ $ su -c emerge -pqv =sys-apps/dbus-1.6.12::gentoo
Passwort: 
[ebuild   R   ] sys-apps/dbus-1.6.12  USE=-X -debug -doc (-selinux) 
-static-libs -systemd {-test} 

But in chroot want not install. I has read something about grub must installed
i have but nothing changed. 

ks3374456 portage # emerge --info =sys-apps/dbus-1.6.12::gentoo
Portage 2.2.7 (default/linux/x86/13.0, gcc-4.7.3, glibc-2.16.0, 
3.10.9--grs-ipv6-64 i686)
=
System Settings
=
System uname: 
Linux-3.10.9--grs-ipv6-64-i686-Intel-R-_Atom-TM-_CPU_N2800_@_1.86GHz-with-gentoo-2.2
KiB Mem: 2021976 total,401612 free
KiB Swap:2096124 total,   2093284 free
Timestamp of tree: Tue, 07 Jan 2014 21:30:01 +
ld GNU ld (GNU Binutils) 2.23.1
ccache version 3.1.9 [enabled]
app-shells/bash:  4.2_p45
dev-lang/python:  2.7.5-r3, 3.3.2-r2
dev-util/ccache:  3.1.9
dev-util/pkgconfig:   0.28
sys-apps/baselayout:  2.2
sys-apps/openrc:  0.12.4
sys-apps/sandbox: 2.6-r1
sys-devel/autoconf:   2.69
sys-devel/automake:   1.13.4
sys-devel/binutils:   2.23.1
sys-devel/gcc:4.7.3-r1
sys-devel/gcc-config: 1.7.3
sys-devel/libtool:2.4.2
sys-devel/make:   3.82-r4
sys-kernel/linux-headers: 3.9 (virtual/os-headers)
sys-libs/glibc:   2.16.0
Repositories: gentoo
ACCEPT_KEYWORDS=x86
ACCEPT_LICENSE=* -@EULA
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=i686 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/easy-rsa
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d /etc/gconf 
/etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ 
/etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.5/ext-active/ 
/etc/revdep-rebuild /etc/sandbox.d /etc/terminfo
CXXFLAGS=-O2 -march=i686 -pipe
DISTDIR=/usr/portage/distfiles
FCFLAGS=-O2 -march=i686 -pipe
FEATURES=assume-digests binpkg-logs buildpkg ccache config-protect-if-modified 
distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned 
sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans 
userfetch userpriv usersandbox usersync
FFLAGS=-O2 -march=i686 -pipe
GENTOO_MIRRORS=http://distfiles.gentoo.org;
LANG=de_DE.UTF-8
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
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=
USE=X acl alsa berkdb bindist bzip2 cdr cli cracklib crypt cxx dri dvd fortran 
gdbm gtk iconv ipv6 mmx modules mudflap ncurses nls nptl openmp pam pcre python 
readline session sse sse2 sse3 ssl ssse3 tcpd truetype unicode x86 zlib 
ABI_X86=32 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 
ELIBC=glibc GPSD_PROTOCOLS=ashtech aivdm earthmate evermore fv18 garmin 
garmin
 txt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore 
rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx 
INPUT_DEVICES=evdev void synaptics KERNEL=linux LCD_DEVICES=bayrad cfontz 
cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text 
LIBREOFFICE_EXTENSIONS=presenter-console presenter-minimizer LINGUAS=de en 
ar fr OFFICE_IMPLEMENTATION=libreoffice PHP_TARGETS=php5-5 
PYTHON_SINGLE_TARGET=python2_7 PYTHON_TARGETS=python3_3 python2_7 
RUBY_TARGETS=ruby20 ruby19 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, SYNC, USE_PYTHON


When try install bin package come same mistake. Chmod Failed. I understand it 
not. 


Can someone help, or 

Re: [gentoo-user] Chmod Failed

2014-01-08 Thread Silvio Siefke
Hello, 

i has found the problem. That was the kernel with gresecurity patch. I has
read that can give trouble and now i change kernel and dbus is installed. 

Thanks for help  Nice Day
Silvio



Re: [gentoo-user] Chmod Failed

2013-12-28 Thread Silvio Siefke
Hello,


self when i use package come the mistake. 

 Emerging binary (1 of 1) sys-apps/dbus-1.6.12
 * dbus-1.6.12.tbz2 MD5 SHA1 size ;-) ...[ ok ]
 Extracting info
 * Checking for suitable kernel configuration options... [ ok ]
 Extracting sys-apps/dbus-1.6.12
tar: ./usr/libexec/dbus-daemon-launch-helper: Cannot change mode to rwsr-x---: 
Permission denied
tar: Exiting with failure status due to previous errors
tar failed with status 2
!!! Error Extracting '/usr/portage/packages/sys-apps/dbus-1.6.12.tbz2'

 Failed to emerge sys-apps/dbus-1.6.12, Log file:

  '/var/tmp/portage/sys-apps/dbus-1.6.12/temp/build.log'

I not understand why. Is it the kernel? But i compile same kernel i have on 
my Netbook installed. Same Option and same patches. On Laptop goes in 
chroot want not goes?

I understand it not.


Silvio



Re: [gentoo-user] Chmod Failed

2013-12-26 Thread Silvio Siefke
Hello,

On Thu, 26 Dec 2013 18:31:45 +0100
Alexander Puchmayr alexander.puchm...@linznet.at wrote:
 Which users are involved? 
 I assume you are emerging as root, and you have been doing you manual 
 modification as root as well.

Yes with root. But i understand this mistake never has. Thats why im
woundering. 
 
 Just a guess: as part of the emerge-command, chmod may be called as
 user 'portage', who does not have the right to change modifications
 of this file.

But how can change? On all my PCs run gentoo but never come this error.

On my Desktop
siefke ~ $ cat /etc/group | grep portage
portage:x:250:portage,siefke

On the Chroot Build
siefke ~ $ cat /mnt/gentoo/i686/etc/group | grep portage
portage:x:250:portage

 Just another guess: have a look at your /etc/portage/make.conf, and
 check the FEATURES variable. If it contains 'userpriv', remove it and
 try again.

siefke ~ $ cat /mnt/gentoo/i686/etc/portage/make.conf | grep FEATURES
FEATURES=buildpkg sandbox collision-protect parallel-fetch
-preserve-libs


That i have read in a Tutorial for a Gentoo Build Server. I has think it
was the mount from the /var/tmp/portage from the Hostsystem, but i has
unmount, i delete the directory but it will not change.


Thanks for help  Nice Day
Silvio
-- 
Silvio Siefke siefke_lis...@web.de



Re: [gentoo-user] Chmod Failed

2013-12-25 Thread Silvio Siefke
Hello,

On Wed, 25 Dec 2013 11:49:53 +0400
the the.gu...@mail.ru wrote:

 ls -al would be helpful

ks3374456 tmp # ls -la 
insgesamt 12
drwxrwxrwt 3 rootroot4096 25. Dez 05:49 .
drwxr-xr-x 9 rootroot4096 10. Dez 07:47 ..
-rw-r--r-- 1 rootroot   0 10. Dez 07:47 .keep
drwsr-x--- 3 portage portage 4096 25. Dez 05:51 portage

/mnt/gentoo/i686/var/tmp/portage/sys-apps/dbus-1.6.12/image
ks3374456 image # ls -la
insgesamt 20
drwxr-xr-x 5 rootroot4096 25. Dez 05:51 .
drwxrwxr-x 8 portage portage 4096 25. Dez 05:51 ..
drwxr-xr-x 5 rootroot4096 25. Dez 05:51 etc
drwxr-xr-x 7 rootroot4096 25. Dez 05:51 usr
drwxr-xr-x 4 rootroot4096 25. Dez 05:51 var

ks3374456 dbus-1.6.12 # ls -la image/usr/libexec/
insgesamt 396
drwxr-xr-x 2 root root 4096 25. Dez 05:51 .
drwxr-xr-x 7 root root 4096 25. Dez 05:51 ..
-rwsr-x--- 1 root messagebus 396834 25. Dez 05:51 dbus-daemon-launch-helper

ks3374456 dbus-1.6.12 # chmod 4750 image/usr/libexec/dbus-daemon-launch-helper 
chmod: Beim Setzen der Zugriffsrechte für 
„image/usr/libexec/dbus-daemon-launch-helper“: Keine Berechtigung


I hope thats what you need. That i now have 4650 is because i has set
chmod without chroot. In chroot come again Permission Denied


Thank you for help  Nice Day
Silvio
-- 
Silvio Siefke siefke_lis...@web.de



[gentoo-user] Chmod Failed

2013-12-24 Thread Silvio Siefke
Hello,


i try to install dbus on a chroot gentoo which should be a build server.
The Compile ends with:

make[3]: Entering directory 
`/var/tmp/portage/sys-apps/dbus-1.6.12/work/dbus-1.6.12-build/bus'
if test `id -u` -eq 0; then \
chown root:messagebus 
/var/tmp/portage/sys-apps/dbus-1.6.12/image//usr/libexec/dbus-daemon-launch-helper;
 \
chmod 4750 
/var/tmp/portage/sys-apps/dbus-1.6.12/image//usr/libexec/dbus-daemon-launch-helper;
 \
else \
echo Not installing 
/var/tmp/portage/sys-apps/dbus-1.6.12/image//usr/libexec/dbus-daemon-launch-helper
 binary setuid!; \
echo You'll need to manually set permissions to root:messagebus and 
permissions 4750; \
fi
/bin/sh /var/tmp/portage/sys-apps/dbus-1.6.12/work/dbus-1.6.12/install-sh -d 
/var/tmp/portage/sys-apps/dbus-1.6.12/image//usr/share/dbus-1/services
chmod: changing permissions of 
‘/var/tmp/portage/sys-apps/dbus-1.6.12/image//usr/libexec/dbus-daemon-launch-helper’:
 Permission denied

But when i set manuell the Persmissions i become the same error. What
can i do that i can install dbus?

Thanks for help  Nice Day
Silvio



Re: [gentoo-user] Upgrade Question

2013-11-02 Thread Silvio Siefke
Hey,

what is with distcc? When i understand correct that can use to share
the merge process. Can i use with diffrent arch? I use gentoo on
netbook with atom and amd64 and some rootserver with same arch and a
p4 with i686. The p4 is in same network but can this pc use with atom
64 bit? Has someone expirence with distcc and can say is good or not
really.

Ccache sounds good special when see the compile time after update.
Maybe i try it.


Thank you  good weekend

Silvio



Re: [gentoo-user] Upgrade Question

2013-11-02 Thread Silvio Siefke
Hello,

On Sat, 2 Nov 2013 14:24:49 +0100 waben...@gmail.com wrote:

 Many years ago I used distcc. At this time I had some slower machines
 (2 x AMD K5, 3x AMD K6) and distcc was really a booster for many
 bigger packages, but it doesn't reduce merge time for small packages
 and it also causes problems with some packages (IIRC openoffice was
 one).

I use at moment on my Rootserver i has installed but become more access denied
as results. Anyway i has delete libreoffice and use now abiword and then should
be all ok. 




Thank you  Greetings
Silvio



[gentoo-user] Upgrade Question

2013-11-01 Thread Silvio Siefke
Hello, 

i run emerge -avuDN @world and again must recompile packages. Why, i
understand not why? I have no probs with small packages, but why 
again libreoffice? I change nothing in USE Flags, but portage want
recompile. Can me explain someone why?

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

Calculating dependencies... done!
[ebuild U  ] net-print/cups-1.6.4 [1.6.2-r5] USE=X acl dbus filters pam 
python ssl threads -debug -gnutls -java -kerberos -lprng-compat (-selinux) 
-static-libs -usb -xinetd -zeroconf LINGUAS=fr -ca -es -ja -ru 
PYTHON_SINGLE_TARGET=python2_7%* -python2_6% PYTHON_TARGETS=python2_7%* 
-python2_6% 0 kB
[ebuild  r  U  ] app-text/poppler-0.24.3:0/43 [0.22.5:0/37] USE=cairo cxx 
introspection jpeg lcms png qt4 tiff utils -cjk -curl -debug -doc -jpeg2k 0 kB
[ebuild  r  U  ] net-print/cups-filters-1.0.36-r1 [1.0.34-r1] USE=jpeg png 
tiff -perl -static-libs -zeroconf 0 kB
[ebuild  rR] media-gfx/inkscape-0.48.4  USE=lcms nls spell -dia -gnome 
-inkjar -postscript -wmf 0 kB
[ebuild  rR] app-text/xournal-0.4.7  USE=pdf -vanilla 0 kB
[ebuild  rR   #] app-office/libreoffice-4.1.2.3  USE=cups dbus gtk opengl vba 
(-aqua) -bluetooth -branding -debug -eds -gnome -gstreamer -gtk3 -java 
-jemalloc -kde -mysql -odk -postgres -telepathy {-test} -webdav 
LIBREOFFICE_EXTENSIONS=presenter-minimizer -nlpsolver -scripting-beanshell 
-scripting-javascript -wiki-publisher PYTHON_SINGLE_TARGET=python2_7 
-python3_3 PYTHON_TARGETS=python2_7 -python3_3 0 kB
[ebuild  rR   ~] app-text/calibre-1.7  USE=udisks 0 kB

Total: 7 packages (3 upgrades, 4 reinstalls), Size of downloads: 0 kB

The following mask changes are necessary to proceed:
 (see package.unmask in the portage(5) man page for more details)
# required by @__auto_slot_operator_replace_installed__ (argument)
# /etc/portage/package.mask:
=app-office/libreoffice-4.1.2.3


Libreoffice need long time, without big use flags.

gentoomobile siefke # genlop -t libreoffice
 * app-office/libreoffice

 Mon Jun 17 20:44:35 2013  app-office/libreoffice-4.0.3.3
   merge time: 13 hours, 28 minutes and 15 seconds.

 Fri Jun 21 22:11:39 2013  app-office/libreoffice-4.0.4.2
   merge time: 13 hours, 39 minutes and 2 seconds.

 Wed Jun 26 14:25:10 2013  app-office/libreoffice-4.1.0.1
   merge time: 14 hours, 15 minutes and 41 seconds.

 Mon Jul 15 09:24:27 2013  app-office/libreoffice-4.1.0.2
   merge time: 14 hours, 7 minutes and 57 seconds.

 Sun Sep 22 19:59:07 2013  app-office/libreoffice-4.1.1.2
   merge time: 14 hours, 9 minutes and 56 seconds.

 Fri Oct 25 00:35:01 2013  app-office/libreoffice-4.1.2.3
   merge time: 17 hours, 51 minutes and 30 seconds.


Thanks for help  Nice day
Silvio



Re: [gentoo-user] Upgrade Question

2013-11-01 Thread Silvio Siefke
Hello,

On Fri, 01 Nov 2013 22:40:15 +0200 Alan McKinnon
alan.mckin...@gmail.com wrote:

 Thsi is not the first time you ask the question Why does package X
 need to be rebuilt? Every time you want to know this, run emerge
 again with the -t option, it shows the dependency tree and that shows
 you why the package is being rebuilt.

Yes that's right  I'm sorry that I nerve. Maybe i change to Arch, i has
installed on other Netbook and run without Problems and for a binary 
System is fast. 

 
 In this specific case, it's poppler.
 
 Poppler is the second most annoying package in the universe (first is
 icu). The way it is coded and built, every tiny little change seems to
 cause API/ABI changes and means that everything using it must be
 rebuilt. What uses poppler? Almost everything that tries to deal with
 pdf, and that is half of app-text and app-office. That's just how it
 is.
 
 Look in the ebuilds for libreoffice, inkscape and xournal. Each one of
 them has a DEPEND something like this:
 
 =app-text/poppler-0.16:=[xpdf-headers(+),cxx]

Yes i have see that and has find out that poppler is the problem.

 Notice the := in there, that's a sub-slot operator and it triggers a
 rebuild of libreoffice everytime poppler is upgraded. Your emerge
 output shows that poppler is to be upgraded and that's why
 libreoffice now needs to be upgraded too. If you don't upgrade it, it
 might be broken (or maybe not, it's almost impossible to tell). Dont
 blame libreoffice, blame the poppler devs and tell them to get their
 act together and stop changing stuff every other day.

I has run libreoffice without problems, but i not use the pdf function
in libreoffice. I write and print :) . I deal at moment with Abiword and
Gnumeric. I think its enough so that i should delete libreoffice. Then
only Webkit of GTK, QT and GCC which need more as one hour. 

 You also need to deal with this.
 You masked libreoffice-4.1.2.3 but it's also still installed. That is
 inconsistent; either unmask it and rebuild or leave it masked and
 downgrade.

Yes i mask bigger package when i saw in @world and not see why should run 
upgrade. I know Gentoo is rolling release, but in some things must not really
be or? 

Thanks for teaching about poppler. I not know thats so important. And what do 
ICU? Its language files or? 

So again im sorry i nerve i know, but thats we can say so: Social Contacts
important :) 

I find funny because the bigger Programs or important Stuff like kernel has
never and in panic, and so small program like poppler make panic. When someone
say size is important, hhh they not know what they say. 


Thank you  Greetings
Silvio



Re: [gentoo-user] Re: Ebuild

2013-10-28 Thread Silvio Siefke
On Sat, 26 Oct 2013 15:52:01 + (UTC) James
wirel...@tampabay.rr.com wrote:

 http://overlays.gentoo.org/proj/sunrise
 
 http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
 
 http://overlays.gentoo.org/

Thanks, yes i has read the manual of Gentoo. Now understand it more :)

Is only private maybe i make on my website but i want not do in portage
or as overlay. Sure not the intresting programm. 


Regards  Nice Day
Thank you  Greetings
Silvio



[gentoo-user] Ebuild

2013-10-24 Thread Silvio Siefke
Hello, 

i has make a ebuild, but i not so sure what must do for build Process.
Its a screen keyboard i like it, thats why i make the ebuild. The name 
is onboard, i use since i use linux :) and know it from launchpad.net. 

http://silviosiefke.com/downloads/onboard.tar.gz

But what i must do. The buildprocess i let run:

python3 setup.py install --prefix=/usr
glib-compile-schemas /usr/share/glib-2.0/schemas/

The ebuild construct i take from an overlay, but this version is old and
not really want run. But what mean this at end, 

distutils_pkg_postinst , gnome2_icon_cache_update

Thanks for help  Nice day
Silvio



[gentoo-user] cflags for atom

2013-10-21 Thread Silvio Siefke
Hello,

on my netbook Acer Aspire One D255 is running Gentoo amd64 but its so slow.
I have Samsung NC10 and there is running Gentoo better and that i understand
not so really. 

What Cflags i should use, at moment i use

CFLAGS=-O2 -march=atom -mtune=atom -mssse3 -mfpmath=sse -fomit-frame-pointer 
-pipe
CXXFLAGS=${CFLAGS}
CHOST=x86_64-pc-linux-gnu
MAKEOPTS=-j3

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 28
model name  : Intel(R) Atom(TM) CPU N550   @ 1.50GHz
stepping: 10
microcode   : 0x107
cpu MHz : 1500.000
cache size  : 512 KB
physical id : 0
siblings: 4
core id : 0
cpu cores   : 2
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc 
arch_perfmon pebs bts nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 
cx16 xtpr pdcm movbe lahf_lm dtherm
bogomips: 2992.64
clflush size: 64
cache_alignment : 64
address sizes   : 32 bits physical, 48 bits virtual
power management:

Thats from 0 to 3. It were nice when someone can help.


Thank you  Good Day
Silvio



Re: [gentoo-user] cflags for atom

2013-10-21 Thread Silvio Siefke
Hello,

On Mon, 21 Oct 2013 15:33:37 +0100 thegeezer thegee...@thegeezer.net
wrote:

 http://wiki.gentoo.org/wiki/CFLAGS
 
 use native - it does the working out for you if GCC is new
 CFLAGS=-march=native -O2 -pipe

Ok thank you. Hope then better. Now compile orgy so 2 days and i have
finished.


Thank you  Nice Day
Silvio
Thank you  Greetings
Silvio



Re: [gentoo-user] cflags for atom

2013-10-21 Thread Silvio Siefke
Hello,

On Mon, 21 Oct 2013 17:15:30 +0200 Frank Steinmetzger war...@gmx.de
wrote:

 Do they have different amounts of RAM installed? My netbook ran OK
 with 1 GB, but was very limited, especially once Firefox was loaded.
 2 GB should be the minimum if you use a big desktop.

No its only 1 GB. I use XFCE4 and never has use more as 800 MB so what
i see with htop. 

 What about HDD throughput? (test it with hdparm -t /dev/sda)

[18:05:44][ Akku: 29% ][root@gentoomobile:~]# hdparm -t /dev/sda
/dev/sda:
 Timing buffered disk reads: 242 MB in  3.02 seconds =  80.25 MB/sec

Thank you  Greetings
Silvio



[gentoo-user] OT: Tablets

2013-10-20 Thread Silvio Siefke
Hello,


use someone a tablet with Gentoo or alternatives? I want me buy a tablets,
but im not sure i can familiar use Android. Has someone a tablet with
gentoo or other Distri running?

Which tablet i can buy, advice?


Thanks  Greetings
Silvio



Re: [gentoo-user] Gnat Compile Error

2013-10-14 Thread Silvio Siefke
Hello,

On Sun, 13 Oct 2013 17:32:29 +0200 Frank Steinmetzger war...@gmx.de
wrote:

 You want to install gnat-gcc for a gcc version you don't have. You
 have gcc 4.6.3 and 4.7.3 installed (with 4.6.3 active).
 Unfortunately, my eix doesn't report me any gnat-gcc newer than 4.5.
 So I'm not sure how to proceed here apart from installing gcc-4.5.4,
 which is still in portage, but then of course you only have gnat in
 that old version.


But 4.6.3 or 4.7.3 i have not in Portage.

[15:07:57][ Akku: 99% ][siefke@gentoomobile:/usr/portage/dev-lang/gnat-gcc]$ ls
ChangeLog  gnat-gcc-4.2.3.ebuild  gnat-gcc-4.4.7.ebuild
Manifest   gnat-gcc-4.3.5.ebuild  gnat-gcc-4.5.4.ebuild
files  gnat-gcc-4.3.6.ebuild  metadata.xml
gnat-gcc-3.4.6.ebuild  gnat-gcc-4.4.3.ebuild
gnat-gcc-4.1.2.ebuild  gnat-gcc-4.4.5.ebuild


Give Alternatives?


Thank you  Regards
Silvio
Thank you  Greetings
Silvio



[gentoo-user] Gnat Compile Error

2013-10-13 Thread Silvio Siefke
Hello,

i try to install dev-lang/gnat-gcc but the configure phase break with 
the msg:

checking for x86_64-pc-linux-gnu-gcc... 
/var/tmp/portage/dev-lang/gnat-gcc-4.5.4/work/usr/bin/gnatgcc
checking for C compiler default output file name... 
configure: error: in `/var/tmp/portage/dev-lang/gnat-gcc-4.5.4/work/build':
configure: error: C compiler cannot create executables
See `config.log' for more details.
 * ERROR: dev-lang/gnat-gcc-4.5.4::gentoo failed (compile phase):
 *   configure failed

I try with diffrent Version and i try with dev-lang/gnat-gpl come the same. 
Other Programms can compile without error. 

Thanks for help  Greetings
Silvio

[14:10:56][ Akku: 99% ][root@gentoomobile:/home/siefke]# emerge --info 
=dev-lang/gnat-gcc-4.5.4::gentoo
Portage 2.2.1 (default/linux/amd64/13.0/desktop, gcc-4.6.3, glibc-2.15-r3, 
3.11.3 x86_64)
=
System Settings
=
System uname: 
Linux-3.11.3-x86_64-Intel-R-_Atom-TM-_CPU_N550_@_1.50GHz-with-gentoo-2.2
KiB Mem: 1003604 total, 86348 free
KiB Swap:2047996 total,   1963324 free
Timestamp of tree: Sun, 13 Oct 2013 11:00:01 +
ld GNU ld (GNU Binutils) 2.23.1
app-shells/bash:  4.2_p45
dev-java/java-config: 2.1.12-r1
dev-lang/python:  2.7.5-r2, 3.2.5-r2
dev-util/cmake:   2.8.10.2-r2
dev-util/pkgconfig:   0.28
sys-apps/baselayout:  2.2
sys-apps/openrc:  0.11.8
sys-apps/sandbox: 2.6-r1
sys-devel/autoconf:   2.13, 2.69
sys-devel/automake:   1.10.3, 1.11.6, 1.13.4
sys-devel/binutils:   2.23.1
sys-devel/gcc:4.6.3, 4.7.3-r1
sys-devel/gcc-config: 1.7.3
sys-devel/libtool:2.4.2
sys-devel/make:   3.82-r4
sys-kernel/linux-headers: 3.9 (virtual/os-headers)
sys-libs/glibc:   2.15-r3
Repositories: gentoo multimedia sabayon hardened-dev pentoo
ACCEPT_KEYWORDS=amd64
ACCEPT_LICENSE=* -@EULA
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-O2 -march=atom -mtune=atom -mssse3 -mfpmath=sse -fomit-frame-pointer 
-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/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ 
/etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d 
/etc/terminfo
CXXFLAGS=-O2 -march=atom -mtune=atom -mssse3 -mfpmath=sse -fomit-frame-pointer 
-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 protect-owned sandbox 
sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch 
userpriv usersandbox usersync
FFLAGS=-O2 -pipe
GENTOO_MIRRORS=http://ftp.halifax.rwth-aachen.de/gentoo/;
LANG=de_DE.UTF-8
LDFLAGS=-Wl,-O1 -Wl,--as-needed
MAKEOPTS=-j3
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
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/var/lib/layman/multimedia /var/lib/layman/sabayon 
/var/lib/layman/hardened-development /var/lib/layman/pentoo
USE=X a52 aac acl acpi alsa amd64 berkdb bindist bluetooth branding bzip2 
cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr 
emboss encode exif fam firefox flac fortran gdbm gif gpm gtk iconv ipv6 jpeg 
lcms libnotify mad mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls 
nptl ogg opengl openmp pam pango pcre pdf png policykit ppds python qt3support 
qt4 readline sdl session spell sse sse2 ssl startup-notification svg tcpd tiff 
truetype udev udisks unicode upower usb vaapi vorbis wxwidgets x264 xcb xml xv 
xvid zlib ABI_X86=64 ALSA_CARDS=intel_hda 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 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=evdev void synaptics KERNEL=linux 
LCD_DEVICES=bayrad cfontz cfontz633 

Re: [gentoo-user] Python Imaging/Pillow

2013-09-17 Thread Silvio Siefke
Hello,

On Thu, 12 Sep 2013 06:57:15 +0200 Alan McKinnon
alan.mckin...@gmail.com wrote:

 What I usually is download the sources by hand, run ./configure and
 see if the app directly supports pillow and take it from there. A fix
 usually just needs a few minor tweaks to the ebuild.


Sabayon has changed the ebuild, so Openshot can used. 

http://bugs.sabayon.org/show_bug.cgi?id=4395

Thank you for help  Nice Day
Silvio



[gentoo-user] Python Imaging/Pillow

2013-09-11 Thread Silvio Siefke
Hello, 

i think Gentoo has block the imaging package. Now should use pillow. But
the problem is that Openshot need imaging package. How should handle the
Problem?


Thank you for help  Greetings
Silvio

gentoomobile siefke # emerge -avuDN @world

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

Calculating dependencies... done!
[ebuild U  ] sys-apps/busybox-1.21.0 [1.20.2] USE=ipv6 pam static -livecd 
-make-symlinks -math -mdev -savedconfig (-selinux) -sep-usr -syslog% -systemd 
2,150 kB
[ebuild  N ] dev-python/pillow-2.0.0-r1  USE=jpeg lcms tiff truetype zlib 
-doc -examples -scanner {-test} -tk -webp PYTHON_TARGETS=python2_7 python3_2 
-python2_6 (-python3_3) 0 kB
[ebuild U  ] virtual/python-imaging-2 [1] USE=-tk 
PYTHON_TARGETS=python2_7 python3_2* -python2_6 (-python3_3) 0 kB
[ebuild U  ] www-plugins/adobe-flash-11.2.202.310 [11.2.202.297-r1] 
USE=64bit (multilib) sse2 -32bit (-debug) -kde (-selinux) 7,066 kB
[ebuildFU ~] dev-java/oracle-jdk-bin-1.7.0.40:1.7 [1.7.0.25:1.7] USE=X 
alsa fontconfig jce nsplugin -derby -doc -examples -pax_kernel -source 134,787 
kB
[ebuild U  ] net-analyzer/wireshark-1.10.2:0/1.10.2 [1.10.1:0/1.10.1] 
USE=adns caps filecaps geoip ipv6 netlink pcap qt4 smi zlib -crypt* -doc 
-doc-pdf -gtk2% -gtk3% -kerberos -libadns -lua -portaudio (-selinux) -ssl* 
(-gtk%) (-profile%) 26,043 kB
[blocks B  ] dev-python/pillow (dev-python/pillow is blocking 
dev-python/imaging-1.1.7-r2)
[blocks B  ] dev-python/imaging (dev-python/imaging is blocking 
dev-python/pillow-2.0.0-r1)

Total: 6 packages (5 upgrades, 1 new), Size of downloads: 170,044 kB
Fetch Restriction: 1 package (1 unsatisfied)
Conflict: 2 blocks (2 unsatisfied)

Fetch instructions for dev-java/oracle-jdk-bin-1.7.0.40:
 * 
 * Oracle requires you to download the needed files manually after
 * accepting their license through a javascript capable web browser.
 * 
 * Download the following files:
 *   jdk-7u40-linux-x64.tar.gz
 * at 
'http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html'
 * and move them to '/usr/portage/distfiles'
 * 

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

  (dev-python/pillow-2.0.0-r1::gentoo, ebuild scheduled for merge) pulled in by

dev-python/pillow[tk?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
 
(dev-python/pillow[python_targets_python2_7(-),python_targets_python3_2(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)])
 required by (virtual/python-imaging-2::gentoo, ebuild scheduled for merge)

  (dev-python/imaging-1.1.7-r2::gentoo, installed) pulled in by
dev-python/imaging required by (media-video/openshot-1.4.3::sabayon, 
installed)


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
Thank you  Greetings
Silvio



Re: [gentoo-user] Python Imaging/Pillow

2013-09-11 Thread Silvio Siefke
Hello,

On Wed, 11 Sep 2013 23:55:51 +0200 Alan McKinnon
alan.mckin...@gmail.com wrote:

 Run emerge -pvuDNt @world to get a tree view of dependencies and see
 what is really pulling in which package.

gentoomobile dwhelper # emerge -pvuDNt @world

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

Calculating dependencies... done!
[nomerge   ] app-text/calibre-1.2  USE=udisks 
[ebuild U  ]  virtual/python-imaging-2 [1] USE=-tk 
PYTHON_TARGETS=python2_7 python3_2* -python2_6 (-python3_3) 0 kB
[ebuild U  ] net-analyzer/wireshark-1.10.2:0/1.10.2 [1.10.1:0/1.10.1] 
USE=adns caps filecaps geoip ipv6 netlink pcap qt4 smi zlib -crypt* -doc 
-doc-pdf -gtk2% -gtk3% -kerberos -libadns -lua -portaudio (-selinux) -ssl* 
(-gtk%) (-profile%) 26,043 kB
[ebuild U  ] www-plugins/adobe-flash-11.2.202.310 [11.2.202.297-r1] 
USE=64bit (multilib) sse2 -32bit (-debug) -kde (-selinux) 7,066 kB
[ebuildFU ~] dev-java/oracle-jdk-bin-1.7.0.40:1.7 [1.7.0.25:1.7] USE=X 
alsa fontconfig jce nsplugin -derby -doc -examples -pax_kernel -source 134,787 
kB
[ebuild U  ] sys-apps/busybox-1.21.0 [1.20.2] USE=ipv6 pam static -livecd 
-make-symlinks -math -mdev -savedconfig (-selinux) -sep-usr -syslog% -systemd 
2,150 kB
[nomerge   ] media-sound/puddletag-1.0.1-r1  USE=acoustid cover 
musicbrainz quodlibet PYTHON_TARGETS=python2_7 
[nomerge   ]  virtual/python-imaging-2 [1] USE=-tk 
PYTHON_TARGETS=python2_7 python3_2* -python2_6 (-python3_3) 
[ebuild  N ]   dev-python/pillow-2.0.0-r1  USE=jpeg lcms tiff truetype 
zlib -doc -examples -scanner {-test} -tk -webp PYTHON_TARGETS=python2_7 
python3_2 -python2_6 (-python3_3) 0 kB
[blocks B  ] dev-python/imaging (dev-python/imaging is blocking 
dev-python/pillow-2.0.0-r1)
[blocks B  ] dev-python/pillow (dev-python/pillow is blocking 
dev-python/imaging-1.1.7-r2)

Total: 6 packages (5 upgrades, 1 new), Size of downloads: 170,044 kB
Fetch Restriction: 1 package (1 unsatisfied)
Conflict: 2 blocks (2 unsatisfied)

Fetch instructions for dev-java/oracle-jdk-bin-1.7.0.40:
 * 
 * Oracle requires you to download the needed files manually after
 * accepting their license through a javascript capable web browser.
 * 
 * Download the following files:
 *   jdk-7u40-linux-x64.tar.gz
 * at 
'http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html'
 * and move them to '/usr/portage/distfiles'
 * 

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

  (dev-python/pillow-2.0.0-r1::gentoo, ebuild scheduled for merge) pulled in by

dev-python/pillow[tk?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
 
(dev-python/pillow[python_targets_python2_7(-),python_targets_python3_2(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)])
 required by (virtual/python-imaging-2::gentoo, ebuild scheduled for merge)

  (dev-python/imaging-1.1.7-r2::gentoo, installed) pulled in by
dev-python/imaging required by (media-video/openshot-1.4.3::sabayon, 
installed)


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked



Thank you  Greetings
Silvio



[gentoo-user] Mail System with virtuell User

2013-09-11 Thread Silvio Siefke
Hello,


has someone run a Mailserver (Postfix) with virtuell User which not 
use Mysql/Postgresql Database Backen? I has read the Dovecot / Postfix 
Websites which has Howtos for No Database but so really want not run. 

The most Howto i found are for Mysql and on Debian. Gentoo is not use
as Web/Mailserver? I found only the wiki from Gentoo but is only use 
with Database. Has someone a config and can shared or know someone a
Tutorial which can take as first step to install?


Thank you  Greetings
Silvio



Re: [gentoo-user] Python Imaging/Pillow

2013-09-11 Thread Silvio Siefke
Hello,

On Thu, 12 Sep 2013 02:26:45 +0200 Alan McKinnon
alan.mckin...@gmail.com wrote:

 Your only real choices are to uninstall openshot until the sabayon
 devs fix their ebuild, or to fix the ebuild yourself. But there is no
 portage magic that can work around these blockers right now.

Mmh thats shit because is no alternative present to openshot. Normal is
Sabayon Gentoo Clone so they should fix the ebuild. I were there ask
what they say and decide then. 

Openshot as other overlay or Gentoo Ebuild will not give or?


Thank you  Greetings
Silvio



[gentoo-user] Upgrade only to bigger Version

2013-07-26 Thread Silvio Siefke
Hello, 

i have installed Libreoffice 4.1.0.2 and now is update to Version 4.1.0.4 
available.

Is there a way to stop these updates? i has try with portage.mask, but then
come a downgrade to Version 4.0.4.2. Its enough when update to bigger Updates
for example 4.2. Each update is not required for such a package.

Hope understand what i mean. :)


Thank you for help and good weekend. 


Silvio



Re: [gentoo-user] Upgrade only to bigger Version

2013-07-26 Thread Silvio Siefke
Hello,

On Fri, 26 Jul 2013 20:43:43 +0100 Mick michaelkintz...@gmail.com
wrote:

 You could mask any versions greater than 4.1.0.2 and lesser than
 4.1.0.2 I guess, but instead you may want to give
 app-office/libreoffice-bin a spin which will save significant time
 when you need to update/downgrade this package.

I have now masked what you say, but the result is same, portage make
a downgrade. 

emerge -s libreoffice without mask:
*  app-office/libreoffice
  Latest version available: 4.1.0.4
  Latest version installed: 4.1.0.2

emerge -s libreoffice with mask:
*  app-office/libreoffice
  Latest version installed: 4.1.0.2

emerge -avuDN @world
[ebuild UD ] app-office/libreoffice-l10n-4.0.4.2 [4.1.0.2]
[ebuild UD ] dev-util/mdds-0.7.1:0/0 [0.8.1:0/0.8.1]
[ebuild UD ] dev-libs/liborcus-0.3.0:0/0 [0.5.1:0/0.5]
[ebuild UD ] app-office/libreoffice-4.0.4.2 [4.1.0.2]

Its really crazy. I have netbook and p4 desktop, i want not run
12 hours compile orgy for small upgrade which normal no one feel.

gentoomobile siefke # cat /etc/portage/package.mask 
app-office/libreoffice-4.1.0.2
app-office/libreoffice-l10n-4.1.0.2

when use the follow entry, is the same, downgrade. 
gentoomobile siefke # cat /etc/portage/package.mask 
=app-office/libreoffice-4.1.0.2
=app-office/libreoffice-l10n-4.1.0.2

Ideas? 

Thank you for help and nice weekend.
Silvio



Re: [gentoo-user] Upgrade only to bigger Version

2013-07-26 Thread Silvio Siefke
Hey Armin,

On Fri, 26 Jul 2013 23:01:04 +0200 Volker Armin Hemmann
volkerar...@googlemail.com wrote:

 ok, first make an overlay and copy the ebuild of the version you want
 to pin there.
 
 Than mask everything else.
 
 You can find the ebuild in /var/db if it was removed from the tree
 already.
 
 And yes, this ebuild removing sucks - because nobody needs every
 single LO update...

Äh sorry what? I not understand so really what you mean? I should delete
the ebuild? But with next sync is back. Can you explain for totally 
stupid men :( :)



Thank you for help and nice weekend.
Silvio



Re: [gentoo-user] Upgrade only to bigger Version

2013-07-26 Thread Silvio Siefke
Hello,

On Sat, 27 Jul 2013 00:48:33 +0200 Alan McKinnon
alan.mckin...@gmail.com wrote:

 in /var/db/pkg you will find a copy of the ebuild for the current
 *installed* version - 4.1.0.2.
 Copy that to a local overlay and mask all versions smaller and greater
 than that in package.mask.
 Portage will then keep the current version but you MUST keep a copy of
 the ebuild somewhere else
 When you someday want to upgrade libreoffice, undo the maskings.

I have write the follow package.mask

gentoomobile ~ # cat /etc/portage/package.mask 
app-office/libreoffice-4.1.0.3
app-office/libreoffice-l10n-4.1.0.3
app-office/libreoffice-4.1.0.2
app-office/libreoffice-l10n-4.1.0.2

Now portage want nothing upgrade. Happy Gentoo User :)


Thank for help and nice weekend.
Silvio



[gentoo-user] Libreoffice 4..1.0.1

2013-07-04 Thread Silvio Siefke
Hello, 

i has trouble with build of libreoffice Version 4.1.0.1. The configure
Script break with the follow message:

checking for CLUCENE... yes
checking for CLucene/analysis/cjk/CJKAnalyzer.h... no
configure: error: Your version of libclucene has contribs-lib missing.

!!! Please attach the following file when seeking support:
!!! 
/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/config.log
 * ERROR: app-office/libreoffice-4.1.0.1 failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *  ebuild.sh, line   93:  Called src_configure
 *environment, line 7190:  Called econf 
'--docdir=/usr/share/doc/libreoffice-4.1.0.1/' '--with-system-headers' 
'--with-system-libs' '--with-system-jars' '--with-system-dicts' 
'--enable-cairo-canvas' '--enable-graphite' '--enable-largefile' 
'--enable-mergelibs' '--enable-python=system' '--enable-randr' 
'--enable-randr-link' '--enable-release-build' '--enable-hardlink-deliver' 
'--disable-ccache' '--disable-crashdump' '--disable-dependency-tracking' 
'--disable-epm' '--di


Im not sure what mean. I search in gentoo forum, there is talking about
multilib, but i use 32 bit System not 64 so this can not be my problem or?


gentoo-desk clucene # emerge --info =libreoffice-4.1.0.1
Portage 2.1.12.2 (default/linux/x86/13.0/desktop, gcc-4.6.3, glibc-2.15-r3, 
3.4.49 i686)
=
 System Settings
=
System uname: 
Linux-3.4.49-i686-Intel-R-_Pentium-R-_4_CPU_2.40GHz-with-gentoo-2.2
KiB Mem: 1019964 total,101408 free
KiB Swap:2047996 total,   2041192 free
Timestamp of tree: Wed, 03 Jul 2013 21:30:01 +
ld GNU ld (GNU Binutils) 2.23.1
app-shells/bash:  4.2_p45
dev-java/java-config: 2.1.12-r1
dev-lang/python:  2.7.5, 3.2.5-r1
dev-util/cmake:   2.8.10.2-r2
dev-util/pkgconfig:   0.28
sys-apps/baselayout:  2.2
sys-apps/openrc:  0.11.8
sys-apps/sandbox: 2.6-r1
sys-devel/autoconf:   2.13, 2.69
sys-devel/automake:   1.10.3, 1.11.6, 1.12.6
sys-devel/binutils:   2.23.1
sys-devel/gcc:4.6.3
sys-devel/gcc-config: 1.7.3
sys-devel/libtool:2.4-r1
sys-devel/make:   3.82-r4
sys-kernel/linux-headers: 3.7 (virtual/os-headers)
sys-libs/glibc:   2.15-r3
Repositories: gentoo
ACCEPT_KEYWORDS=x86
ACCEPT_LICENSE=* -@EULA
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=pentium4 -pipe -fomit-frame-pointer
CHOST=i686-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=-O2 -march=pentium4 -pipe -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
FCFLAGS=-O2 -march=i686 -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
FFLAGS=-O2 -march=i686 -pipe
GENTOO_MIRRORS=http://distfiles.gentoo.org;
LANG=de_DE.UTF-8
LDFLAGS=-Wl,-O1 -Wl,--as-needed
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --human-readable --timeout=180 
--exclude=/distfiles --exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=X a52 aac acl acpi alsa berkdb bindist bluetooth branding bzip2 cairo cdda 
cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr emboss encode 
exif fam firefox flac fortran gdbm gif gpm gtk iconv ipv6 jpeg lcms libnotify 
mad mmx mng modules mp3 mp4 mpeg mudflap ncurses nls nptl ogg opengl openmp pam 
pango pcre pdf png policykit ppds python qt3support qt4 readline sdl session 
spell sse sse2 ssl startup-notification svg tcpd tiff truetype udev udisks 
unicode upower usb vorbis wxwidgets x264 x86 xcb xml xv xvid zlib ABI_X86=32 
ALSA_CARDS=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 stat
 us 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 
ELIBC=glibc GPSD_PROTOCOLS=ashtech aivdm earthmate evermore fv18 garmin 
garmintxt gpsclock itrax mtk3301 nmea ntrip navcom 

[gentoo-user] libstdc++.so.6

2013-07-02 Thread Silvio Siefke
Hello, 

i have problem with my Desktop XFCE and the most Software. On my System
could not find the libstdc++ libs, i search but no find. What is there
wrong?

gentoo-desk lib # find . | grep libstdc
./nacl-toolchain-newlib/x86_64-nacl/lib32/libstdc++.la
./nacl-toolchain-newlib/x86_64-nacl/lib32/libstdc++.a
./nacl-toolchain-newlib/x86_64-nacl/lib/libstdc++.la
./nacl-toolchain-newlib/x86_64-nacl/lib/libstdc++.a


Can someone help?


Thank you  Greeting
Silvio



Re: [gentoo-user] java-config, flaggie

2013-06-14 Thread Silvio Siefke
Hello,

On Fri, 14 Jun 2013 10:50:19 +0200 Daniel Pielmeier bil...@gentoo.org
wrote:


 setuptools has been bumped recently to 0.7.2. However I don't know why
 the packages should require a version which is not even available! I
 think your problem must lie deeper. It looks like you have set python3
 as main python interpreter. I recommend switching back to python2.


Now come bigger problems, and i have all python modules build new, with
python_targets 2.7 and 3.2. 

Python Interpreter:
gentoo-mobile ~ # eselect python list
Available Python interpreters:
  [1]   python2.7 *
  [2]   python3.2


 * Messages for package dev-java/ant-core-1.8.4-r1:

 * 
 * Can't run java-config --help
 * Have you upgraded python recently but haven't
 * run python-updater yet?
 * ERROR: dev-java/ant-core-1.8.4-r1 failed (setup phase):
 *   Can't run java-config --help
 * 
 * Call stack:
 * ebuild.sh, line  93:  Called pkg_setup
 * ebuild.sh, line 324:  Called java-pkg-2_pkg_setup
 * java-pkg-2.eclass, line  53:  Called java-pkg_init
 *   java-utils-2.eclass, line 2158:  Called die
 * The specific snippet of code:
 *  die Can't run java-config --help
 * 
 * If you need support, post the output of `emerge --info 
'=dev-java/ant-core-1.8.4-r1'`,
 * the complete build log and the output of `emerge -pqv 
'=dev-java/ant-core-1.8.4-r1'`.
 * The complete build log is located at 
'/var/tmp/portage/dev-java/ant-core-1.8.4-r1/temp/build.log'.
 * The ebuild environment file is located at 
'/var/tmp/portage/dev-java/ant-core-1.8.4-r1/temp/die.env'.
 * Working directory: '/usr/lib64/portage/pym'
 * S: '/var/tmp/portage/dev-java/ant-core-1.8.4-r1/work/apache-ant-1.8.4


gentoo-mobile ~ # emerge --info =dev-java/ant-core-1.8.4-r1
Portage 2.1.12.2 (default/linux/amd64/13.0/desktop, gcc-4.6.3, glibc-2.15-r3, 
3.8.13-gentoo x86_64)
=
System Settings
=
System uname: 
Linux-3.8.13-gentoo-x86_64-Intel-R-_Atom-TM-_CPU_N550_@_1.50GHz-with-gentoo-2.2
KiB Mem: 1006208 total,106820 free
KiB Swap:2047996 total,   1986092 free
Timestamp of tree: Thu, 13 Jun 2013 16:00:01 +
ld GNU ld (GNU Binutils) 2.22
app-shells/bash:  4.2_p45
dev-java/java-config: 2.1.12-r1
dev-lang/python:  2.7.3-r3, 3.2.3-r2
dev-util/cmake:   2.8.10.2-r2
dev-util/pkgconfig:   0.28
sys-apps/baselayout:  2.2
sys-apps/openrc:  0.11.8
sys-apps/sandbox: 2.5
sys-devel/autoconf:   2.13, 2.69
sys-devel/automake:   1.10.3, 1.11.6, 1.12.6
sys-devel/binutils:   2.22-r1
sys-devel/gcc:4.6.3
sys-devel/gcc-config: 1.7.3
sys-devel/libtool:2.4-r1
sys-devel/make:   3.82-r4
sys-kernel/linux-headers: 3.7 (virtual/os-headers)
sys-libs/glibc:   2.15-r3
Repositories: gentoo
ACCEPT_KEYWORDS=amd64
ACCEPT_LICENSE=* -@EULA
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-O2 -march=atom -mtune=atom -mssse3 -mfpmath=sse -fomit-frame-pointer 
-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/php/apache2-php5.4/ext-active/ /etc/php/cgi-php5.4/ext-active/ 
/etc/php/cli-php5.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d 
/etc/terminfo
CXXFLAGS=-O2 -march=atom -mtune=atom -mssse3 -mfpmath=sse -fomit-frame-pointer 
-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
FFLAGS=-O2 -pipe
GENTOO_MIRRORS=http://ftp.halifax.rwth-aachen.de/gentoo/;
LANG=de_DE.UTF-8
LDFLAGS=-Wl,-O1 -Wl,--as-needed
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --human-readable --timeout=180 
--exclude=/distfiles --exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=X a52 aac acl acpi alsa amd64 berkdb bindist bluetooth branding bzip2 
cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr 
emboss encode exif fam firefox flac fortran gdbm gif gpm gtk iconv ipv6 jpeg 
lcms libnotify mad mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls 
nptl ogg opengl openmp pam pango pcre pdf png policykit ppds python qt3support 
qt4 readline sdl session spell sse sse2 ssl startup-notification svg tcpd tiff 
truetype udev udisks unicode upower usb vaapi vorbis wxwidgets x264 xcb xml xv 
xvid zlib ABI_X86=64 ALSA_CARDS=intel_hda APACHE2_MODULES=authn_core 
authz_core socache_shmcb unixd actions alias auth_basic 

Re: [gentoo-user] java-config, flaggie

2013-06-14 Thread Silvio Siefke
Hello,

On Fri, 14 Jun 2013 11:59:04 +0100 Neil Bothwick n...@digimed.co.uk
wrote:

 Have you run python-updater? I was about to suggest that anyway, but
 the ebuild beat me to it.

Yes at this moment is finished. I make env-update ; source /etc/profile ;
reboot but nothing change. Is the same result. 

 pkg_resources.DistributionNotFound: setuptools==0.7.2 

Thank you  Greetings
Silvio



Re: [gentoo-user] java-config, flaggie

2013-06-14 Thread Silvio Siefke
Hello,

On Fri, 14 Jun 2013 11:59:04 +0100 Neil Bothwick n...@digimed.co.uk
wrote:

 Have you run python-updater? I was about to suggest that anyway, but
 the ebuild beat me to it.


Is this the tool which is needed? 

https://pypi.python.org/pypi/setuptools/0.7.2

Thank you  Greetings
Silvio



Re: [gentoo-user] java-config, flaggie

2013-06-14 Thread Silvio Siefke
Hello,

so i have install this setuptools from the website. Flaggie and Java Config
work, i think but now trouble with the ant-core and i need the SWT Package. 

 * Messages for package dev-java/ant-core-1.8.4-r1:

 * Unable to determine VM for building from dependencies:
 * ERROR: dev-java/ant-core-1.8.4-r1 failed (setup phase):
 *   Failed to determine VM for building.
 * 
 * Call stack:
 * ebuild.sh, line   93:  Called pkg_setup
 * ebuild.sh, line  324:  Called java-pkg-2_pkg_setup
 * java-pkg-2.eclass, line   53:  Called java-pkg_init
 *   java-utils-2.eclass, line 2187:  Called java-pkg_switch-vm
 *   java-utils-2.eclass, line 2671:  Called die
 * The specific snippet of code:
 *  die Failed to determine VM for 
building.
 * 
 * If you need support, post the output of `emerge --info 
'=dev-java/ant-core-1.8.4-r1'`,
 * the complete build log and the output of `emerge -pqv 
'=dev-java/ant-core-1.8.4-r1'`.
 * The complete build log is located at 
'/var/tmp/portage/dev-java/ant-core-1.8.4-r1/temp/build.log'.
 * The ebuild environment file is located at 
'/var/tmp/portage/dev-java/ant-core-1.8.4-r1/temp/die.env'.
 * Working directory: '/usr/lib64/portage/pym'
 * S: '/var/tmp/portage/dev-java/ant-core-1.8.4-r1/work/apache-ant-1.8.4'


gentoo-mobile ~ # emerge --info =dev-java/ant-core-1.8.4-r1
Portage 2.1.12.2 (default/linux/amd64/13.0/desktop, gcc-4.6.3, glibc-2.15-r3, 
3.8.13-gentoo x86_64)
=
System Settings
=
System uname: 
Linux-3.8.13-gentoo-x86_64-Intel-R-_Atom-TM-_CPU_N550_@_1.50GHz-with-gentoo-2.2
KiB Mem: 1006208 total,253640 free
KiB Swap:2047996 total,   2033584 free
Timestamp of tree: Thu, 13 Jun 2013 16:00:01 +
ld GNU ld (GNU Binutils) 2.22
app-shells/bash:  4.2_p45
dev-java/java-config: 2.1.12-r1
dev-lang/python:  2.7.3-r3, 3.2.3-r2
dev-util/cmake:   2.8.10.2-r2
dev-util/pkgconfig:   0.28
sys-apps/baselayout:  2.2
sys-apps/openrc:  0.11.8
sys-apps/sandbox: 2.5
sys-devel/autoconf:   2.13, 2.69
sys-devel/automake:   1.10.3, 1.11.6, 1.12.6
sys-devel/binutils:   2.22-r1
sys-devel/gcc:4.6.3
sys-devel/gcc-config: 1.7.3
sys-devel/libtool:2.4-r1
sys-devel/make:   3.82-r4
sys-kernel/linux-headers: 3.7 (virtual/os-headers)
sys-libs/glibc:   2.15-r3
Repositories: gentoo
ACCEPT_KEYWORDS=amd64
ACCEPT_LICENSE=* -@EULA
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-O2 -march=atom -mtune=atom -mssse3 -mfpmath=sse -fomit-frame-pointer 
-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/php/apache2-php5.4/ext-active/ /etc/php/cgi-php5.4/ext-active/ 
/etc/php/cli-php5.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d 
/etc/terminfo
CXXFLAGS=-O2 -march=atom -mtune=atom -mssse3 -mfpmath=sse -fomit-frame-pointer 
-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
FFLAGS=-O2 -pipe
GENTOO_MIRRORS=http://ftp.halifax.rwth-aachen.de/gentoo/;
LANG=de_DE.UTF-8
LDFLAGS=-Wl,-O1 -Wl,--as-needed
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --human-readable --timeout=180 
--exclude=/distfiles --exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=X a52 aac acl acpi alsa amd64 berkdb bindist bluetooth branding bzip2 
cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr 
emboss encode exif fam firefox flac fortran gdbm gif gpm gtk iconv ipv6 jpeg 
lcms libnotify mad mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls 
nptl ogg opengl openmp pam pango pcre pdf png policykit ppds python qt3support 
qt4 readline sdl session spell sse sse2 ssl startup-notification svg tcpd tiff 
truetype udev udisks unicode upower usb vaapi vorbis wxwidgets x264 xcb xml xv 
xvid zlib ABI_X86=64 ALSA_CARDS=intel_hda 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 

[gentoo-user] java-config, flaggie

2013-06-13 Thread Silvio Siefke
Hello,

i have problems when i start java-config --help or flaggie to set USE
Variables, i become the follow msg as error:

siefke@gentoo-mobile ~ $ flaggie
Traceback (most recent call last):
  File /usr/bin/flaggie, line 5, in module
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources

siefke@gentoo-mobile ~ $ java-config --help
Traceback (most recent call last):
  File /usr/bin/java-config-2, line 5, in module
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources


Can it be that the Python Installation is broke? I have try to install 
Onboard (http://launchpad.net/onboard), since then is this problem. Has
someone an idea? 


Thank you for help  Greetings
Silvio



Re: [gentoo-user] java-config, flaggie

2013-06-13 Thread Silvio Siefke
Hello,

On Thu, 13 Jun 2013 20:29:00 +0200 Daniel Pielmeier bil...@gentoo.org
wrote:

 pkg_resources is provided by setuptools. Maybe there is something
 wrong with it.

Yes i think so, now is the problem that they need python package in 
version which is not in portage:

siefke@gentoo-mobile ~ $ flaggie
Traceback (most recent call last):
  File /usr/bin/flaggie, line 5, in module
from pkg_resources import load_entry_point
  File /usr/lib64/python3.2/site-packages/pkg_resources.py, line 2852, in 
module
working_set.require(__requires__)
  File /usr/lib64/python3.2/site-packages/pkg_resources.py, line 697, in 
require
needed = self.resolve(parse_requirements(requirements))
  File /usr/lib64/python3.2/site-packages/pkg_resources.py, line 595, in 
resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: setuptools==0.7.2

siefke@gentoo-mobile ~ $ java-config -help
Traceback (most recent call last):
  File /usr/bin/java-config-2, line 5, in module
from pkg_resources import load_entry_point
  File /usr/lib64/python3.2/site-packages/pkg_resources.py, line 2852, in 
module
working_set.require(__requires__)
  File /usr/lib64/python3.2/site-packages/pkg_resources.py, line 697, in 
require
needed = self.resolve(parse_requirements(requirements))
  File /usr/lib64/python3.2/site-packages/pkg_resources.py, line 595, in 
resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: setuptools==0.7.2

Can i install manual the tool in this version?

Thank you  Greetings
Silvio



Re: [gentoo-user] Linking break System

2013-06-09 Thread Silvio Siefke
Hello,

On Sun, 9 Jun 2013 13:46:13 -0400 Walter Dnes waltd...@waltdnes.org
wrote:

   If your system is still functional enough, back up your /var/lib and
 /etc directories to possibly save yourself a bunch of reconfiguration
 and re-installing.

I have copy portage tools back and run reinstall, at moment no problem, only
the question at moment i run emerge -DNe system (282 of 319 at moment), must
i do the same for world (emerge -DNe world) or is system enough?


Thanks for help, Greetings
Silvio



[gentoo-user] Linking break System

2013-06-08 Thread Silvio Siefke
Hello, i have installed my printer on my new Netbook, which after 4 days
running like my older only faster. With the printer install i make a 
big mistake. I make ln - s from libexec/cups to /usr/lib/cups and so 
emerge is not present. Some other programs are have mistake in running, 
example nm-applet. 

I think i download a stage Archive and install it over? Goes that or
is it a problem? What can do others or should make complete new install?

Thank you  Greetings
Silvio



Re: [gentoo-user] Acer Aspire Part 2 - Xorg

2013-06-07 Thread Silvio Siefke
Hello,

On Fri, 07 Jun 2013 10:01:49 +0800 William Kenworthy
bi...@iinet.net.au wrote:


 I notice you mention sabayon a few times - are you using sabayon or
 gentoo - they are not exactly the same and if you are mixing guides
 this may be the reason you are having such odd problems.

I use Gentoo, only for install i use Sabayon because Gentoo Install 
Disc could not use, they has mistake in start. They could not mount 
bootdisc after keymaps. 

Thank you  Greetings
Silvio



Re: [gentoo-user] Acer Aspire Part 2 - Xorg

2013-06-07 Thread Silvio Siefke
Hello,

On Fri, 7 Jun 2013 10:00:16 +0800 AR (aka AleiPhoenix)
aleiphoe...@gmail.com wrote:

 Hi, I have this netbook too. The actual CPU type is N2800 and
 intergrated graphic is GMA3600 so the graphics drivers in kernel
 support is GMA500. Do you have that enabled?

My CPU is a N550. Can you cat ur make.conf? What you use in INPUT_DEVICE?
 
 In my `make.conf`, I have `VIDEO_CARDS=intel fbdev vesa`, and I
 don't have an Xorg.conf. All works well except when the system
 booting with extenal video output (VGA or HDMI) plugged, both LVDS
 and monitor gone black. But I think that won't be the problem.

I have set it in make.conf what you say, but when start slim Display
is black and when i start XFCE4 only symbols and i can nothing do. 

Photos from Xfce4
http://silviosiefke.com/1.jpg
http://silviosiefke.com/2.jpg
http://silviosiefke.com/3.jpg

Thank you  Greetings
Silvio



[gentoo-user] Acer Aspire One D255

2013-06-06 Thread Silvio Siefke
Hello,

i have a new netbook buy and want install Gentoo on it. So the Installation
run without problems, but i understand not why the network want not start.

I make the installation with Sabayon Linux and from there i compile the
Kernel with make localyesconfig ; make . But the Network want not run.
I have in the Kernel Config all Network activated, but ever the same.

/etc/init.d/net.eth0 start
Bringing up interface eth0
ERROR: interface eth0 does not exist
Ensure that you have loaded the correct kernel module for your hardware
ERROR: net.eth0 failed to start

localhost ~ # lsmod
Module  Size  Used by
ipv6  242738  38 
8021q  13851  0 
garp4430  1 8021q
stp 1417  1 garp
llc 3248  2 stp,garp
zfs   806600  0 
zunicode  316296  1 zfs
zavl4037  1 zfs
zcommon28603  1 zfs
coretemp5128  0 
joydev  7936  0 
iTCO_wdt4168  0 
iTCO_vendor_support 1633  1 iTCO_wdt
acer_wmi   20072  0 
iwldvm 96929  0 
sparse_keymap   2329  1 acer_wmi
mac80211  221909  1 iwldvm
uvcvideo   58599  0 
videobuf2_vmalloc   2361  1 uvcvideo
videobuf2_memops1840  1 videobuf2_vmalloc
videobuf2_core 20513  1 uvcvideo
videodev   81735  2 uvcvideo,videobuf2_core
snd_hda_codec_realtek46112  1 
media   8226  2 uvcvideo,videodev
snd_hda_intel  24184  3 
atl1c  27604  0 
snd_hda_codec  69199  2 snd_hda_codec_realtek,snd_hda_intel
psmouse59006  0 
snd_hwdep   4638  1 snd_hda_codec
iwlwifi57633  1 iwldvm
cfg80211  145999  3 iwlwifi,mac80211,iwldvm
serio_raw   3992  0 
microcode  11075  0 
snd_pcm59007  2 snd_hda_codec,snd_hda_intel
snd_page_alloc  6182  2 snd_pcm,snd_hda_intel
lpc_ich10960  0 
i2c_i801   13128  0 
snd_timer  14166  1 snd_pcm
pcspkr  1552  0 
snd46582  12 
snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
virtio_ring 4674  0 
ablk_helper 1644  0 
cryptd  7022  1 ablk_helper
lrw 3221  0 
xts 2807  0 
gf128mul5354  2 lrw,xts
aes_x86_64  7403  1 
sha256_generic  9613  0 
iscsi_tcp   7724  0 
tg3   123255  0 
ptp 6924  1 tg3
pps_core7800  1 ptp
e1000 109631  0 
fuse   56997  2 
znvpair42112  2 zfs,zcommon
spl   107813  5 zfs,zavl,zunicode,zcommon,znvpair
xfs   426203  0 
nfs   101771  0 
lockd  52677  1 nfs
sunrpc146358  2 nfs,lockd
jfs   142801  0 
reiserfs  205877  0 
ext4  271500  0 
jbd2   47261  1 ext4
ext3  108570  0 
jbd37602  1 ext3
ext2   53898  0 
mbcache 4610  3 ext2,ext3,ext4
sl811_hcd   8983  0 
hid_generic 1057  0 
xhci_hcd   75085  0 
ohci_hcd   24370  0 
uhci_hcd   20441  0 
ehci_pci3728  0 
ehci_hcd   39885  1 ehci_pci
sx811013  0 
imm 8772  0 
parport26827  1 imm

The Kernel Config from the Modules which i find
siefke@gentoo-mobile : ~ $ cat config.txt 
CONFIG_IPV6=y
CONFIG_VLAN_8021Q=y
CONFIG_VLAN_8021Q_GVRP=y
# CONFIG_VLAN_8021Q_MVRP is not set
CONFIG_STP=y
CONFIG_GARP=y
CONFIG_LLC=y
CONFIG_SENSORS_CORETEMP=y
# CONFIG_INPUT_JOYDEV is not set
CONFIG_ITCO_WDT=y
CONFIG_ITCO_VENDOR_SUPPORT=y
CONFIG_ACER_WMI=y
CONFIG_IWLDVM=y
CONFIG_MAC80211=y
CONFIG_MAC80211_HAS_RC=y
CONFIG_MAC80211_RC_MINSTREL=y
CONFIG_MAC80211_RC_MINSTREL_HT=y
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT=minstrel_ht
CONFIG_MAC80211_MESH=y
CONFIG_MAC80211_LEDS=y
# CONFIG_MAC80211_DEBUGFS is not set
# CONFIG_MAC80211_MESSAGE_TRACING is not set
# CONFIG_MAC80211_DEBUG_MENU is not set
CONFIG_VIDEOBUF2_CORE=y
CONFIG_VIDEOBUF2_MEMOPS=y
CONFIG_VIDEOBUF2_VMALLOC=y
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_MEDIA_SUPPORT=y
CONFIG_SND_HDA_INTEL=y
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_VIA=y
CONFIG_SND_HDA_CODEC_HDMI=y
CONFIG_SND_HDA_CODEC_CIRRUS=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CA0110=y
CONFIG_SND_HDA_CODEC_CA0132=y
# CONFIG_SND_HDA_CODEC_CA0132_DSP is not set
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_ATL1C=y
CONFIG_SND_HWDEP=y
CONFIG_IWLWIFI=y
CONFIG_CFG80211=y
# CONFIG_NL80211_TESTMODE is not 

Re: [gentoo-user] Acer Aspire One D255

2013-06-06 Thread Silvio Siefke
Hello,

On Thu, 06 Jun 2013 15:40:03 +0300 Samuli Suominen
ssuomi...@gentoo.org wrote:

 # ls /sys/class/net/

# ls /sys/class/net
enp1s0 lo

 # ifconfig -a
root@slitaz:/mnt/gentoo/root# cat ifconfig.txt 
enp1s0: flags=4098BROADCAST,MULTICAST  mtu 1500
ether 88:ae:1d:9e:bc:de  txqueuelen 1000  (Ethernet)
RX packets 0  bytes 0 (0.0 B)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 0  bytes 0 (0.0 B)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73UP,LOOPBACK,RUNNING  mtu 65536
inet 127.0.0.1  netmask 255.0.0.0
inet6 ::1  prefixlen 128  scopeid 0x10host
loop  txqueuelen 0  (Lokale Schleife)
RX packets 0  bytes 0 (0.0 B)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 0  bytes 0 (0.0 B)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


 # ip link
-bash: ip: Command not found (german to  english)



When i try enp1s0 to start come
/etc/init.d/net.enp1s0 start
Caching service dependencies ...
Bringing up interface enp1s0
dhcp ...
Running udhcpc ...
start-stop-daemon: failed to start /bin/busybox
ERROR: net.enp1s0 failed to start

Thank you  Greetings
Silvio



Re: [gentoo-user] Acer Aspire One D255

2013-06-06 Thread Silvio Siefke
Hello,

On Thu, 6 Jun 2013 14:44:11 +0100 Mick michaelkintz...@gmail.com
wrote:

 I think you need module atl1c for this NIC - but you'll need to
 google for more info.

You see in my Email i run the module in Kernel fix.
 
 
  02:00.0 Network controller: Intel Corporation Centrino Wireless-N
  1000 
 [Condor Peak]
 
 I think you need module iwlwifi for this card and the correct
 firmware:

You see in my Email i run the module in Kernel fix.

Thank you  Greetings
Silvio



Re: [gentoo-user] Acer Aspire One D255

2013-06-06 Thread Silvio Siefke
Hello,

On Thu, 6 Jun 2013 16:36:07 +0100 Mick michaelkintz...@gmail.com
wrote:

 Sorry, I missed it first time!

No problem, no Sorry we can write an answer, its no problem. And thats the
best in community of Linux - Gentoo is better more friendly, that we help
together. Every man or woman has other expirence and share it. 

 Yes I did, but didn't know if you have also configured the firmware
 part.

Hhh i don't know what you really mean, but in /lib/firmware the packages
for the Wifi is present.  


Thank you  Greetings
Silvio



Re: [gentoo-user] Acer Aspire One D255

2013-06-06 Thread Silvio Siefke
Hello,

On Thu, 6 Jun 2013 21:06:50 +0700 Robin Atwood
robin.atw...@attglobal.net wrote:

 There is a very useful site to identify drivers:
 http://kmuto.jp/debian/hcl/. Just paste in the output of lspci -n
 and it does the rest!


Thanks for the webpage, sure helpfully. 

Thank you  Greetings
Silvio



Re: [gentoo-user] Acer Aspire One D255

2013-06-06 Thread Silvio Siefke
Hello,

On Thu, 6 Jun 2013 16:38:37 +0100 Mick michaelkintz...@gmail.com
wrote:


 Hmm ... I seem to recall some bug with udhcpc.  Can you install
 dhcpcd instead and see if you're still getting an error?

The wired network is running, the wireless network come later. I has
run the device enp1s0 in default make reboot now and its running. I 
think the cable was not ok, because i has change the cable and well
done. Only one question, why enp1s0 and not eth0 is present in 
System? Can i make a symlink?


Thank you  Greetings
Silvio



[gentoo-user] Acer Aspire Part 2 - Xorg

2013-06-06 Thread Silvio Siefke
Hello,

now i have problems with the Xorg Server. When i start xdm (slim) the 
Display is blank. It come slow the login Window but then blank. When
i start startxfce4 the Window come but nothing can do and all fonts
are symbols. 

I try with the Sabayon Xorg.conf and then with this website:
http://dweezil.be/aod270/ , but the result is ever the same.

xorg.log  http://silviosiefke.com/xorglog.txt
slim.log  slim: waiting for X server to begin accepting connections.
xorg.conf  http://silviosiefke.com/xorgconf.txt

lshw give for Display:
id: display:0
description:VGA compatible controller
product:Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics 
Controller
vendor: Intel Corporation
physical id:2
bus info:   pci@:00:02.0
version:02
width:  32 bits
clock:  33MHz
capabilities:   msi pm vga_controller bus_master cap_list 
configuration:  latency = 0
resources:  memory  : 5818-581f
ioport  :   60c0(size=8)
memory  :   4000-4fff
memory  :   5800-580f

id: display:1
description:Display controller
product:Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics 
Controller
vendor: Intel Corporation
physical id:2.1
bus info:   pci@:00:02.1
version:02
width:  32 bits
clock:  33MHz
capabilities:   pm bus_master cap_list 
configuration:  latency = 0
resources:  memory: 5810-5817

Can someone help, i not know what should do and i want not miss my Gentoo. 

Thank you  Greetings
Silvio



Re: [gentoo-user] Re: [gentoo-user] Alsa Question

2013-05-18 Thread Silvio Siefke
Hello,

On Fri, 17 May 2013 22:34:17 +0400 the guard the.gu...@mail.ru wrote:

 I beleive that if you build the sound card driver into kernel alsa
 cann have problems detecting the card. but once alsa has detected the
 card it should have no difference weather you built it into kernel or
 not.

That's my kernel config, the relevant stuff:

siefke@gentoo-mobile : ~ $ cat /usr/src/linux/.config | grep CONFIG_SND
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_RAWMIDI=y
CONFIG_SND_JACK=y
CONFIG_SND_SEQUENCER=y
CONFIG_SND_OSSEMUL=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_HRTIMER=y
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
CONFIG_SND_VMASTER=y
CONFIG_SND_KCTL_JACK=y
CONFIG_SND_DMA_SGBUF=y
CONFIG_SND_RAWMIDI_SEQ=y
CONFIG_SND_OPL3_LIB_SEQ=y
CONFIG_SND_OPL4_LIB_SEQ=y
CONFIG_SND_SBAWE_SEQ=y
CONFIG_SND_MPU401_UART=y
CONFIG_SND_OPL3_LIB=y
CONFIG_SND_OPL4_LIB=y
CONFIG_SND_AC97_CODEC=y
CONFIG_SND_DRIVERS=y
CONFIG_SND_PCSP=y
CONFIG_SND_DUMMY=y
CONFIG_SND_ALOOP=y
CONFIG_SND_VIRMIDI=y
CONFIG_SND_AC97_POWER_SAVE=y
CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0
CONFIG_SND_WSS_LIB=y
CONFIG_SND_SB_COMMON=y
CONFIG_SND_SB8_DSP=y
CONFIG_SND_SB16_DSP=y
CONFIG_SND_ISA=y
CONFIG_SND_ADLIB=y
CONFIG_SND_AD1816A=y
CONFIG_SND_AD1848=y
CONFIG_SND_ALS100=y
CONFIG_SND_AZT1605=y
CONFIG_SND_AZT2316=y
CONFIG_SND_AZT2320=y
CONFIG_SND_CMI8330=y
CONFIG_SND_CS4231=y
CONFIG_SND_CS4236=y
CONFIG_SND_ES1688=y
CONFIG_SND_ES18XX=y
CONFIG_SND_SC6000=y
CONFIG_SND_GUSCLASSIC=y
CONFIG_SND_GUSEXTREME=y
CONFIG_SND_GUSMAX=y
CONFIG_SND_INTERWAVE=y
CONFIG_SND_INTERWAVE_STB=y
CONFIG_SND_JAZZ16=y
CONFIG_SND_OPL3SA2=y
CONFIG_SND_OPTI92X_AD1848=y
CONFIG_SND_OPTI92X_CS4231=y
CONFIG_SND_OPTI93X=y
CONFIG_SND_MIRO=y
CONFIG_SND_SB8=y
CONFIG_SND_SB16=y
CONFIG_SND_SBAWE=y
CONFIG_SND_SB16_CSP=y
CONFIG_SND_SSCAPE=y
CONFIG_SND_WAVEFRONT=y
CONFIG_SND_MSND_PINNACLE=y
CONFIG_SND_MSND_CLASSIC=y
CONFIG_SND_PCI=y
CONFIG_SND_HDA_INTEL=y
CONFIG_SND_HDA_PREALLOC_SIZE=64
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_RECONFIG=y
CONFIG_SND_HDA_INPUT_BEEP=y
CONFIG_SND_HDA_INPUT_BEEP_MODE=0
CONFIG_SND_HDA_INPUT_JACK=y
CONFIG_SND_HDA_PATCH_LOADER=y
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_ENABLE_REALTEK_QUIRKS=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_VIA=y
CONFIG_SND_HDA_CODEC_HDMI=y
CONFIG_SND_HDA_CODEC_CIRRUS=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CA0110=y
CONFIG_SND_HDA_CODEC_CA0132=y
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_SND_HDA_GENERIC=y
CONFIG_SND_INTEL8X0=y
CONFIG_SND_SPI=y
CONFIG_SND_USB=y
CONFIG_SND_USB_AUDIO=y
CONFIG_SND_USB_UA101=y
CONFIG_SND_USB_USX2Y=y
CONFIG_SND_USB_CAIAQ=y
CONFIG_SND_USB_CAIAQ_INPUT=y
CONFIG_SND_USB_US122L=y
CONFIG_SND_SOC=y
CONFIG_SND_SOC_I2C_AND_SPI=y
CONFIG_SND_SOC_ALL_CODECS=y
CONFIG_SND_SOC_88PM860X=y
CONFIG_SND_SOC_WM_HUBS=y
CONFIG_SND_SOC_AD1836=y
CONFIG_SND_SOC_AD193X=y
CONFIG_SND_SOC_AD73311=y
CONFIG_SND_SOC_ADAU1373=y
CONFIG_SND_SOC_ADAV80X=y
CONFIG_SND_SOC_ADS117X=y
CONFIG_SND_SOC_AK4104=y
CONFIG_SND_SOC_AK4535=y
CONFIG_SND_SOC_AK4641=y
CONFIG_SND_SOC_AK4642=y
CONFIG_SND_SOC_AK4671=y
CONFIG_SND_SOC_ALC5623=y
CONFIG_SND_SOC_ALC5632=y
CONFIG_SND_SOC_CS42L51=y
CONFIG_SND_SOC_CS42L73=y
CONFIG_SND_SOC_CS4270=y
CONFIG_SND_SOC_CS4271=y
CONFIG_SND_SOC_CX20442=y
CONFIG_SND_SOC_JZ4740_CODEC=y
CONFIG_SND_SOC_L3=y
CONFIG_SND_SOC_DA7210=y
CONFIG_SND_SOC_DFBMCS320=y
CONFIG_SND_SOC_MAX98088=y
CONFIG_SND_SOC_MAX98095=y
CONFIG_SND_SOC_MAX9850=y
CONFIG_SND_SOC_PCM3008=y
CONFIG_SND_SOC_RT5631=y
CONFIG_SND_SOC_SGTL5000=y
CONFIG_SND_SOC_SPDIF=y
CONFIG_SND_SOC_SSM2602=y
CONFIG_SND_SOC_STA32X=y
CONFIG_SND_SOC_TLV320AIC23=y
CONFIG_SND_SOC_TLV320AIC26=y
CONFIG_SND_SOC_TLV320AIC32X4=y
CONFIG_SND_SOC_TLV320AIC3X=y
CONFIG_SND_SOC_TLV320DAC33=y
CONFIG_SND_SOC_UDA134X=y
CONFIG_SND_SOC_UDA1380=y
CONFIG_SND_SOC_WM1250_EV1=y
CONFIG_SND_SOC_WM2000=y
CONFIG_SND_SOC_WM2200=y
CONFIG_SND_SOC_WM5100=y
CONFIG_SND_SOC_WM8350=y
CONFIG_SND_SOC_WM8510=y
CONFIG_SND_SOC_WM8523=y
CONFIG_SND_SOC_WM8580=y
CONFIG_SND_SOC_WM8711=y
CONFIG_SND_SOC_WM8727=y
CONFIG_SND_SOC_WM8728=y
CONFIG_SND_SOC_WM8731=y
CONFIG_SND_SOC_WM8737=y
CONFIG_SND_SOC_WM8741=y
CONFIG_SND_SOC_WM8750=y
CONFIG_SND_SOC_WM8753=y
CONFIG_SND_SOC_WM8770=y
CONFIG_SND_SOC_WM8776=y
CONFIG_SND_SOC_WM8782=y
CONFIG_SND_SOC_WM8804=y
CONFIG_SND_SOC_WM8900=y
CONFIG_SND_SOC_WM8903=y
CONFIG_SND_SOC_WM8904=y
CONFIG_SND_SOC_WM8940=y
CONFIG_SND_SOC_WM8955=y
CONFIG_SND_SOC_WM8960=y
CONFIG_SND_SOC_WM8961=y
CONFIG_SND_SOC_WM8962=y
CONFIG_SND_SOC_WM8971=y
CONFIG_SND_SOC_WM8974=y
CONFIG_SND_SOC_WM8978=y
CONFIG_SND_SOC_WM8983=y
CONFIG_SND_SOC_WM8985=y
CONFIG_SND_SOC_WM8988=y
CONFIG_SND_SOC_WM8990=y
CONFIG_SND_SOC_WM8991=y
CONFIG_SND_SOC_WM8993=y
CONFIG_SND_SOC_WM8994=y
CONFIG_SND_SOC_WM8995=y
CONFIG_SND_SOC_WM8996=y
CONFIG_SND_SOC_WM9081=y
CONFIG_SND_SOC_WM9090=y
CONFIG_SND_SOC_LM4857=y
CONFIG_SND_SOC_MAX9768=y
CONFIG_SND_SOC_MAX9877=y

Re: [gentoo-user] Alsa Question

2013-05-18 Thread Silvio Siefke
Hello,


i have found the problem, i has create the .asoundrc with content:

siefke@gentoo-mobile : ~ $ cat .asoundrc 
pcm.!default {
type hw
card Intel
}
ctl.!default {
type hw
card Intel
}

Now have sound in Opera and in Mplayer. I have read the Howto from
Arch. 


Thanks all  Nice weekend
Silvio



[gentoo-user] Alsa Question

2013-05-17 Thread Silvio Siefke
Hello,


i have build the kernel without modules, all what i need i built in Kernel
fix. All Howto i see for alsa from Gentoo is with modules, but what i must
do, when i have fix in Kernel. The Sound with VLC goes without Problems, 
but for example mplayer give no sound and when i visit Youtube or so i have
no sound. 

Can help me someone or have a link what i must do?

Thanks for help. Nice weekend.

Silvio

alsa.conf (generated by alsaconf)
gentoo-mobile siefke # cat /root/alsa.conf 
# Alsa kernel modules' configuration file.

# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore

##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
##  ALSA portion
## alias snd-card-0 snd-interwave
## alias snd-card-1 snd-ens1371
##  OSS/Free portion
## alias sound-slot-0 snd-card-0
## alias sound-slot-1 snd-card-1
##

# OSS/Free portion - card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
##  OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

# Set this to the correct number of cards.
options snd cards_limit=1
/alsa.conf




Re: [gentoo-user] Libreoffice Compile

2013-05-13 Thread Silvio Siefke
Hello,

On Sun, 12 May 2013 17:35:06 +0200 Alan McKinnon
alan.mckin...@gmail.com wrote:

 Thus, I recommended you simply install libreoffice-bin

thats not simply, he downgrade much packages and give 
conflict msg without end. When Libreoffice 4 as bin 
is present ok, but actually is older version.

At moment compile libreoffice is running, i hope it
will be run without errors. At moment the Process run
14 hr and 40 minuts.  Power Book :)


Greetings and Thank you.

Silvio



[gentoo-user] Libreoffice Compile

2013-05-11 Thread Silvio Siefke
Hello,

is there a way that i can compile Libreoffice on my Desktop System and 
copy to the Netbook? Because the netbook need long time to compile libreoffice,
and the Desktop is little faster. Or can i build a libreoffice Package on 
Desktop and copy to the netbook?

The Netbook is a Samsung NC 10, Atom Processor and the Desktop is a Fujitsu P4.



Thank you  Greetings
Silvio



Re: [gentoo-user] Libreoffice Compile

2013-05-11 Thread Silvio Siefke
Hello,

On Sat, 11 May 2013 13:57:30 -0400 William Tomlinson
watomlin...@gmail.com wrote:

 Why not use libreoffice-bin? Or if you really want to compile from
 source, look at distcc, as long as the processor is in the same
 family it should be a straightforward configuration.
 On May 11, 2013 1:54 PM, Silvio Siefke siefke_lis...@web.de wrote:

its older version, and the Princip of Rolling Releases is normal new 
Version of Software. Okay that's not really my argument, but libreoffice-bin
has older regirements and that msg make sometimes crazy in emerge -uDN @world,
special when you have upgrade problems. Or give other package with libreoffice 
4?


Thank you for help  Greetings
Silvio



Re: [gentoo-user] Calibre Update Problems

2013-05-10 Thread Silvio Siefke
Hello,


so i have reinstall the qt packages, run python-updater, perl-cleaner and
install calibre with USE=bash-autocompletion emerge calibre and now is 
running. Okay i have seen there is update availible to version 0.9.30, i 
hope this run then without mistakes. 

Thanks all for help. Have nice Friday and nice Weekend.


Silvio



Re: [gentoo-user] Calibre Update Problems

2013-05-09 Thread Silvio Siefke
Hello,

i have run revdep-build now clean, say me something from sigel, but its
not installed. I have run emerge -e system, run clean without errors. 
I have clean /usr/local/* complete. 

But the mistake is ever the same, i think its QtWebkit but im not sure.

When i run calibre i become:

siefke@gentoo-mobile : ~/.bin/skype $ calibre
Traceback (most recent call last):
  File /usr/bin/calibre, line 20, in module
sys.exit(main())
  File /usr/lib/calibre/calibre/gui2/main.py, line 415, in main
app, opts, args, actions = init_qt(args)
  File /usr/lib/calibre/calibre/gui2/main.py, line 85, in init_qt
from calibre.gui2.ui import Main
  File /usr/lib/calibre/calibre/gui2/ui.py, line 39, in module
from calibre.gui2.init import LibraryViewMixin, LayoutMixin
  File /usr/lib/calibre/calibre/gui2/init.py, line 17, in module
from calibre.gui2.library.views import BooksView, DeviceBooksView
  File /usr/lib/calibre/calibre/gui2/library/views.py, line 17, in module
from calibre.gui2.library.delegates import (RatingDelegate, PubDateDelegate,
  File /usr/lib/calibre/calibre/gui2/library/delegates.py, line 22, in 
module
from calibre.gui2.dialogs.comments_dialog import CommentsDialog
  File /usr/lib/calibre/calibre/gui2/dialogs/comments_dialog.py, line 7, in 
module
from calibre.gui2.dialogs.comments_dialog_ui import Ui_CommentsDialog
  File /usr/lib/calibre/calibre/gui2/dialogs/comments_dialog_ui.py, line 52, 
in module
from calibre.gui2.comments_editor import Editor
  File /usr/lib/calibre/calibre/gui2/comments_editor.py, line 17, in module
from PyQt4.QtWebKit import QWebView, QWebPage
ImportError: /usr/lib/qt4/libQtWebKit.so.4: undefined symbol: ubrk_isBoundary_49

Skype give the same msg:
siefke@gentoo-mobile : ~/.bin/skype $ ./skype 
./skype: symbol lookup error: /usr/lib/qt4/libQtWebKit.so.4: undefined symbol: 
ubrk_open_49

I have search in internet, on Gentoo list is the problem talk and it seems it 
were
the icu libs. 

http://us.generation-nt.com/answer/gentoo-user-update-dev-libs-icu-51-1-results-borked-dolphin-help-211135682.html

But what can do? All what they speak i follow, nothing change. The bug i can not
read, when use the link is empty. Can i install icu* 49, or what should do now. 
The mistake is on Laptop and on Desktop. 

Thanks for help.


Regard  Greetings
Silvio



Re: [gentoo-user] Calibre Update Problems

2013-05-09 Thread Silvio Siefke
I have forgetten, why Calibre Install Routine search bash completion 
in /usr/etc?

install: der Aufruf von stat für 
„/var/tmp/portage/app-text/calibre-0.9.29/image/usr/etc/bash_completion.d/calibre“
 ist nicht möglich: Datei oder Verzeichnis nicht gefunden.

I have in /etc not the directory bash_completion.d . I have not on my system,
but the Program is installed. 

*  app-shells/bash-completion
  Latest version available: 1.3-r2
  Latest version installed: 1.3-r2
  Size of files: 206 kB
  Homepage:  http://bash-completion.alioth.debian.org/
  Description:   Programmable Completion for bash
  License:   GPL-2


Thanks for help and Greetings
Silvio



Re: [gentoo-user] Calibre Update Problems

2013-05-09 Thread Silvio Siefke
Hello,

On Thu, 9 May 2013 21:28:40 +0100 Peter Humphrey
pe...@humphrey.ukfsn.org wrote:

 Any time I suspect an inconsistency in my system I run
 python-updater, then perl-cleaner, then revdep-rebuild. It sometimes
 helps.

On Desktop after new build the Qt Software and set 
USE=bash-completion emerge calibre all is well done. On the netbook
i run the new builds at moments, that need time. I try then what you
write and run the same emerge command like on Desktop. Then we see
what happen. But normal i run emerge -e system, so the Qt is new
build or im wrong? But we will see what happen. 
 
 $ eix -c qtwebkit
 [I] dev-qt/qtwebkit (4.8.4(4){tbz2}@08/05/13): The WebKit module for
 the Qt toolkit

Eix i not use, can not follow the command. Maybe equery:

siefke@gentoo-mobile : ~ $ equery l qtwebkit
 * Searching for qtwebkit ...
[IP-] [  ] dev-qt/qtwebkit-4.8.4:4
 
 $ equery f qtwebkit | grep '.so.'
 /usr/lib64/qt4/libQtWebKit.so.4
 /usr/lib64/qt4/libQtWebKit.so.4.9
 /usr/lib64/qt4/libQtWebKit.so.4.9.3

siefke@gentoo-mobile : ~ $ equery f qtwebkit | grep '.so.'
/usr/lib/qt4/libQtWebKit.so.4
/usr/lib/qt4/libQtWebKit.so.4.9
/usr/lib/qt4/libQtWebKit.so.4.9.3

the same, only i use not Gentoo 64. 

 $ qfile /usr/lib64/qt4/libQtWebKit.so.4.9.3
 dev-qt/qtwebkit (/usr/lib64/qt4/libQtWebKit.so.4.9.3)

siefke@gentoo-mobile : ~ $ qfile /usr/lib/qt4/libQtWebKit.so.4.9.3
dev-qt/qtwebkit (/usr/lib/qt4/libQtWebKit.so.4.9.3)



Thank you  Greetings
Silvio



Re: [gentoo-user] Calibre Update Problems

2013-05-08 Thread Silvio Siefke
Hello,

On Mon, 06 May 2013 15:28:29 -0400 Michael Mol mike...@gmail.com
wrote:

 There's been a libicu update. Run revdep-rebuild, and then try
 updating calibre again.

I let run revdep-rebuild -p and i become the follow message

gentoo-mobile siefke # revdep-rebuild -p
 * Configuring search environment for revdep-rebuild
 * Environment mismatch from previous run, deleting temporary files...

 * Checking reverse dependencies
 * Packages containing binaries and libraries broken by a package update
 * will be emerged.

 * Collecting system binaries and libraries
 * Generated new 1_files.rr
 * Collecting complete LD_LIBRARY_PATH
 * Generated new 2_ldpath.rr
 * Checking dynamic linking consistency
[ 2% ]  *   broken /opt/bin/ffDiaporama (requires libexiv2.so.10)
[ 28% ]  *   broken /usr/bin/sigil (requires 
libboost_date_time-mt-1_49.so.1.49.0
libboost_filesystem-mt-1_49.so.1.49.0
libboost_regex-mt-1_49.so.1.49.0
libboost_system-mt-1_49.so.1.49.0)
[ 34% ]  *   broken 
/usr/lib/ADM_plugins6/audioDevices/libADM_av_pulseAudioSimple.so (requires 
libpulse-simple.so.0
libpulse.so.0)
[ 51% ]  *   broken /usr/lib/gstreamer-0.10/libgnl.la (requires 
/usr/lib/libgstreamer-0.10.la)
[ 95% ]  *   broken /usr/local/lib/libdee-1.0.so.4.1.1 (requires 
libicudata.so.49
libicui18n.so.49)
[ 100% ] 
 *   broken /usr/bin/linuxtrade-curl (no version information available)
 * Generated new 3_broken.rr
 * Assigning files to packages
 *  !!! /opt/bin/ffDiaporama not owned by any package is broken !!!
 *   /opt/bin/ffDiaporama - (none)
 *  !!! /usr/bin/linuxtrade-curl not owned by any package is broken !!!
 *   /usr/bin/linuxtrade-curl - (none)
 *   /usr/bin/sigil - app-text/sigil
 *  !!! /usr/lib/ADM_plugins6/audioDevices/libADM_av_pulseAudioSimple.so not 
owned by any package is broken !!!
 *   /usr/lib/ADM_plugins6/audioDevices/libADM_av_pulseAudioSimple.so - (none)
 *  !!! /usr/lib/gstreamer-0.10/libgnl.la not owned by any package is broken !!!
 *   /usr/lib/gstreamer-0.10/libgnl.la - (none)
 *  !!! /usr/local/lib/libdee-1.0.so.4.1.1 not owned by any package is broken 
!!!
 *   /usr/local/lib/libdee-1.0.so.4.1.1 - (none)
 * Generated new 4_raw.rr and 4_owners.rr
 * Cleaning list of packages to rebuild
 * Generated new 4_pkgs.rr
 * Assigning packages to ebuilds
 * Generated new 4_ebuilds.rr
 * Evaluating package order
 * Portage could not find any version of the following packages it could build:
 * app-text/sigil:0
 * (Perhaps they are masked, blocked, or removed from portage.)
 * Try to emerge them manually.
 * Warning: Portage cannot rebuild any of the necessary packages.

Can it be that the Portage System is broken? Because i become one time a
msg that the world file is corrupt or so in art. I make what stand there,
but since then nothing really want install. PHP is ever by the Update,
calibre want not install and after 13 hours i become compiler error from
libreoffice. 

Thanks for help.

Thank you  Greetings
Silvio



[gentoo-user] Calibre Update Problems

2013-05-06 Thread Silvio Siefke
Hello,


i run @world update. By calibre 0.9.29 broke the Process with follow message:

quote
calibre successfully installed. You can start it by running the command calibre

There were 1 warning(s):

* Setting up completion failed with error:

install: der Aufruf von stat für 
„/var/tmp/portage/app-text/calibre-0.9.29/image/usr/etc/bash_completion.d/calibre“
 ist nicht möglich: Datei oder Verzeichnis nicht gefunden
!!! doins: 
/var/tmp/portage/app-text/calibre-0.9.29/image/usr/etc/bash_completion.d/calibre
 does not exist
 * ERROR: app-text/calibre-0.9.29 failed (install phase):
 *   doins failed
 * 
 * If you need support, post the output of `emerge --info 
'=app-text/calibre-0.9.29'`,
 * the complete build log and the output of `emerge -pqv 
'=app-text/calibre-0.9.29'`.
 * The complete build log is located at 
'/var/tmp/portage/app-text/calibre-0.9.29/temp/build.log'.
 * The ebuild environment file is located at 
'/var/tmp/portage/app-text/calibre-0.9.29/temp/environment'.
 * Working directory: '/var/tmp/portage/app-text/calibre-0.9.29/work/calibre'
 * S: '/var/tmp/portage/app-text/calibre-0.9.29/work/calibre'
 * QA Notice: file does not exist:
 * 
 *  doins: 
/var/tmp/portage/app-text/calibre-0.9.29/image/usr/etc/bash_completion.d/calibre
 does not exist

 Failed to emerge app-text/calibre-0.9.29, Log file:

  '/var/tmp/portage/app-text/calibre-0.9.29/temp/build.log'

 * Messages for package app-text/calibre-0.9.29:

 * ERROR: app-text/calibre-0.9.29 failed (install phase):
 *   doins failed
 * 
 * If you need support, post the output of `emerge --info 
'=app-text/calibre-0.9.29'`,
 * the complete build log and the output of `emerge -pqv 
'=app-text/calibre-0.9.29'`.
 * The complete build log is located at 
'/var/tmp/portage/app-text/calibre-0.9.29/temp/build.log'.
 * The ebuild environment file is located at 
'/var/tmp/portage/app-text/calibre-0.9.29/temp/environment'.
 * Working directory: '/var/tmp/portage/app-text/calibre-0.9.29/work/calibre'
 * S: '/var/tmp/portage/app-text/calibre-0.9.29/work/calibre'
/quote

gentoo-mobile siefke # emerge --info =app-text/calibre-0.9.29
- http://nopaste.info/166126bafc.html

gentoo-mobile siefke # emerge -pqv =app-text/calibre-0.9.29
[ebuild   R   ] app-text/calibre-0.9.29  USE=udisks

Has someone advice what is the Problem. The missing QT lib is present, but why 
is mistake?
Missing Doins i not understand on my gentoo give package not. Thanks for help.

Thank you  Greetings
Silvio



Re: [gentoo-user] texlive-basic

2013-05-03 Thread Silvio Siefke
On Thu, 2 May 2013 20:28:56 -0300 Urs Schutz u.sch...@bluewin.ch
wrote:

 I had the same errors and needed to add -O2 to my CFLAGS.

My CFLAGS which i use:

siefke@gentoo-mobile : ~ $ cat /etc/make.conf | grep CFLAGS
CFLAGS=-march=native -O2 -fomit-frame-pointer -pipe -mfpmath=sse


The mistake was luatex which has write Felix. 

Thank you  Greetings
Silvio



Re: [gentoo-user] texlive-basic

2013-05-03 Thread Silvio Siefke
Hello,

On Thu, 02 May 2013 22:16:02 +0200 Felix Kuperjans
fe...@desaster-games.com wrote:


 To check that, maybe try running luatex on the console, it crashed
 instantly on my boxes until it was re-emerged...

That's the match. Recompile luatex and all was good. Thank's for the
email. Have nice weekend.


Thank you  Greetings
Silvio



[gentoo-user] texlive-basic

2013-05-02 Thread Silvio Siefke
Hello,

have someone run the texlive update succesfully? I have problems with
building. 

The message:
###
fmtutil: Error! Not all formats have been built successfully.
Visit the log files in directory
  /var/tmp/portage/dev-texlive/texlive-basic-2012/work/texmf-var/web2c
for details.
###

This is a summary of all `failed' messages:
`luatex -ini  -jobname=dviluatex -progname=dviluatex dviluatex.ini' failed
`luatex -ini  -jobname=luatex -progname=luatex luatex.ini' failed
 * ERROR: dev-texlive/texlive-basic-2012 failed (compile phase):
 *   failed to build format texmf/fmtutil/format.texlive-basic.cnf
 * 
 * Call stack:
 * ebuild.sh, line   93:  Called src_compile
 *   environment, line 2195:  Called texlive-module_src_compile
 *   environment, line 2834:  Called die
 * The specific snippet of code:
 *   VARTEXFONTS=${T}/fonts 
TEXMFHOME=${S}/texmf:${S}/texmf-dist:${S}/texmf-var env -u TEXINPUTS fmtutil 
--cnffile ${i} --fmtdir ${S}/texmf-var/web2c --all || die failed to build 
format ${i};
 * 
 * If you need support, post the output of `emerge --info 
'=dev-texlive/texlive-basic-2012'`,
 * the complete build log and the output of `emerge -pqv 
'=dev-texlive/texlive-basic-2012'`.
 * The complete build log is located at 
'/var/tmp/portage/dev-texlive/texlive-basic-2012/temp/build.log'.
 * The ebuild environment file is located at 
'/var/tmp/portage/dev-texlive/texlive-basic-2012/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-texlive/texlive-basic-2012/work'
 * S: '/var/tmp/portage/dev-texlive/texlive-basic-2012/work'

 Failed to emerge dev-texlive/texlive-basic-2012, Log file:


gentoo-mobile siefke # emerge -pqv =dev-texlive/texlive-basic-2012
[ebuild U ] dev-texlive/texlive-basic-2012 [2011-r1] USE=-doc -source

emerge --info =dev-texlive/texlive-basic-2012 
 http://nopaste.info/09608209ae.html

Thank you  Greetings
Silvio



[gentoo-user] Programm for Floor Plans

2013-03-04 Thread Silvio Siefke
Hello, 


know someone a program for draw floor plans? I has use normal Visio for
it, but unter Linux? 

Thank you for help  Greetings
Silvio



[gentoo-user] Calibre break after Update

2013-02-17 Thread Silvio Siefke
Hello,


i run the update from calibre yesterday and now calibre not startet. Has
someone the same and has fix?

siefke@gentoo-mobile : ~ $ calibre
Traceback (most recent call last):
  File /usr/bin/calibre, line 20, in module
sys.exit(main())
  File /usr/lib/calibre/calibre/gui2/main.py, line 412, in main
app, opts, args, actions = init_qt(args)
  File /usr/lib/calibre/calibre/gui2/main.py, line 85, in init_qt
from calibre.gui2.ui import Main
  File /usr/lib/calibre/calibre/gui2/ui.py, line 31, in module
from calibre.gui2.widgets import ProgressIndicator
  File /usr/lib/calibre/calibre/gui2/widgets.py, line 21, in module
from calibre.gui2.progress_indicator import ProgressIndicator as 
_ProgressIndicator
  File /usr/lib/calibre/calibre/gui2/progress_indicator/__init__.py, line 15, 
in module
pi_error)
RuntimeError: Failed to load the Progress Indicator plugin: the sip module 
implements API v9.0 to v9.1 but the progress_indicator module requires API v8.1

Thank you  Greetings
Silvio



[gentoo-user] Notification Applets

2013-01-28 Thread Silvio Siefke
Hello,


is there a way that i can change the design of the Desktop Notification
Applet? This PopUp Windows which come with messages, that i have wlan
or umts, new email etc. 

I use XFCE and a dark theme, but the notification  window is in silver,
thats not nice.


Thank you for help  Greetings
Silvio



Re: [gentoo-user] Nginx with Python

2013-01-26 Thread Silvio Siefke
On Sat, 26 Jan 2013 14:05:53 +0530
Nilesh Govindrajan m...@nileshgr.com wrote:

 Typing from mobile, sorry for top post.

No Problem.
 
 I haven't worked with Django, so don't know. Ping @unbit on twitter. He
 might be knowing.

It's run fine. Thank you. Twitter i can not write, no account. 


Regards  Thank you
Silvio



Re: [gentoo-user] Nginx with Python

2013-01-25 Thread Silvio Siefke
Hello,

On Fri, 25 Jan 2013 08:35:33 +0530
Nilesh Govindrajan m...@nileshgr.com wrote:

 Does your python application implement WSGI?

Yes. Now all is okay, webpy is running. Next is Django and then i like
my nginx again. 


Regards  Thank you
Silvio



Re: [gentoo-user] Nginx with Python

2013-01-24 Thread Silvio Siefke
Hello,

On Thu, 24 Jan 2013 09:50:13 +0530
Nilesh Govindrajan m...@nileshgr.com wrote:

 Have a look at uwsgi. It can run pretty much anything.

Thanks i have do. I understand not why it not want run.

The configuration for uwsgi:

gentoo-mobile init.d # cat /etc/conf.d/uwsgi.pss | grep xml
# The path to your uWSGI xml config file.
UWSGI_XML_CONFIG=/etc/uwsgi.d/pss.xml

gentoo-mobile init.d # cat /etc/uwsgi.d/pss.xml
uwsgi
uidsiefke/uid
gidsiefke/gid
vhost/
logdate/
socket/tmp/python.siefke.sock/socket
master/
processes1/processes
harakiri20/harakiri
limit-as128/limit-as
memory-report/
no-orphans/
daemonize/var/www/python.silviosiefke.de/log/uwsgi.log/daemonize
/uwsgi

gentoo-mobile init.d # cat /etc/nginx/sites/python_siefke.conf 
server 
{
 listen 80;
 server_name  python.silviosiefke.de;
 access_log /var/www/python.silviosiefke.de/log/access_log main;
 error_log /var/www/python.silviosiefke.de/log/error_log info;
 index index.html;

 location / {
  include /etc/nginx/configuration/uwsgi_params; 
  uwsgi_pass unix:///tmp/python.siefke.sock;
  uwsgi_param UWSGI_CHDIR /var/www/python.silviosiefke.de/apps;
  uwsgi_param UWSGI_PYHOME /var/www/python.silviosiefke.de/apps;
  uwsgi_param UWSGI_SCRIPT index;
 }
 
 location /static {
  alias /var/www/python.silviosiefke.de/htdocs;
  expires 7d;
 }

}


When i want run in webbrowser python.silviosiefke.de i become 
uWSGI Error
Python application not found

gentoo-mobile init.d # ls /var/www/python.silviosiefke.de/apps/
index.py  index.pyc  static

Access Log: http://nopaste.info/8f9106d614.html
uWsgi Log: http://nopaste.info/8881d2f097.html


Has someone a idea? Thank you for help. 

Silvio



Re: [gentoo-user] Re: Kernel Questions

2013-01-23 Thread Silvio Siefke
Hello,

On Wed, 23 Jan 2013 09:30:02 +0100
Nicolas Sebrecht nsebre...@piing.fr wrote:

 Did you check if the system is swapping when that happen?

Im sorry, you mean Swap? How can check them best?


Thank you  Greetings
Silvio



Re: [gentoo-user] Re: Kernel Questions

2013-01-23 Thread Silvio Siefke
Hello,

On Wed, 23 Jan 2013 21:53:58 +0800
William Kenworthy bi...@iinet.net.au wrote:

 Hi Silvio, can you check the date on your systems ... your emails are
 future dated which kinda stuffs things up ...

Yes thank you i have change it. 


Thank you  Greetings
Silvio



Re: [gentoo-user] Kernel Questions

2013-01-23 Thread Silvio Siefke
Hello,

On Wed, 23 Jan 2013 18:31:10 +
Kevin Chadwick ma1l1i...@yahoo.co.uk wrote:

 Could be lots of things but I would check your temp sensors from
 the os or bios before the kernel.

is lmsensors ok?

siefke@gentoo-mobile : ~ $ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:+52.0°C  (crit = +98.0°C)

coretemp-isa-
Adapter: ISA adapter
Core 0:   +38.0°C  (crit = +90.0°C)


Maybe is make.conf the wrong way?

CHOST=i686-pc-linux-gnu
CFLAGS=-march=native -O2 -fomit-frame-pointer -pipe -mfpmath=sse
CXXFLAGS=${CFLAGS}
MAKEOPTS=-j2

Thank you  Regards



Re: [gentoo-user] Kernel Questions

2013-01-23 Thread Silvio Siefke
Hello,

On Wed, 23 Jan 2013 19:27:17 +0100
Florian Philipp li...@binarywings.net wrote:


 You mean you have not enabled drm and/or use the generic vesa driver?
 Maybe something is trying to use opengl and software emulation slows you
 down.

In Opera no, in other i not have really something change in config files.
 
 P4s suffer because their pipeline is very long and poorly utilized. In
 fact, they can execute fewer instructions per clock tick than a P3.
 Anything newer is a vast improvement, especially Core2 and newer.

I have look for new Netbook today. Maybe should buy one with i3 or i5,
what is so with AMD? Is there something intresting?


Thank you  Greetings
Silvio




[gentoo-user] Nginx with Python

2013-01-23 Thread Silvio Siefke
Hello,

has someone run this part of Server and maybe will share the way? I look
since days for tutorial but so really want nothing run. With Gentoo found
nothing really most of them speak from Ubuntu. 


Thank you for Help  Greetings
Silvio



[gentoo-user] Kernel Questions

2013-01-22 Thread Silvio Siefke
Hello,


i want ask some questions for the Kernel. 

How do I find dependencies of each option?
Are there patches for older computers?

I use the good old Pentium 4 on the desktop and an atom on the laptop.
But I have often the problem when the computer has much to do, that the 
system freeze. That's on the atom often so. The opera is my favorite 
Browser, but often the call on a website and the result end in freeze.
What is really strange, when i run emerge --sync ; emerge -avuDN @world,
the Pentium 4 is faster as the Atom. Is that normal?


gentoo-desk src # uname -a
Linux gentoo-desk.silviosiefke.de 3.2.34 #1 SMP Mon Nov 19 14:23:14 CET 2012 
i686 Intel(R) Pentium(R) 4 CPU 2.40GHz GenuineIntel GNU/Linux

siefke@gentoo-mobile : ~ $ uname -a 
Linux gentoo-mobile 3.7.4 #1 SMP Wed Jan 23 07:01:32 CET 2013 i686 Intel(R) 
Atom(TM) CPU N270 @ 1.60GHz GenuineIntel GNU/Linux

I has read in the Kernel Project of Gentoo something from ck-patchset. Is 
that good for that problems which i have, or has read wrong?

It were nice some can share the own expirence. The Kernel is so hard to 
understand, when take off a option, other option run not. I really not
know what i need and what need. 

Hope can understand what i mean. Thank you for help. 


Greetings
Silvio



Re: [gentoo-user] Kernel Questions

2013-01-22 Thread Silvio Siefke
Hello,

On Tue, 22 Jan 2013 12:43:53 -0600
Bruce Hill da...@happypenguincomputers.com wrote:

 Please read Linux Kernel in a Nutshell. You can:
 
 emerge -av app-doc/linux-kernel-in-a-nutshell
 
 and also read it online: http://www.kroah.com/lkn/


thanks for the Link. I will read it. 



Thank you  Greetings
Silvio



  1   2   >