Fwd: Re: [gentoo-user] wxGTK compilation fails missing thread.h

2014-07-26 Thread Alexander Kapshuk
Forgot to mention. equery -q b /usr/include/wx-2.8/wx/thread.h x11-libs/wxGTK-2.8.12.1-r1

[gentoo-user] Re: wxPython/wxWidgets release number mismatch

2018-09-17 Thread Grant Edwards
On 2018-09-17, Mick wrote: >> $ python -c "import wx" >> >> /usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py:16629: >> UserWarning: wxPython/wxWidgets release number mismatch >> warnings.warn("wxPython/wxWidgets release number mism

Re: Re: [gentoo-user] wxGTK compilation fails missing thread.h

2014-07-27 Thread Adam Carter
On Sat, Jul 26, 2014 at 9:59 PM, Alexander Kapshuk alexander.kaps...@gmail.com wrote: Forgot to mention. equery -q b /usr/include/wx-2.8/wx/thread.h x11-libs/wxGTK-2.8.12.1-r1 Ok so the file IS provided by the package itself, and therefore I see why -l1 makes sense.

[gentoo-user] Re: wxPython/wxWidgets release number mismatch

2018-09-17 Thread Grant Edwards
On 2018-09-17, Grant Edwards wrote: >>>> import wx > /usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py:16629: > UserWarning: wxPython/wxWidgets release number mismatch > warnings.warn("wxPython/wxWidgets release number mismatch") Is this because I

[gentoo-user] wxPython - cannot import wx

2007-12-06 Thread Helmut Jarausch
Hi, after installed (after unmasking) x11-libs/wxGTK-2.6.4.0-r2 dev-python/wxpython-2.6.4.0-r1 app-admin/eselect-wxwidgets-0.5 import wx doesn't work anymore. eselect wxwidgets show shows gtk2-ansi-release-2.6 What went wrong / what am I missing? Many thanks for a hint, Helmut

Re: [gentoo-user] audacity-2.0.5 failed to compile

2015-09-01 Thread thelma
imizer" LINGUAS="en" OFFICE_IMPLEMENTATION="libreoffice"! PHP_TARGE TS="php5-5 php5-6" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby19 ruby20" SANE_BACKENDS="epson epson2 fujitsu"

[gentoo-user] Re: wxPython/wxWidgets release number mismatch

2018-09-17 Thread Grant Edwards
d to try this: > > revdep-rebuild -L wx_baseu-3.0 -- --ask It wants to re-install wxpython-3.0.2.0, wxGTK-3.04 and wxGTK-304-r300. I've already done that a few times, but I answered 'y' anyway and let it reinstall them again. It didn't help: $ python -c "import wx" /usr/l

[gentoo-user] wxPython/wxWidgets release number mismatch

2018-09-17 Thread Grant Edwards
t or might be wrong! I've reinstalled wxpython, pygtk, and wxGTK, and it didn't help. $ python Python 2.7.15 (default, Sep 12 2018, 15:19:18) [GCC 7.3.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import wx

Re: [gentoo-user] Re: wxPython/wxWidgets release number mismatch

2018-09-17 Thread Andrew Udvare
On 9/17/18 5:02 PM, Grant Edwards wrote: > > It wants to re-install wxpython-3.0.2.0, wxGTK-3.04 and > wxGTK-304-r300. I've already done that a few times, but I answered > 'y' anyway and let it reinstall them again. It didn't help: > > $ python -c "import wx" &g

[gentoo-user] Re: wxPython/wxWidgets release number mismatch

2018-09-17 Thread Grant Edwards
't help: >> >> $ python -c "import wx" >> >> /usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py:16629: >> UserWarning: wxPython/wxWidgets release number mismatch >> warnings.warn("wxPython/wxWidgets release number mismatch") &g

[gentoo-user] hugin error message

2008-03-13 Thread David Harel
Hi, I emerged hugin-0.6.1-r2 (latest stable) with everything it depends on and when I run it I get: *$ hugin Fatal Error: Mismatch between the program and library build versions detected. The library used 2.6 (no debug,ANSI,compiler with C++ ABI 102,wx containers,compatible with 2.4

[gentoo-user] Re: how to track this down (emerge of amaya)

2006-03-10 Thread Harry Putnam
Hans-Werner Hilse [EMAIL PROTECTED] writes: The ebuild needs a fix, or even better: upstream needs to be fixed. It's mentioned in bugzilla already (gentoo bugzilla, that is). I helped myself by compiling manually. The same problem occurs, but you can simply change the directory to Amaya/WX

Re: [gentoo-user] wxGTK compilation fails missing thread.h

2014-07-27 Thread Alexander Kapshuk
On 07/27/2014 12:30 PM, Adam Carter wrote: On Sat, Jul 26, 2014 at 9:59 PM, Alexander Kapshuk alexander.kaps...@gmail.com mailto:alexander.kaps...@gmail.com wrote: Forgot to mention. equery -q b /usr/include/wx-2.8/wx/thread.h x11-libs/wxGTK-2.8.12.1-r1 Ok so the file

Re: [gentoo-user] wxGTK compilation fails missing thread.h

2014-07-27 Thread Alexander Kapshuk
: du -a /usr/*|sed '/\/thread.h$/!d;s/.*\t//' /usr/include/event2/thread.h /usr/include/ruby-2.0.0/ruby/thread.h /usr/include/wx-2.8/wx/thread.h /usr/lib/perl5/5.16.3/i686-linux/CORE/thread.h /usr/src/linux-3.12.21-gentoo-r1/include/config/generic/smp/idle/thread.h /usr/src/linux-3.12.21-gentoo-r1

[gentoo-user] Amaya

2012-09-22 Thread Silvio Siefke
Hello, i try since days install Amaya but it want not work. I try from Source but it end with mistake in wx, but wxGTK is installed. I try from deb Package it end with Raptor errors. Has someone installed Amaya and can me tell the way? Thank u. Regards Silvio

[gentoo-user] Re: Amaya

2012-10-01 Thread walt
On 10/01/2012 05:39 PM, Silvio Siefke wrote: I run the follow command, ../configure --enable-system-wx --enable-system-libwww --enable-system-raptor Sorry, I forgot to say that it compiles for me only when I omit all of those flags. Amaya doesn't like my system libs any better than it likes

[gentoo-user] Installing python-2.6

2015-04-23 Thread Guillaume Poulin
I'm currently contributing to a python project still supporting python 2.6. Since python 2.6 is no more in portage tree, I currently have no way to run the unit tests locally. Is there an easy way to install python 2.6? I don't need other packages support for python 2.6, just a python 2.6

Re: [gentoo-user] hugin error message

2008-03-13 Thread Alan McKinnon
++ ABI 102,wx containers,compatible with 2.4), and your program used 2.6 (no debug,ANSI,compiler with C++ ABI 1002,wx containers,compatible with 2.4). Aborted* Which library? Any idea? No idea, but I'll bet revdep-rebuild does :-) On second thoughts, maybe not. (it's still worth a try). Try run

Re: [gentoo-user] how to track this down (emerge of amaya)

2006-03-10 Thread Hans-Werner Hilse
already (gentoo bugzilla, that is). I helped myself by compiling manually. The same problem occurs, but you can simply change the directory to Amaya/WX/redland/raptor, type make, return to Amaya/WX/amaya and continue building with another make. This would also give you a more current version of amaya

[gentoo-user] Re: how to track this down (emerge of amaya)

2006-03-10 Thread Harry Putnam
Harry Putnam [EMAIL PROTECTED] writes: I helped myself by compiling manually. The same problem occurs, but you can simply change the directory to Amaya/WX/redland/raptor, type make, return to Amaya/WX/amaya and continue building with another make. This would also give you a more current

[gentoo-user] Problem emerging amule

2006-04-04 Thread Birch
!!! set-wxconfig: Error: Can't find normal or debug version: !!! set-wxconfig: /usr/lib/wx/config/base-unicode-release-2.6 not found !!! set-wxconfig: /usr/lib/wx/config/base-unicode-debug-2.6 not found -- gentoo-user@gentoo.org mailing list

[gentoo-user] emerge wxGTK with gtk2 in your USE

2006-06-15 Thread michael higgins
Hello, all. When updating my world, I come across this error when upgrading Audacity: !!! set-wxconfig: Error: Can't find normal or debug version: !!! set-wxconfig: /usr/lib/wx/config/gtk2-ansi-release-2.6 not found !!! set-wxconfig: /usr/lib/wx/config/gtk2-ansi-debug-2.6

Re: [gentoo-user] emerge wxGTK with gtk2 in your USE

2006-06-15 Thread Rumen Yotov
michael higgins wrote: Hello, all. When updating my world, I come across this error when upgrading Audacity: !!! set-wxconfig: Error: Can't find normal or debug version: !!! set-wxconfig: /usr/lib/wx/config/gtk2-ansi-release-2.6 not found !!! set-wxconfig: /usr/lib/wx

[gentoo-user] Problems emerging amule with gcc-4.1.1 in gentoo 2006.1

2006-09-04 Thread Fede
-2.1.2.tar.bz2 ;-) * wxGTK with gtk2 and unicode support will be used !!! set-wxconfig: Error: Can't find normal or debug version: !!! set-wxconfig: /usr/lib64/wx/config/gtk2-unicode-release-2.6 not found !!! set-wxconfig: /usr/lib64/wx/config/gtk2-unicode-debug-2.6 not found !!! You

[gentoo-user] dvdstyler fails to build, complains about wxSVG with no libav

2013-08-31 Thread Francisco Ares
Hi, It's been for a while: while trying to re-emerge a ~amd64 rmedia-video/dvdstyler-2.5.1 in a default/linux/amd64/13.0/desktop/kde profile machine, during the configuration pass, it stops, complaining about wxSVG not being built with LIBAV support: ... checking for wx-config... /usr/lib64/wx

[gentoo-user] Re: dvdstyler fails to build, complains about wxSVG with no libav [SOLVED]

2013-08-31 Thread Francisco Ares
: ... checking for wx-config... /usr/lib64/wx/config/gtk2-unicode-release-2.8 checking for wxWidgets version = 2.8.7... yes (version 2.8.12) checking for wxWidgets static library... no checking for wxWidgets media... yes checking for LIBAV... yes checking for libavformat/avformat.h... yes

Re: [gentoo-user] Simplified apache2

2006-09-13 Thread Ryan Tandy
[EMAIL PROTECTED] wrote: Even this is a bit more bloated than it needs to be. I have never used 'tcpd' Doesn't tcpd add security, thus suggesting it's use for a more secure system? Thanks, Brian It can. I haven't yet had a need to implement host-based security, and if I ever do, I

Re: [gentoo-user] syslog-ng: reporting no space though there's plenty

2015-03-24 Thread hw
Am 23.03.2015 um 19:27 schrieb Fernando Rodriguez: ls -l /proc/27532/fd/15 sunflo-mx ~ # ls -l /proc/27532/fd/15 l-wx-- 1 root root 64 24. Mär 10:06 /proc/27532/fd/15 - /dev/tty12 sunflo-mx ~ # Cool, thank you, I think I understand :) The host itself is using tty12 with its own

[gentoo-user] Instrumenting the GPU

2017-11-13 Thread Peter Humphrey
Hello list, I'm hunting a problem with cooling in this box, and I've got as far as suspecting my new AMD WX 5100 GPU. One of my BOINC projects causes the GPU temperature, as shown by gkrellm, to shoot up to 75C or more and cause intolerable system cooling noise. If I suspend that project

Re: [gentoo-user] wxGTK compilation fails missing thread.h

2014-07-26 Thread Alexander Kapshuk
of my knowledge, I did not experience any trouble building the package in question. threadpsx.cpp has these two references to 'thread.h': wxPython-src-2.8.12.1/src/unix/threadpsx.cpp:27,29 #if wxUSE_THREADS #include wx/thread.h wxPython-src-2.8.12.1/src/unix/threadpsx.cpp:50,52 #ifdef

Re: [gentoo-user] Re: wxPython/wxWidgets release number mismatch

2018-09-17 Thread Mick
might be wrong! > >> > >> I've reinstalled wxpython, pygtk, and wxGTK, and it didn't help. > > > > I think you need to try this: > > > > revdep-rebuild -L wx_baseu-3.0 -- --ask > > It wants to re-install wxpython-3.0.2.0, wxGTK-3.04 and >

[gentoo-user] wxGTK compile crash

2005-07-24 Thread Paweł Madej
' collect2: ld returned 1 exit status make: *** [.pch/wxprec_basedll/wx/wxprec.h.gch] B³±d 1 !!! ERROR: x11-libs/wxGTK-2.6.1 failed. !!! Function configure_build, Line 46, Exitcode 2 !!! emake failed !!! If you need support, post the topmost build error, NOT this status message

[gentoo-user] wxPython completly on acid ?

2012-06-04 Thread meino . cramer
. The X-cursor changed to a cross. After terminating with CTRL-C I got an additional file called wx which contains a screenshot of the terminal window from which I started the demo. THAT FILE IS IN PDF-FORMAT! It seems, something screwed up really bad... What happens here? And how can I fix

[gentoo-user] Re: Amaya

2012-09-25 Thread walt
On 09/22/2012 07:13 AM, Silvio Siefke wrote: Hello, i try since days install Amaya but it want not work. I try from Source but it end with mistake in wx, but wxGTK is installed. I try from deb Package it end with Raptor errors. Has someone installed Amaya and can me tell the way? I finally

Re: [gentoo-user] emerge wxGTK with gtk2 in your USE

2006-06-16 Thread michael higgins
/wx/config/gtk2-ansi-release-2.6 not found !!! set-wxconfig: /usr/lib/wx/config/gtk2-ansi-debug-2.6 not found !!! You need to emerge wxGTK with gtk2 in your USE So, I: # emerge -pv wxGTK These are the packages that would be merged, in order: Calculating dependencies

Re: [gentoo-user] Re: Amaya

2012-10-01 Thread Silvio Siefke
Hello, So i try on my Desktop to compile Amaya. Want not work. g++ -O2 -Wall -x c++ -D__cplusplus -D_UNIX -D_GL -D_WX -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I/usr/lib/wx/include/gtk2

Re: [gentoo-user] Re: wxPython/wxWidgets release number mismatch

2018-09-18 Thread Mart Raudsepp
let it reinstall them again. It didn't help: > > > > $ python -c "import wx" > > > > /usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py:16629: > > UserWarning: wxPython/wxWidgets release number mismatch > > warnings.warn("wxPython/wxWi

Re: [gentoo-user] Instrumenting the GPU

2017-11-13 Thread R0b0t1
h cooling in this box, and I've got as far as >> > suspecting my new AMD WX 5100 GPU. >> > >> > One of my BOINC projects causes the GPU temperature, as shown by >> > gkrellm, to shoot up to 75C or more and cause intolerable system >> > cooling noise. If I suspend

Re: [gentoo-user] Instrumenting the GPU

2017-11-13 Thread Peter Humphrey
On Monday, 13 November 2017 15:12:56 GMT Daniel Frey wrote: > On 11/13/17 02:59, Peter Humphrey wrote: > > Hello list, > > > > I'm hunting a problem with cooling in this box, and I've got as far as > > suspecting my new AMD WX 5100 GPU. > > > > One of my BO

Re: [gentoo-user] {OT} Screen recorder?

2011-07-18 Thread Grant
Does there exist a program that allows you to record the activity taking place on a computer screen for later review? I use this one to prep movies about using software etc ... files are not as small as camtasias for a given quality, but postprocessing helps get close if size is important.

Re: [gentoo-user] media-video/mkvtoolnix-7.3.0 fails to configure it seems

2015-07-16 Thread Alec Ten Harmsel
On Jul 16, 2015, at 1:15 PM, Dale rdalek1...@gmail.com wrote: Anyone else running into this? No. checking if linking against libMatroska works and if it requires -DMATROSKA_DLL... yes, without -MATROSKA_DLL checking for ZLIB... yes checking for wx-config... /usr/lib64/wx/config/gtk2

[gentoo-user] media-video/mkvtoolnix-7.3.0 fails to configure it seems

2015-07-16 Thread Dale
Anyone else running into this? checking if linking against libMatroska works and if it requires -DMATROSKA_DLL... yes, without -MATROSKA_DLL checking for ZLIB... yes checking for wx-config... /usr/lib64/wx/config/gtk2-unicode-3.0 checking for wxWidgets 2.8.0 or newer... 3.0.2 ok checking

Re: [gentoo-user] media-video/mkvtoolnix-7.3.0 fails to configure it seems

2015-07-20 Thread Dale
Alec Ten Harmsel wrote: On Jul 16, 2015, at 1:15 PM, Dale rdalek1...@gmail.com wrote: Anyone else running into this? No. checking if linking against libMatroska works and if it requires -DMATROSKA_DLL... yes, without -MATROSKA_DLL checking for ZLIB... yes checking for wx-config... /usr

Re: [gentoo-user] Instrumenting the GPU

2017-11-15 Thread Peter Humphrey
On Tuesday, 14 November 2017 18:24:52 GMT Marc Joliet wrote: > Am Montag, 13. November 2017, 11:59:06 CET schrieb Peter Humphrey: > > Hello list, > > > > I'm hunting a problem with cooling in this box, and I've got as far as > > suspecting my new AMD WX 5100 GPU. > &

Re: [gentoo-user] Instrumenting the GPU

2017-11-13 Thread Daniel Frey
On 11/13/17 02:59, Peter Humphrey wrote: Hello list, I'm hunting a problem with cooling in this box, and I've got as far as suspecting my new AMD WX 5100 GPU. One of my BOINC projects causes the GPU temperature, as shown by gkrellm, to shoot up to 75C or more and cause intolerable system

Re: [gentoo-user] Instrumenting the GPU

2017-11-14 Thread Marc Joliet
Am Montag, 13. November 2017, 11:59:06 CET schrieb Peter Humphrey: > Hello list, > > I'm hunting a problem with cooling in this box, and I've got as far as > suspecting my new AMD WX 5100 GPU. > > One of my BOINC projects causes the GPU temperature, as shown by gkrellm, to

[gentoo-user] DRM error: couldn't read SADs

2018-02-10 Thread Peter Humphrey
Hello list, My VGA card is: # lspci | grep VGA 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon Pro WX 5100] I've been getting these entries in dmesg every time I boot the machine, ever since I installed the card some months ago

[gentoo-user] non-root crontab failure (permissions issue?)

2008-05-17 Thread King Spook
/var/spool host2 spool # ls -alR cron/ cron/: total 16 drwxr-x--- 4 root cron4096 Mar 6 17:16 . drwxr-xr-x 6 root root4096 Apr 13 16:02 .. -rw-r--r-- 1 root root 0 Mar 6 17:16 .keep_sys-process_cronbase-0 drwx-wx--T 2 root crontab 4096 May 16 14:39 crontabs drwxr-x--- 2 root root

Re: [gentoo-user] non-root crontab failure (permissions issue?)

2008-05-17 Thread deface
are the permissions: ~~~ host2 spool # cd /var/spool host2 spool # ls -alR cron/ cron/: total 16 drwxr-x--- 4 root cron4096 Mar 6 17:16 . drwxr-xr-x 6 root root4096 Apr 13 16:02 .. -rw-r--r-- 1 root root 0 Mar 6 17:16 .keep_sys-process_cronbase-0 drwx-wx--T 2 root crontab 4096 May 16

Re: [gentoo-user] non-root crontab failure (permissions issue?)

2008-05-17 Thread deface
problems. Here are the permissions: ~~~ host2 spool # cd /var/spool host2 spool # ls -alR cron/ cron/: total 16 drwxr-x--- 4 root cron4096 Mar 6 17:16 . drwxr-xr-x 6 root root4096 Apr 13 16:02 .. -rw-r--r-- 1 root root 0 Mar 6 17:16 .keep_sys-process_cronbase-0 drwx-wx--T 2 root crontab

Re: [gentoo-user] Instrumenting the GPU

2017-11-14 Thread Peter Humphrey
; I'm hunting a problem with cooling in this box, and I've got as far > >> > as suspecting my new AMD WX 5100 GPU. > >> > > >> > One of my BOINC projects causes the GPU temperature, as shown by > >> > gkrellm, to shoot up to 75C or more and cause intolera

[gentoo-user] KiCAD: More trouble...

2020-05-10 Thread tuxic
ad-5.1.4/polygon/include -isystem /usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -isystem /usr/include/wx-3.0-gtk3 -DNDEBUG -DNDEBUG -Wall -O2 -pipe -march=native -Wsuggest-override -Werror=vla -pthread -Wshadow -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -std=gnu++11 -o CMakeFiles/co

Re: [gentoo-user] x11-libs/wxGTK-2.8.9.1-r3 fails to emerge

2009-01-19 Thread Mick
/var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/regex -DWXUSINGDLL -DWXMAKINGDLL_CORE -DwxUSE_BASE=0 -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/wxgtk_build/lib/wx/include/gtk2-unicode-release-2.8 -I

Re: [gentoo-user] x11-libs/wxGTK-2.8.9.1-r3 fails to emerge

2009-01-19 Thread Justin
/wxgtk_build/lib/wx/include/gtk2-unicode-release-2.8 -I/var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0

Re: [gentoo-user] New Portage browser

2006-05-16 Thread b.n.
and GUI, and of course portage is written (mostly? completely?) in python, so I'd suggest ... python I'd suggest Python too. You can write an API and then 2 wrappers: - a console-based ncurses one - an X-based wxpython one (I recommend wx because it's quite easy to program, powerful and it works

Re: [gentoo-user] New Portage browser

2006-05-16 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 b.n. wrote: I'd suggest Python too. Yep, it was definitely the way to go it seems. You can write an API and then 2 wrappers: - a console-based ncurses one - an X-based wxpython one (I recommend wx because it's quite easy to program, powerful

[gentoo-user] Re: Kernel upgrade and now LUKS failure

2010-05-18 Thread Jan Engelhardt
51 42 6b |9YH!;P.%Rn'OMQBk| 0020 34 43 38 76 4e 49 51 24 3f 5e 42 63 2f 6c 2d 76 |4C8vNIQ$?^Bc/l-v| 0030 34 7d 4d 6a 50 5c 41 3c 3f 70 76 67 22 57 21 6b |4}MjP\A?pvgW!k| 0040 77 78 5c 24 23 5e 2e 56 7a 56 24 5a 4f 7e 6a |wx\$#^.VzV$ZO~j| 004f If there were a newline

Re: [gentoo-user] Re: Swing !

2010-11-11 Thread meino . cramer
Nikos Chantziaras rea...@arcor.de [10-11-12 04:40]: On 11/12/2010 05:05 AM, meino.cra...@gmx.de wrote: Nikos Chantziarasrea...@arcor.de [10-11-12 01:20]: On 11/10/2010 09:24 PM, meino.cra...@gmx.de wrote: Hi, I am a little confused. I am compiled SuperCollider3 from source. When started,

Re: [gentoo-user] which machine to buy for perfect gentoo machine?!

2013-04-14 Thread Pandu Poluan
On Apr 14, 2013 1:27 PM, Michael Mol mike...@gmail.com wrote: On 04/14/2013 01:55 AM, Pandu Poluan wrote: On Apr 14, 2013 1:42 AM, Michael Mol mike...@gmail.com mailto:mike...@gmail.com wrote: [snip] What I meant was: given 4 physical AMD cores (but only 2 FPUs, courtesy of

Re: [gentoo-user] Instrumenting the GPU

2017-11-13 Thread J. Roeleveld
On Monday, November 13, 2017 4:12:56 PM CET Daniel Frey wrote: > On 11/13/17 02:59, Peter Humphrey wrote: > > Hello list, > > > > I'm hunting a problem with cooling in this box, and I've got as far as > > suspecting my new AMD WX 5100 GPU. > > > >

Re: [gentoo-user] KiCAD: More trouble...

2020-05-10 Thread Dale
ce-0.18/../../include/oce > -I/var/tmp/portage/sci-electronics/kicad-5.1.4/work/kicad-5.1.4/bitmaps_png/include > > -I/var/tmp/portage/sci-electronics/kicad-5.1.4/work/kicad-5.1.4/polygon/include > -isystem /usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -isystem > /usr/include/wx-3.0-gtk3

Re: [gentoo-user] x11-libs/wxGTK-2.8.9.1-r3 fails to emerge

2009-01-19 Thread Justin
-r3/work/wxPython-src-2.8.9.1/src/regex -DWXUSINGDLL -DWXMAKINGDLL_CORE -DwxUSE_BASE=0 -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/wxgtk_build/lib/wx/include/gtk2-unicode-release-2.8 -I/var/tmp/portage/x11-libs/wxGTK

[gentoo-user] x11-libs/wxGTK-2.8.9.1-r3 fails to emerge

2009-01-19 Thread Mick
-src-2.8.9.1/src/regex -DWXUSINGDLL -DWXMAKINGDLL_CORE -DwxUSE_BASE=0 -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/wxgtk_build/lib/wx/include/gtk2-unicode-release-2.8 -I/var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython

[gentoo-user] RapidSVN emerge failed

2005-06-07 Thread Kurt Guenther
I get this link error below when I emerge RapidSVN. I entered an error in bugzilla; hopefully, I did it right this time. ;-). --Kurt i686-pc-linux-gnu-g++ -march=pentium4 -O3 -pipe -Wall -g -fexceptions -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64

Re: [gentoo-user] RapidSVN emerge failed

2005-06-07 Thread Kurt Guenther
I just needed to reemerge wxGTK. Kurt Guenther wrote: I get this link error below when I emerge RapidSVN. I entered an error in bugzilla; hopefully, I did it right this time. ;-). --Kurt i686-pc-linux-gnu-g++ -march=pentium4 -O3 -pipe -Wall -g -fexceptions -I/usr/lib/wx/include/gtk2-2.4

[gentoo-user] Re: Kernel upgrade and now LUKS failure

2010-05-18 Thread Stefan G. Weichinger
|wx\$#^.VzV$ZO~j| 004f If there were a newline, one of the bytes would be 0a. Will check ... Do you know any howto where it is done the right way? The right and easy way is to just use the supplied pmt-ehd(8) tool, which works both interactively and non-interactively, depending

Re: [gentoo-user] AMD Radeon R7 370 (Pitcairn) causing the bootup to hang

2020-05-04 Thread Peter Humphrey
nsist of too many bugs (such as hanging the boot-up process for some > reason or another) to be of any actual use. Whilst I'm aware that is > obviously not the case due to the popularity of their cards, I am > bewildered at how difficult this seems. I have a Radeon Pr

Re: [gentoo-user] x11-libs/wxGTK-2.8.9.1-r3 fails to emerge

2009-01-19 Thread Dirk Heinrichs
-I/var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/regex -DWXUSINGDLL -DWXMAKINGDLL_CORE -DwxUSE_BASE=0 -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/wxgtk_build/lib/wx/include/gtk2-unicode

Re: [gentoo-user] what's wrong with pulseaudio?

2012-06-01 Thread Canek Peláez Valdés
canek 755 0.0 0.0 19032820 ?Sl May27 0:00 /usr/libexec/pulse/gconf-helper So I do $ ls -l /proc/752/fd/ total 0 lr-x-- 1 canek canek 64 May 30 20:39 0 - /dev/null l-wx-- 1 canek canek 64 May 30 20:39 1 - /dev/null lrwx-- 1 canek canek 64 May 30 20:39 10 - /home

Re: [gentoo-user] Re: Something eats my memory - please help

2017-04-09 Thread David Haller
I and DE integration. You could probably do that with a few lines of perl/python/ruby plus the toolkit of your choice (Tk, Gtk, Qt, Wx, Fltk, ...). I e.g. wanted a minmal clock to have while playing movies fullscreen. Result: ~21 lines of generously formatted perl using Tk and a bold-white-o

Re: [gentoo-user] dhcpcd: disable zerconf

2018-01-22 Thread mad.scientist.at.large
sorry, that was "root-1" i had tried to search for online.  seems that particular hole has likely been patched, but it's maddening that search engines will in fact no longer leave your' quoted text unmolested,  there's no was to escape the punctuation. mad.scientist.at.large (a good

Re: [gentoo-user] USB sound

2020-04-28 Thread Peter Humphrey
elf to fix > this so keep it simple for now. We can go there later if need be. Meanwhile there are a few complications. First, I also have a webcam with a microphone. I should have unplugged this before asking my question. Second, there's a sound driver in my Radeon Pro WX 5100, which I may wa

Re: [gentoo-user] hugin error message

2008-03-15 Thread David Harel
run it I get: *$ hugin Fatal Error: Mismatch between the program and library build versions detected. The library used 2.6 (no debug,ANSI,compiler with C++ ABI 102,wx containers,compatible with 2.4), and your program used 2.6 (no debug,ANSI,compiler with C++ ABI 1002,wx containers,compatible with 2.4

[gentoo-user] can't compile some C++ apps

2006-02-01 Thread Daniel Vrcic
-2.6.2/include/wx/longlong.h: In member function `bool wxULongLongNative::operator(long unsigned int) const': /var/tmp/portage/wxGTK-2.6.2-r1/work/wxWidgets-2.6.2/include/wx/longlong.h:472: internal compiler error: Segmentation fault - kdelibs * kshortcut.cpp: In member function

[gentoo-user] Tiny Annoying Window

2007-12-25 Thread Henk Boom
WM_NAME(STRING) = Firefox _NET_WM_NAME(UTF8_STRING) = 0x46, 0x69, 0x72, 0x65, 0x66, 0x6f, 0x78 In VLC Player, it starts when I start the player with the wx GUI. It even appears above the player when I switch to full-screen mode, which is really annoying O_O. xwininfo: xwininfo: Window id: 0x3200107

Re: [gentoo-user] USB sound

2020-04-28 Thread Mark Knecht
so keep it simple for now. We can go there later if need be. > > Meanwhile there are a few complications. First, I also have a webcam with a > microphone. I should have unplugged this before asking my question. > Agreed. Leave it disconnected for now for simplicity. > Second,

[gentoo-user] Re: Something eats my memory - please help

2017-04-09 Thread Kai Krakow
should run in a few KB. Or a few MB with a fancy GUI and DE > integration. It uses 1M of memory currently. The 512M limit I set is just a safety boundary. I don't actually want to limit it, but when it goes havoc it's as least limited. > You could probably do that with a few lines of perl/python