[gentoo-user] panic:: octave: magick/semaphore.c:525: [...] failed

2010-07-26 Thread Valmor de Almeida
Hello, The test code below for writing an image to a file crashes octave. Would anyone be able to help? I am using octave-3.2.4-r1 and graphicsmagick-1.3.12 Thanks, -- Valmor file test.m --- #! /usr/bin/octave -qf im = ones(2,2); im(2,1) = 0.5; im(1,2) = 0.5

Re: [gentoo-user] panic:: octave: magick/semaphore.c:525: [...] failed

2010-07-28 Thread pk
On 2010-07-26 18:16, Valmor de Almeida wrote: - ./test.m octave: magick/semaphore.c:525: LockSemaphoreInfo: Assertion `semaphore_info != (SemaphoreInfo *) ((void *)0)' failed. panic: Aborted -- stopping myself... attempting to save variables to `octave-core'... save to `octave-core

Re: [gentoo-user] panic:: octave: magick/semaphore.c:525: [...] failed

2010-07-28 Thread Valmor de Almeida
pk wrote: [snip] Hi, I tested your code (and variations of it) and I get the same result as you. Googling seems to indicate that lots of other people are having similar problems with imwrite/imread function. The functions are not part of the octave package but is an add-on. However, from

Re: [gentoo-user] octave won't run

2020-02-06 Thread karl
Mick: ... > Unless someone shows up with more knowledge on the specifics it would be > worth > posting a bug, or contacting the maintainer for suggestions. ... Since octave compiles/emerges successfully, there are no log files left. Can I tell emerge to not remove the build directory ?

[gentoo-user] octave won't run

2020-02-06 Thread karl
Octave won't run since a lib is missing. I can re-emerge it without problems, but the problem still persist. The lib is there but it has a different version. Anyone know what this is about ? $ ldd /usr/bin/octave-cli-4.2.2 | grep not liblapack.so.0 => not found $ ls -l /usr/li

Re: [gentoo-user] octave won't run

2020-02-06 Thread karl
/CBLAS (lib) candidates: (none found) Available BLAS/CBLAS (lib64) candidates: [1] reference * still same problem. recompiling octave, same problem. recompiling octave with static-libs, same problem. Regards, /Karl Hammar

Re: [gentoo-user] panic:: octave: magick/semaphore.c:525: [...] failed

2010-07-29 Thread pk
On 2010-07-29 06:49, Valmor de Almeida wrote: Thanks for the feedback. I posted the same question on the octave users list but no answers. Maybe vacation time so most users are offline? I'm on vacation but still online... :-) If you know C you could check out the semaphore.c file to see what

Re: [gentoo-user] octave won't run

2020-02-06 Thread karl
k.so.0 pointing to > libapack.so.3 and see if octave runs. > > Best to remove that more or less right away but it might get you through a > test period waiting for the ebuild to get fixed. Yes, that short term solution works. Regards, /Karl Hammar

CLOSED Re: [gentoo-user] panic:: octave: magick/semaphore.c:525: [...] failed

2010-08-01 Thread Valmor de Almeida
On 07/29/2010 06:19 AM, pk wrote: On 2010-07-29 06:49, Valmor de Almeida wrote: Thanks for the feedback. I posted the same question on the octave users list but no answers. Maybe vacation time so most users are offline? I'm on vacation but still online... :-) If you know C you could

Re: [gentoo-user] octave won't run

2020-02-06 Thread Mick
On Thursday, 6 February 2020 08:28:05 GMT k...@aspodata.se wrote: > Octave won't run since a lib is missing. > I can re-emerge it without problems, but the problem still > persist. The lib is there but it has a different version. > > Anyone know what this is about ? > > $ ld

Re: [gentoo-user] octave won't run

2020-02-06 Thread Mick
dso > > $ eselect lapack list > Available LAPACK (lib) candidates: > (none found) > Available LAPACK (lib64) candidates: > [1] reference * > $ eselect blas list > Available BLAS/CBLAS (lib) candidates: > (none found) > Available BLAS/CBLAS (lib64) candidates: >

[gentoo-user] Re: Modelling software - free - preferably easy to install under Gentoo.

2007-06-16 Thread James
direction, please? You might want to 'cd /usr/portage' and then pick a dir... 'cd sci-mathematics' and emerge some software who's description you find potentially interesting for example 'exi octave' reveals: * sci-mathematics/koctave Available versions: 0.65-r1 Homepage

[gentoo-user] ebuild syntax question

