Re: [gentoo-user] meld ERROR - ImportError: This platform lacks a functioning sem_open

2013-12-28 Thread Adam Carter
> I've solved the problem by installing meld-1.6.0 from attic, 1.7.0 and
> 1.8.2 don't work.
> I've tried python2.7 and 3.2 make no difference.
>

FYI meld 1.8.2 works for me. From the use flags you can deduce that it cant
use 3.2, only 2.6 or 2.7.

[ebuild   R] dev-util/meld-1.8.2  USE="gnome highlight"
PYTHON_SINGLE_TARGET="python2_7 -python2_6" PYTHON_TARGETS="python2_7
-python2_6" 0 kB

>From the ebuild;
PYTHON_COMPAT=( python2_{6,7} )


Re: [gentoo-user] meld ERROR - ImportError: This platform lacks a functioning sem_open

2013-12-28 Thread Joseph

On 12/29/13 13:35, Adam Carter wrote:

  On Sun, Dec 29, 2013 at 11:10 AM, Joseph <[1]syscon...@gmail.com>
  wrote:

I just upgraded my system and "meld" as well.
I'm using "cfg-update -u" to compare files that did change utilizing
meld
When I try to compare two file as root using meld I get:
meld /etc/ddclient/ddclient.conf
/etc/ddclient/._cfg_ddclient.conf
Traceback (most recent call last):
 File "/usr/bin/meld", line 173, in 
   main()
 File "/usr/bin/meld", line 165, in main
   new_window = app.parse_args(sys.argv[1:])
 File "/usr/lib64/meld/meld/meldapp.py",

  Since meld is written in python, the easiest thing to try is running
  python-updater, in case a python upgrade has broken something.


I've solved the problem by installing meld-1.6.0 from attic, 1.7.0 and 1.8.2 
don't work.
I've tried python2.7 and 3.2 make no difference. 


--
Joseph



Re: [gentoo-user] meld ERROR - ImportError: This platform lacks a functioning sem_open

2013-12-28 Thread Joseph

On 12/29/13 13:35, Adam Carter wrote:

  On Sun, Dec 29, 2013 at 11:10 AM, Joseph <[1]syscon...@gmail.com>
  wrote:

I just upgraded my system and "meld" as well.
I'm using "cfg-update -u" to compare files that did change utilizing
meld
When I try to compare two file as root using meld I get:
meld /etc/ddclient/ddclient.conf
/etc/ddclient/._cfg_ddclient.conf
Traceback (most recent call last):
 File "/usr/bin/meld", line 173, in 
   main()
 File "/usr/bin/meld", line 165, in main
   new_window = app.parse_args(sys.argv[1:])
 File "/usr/lib64/meld/meld/meldapp.py",

  Since meld is written in python, the easiest thing to try is running
  python-updater, in case a python upgrade has broken something.


I did run python-updater, it doesn't help. I re-emerge python as well; it makes 
no difference.
I think I had a problem before with meld-1.7.0 because I mask it. Now, 1.8.2 
has the same problem.

I might have to dig out from attic 1.6.0 :-/

--
Joseph



Re: [gentoo-user] meld ERROR - ImportError: This platform lacks a functioning sem_open

2013-12-28 Thread Adam Carter
On Sun, Dec 29, 2013 at 11:10 AM, Joseph  wrote:

> I just upgraded my system and "meld" as well.
> I'm using "cfg-update -u" to compare files that did change utilizing meld
>
> When I try to compare two file as root using meld I get:
>
> meld /etc/ddclient/ddclient.conf /etc/ddclient/._cfg_ddclient.conf
> Traceback (most recent call last):
>  File "/usr/bin/meld", line 173, in 
>main()
>  File "/usr/bin/meld", line 165, in main
>new_window = app.parse_args(sys.argv[1:])
>  File "/usr/lib64/meld/meld/meldapp.py",
>

Since meld is written in python, the easiest thing to try is running
python-updater, in case a python upgrade has broken something.


Re: [gentoo-user] why media-libs are needed for an email client.