2009-03-26 Thread Helmut Jarausch
Hi, the sci-libs/mathgl-1.8-r1.ebuild contains DEPEND=${RDEPEND} doc? ( app-text/texi2html virtual/texi2dvi ) python? ( dev-lang/swig[python] ) octave? ( dev-lang/swig[octave] ) What does dev-lang/swig[python] mean? Since dev-lang/swig/swig-1.3.39 does not use

Re: [gentoo-user] octave won't run

2020-02-06 Thread Neil Bothwick
On Thu, 6 Feb 2020 17:33:25 +0100 (CET), k...@aspodata.se wrote: > > Unless someone shows up with more knowledge on the specifics it would > > be worth posting a bug, or contacting the maintainer for suggestions. > > > ... > > Since octave compiles/emerges successfu

Re: [gentoo-user] Re: Do we have to build gcc with fortran now?

2011-06-22 Thread pk
On 2011-06-22 17:35, Dale wrote: Well, that leads back to KDE. So, looks like it stays. R is a mathematical language similar to Matlab/Octave... only specialized for statistical computing. I assume if something in KDE is using that it must be optional; check your USE flags. HTH Best regards

Re: [gentoo-user] Imagemagick and Graphicsmagick blocking each other

2011-12-10 Thread Alex Schuster
Frank Steinmetzger writes: a number of packages depend on imagemagick, such as Inkscape, Frescobaldi and some LaTeX related stuff. I wanted to take a look at Octave, but this positively wants graphicsmagick, which is a fork of imagemagick as far as I can tell and which conflicts

Re: [gentoo-user] octave won't run

2020-02-06 Thread Mark Knecht
and see if octave runs. Best to remove that more or less right away but it might get you through a test period waiting for the ebuild to get fixed. - Mark On Thu, Feb 6, 2020 at 6:59 AM Mick wrote: > On Thursday, 6 February 2020 13:44:22 GMT k...@aspodata.se wrote: > > Mick: > > ... &g

[gentoo-user] Re: octave won't run

2020-02-06 Thread Ian Zimmerman
On 2020-02-06 09:56, Mick wrote: > Otherwise the latest sci-libs/lapack is 3.8.0, so your links above look > correct as far as I can tell. Note that sci-libs/lapack and sci-libs/lapack-reference are 2 distinct packages. The OP presumably has the latter. Both of them existing may be the real

Re: [gentoo-user] ebuild syntax question

2009-03-26 Thread Alan McKinnon
On Thursday 26 March 2009 11:14:38 Helmut Jarausch wrote: Hi, the sci-libs/mathgl-1.8-r1.ebuild contains DEPEND=${RDEPEND} doc? ( app-text/texi2html virtual/texi2dvi ) python? ( dev-lang/swig[python] ) octave? ( dev-lang/swig[octave] ) What does dev-lang/swig[python

Re: [gentoo-user] ebuild syntax question

2009-03-26 Thread Daniel Pielmeier
2009/3/26 Helmut Jarausch jarau...@igpm.rwth-aachen.de: Hi, the  sci-libs/mathgl-1.8-r1.ebuild  contains DEPEND=${RDEPEND}        doc? ( app-text/texi2html virtual/texi2dvi )        python? ( dev-lang/swig[python] )        octave? ( dev-lang/swig[octave] ) What does dev-lang/swig[python

[gentoo-user] Re: Changing compilers

2012-03-19 Thread James
, and Computational Fluid Dynamics, CFD, and I want to find the best compiler for the job. Before anyone says Why bother, XXX compiler is only 1 - 2% faster than gcc, in the context of the work I'm doing this 1 - 2% IS important. Octave is in portage, as it is a matlab sorta package

Re: [gentoo-user] OT - which X terminal do you use?

2006-05-09 Thread b.n.
thing it has and the tabs, since I use a lot of interactive shell apps like python-ipython-octave at work they often comes quite handy. m. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Re: Modelling software - free - preferably easy to install under Gentoo.

2007-06-18 Thread Steve [Gentoo]
On Sat, Jun 16, 2007 at 05:22:47PM +, James wrote: Matlab is the standard for mathematical analysis of all sorts of phenomenon, from a mathematical perspective. I'm familiar with Matlab... you're the second person to mention Octave... I would like to do some analysis on these signals

Re: [gentoo-user] Re: Modelling software - free - preferably easy to install under Gentoo.

2007-06-18 Thread Abraham Marín Pérez
Steve [Gentoo] escribió: On Sat, Jun 16, 2007 at 05:22:47PM +, James wrote: Matlab is the standard for mathematical analysis of all sorts of phenomenon, from a mathematical perspective. I'm familiar with Matlab... you're the second person to mention Octave... I would like

Re: [gentoo-user] Re: octave won't run

2020-02-06 Thread Marc Joliet
2 distinct > packages. The OP presumably has the latter. > > Both of them existing may be the real bug here. You motivated me to look this up on my system, and I don't think that's right: - octave depends on virtual/lapack, and - virtual/lapack does *not* depend on lapack-reference:

Re: [gentoo-user] OT - which X terminal do you use?

2006-05-09 Thread Samuel Baldwin
b.n. wrote: At work I use konsole. I like the session thing it has and the tabs, since I use a lot of interactive shell apps like python-ipython-octave at work they often comes quite handy.Completely agreed. I find the tabs to be extremely helpfull as I'm constantly running interactive shell

Re: [gentoo-user] Problem with installation kde-meta, gnome

2010-02-17 Thread Andrzej Styczeń
first. Thank you for your help. I tried this, what you pointed USE=-qt4 emerge --oneshot cmake but still there are other not resolved dependicies, I will wait to tomorrow. I also try to install 'octave' and got similar problems with circular dependencies. Andrzej

Re: [gentoo-user] Open Source DSP tools for learning?

2010-05-08 Thread Mark Knecht
in a GUI? i guess a general scientific tool like octave (a free alternative to matlab, the de facto standard among scientists) would do all you may possibly want to do, although learning the language might require some time. i don't know of any ready-to-go tool for dsp where you just put

Re: [gentoo-user] Re: Understanding new ruby dependencies

2012-05-22 Thread Chris Stankevitz
, and git bash completion dev-vcs/git tk bash-completion subversion dev-vcs/subversion -dso perl # Enable nice mounts in gnome gnome-base/gvfs fuse # Enable plotting in octave sci-mathematics/octave gnuplot # Satisfy Gentoo's desire to have RUBY and rdoc installed dev-ruby/rubygems

[gentoo-user] Adding a use flag: hwdb

2012-06-10 Thread Chris Stankevitz
to package.use right after my long list of personal preference customizations? Thank you, Chris PS: A snippet from my /etc/portage/package.use: # Give a GUI to cmake dev-util/cmake qt4 # Enable nice mounts in gnome gnome-base/gvfs fuse # Enable plotting in octave sci-mathematics/octave gnuplot

Re: [gentoo-user] Re: octave won't run

2020-02-06 Thread Philip Webb
1 /usr/lib64/liblapack.so.3 -> liblapack.so.3.8.0 -rwxr-xr-x 1 root root 6637008 Nov 16 17:11 /usr/lib64/liblapack.so.3.8.0 873: ~> When I checked earlier today, there were broken symlinks to lapack-reference , but deleting them made no difference : the pkg isn't installed. Octave opens & calcu

[gentoo-user] Re: OT - which X terminal do you use?

2006-05-10 Thread Simon Kellett
b.n. [EMAIL PROTECTED] writes: Neil Bothwick wrote: ... At home I use rxvt. Simple, very fast on startup. At work I use konsole. I like the session thing it has and the tabs, since I use a lot of interactive shell apps like python-ipython-octave at work they often comes quite handy. If you

Re: [gentoo-user] Problem with installation kde-meta, gnome

2010-02-18 Thread Arttu V.
On 2/17/10, Andrzej Styczeń styczen_andr...@o2.pl wrote: Thank you for your help. I tried this, what you pointed USE=-qt4 emerge --oneshot cmake but still there are other not resolved dependicies, I will wait to tomorrow. I also try to install 'octave' and got similar problems

Re: [gentoo-user] Open Source DSP tools for learning?

2010-05-08 Thread luis jure
on 2010-05-06 at 07:31 Mark Knecht wrote: Does anyone possibly know of any tools in Open Source for exploring DSP filter design? Something that might allow me to write equations, stimulate the filter, see the results in a GUI? i guess a general scientific tool like octave (a free alternative

[gentoo-user] Imagemagick and Graphicsmagick blocking each other

2011-12-10 Thread Frank Steinmetzger
Hello, a number of packages depend on imagemagick, such as Inkscape, Frescobaldi and some LaTeX related stuff. I wanted to take a look at Octave, but this positively wants graphicsmagick, which is a fork of imagemagick as far as I can tell and which conflicts with imagemagick. Now some

Re: [gentoo-user] Imagemagick and Graphicsmagick blocking each other

2011-12-10 Thread Francisco Ares
stuff. I wanted to take a look at Octave, but this positively wants graphicsmagick, which is a fork of imagemagick as far as I can tell and which conflicts with imagemagick. Now some of the named packages can use graphicsmagick, it just comes last in the ebuild’s order of dependencies

Re: [gentoo-user] Re: octave won't run

2020-02-06 Thread karl
Ian: > On 2020-02-06 09:56, Mick wrote: > > > Otherwise the latest sci-libs/lapack is 3.8.0, so your links above look > > correct as far as I can tell. > > Note that sci-libs/lapack and sci-libs/lapack-reference are 2 distinct > packages. The OP presumably has the latter. > > Both of them

Re: [gentoo-user] [WAY OT] GUI programming for Linux (and Windows possibly)

2009-06-28 Thread Mark Knecht
a simple app to do what I need to do. It's not generally difficult stuff but it requires (or I prefer) a lot of small charts. I'm vaguely familiar with C Pascal, but haven't programmed in years. I don't know C++ at all. I was trained as an EE. Have you looked at using Octave? It's a Matlab clone

[gentoo-user] Re: Problem compiling dev-lang/gdl-0.9.4

2015-04-28 Thread marco restelli
+ + latex: Add support for LaTeX (typesetting package) + + lua : Enable Lua scripting support - - ocaml: Add support/bindings for the Ocaml language - - octave : Add bindings for sci-mathematics/octave + + pdf

[gentoo-user] Problem compiling sci-libs/plplot-5.11.0

2015-04-28 Thread marco restelli
: Add support/bindings for the Ocaml language - - octave : Add bindings for sci-mathematics/octave + + pdf : Add general support for PDF (Portable Document Format), this replaces the pdflib and cpdflib flags - - pdl : Add bindings

Re: [gentoo-user] Adding a use flag: hwdb

2012-06-11 Thread Alan McKinnon
of personal preference customizations? Thank you, Chris PS: A snippet from my /etc/portage/package.use: # Give a GUI to cmake dev-util/cmake qt4 # Enable nice mounts in gnome gnome-base/gvfs fuse # Enable plotting in octave sci-mathematics/octave gnuplot # Enable GNOME right

Re: [gentoo-user] [WAY OT] GUI programming for Linux (and Windows possibly)

2009-06-28 Thread pk
stuff but it requires (or I prefer) a lot of small charts. I'm vaguely familiar with C Pascal, but haven't programmed in years. I don't know C++ at all. I was trained as an EE. Have you looked at using Octave? It's a Matlab clone (and thus very C-like), can output to Gnuplot and you can also

Re: [gentoo-user] wine configure: error: No OpenGL library found on this system.

2010-11-28 Thread Valmor de Almeida
-gnu/4.4.4 /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.4/32 //usr/lib64/xulrunner-1.9.2 /usr/lib/qt4 /usr/lib64/qt4 /usr/lib64/fltk-1.1 /usr/lib64/octave-3.2.4 However no luck emerging wine. Will emerge the world next (this is going to take a while...) -- Valmor

Re: [gentoo-user] Imagemagick and Graphicsmagick blocking each other

2011-12-10 Thread Francisco Ares
related stuff. I wanted to take a look at Octave, but this positively wants graphicsmagick, which is a fork of imagemagick as far as I can tell and which conflicts with imagemagick. Now some of the named packages can use graphicsmagick, it just comes last in the ebuild’s order of dependencies

Re: [gentoo-user] evince - Error printing to PDF

2013-04-18 Thread Wang Xuerui
/ghostscript-gpl) net-print/cups-1.5.2-r4 (app-text/ghostscript-gpl[cups]) net-print/foomatic-filters-4.0.17 (app-text/ghostscript-gpl) sci-mathematics/octave-3.4.3-r1 (app-text/ghostscript-gpl) sci-visualization/gnuplot-4.6.1 (doc ? app-text/ghostscript-gpl) A lot of packages. So I suspect

Re: [gentoo-user] evince - Error printing to PDF

2013-04-18 Thread Joseph
-libs/sk1libs-0.9.1 (app-text/ghostscript-gpl) net-print/cups-1.5.2-r4 (app-text/ghostscript-gpl[cups]) net-print/foomatic-filters-4.0.17 (app-text/ghostscript-gpl) sci-mathematics/octave-3.4.3-r1 (app-text/ghostscript-gpl) sci-visualization/gnuplot-4.6.1 (doc ? app-text/ghostscript-gpl) A lot

Re: [gentoo-user] curses of ncurses :(

2015-08-27 Thread Marc Joliet
, installed) sys-libs/ncurses required by (sys-libs/slang-2.2.4-r1:0/0::gentoo, installed) sys-libs/ncurses:5/5= required by (sci-mathematics/octave-3.8.2:0/3.8.2::gentoo, installed) =sys-libs/ncurses-5.2-r2 required by (sys-apps/util-linux-2.25.2-r2:0/0::gentoo, installed

Re: [gentoo-user] curses of ncurses :(

2015-08-27 Thread gevisz
] required by (dev-lang/ghc-7.6.3-r1:0/7.6.3::gentoo, installed) sys-libs/ncurses required by (sys-libs/slang-2.2.4-r1:0/0::gentoo, installed) sys-libs/ncurses:5/5= required by (sci-mathematics/octave-3.8.2:0/3.8.2::gentoo, installed) =sys-libs/ncurses-5.2-r2 required by (sys-apps

Re: [gentoo-user] Question about difference between emerge --update world and emerge vigra

2008-09-25 Thread SOrCErEr
% [ebuild U ] dev-lang/swig-1.3.36 [1.3.34] USE=-octave% As you can see, result of eix has vigra, but of emerge still doesn't have. Also, many of flag U package is excepted from emerge --update. If so, I think Gentoo's world is not whole world. Package was installed and it needs to be update

Re: [gentoo-user] Question about difference between emerge --update world and emerge vigra

2008-09-25 Thread Vladimir Rusinov
] [ebuild N] dev-libs/xmlrpc-c-1.14.07-r1 USE=curl cxx [ebuild U ] dev-util/cmake-2.6.1 [2.4.6-r1] USE=-qt4% [ebuild U ] dev-lang/swig-1.3.36 [1.3.34] USE=-octave% As you can see, result of eix has vigra, but of emerge still doesn't have. Also, many of flag U package is excepted from

Re: [gentoo-user] Kaffeine e Wma

2006-12-29 Thread Alessandro Cipriani
-reflection -sdl -session spell -spl sql sse sse2 ssl tcpd truetype truety pe-fonts type1 type1-fonts udev unicode usb userland_GNU vorbis wmf wifi win32co decs wma x86 xml xorg xv -zlib wma wmp realmedia rar zip ace divx gmedia octave FEATURES= ACCEPT_KEYWORDS= AUTOCLEAN=yes LINGUAS=it VIDEO_CARDS=fglrx

Re: [gentoo-user] Kaffeine e Wma

2006-12-29 Thread Mick
sql sse sse2 ssl tcpd truetype truety pe-fonts type1 type1-fonts udev unicode usb userland_GNU vorbis wmf wifi win32co decs wma x86 xml xorg xv -zlib wma wmp realmedia rar zip ace divx gmedia octave FEATURES= ACCEPT_KEYWORDS= AUTOCLEAN=yes LINGUAS=it VIDEO_CARDS=fglrx PORTAGE_TMPFS=/dev/shm

Re: [gentoo-user] post build files

2014-09-09 Thread Alec Ten Harmsel
of the ebuilds, I found it to be reasonable. For recommended reading, I read other ebuilds; reasonably complex ones like dev-lang/R or sci-mathematics/octave showcase plenty of the features of ebuilds. Lastly, if you throw this in a publicly-accessible git repo I'll try and help, even though I took

Re: [gentoo-user] curses of ncurses :(

2015-08-27 Thread Alan McKinnon
and more annoying... The funny thing is that the day before, on another computer, portage resolved the blocker automatically by re-emerging llvm and octave (slot-operator (rR) type re-emerge). HTH -- Marc Joliet -- People who think they know everything really annoy those of us who know

[gentoo-user] curses of ncurses :(

2015-08-27 Thread gevisz
-mathematics/octave-3.8.2:0/3.8.2::gentoo, installed) =sys-libs/ncurses-5.2-r2 required by (sys-apps/util-linux-2.25.2-r2:0/0::gentoo, installed) =sys-libs/ncurses-5.7-r7 required by (sys-process/psmisc-22.21-r2:0/0::gentoo, installed) sys-libs/ncurses required by (dev-libs/xmlrpc-c-1.32.05-r1:0

Re: [gentoo-user] curses of ncurses :(

2015-08-27 Thread Alexander Kapshuk
) sys-libs/ncurses required by (sys-libs/slang-2.2.4-r1:0/0::gentoo, installed) sys-libs/ncurses:5/5= required by (sci-mathematics/octave-3.8.2:0/3.8.2::gentoo, installed) =sys-libs/ncurses-5.2-r2 required by (sys-apps/util-linux-2.25.2-r2:0/0::gentoo, installed) =sys-libs

Re: [gentoo-user] curses of ncurses :(

2015-08-27 Thread gevisz
/ncurses[unicode] required by (dev-lang/ghc-7.6.3-r1:0/7.6.3::gentoo, installed) sys-libs/ncurses required by (sys-libs/slang-2.2.4-r1:0/0::gentoo, installed) sys-libs/ncurses:5/5= required by (sci-mathematics/octave-3.8.2:0/3.8.2::gentoo, installed) =sys-libs/ncurses-5.2-r2 required

Re: [gentoo-user] curses of ncurses :(

2015-08-27 Thread gevisz
) sys-libs/ncurses:5/5= required by (sci-mathematics/octave-3.8.2:0/3.8.2::gentoo, installed) =sys-libs/ncurses-5.2-r2 required by (sys-apps/util-linux-2.25.2-r2:0/0::gentoo, installed) =sys-libs/ncurses-5.7-r7 required by (sys-process/psmisc-22.21-r2:0/0::gentoo, installed) sys

Re: [gentoo-user] curses of ncurses :(

2015-08-27 Thread Alexander Kapshuk
) sys-libs/ncurses[unicode] required by (dev-lang/ghc-7.6.3-r1:0/7.6.3::gentoo, installed) sys-libs/ncurses required by (sys-libs/slang-2.2.4-r1:0/0::gentoo, installed) sys-libs/ncurses:5/5= required by (sci-mathematics/octave-3.8.2:0/3.8.2::gentoo, installed) =sys-libs/ncurses-5.2-r2

Re: [gentoo-user] curses of ncurses :(

2015-08-27 Thread Alexander Kapshuk
-devel/gettext-0.19.4:0/0::gentoo, installed) sys-libs/ncurses[unicode] required by (dev-lang/ghc-7.6.3-r1:0/7.6.3::gentoo, installed) sys-libs/ncurses required by (sys-libs/slang-2.2.4-r1:0/0::gentoo, installed) sys-libs/ncurses:5/5= required by (sci-mathematics/octave-3.8.2:0

Re: [gentoo-user] DBus error in solid (kde 4.1 hardware monitoring daemon)

2008-10-14 Thread Andrey Vul
nowin nptl nptlonly nsplugin ntfs numarray numeric octave odbc offensive ogg ogg123 openal opendoc openexr opengl openmp oss ots pam parse-clocks patch pcmcia pcntl pcrepdf perl pic pink pixmaps plasma plotutils png pnm posix postscript povray ppds pyste python q32 qemu qt3 qt3support qt4 quicktime

[gentoo-user] INT_(MIN,MAX) is missing from limits.h

2009-01-27 Thread Andrey Vul
numeric numpy nuv nvidia nvtv ocaml ocamlopt octave odbc offensive ogg ogg123 openal openexr opengl openmp openssl opensslcrypt openstreetmap openvpn oss otr ots pager pam pango parse-clocks parted paste64 pcap pcapnav pcntl pcre pdf perl phonon pic pixmaps pkcs11 plasma player plotutils plugins

Re: [gentoo-user] Re: kde4: no hardware info without sys-apps/hal

2011-09-24 Thread Andrey Moshbear
mime mixer mjpeg mmap mmx mng modplug modules mono moonlight mp3 mp4 mpd mpeg mpi mplayer msn mtp mudflap multicall multilib multimedia musepack music mysql nas nat ncurses net netbeans netpbm network-cron networkmanager nfs nls nmap nntp nowin nptl nptlonly nsplugin nss ntfs ntlm numpy octave

[gentoo-user] emul-linux-x86-libs blocking tons of X libs

2013-03-28 Thread Mateusz Kowalczyk
] x11-proto/kbproto-1.0.6-r1 251 kB [nomerge ] sci-mathematics/octave-3.6.4 USE=X curl glpk imagemagick opengl qhull qrupdate readline sparse zlib -doc -fftw -gnuplot -hdf5 -postscript -static-libs [nomerge ] media-gfx/imagemagick-6.7.9.9:0/6.7.9.9 USE=X bzip2 corefonts cxx