2013-12-28 Thread Edward M
On Sun, 29 Dec 2013 01:10:16 +
Mateusz Kowalczyk  wrote:

> On 29/12/13 00:14, Edward M wrote:
> > Hello,
> > 
> > 
> > I want to give kmail a try but i'm confuse why multimedia libs
> > depends are needed for an email client.
> 
> Perhaps because a lot of software nowadays attempts to do everything
> at once. Maybe it plays sound attachments inside of the client.


 Now after you mention it, I agree. I only send text emails 


> > I get the following media-libs when i
> > execute emerge -a kmail:
> > 
> > [snip]
> 
> I recommend that you use the ‘-t’ portage flag in the future to see
> what pulls in what. I also recommend ‘-v’.


   Thanks for the recommendation, I will use them in the future.


>Now, having said that, I don't see anything directly in the ebuild
> that would pull in those libraries. Here's however what I got when
> seeing what it will do on a system with gstreamer USE and no KDE:
> 
> # required by media-libs/phonon-gstreamer-4.7.1
> # required by media-libs/phonon-4.7.1[gstreamer]
> # required by kde-base/kdelibs-4.12.0
> # required by kde-base/korganizer-4.12.0
> # required by kde-base/kmail-4.12.0
> # required by kmail (argument)
> >=media-plugins/gst-plugins-meta-0.10-r8:0.10 vorbis
> 
> 
> So maybe KDE is pulling in something.
 
   I guess I will continue using
  claws-mail,since i only send text emails.
   Thanks for new options i was not aware.



Re: [gentoo-user] why media-libs are needed for an email client.

2013-12-28 Thread Mateusz Kowalczyk
On 29/12/13 00:14, Edward M wrote:
> Hello,
> 
> 
> I want to give kmail a try but i'm confuse why multimedia libs depends
> are needed for an email client.

Perhaps because a lot of software nowadays attempts to do everything at
once. Maybe it plays sound attachments inside of the client.

> I get the following media-libs when i
> execute emerge -a kmail:
> 
> [snip]

I recommend that you use the ‘-t’ portage flag in the future to see what
pulls in what. I also recommend ‘-v’.

Now, having said that, I don't see anything directly in the ebuild that
would pull in those libraries. Here's however what I got when seeing
what it will do on a system with gstreamer USE and no KDE:

# required by media-libs/phonon-gstreamer-4.7.1
# required by media-libs/phonon-4.7.1[gstreamer]
# required by kde-base/kdelibs-4.12.0
# required by kde-base/korganizer-4.12.0
# required by kde-base/kmail-4.12.0
# required by kmail (argument)
>=media-plugins/gst-plugins-meta-0.10-r8:0.10 vorbis


So maybe KDE is pulling in something.

-- 
Mateusz K.



[gentoo-user] why media-libs are needed for an email client.

2013-12-28 Thread Edward M
Hello,


I want to give kmail a try but i'm confuse why multimedia libs depends
are needed for an email client.I get the following media-libs when i
execute emerge -a kmail:

media-libs/gst-plugins-bad-0.10.23-r1 [1.0.10] USE="nls orc" 
[ebuild  N ] media-plugins/gst-plugins-x-0.10.36 
[ebuild  N ] media-plugins/gst-plugins-xvideo-0.10.36 
[ebuild  N ] media-plugins/gst-plugins-alsa-0.10.36 
[ebuild  N ] media-plugins/gst-plugins-ogg-0.10.36 
[ebuild  NS] media-plugins/gst-plugins-cdparanoia-0.10.36 [1.0.10]
[ebuild  N ] media-plugins/gst-plugins-soup-0.10.31 
[ebuild  NS] media-plugins/gst-plugins-a52dec-0.10.19 [1.0.10] USE="orc" 
[ebuild  NS] media-plugins/gst-plugins-oss-0.10.31 [1.0.10]
[ebuild  NS] media-plugins/gst-plugins-resindvd-0.10.23 [1.0.10]
[ebuild  NS] media-plugins/gst-plugins-dvdread-0.10.19 [1.0.10]
[ebuild  NS] media-plugins/gst-plugins-faad-0.10.23 [1.0.10]
[ebuild  NS] media-plugins/gst-plugins-dts-0.10.23 [1.0.10] USE="orc" 
[ebuild  N ] media-plugins/gst-plugins-xvid-0.10.23 
[ebuild  NS] media-plugins/gst-plugins-lame-0.10.19 [1.0.10]
[ebuild  NS] media-plugins/gst-plugins-x264-0.10.19 
[ebuild  N ] media-libs/phonon-gstreamer-4.6.3  USE="alsa network
-debug"
[ebuild  N ] media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r1  USE="orc" 
[ebuild  NS] media-plugins/gst-plugins-meta-0.10-r8 [1.0-r1] USE="X a52 aac 
alsa cdda dts dvd ffmpeg flac lame mp3 mpeg ogg oss pulseaudio vorbis x264 xv 
xvid -dv -dvb -http -jack -libass -libvisual -mms -musepack -opus -taglib 
-theora -v4l -vcd -vpx -wavpack" 
ebuild  NS] media-plugins/gst-plugins-pulse-0.10.31 [1.0.10]
[ebuild  NS] media-plugins/gst-plugins-mpeg2dec-0.10.19 [1.0.10]
[ebuild  N ] media-libs/giflib-4.1.6-r2  USE="X -rle -static-libs" 
[ebuild  N ] media-gfx/exiv2-0.23-r1  USE="nls zlib -contrib -doc -examples 
-static-libs -xmp" LINGUAS="-de -es -fi -fr -pl -ru -sk" 



[gentoo-user] meld ERROR - ImportError: This platform lacks a functioning sem_open

2013-12-28 Thread Joseph

I just upgraded my system and "meld" as well.
I'm using "cfg-update -u" to compare files that did change utilizing meld

When I try to compare two file as root using meld I get:

meld /etc/ddclient/ddclient.conf /etc/ddclient/._cfg_ddclient.conf
Traceback (most recent call last):
 File "/usr/bin/meld", line 173, in 
   main()
 File "/usr/bin/meld", line 165, in main
   new_window = app.parse_args(sys.argv[1:])
 File "/usr/lib64/meld/meld/meldapp.py", line 169, in parse_args
   tab = open_paths(args, options.auto_compare, options.auto_merge)
 File "/usr/lib64/meld/meld/meldwindow.py", line 796, in open_paths
   tab = self.append_diff(paths, auto_compare, auto_merge)
 File "/usr/lib64/meld/meld/meldwindow.py", line 746, in append_diff
   return self.append_filediff(paths, merge_output=merge_output)
 File "/usr/lib64/meld/meld/meldwindow.py", line 703, in append_filediff
   doc = filediff.FileDiff(app.prefs, len(files))
 File "/usr/lib64/meld/meld/filediff.py", line 214, in __init__
   self._cached_match = CachedSequenceMatcher()
 File "/usr/lib64/meld/meld/filediff.py", line 72, in __init__
   None, matchers.init_worker, maxtasksperchild=1)
 File "/usr/lib64/python2.7/multiprocessing/__init__.py", line 232, in Pool
   return Pool(processes, initializer, initargs, maxtasksperchild)
 File "/usr/lib64/python2.7/multiprocessing/pool.py", line 138, in __init__
   self._setup_queues()
 File "/usr/lib64/python2.7/multiprocessing/pool.py", line 232, in _setup_queues
   from .queues import SimpleQueue
 File "/usr/lib64/python2.7/multiprocessing/queues.py", line 48, in 
   from multiprocessing.synchronize import Lock, BoundedSemaphore, Semaphore, 
Condition
 File "/usr/lib64/python2.7/multiprocessing/synchronize.py", line 59, in 

   " function, see issue 3770.")
ImportError: This platform lacks a functioning sem_open implementation, 
therefore, the required synchronization primitives needed will not function, 
see issue 3770.


--
Joseph



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