Re: [gentoo-user] How does OpenRC know if a service is crashed?

2018-08-02 Thread Manuel Mommertz
Am Donnerstag, 2. August 2018, 11:32:23 CEST schrieb Alarig Le Lay: > Hi, > > Some times ago, I wrote a basic init script for a service I?m running > but that is not in the tree. > It?s just a python script behind a reverse-proxy. > > bulbizarre ~ # cat /etc/init.d/paste-py

[gentoo-user] mysql to postgresql migration

2014-07-15 Thread James
Hello, I recently ran across this script: py-mysql2pgsql [1] and this discussion on it's origin [2]. I'm keenly interested in the recommendations of others for migrating mysql databases to postgresql and any comments on this aforementioned script or other methodologies TIA, James [1

[gentoo-user] How does OpenRC know if a service is crashed?

2018-08-02 Thread Alarig Le Lay
Hi, Some times ago, I wrote a basic init script for a service I’m running but that is not in the tree. It’s just a python script behind a reverse-proxy. bulbizarre ~ # cat /etc/init.d/paste-py #!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU

Re: [gentoo-user] How does OpenRC know if a service is crashed?

2018-08-02 Thread Alarig Le Lay
Hi Manuel On jeu. 2 août 12:30:16 2018, Manuel Mommertz wrote: > Hey Alarig, > > I suggest to read the man-page of start-stop-daemon to get an detailed idea > of > how it works. > > You use '--name paste-py' which tells start-stop-daemon to look for a process >

Re: [gentoo-user] Re: Progress made, not done yet Re: All of a sudden, no apache2. No clue why.

2010-08-04 Thread Kyle Bader
AddHandler cgi-script cgi py Thanks, Kyle, you've been getting me closer and closer. If I'm starting to get the new stuff, AddHandler declares certain extensions.  Up until last month, extensions were not required, and in fact my CGI programs have never had them.  It used to be enough to use

[gentoo-user] Problems with bootstrap stage1, emerge errors

2009-04-08 Thread HObbES
(most recent call last): File /usr/bin/portageq, line 609, in ? main() File /usr/bin/portageq, line 578, in main import portage File //usr/lib/portage/pym/portage/__init__.py, line 8215, in ? _ensure_default_encoding() File //usr/lib/portage/pym/portage/__init__.py, line 7796

Re: [gentoo-user] Gentoos community communication rant

2010-09-07 Thread Al
It would be as simple as this: 1.) enter news.gentoo.org as news server to thunderbird 2.) select the groups you want to read 2 steps not more. That is far more simple than subscribing to a mailing list. Al

Re: [gentoo-user] A question about emerge --info

2008-10-29 Thread Andrey Vul
Update: it has something to do with platform.platform() Now to search for platform by grepping all the .py files in /usr/lib. Hopefully this will take less time than emerge --regen. -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting

[gentoo-user] Net config

2005-05-02 Thread Michal Kurgan
Hello all Gentooists! I want to know if it's possible to configure network in that way that if dhcp fails it will use a static IP, written by me in config file. I only want that service will start succesfully if dhcp server is dead, so dependent services will start too (like Apache), because i

[gentoo-user] Re: dd - bytes at a time

2009-12-19 Thread Stroller
On 19 Dec 2009, at 10:59, Neil Bothwick wrote: ... Incidentally, if you want to use dd, adding bs=4096 speeds it up quite significantly. Thank you. I have always wondered what the optimal bs might be. And why - could you possibly explain that, please? Is bs=4096 best for all disk-based

[gentoo-user] equery warnings

2010-03-05 Thread Jacques Montier
Hi all, While using equery, i get this warning : /usr/lib/portage/pym/portage/util/__init__.py:1121: DeprecationWarning: The 'myroot' parameter for portage.config.getvirtuals() is deprecated result = lazy_item.func(*pargs, **kwargs) Nevertheless equery 's working fine. Any idea ? Thank you

Re: [gentoo-user] mixing python-2 and python-3 howto

2010-04-22 Thread Albert W. Hopkins
On Thu, 2010-04-22 at 16:12 +0200, Justin wrote: There will be an announcement, when py-3.* goes stable and is supported to be used as system python. Yes, so make certain you leave instructions in your will ;) (if you didn't get that then just ignore it)

Re: [gentoo-user] python-2.7 python-updater

2011-03-28 Thread Roman Zilka
else inside those dirs besides *.pyc and *.pyo files? If not, it's safe to remove them. *.py[co] are pre-semi-compiled python programs that python creates upon the first run of a *.py source. Some 1-2 years ago (and before) portage couldn't handle these remnants, as they didn't actually belong

Re: Your earliest ooh, shiny (was: [gentoo-user] Floppy support question)

2012-01-30 Thread Paul Hartman
://inventwithpython.com/blog/2010/06/25/gorilla-py-a-remake-of-gorilla-bas/

[gentoo-user] nsapass - alternative to keepassxc (and others)

2020-07-17 Thread Caveman Al Toraboran
hi - recently i heard some guys were suffering in this list from keepassxc, which reminded me of my my own. so i finally decided to put an end to this in 404 lines of py code: https://github.com/Al-Caveman/nsapass hth. rgrds, cm.

[gentoo-user] What's wrong with emerge

2009-06-01 Thread alain . didierjean
/portage/pym/_emerge/__init__.py, line 14830, in emerge_main if portage._global_updates(trees, mtimedb[updates]): File //usr/lib64/portage/pym/portage/__init__.py, line 7914, in _global_updates moves = vardb.move_ent(update_cmd) File //usr/lib64/portage/pym/portage/dbapi/vartree.py, line

[gentoo-user] Re: What's wrong with emerge

2009-06-01 Thread Nikos Chantziaras
= _emerge.emerge_main() File //usr/lib64/portage/pym/_emerge/__init__.py, line 14830, in emerge_main if portage._global_updates(trees, mtimedb[updates]): File //usr/lib64/portage/pym/portage/__init__.py, line 7914, in _global_updates moves = vardb.move_ent(update_cmd) File //usr/lib64/portage

Re: [gentoo-user] Any *usable* CRM/ERP package in portage ?

2007-04-24 Thread Enrico Weigelt
/python2.4/site-packages/gtk-2.0/gtk/__init__.py, line 48, in ? from gtk import _gtk File /usr/lib/python2.4/site-packages/cairo/__init__.py, line 1, in ? from _cairo import * ImportError: /usr/lib/python2.4/site-packages/cairo/_cairo.so: undefined symbol: cairo_copy_clip_rectangle_list

Re: [gentoo-user] mysql to postgresql migration

2014-07-15 Thread J. Roeleveld
On 15 July 2014 14:55:14 CEST, James wirel...@tampabay.rr.com wrote: Hello, I recently ran across this script: py-mysql2pgsql [1] and this discussion on it's origin [2]. I'm keenly interested in the recommendations of others for migrating mysql databases to postgresql and any comments

Re: [gentoo-user] "eselect (c)python --list" corrupted somehow?

2018-02-03 Thread Floyd Anderson
[1] python3.5 [2] python3.4 (uninstalled) [3] python2.7 [4] python3.4 (uninstalled) [5] python3.6 [6] python3.4 (uninstalled) Not “corrupted somehow”, it’s a work-in-progress (WIP), see [1]. Why it is listing python versions, when '--cpython' is set? Because the filter ‘-

[gentoo-user] Best way to install RPMs on Gentoo

2005-12-22 Thread Tom Smith
I've got a couple of RPM-based programs to install (there's also an option to install their .deb equivalent). What is the best way to install the RPMs on Gentoo? I personally prefer apt from Debian but couldn't find that in Portage. The only thing I was able to locate with rpm. The main thing

[gentoo-user] Re: elogviewer and something odd with equery

2010-04-26 Thread walt
/gtk/__init__.py:57: GtkWarning: could not open display Do you have the DISPLAY variable set properly in root's environment?

Re: [gentoo-user] eudev/udev changeover: a warning to Linode customers

2021-12-01 Thread Matt Connell (Gmail)
On Wed, 2021-12-01 at 14:28 -0500, Rich Freeman wrote: > indeed being able to change this stuff is part of the appeal of > Gentoo.  Besides, Gentoo users probably would want to be aware of it > anyway... Amen. I knew what I was signing up for. Just hoping to save someone else an unexpected trip

Re: [gentoo-user] mpv no longer compiles

2023-03-17 Thread Michael Orlitzky
On Fri, 2023-03-17 at 12:21 +, Daniel Pielmeier wrote: > > > I don't think this should be necessary. The docutils ebuild should > take care of this. If it doesn't there is a bug in docutils or maybe > the mpv ebuild should call the py script directly. > The ebuilds thems

Re: [gentoo-user] Re: Progress made, not done yet Re: All of a sudden, no apache2. No clue why.

2010-08-05 Thread Kevin O'Gorman
On Wed, Aug 4, 2010 at 10:04 AM, Kyle Bader kyle.ba...@gmail.com wrote: AddHandler cgi-script cgi py Thanks, Kyle, you've been getting me closer and closer. If I'm starting to get the new stuff, AddHandler declares certain extensions. Up until last month, extensions were not required

Re: [gentoo-user] Plone

2005-05-22 Thread Patrick
, global_dict, silly) File /var/lib/zope/zope-2.7.6/Products/CMFPhoto/__init__.py, line 2, in ? import Photo File /var/lib/zope/zope-2.7.6/Products/CMFPhoto/Photo.py, line 20, in ? from imageengine import isPilAvailable, isConvertAvailable File /var/lib/zope/zope-2.7.6/Products/CMFPhoto

Re: [gentoo-user] Plone

2005-05-22 Thread Haim Ashkenazi
, line 673, in import_product product=__import__(pname, global_dict, global_dict, silly) File /var/lib/zope/zope-2.7.6/Products/CMFPhoto/__init__.py, line 2, in ? import Photo File /var/lib/zope/zope-2.7.6/Products/CMFPhoto/Photo.py, line 20, in ? from imageengine import

Re: [gentoo-user] Building firefox-61 with distcc

2018-08-02 Thread Branko Grubic
r1/work/firefox-61.0/python/mach/mach/mixin/logging.py", > line 54, in log > extra={'action': action, 'params': params}) > File "/usr/lib64/python2.7/logging/__init__.py", line 1231, in log > self._log(level, msg, args, **kwargs) > File "/usr/lib64/pyt

[gentoo-user] Building firefox-61 with distcc

2018-08-02 Thread Daniel Frey
build_output', {'line': message}, '{line}') File "/var/tmp/portage/www-client/firefox-61.0-r1/work/firefox-61.0/python/mach/mach/mixin/logging.py", line 54, in log extra={'action': action, 'params': params}) File "/usr/lib64/python2.7/logging/__init__.py", line 1231, in lo

[gentoo-user] Firefox and Thunderbird compile issue

2018-11-17 Thread Daniel Frey
y", line 54, in log extra={'action': action, 'params': params}) File "/usr/lib64/python2.7/logging/__init__.py", line 1238, in log self._log(level, msg, args, **kwargs) File "/usr/lib64/python2.7/logging/__init__.py", line 1293, in _log self.handle(record) F

[gentoo-user] Libffi and total anihilation.

2021-08-20 Thread Alan Grimes
oot = str(portage.root)   File "/usr/lib/python3.9/site-packages/portage/proxy/objectproxy.py", line 61, in __str__     return str(object.__getattribute__(self, '_get_target')())   File "/usr/lib/python3.9/site-packages/portage/__init__.py", line 661, in _get_target     return _ge

Re: [gentoo-user] Trouble installing Plone

2009-06-12 Thread Florian Philipp
/portage/net-zope/zope-2.10.7/image/usr/lib/zope-2.10.7/lib/python/OFS/Application.py, line 709, in import_product File /var/lib/zope/zope-binarywings/Products/ATContentTypes/__init__.py, line 64, in ? import Products.ATContentTypes.content File /var/lib/zope/zope-binarywings/Products

Re: [gentoo-user] Should emerge --sync be so slow?

2005-10-19 Thread Dave Nebinger
the recent Python upgrade - I had to remove the module to run emerge. Yes, but all you need to do is (as the python update ebuild reported but many of us missed) run python-updater and it would have resolved the issue. It was due to relocation of the libraries for py 2.4 vs 2.3 Run python-updater

Re: [gentoo-user] NVIDIA question

2006-10-25 Thread Istvan Pongracz
You forgot to rmmod nvidia modprobe nvidia Previous nvidia kernel driver was in the memory, that is why dmesg reported the different versions. István Jorge Almeida írta: I upgraded nvidia-drivers from 1.0.8774 to 1.0.8776. Couldn't restart the X server. dmesg said the client and the kernel

Re: [gentoo-user] equery warnings

2010-03-05 Thread Dale
chrome://messenger/locale/messengercompose/composeMsgs.properties: Hi all, While using equery, i get this warning : /usr/lib/portage/pym/portage/util/__init__.py:1121: DeprecationWarning: The 'myroot' parameter for portage.config.getvirtuals() is deprecated result = lazy_item.func(*pargs

Re: [gentoo-user] equery warnings

2010-03-06 Thread Jacques Montier
Le 05/03/2010 22:32, Dale a gentiment tapote: chrome://messenger/locale/messengercompose/composeMsgs.properties: Hi all, While using equery, i get this warning : /usr/lib/portage/pym/portage/util/__init__.py:1121: DeprecationWarning: The 'myroot' parameter for portage.config.getvirtuals

[gentoo-user] portage/python problem

2010-03-09 Thread Zhu Sha Zang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, using: sys-apps/portage-2.1.8.2 with python3 or without python3 activated i receive this error (or warning, cos the comand still working) when try to use equery: / equery d dev-libs/libg15render /usr/lib/portage/pym/portage/util/__init__.py

Re: [gentoo-user] portage/python problem

2010-03-09 Thread Neil Bothwick
On Tue, 09 Mar 2010 10:22:04 -0300, Zhu Sha Zang wrote: equery d dev-libs/libg15render /usr/lib/portage/pym/portage/util/__init__.py:1121: DeprecationWarning: The 'myroot' parameter for portage.config.getvirtuals() is deprecated result = lazy_item.func(*pargs, **kwargs) /Where's

[gentoo-user] emerge python-updater - raise InvalidAtom(self)

2010-09-29 Thread Al
Hello, after emerging portage emerging python-updater brock with this [...] File /home/prefix/gentoo/usr/lib/portage/pym/portage/dep/__init__.py, line 1006, in __init__ raise InvalidAtom(self) portage.exception.InvalidAtom: media-tv/vdrplugin-rebuild::Cygwin overlay I get the same error

Re: [gentoo-user] Re: Swing !

2010-11-12 Thread Arttu V.
to be some (optional?) GUI component which is written in Java. Or something. It also has some .py files (some python code?) among its sources. This swing-thing it needs seems to be called SwingOSC, which is not your regular java Swing. SwingOSC claims to be a framework built on top of Java's Swing

[gentoo-user] chromium build issue

2013-11-21 Thread james N.
... Traceback (most recent call last): File build/gyp_chromium, line 157, in module sys.exit(gyp.main(args)) File /var/tmp/portage/www-client/chromium-32.0.1700.19/work/chromium-32.0.1700.19/tools/gyp/pylib/gyp/__init__.py, line 527, in main return gyp_main(args) File /var/tmp/portage/www

Re: [gentoo-user] chromium build issue

2013-11-22 Thread Alecks Gates
/gyp/pylib/gyp/__init__.py, line 527, in main return gyp_main(args) File /var/tmp/portage/www-client/chromium-32.0.1700.19/work/chromium-32.0.1700.19/tools/gyp/pylib/gyp/__init__.py, line 503, in gyp_main options.circular_check) File /var/tmp/portage/www-client/chromium

Re: [gentoo-user] PYTHON_CFLAGS is invalid for python-r1 suite

2015-01-04 Thread Andreas K. Huettel
-4.2.8.2::gentoo failed (setup phase): PYTHON_CFLAGS is invalid for python-r1 suite, please take a look @ https://wiki.gentoo.org/wiki/Project:Python/Python.eclass_conversion#PY TH ON _CFLAGS Never mind, we found the problem. Working on it. http://dilfridge.blogspot.de/2015/01

[gentoo-user] Cannot compile poetry

2024-01-07 Thread Hung Dang
-01-07 19:14:19,775 gpep517 INFO Building wheel via backend poetry.core.masonry.api Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/usr/lib/python3.11/site-packages/gpep517/__main__.py

Re: [gentoo-user] Re: What's wrong with emerge

2009-06-02 Thread alain . didierjean
): File /usr/bin/emerge, line 40, in module retval = _emerge.emerge_main() File //usr/lib64/portage/pym/_emerge/__init__.py, line 14830, in emerge_main if portage._global_updates(trees, mtimedb[updates]): File //usr/lib64/portage/pym/portage/__init__.py, line 7914

Re: [gentoo-user] mixing python-2 and python-3 howto

2010-04-22 Thread Justin
. They will install supporting modules for all available ABIs. And those which support just a single version, they will install as normal and fix the shebang to the highest supported version. So in you case, just emerge python-3, but leave the system python to py-2.*. There will be an announcement, when

Re: [gentoo-user] virt-manager-0.9.1 broken?

2012-03-14 Thread Stefan G. Weichinger
, gtk = virtManager.guidiff.get_imports() File /usr/share/virt-manager/virtManager/guidiff.py, line 46, in get_imports import virtManager.util File /usr/share/virt-manager/virtManager/util.py, line 28, in module import virtinst File /usr/lib64/python2.7/site-packages/virtinst/__init__.py

[gentoo-user] Re: mysql to postgresql migration

2014-07-15 Thread James
J. Roeleveld joost at antarean.org writes: I recently ran across this script: py-mysql2pgsql [1] and this discussion on it's origin [2]. I'm keenly interested in the recommendations of others for migrating mysql databases to postgresql and any comments on this aforementioned script or other

[gentoo-user] retext, PyQt, QtPrintSupport, and QObject

2017-02-08 Thread Grant Edwards
run: $ retext Traceback (most recent call last): File "/usr/lib64/python3.4/site-packages/ReText/__init__.py", line 16, in from PyQt5 import QtCore, QtPrintSupport, QtGui, QtWidgets, QtWebKit, QtWebKitWidgets ImportError: cannot import name 'QtPrintSupport'

Re: [gentoo-user] How to appoint python version for a package

2014-04-02 Thread 林守磊
self.md = markdown.Markdown(self.extensions, output_format='html4') File /usr/lib64/python3.2/site-packages/markdown/__init__.py, line 139, in __init__ configs=kwargs.get('extension_configs', {})) File /usr/lib64/python3.2/site-packages/markdown/__init__.py, line 166, in registerExtensions

Re: [gentoo-user] How to appoint python version for a package

2014-04-02 Thread 林守磊
= markdown.Markdown(self.extensions, output_format='html4') File /usr/lib64/python3.2/site-packages/markdown/__init__.py, line 139, in __init__ configs=kwargs.get('extension_configs', {})) File /usr/lib64/python3.2/site-packages/markdown/__init__.py, line 166, in registerExtensions

[gentoo-user] dev-python/whoosh fails to compile

2017-07-29 Thread John Covici
pying src/whoosh/index.py -> /var/tmp/portage/dev-python/whoosh-2.7.4/work/Whoosh-2.7.4-python2_7/lib/whoosh copying src/whoosh/multiproc.py -> /var/tmp/portage/dev-python/whoosh-2.7.4/work/Whoosh-2.7.4-python2_7/lib/whoosh copying src/whoosh/__init__.py -> /var/tmp/portage/dev-python/w

Re: [gentoo-user] New Installation

2017-02-04 Thread J. Roeleveld
t;/var/tmp" >PORTAGE_TMPFS="/dev/shm" >PORTAGE_NICENESS=3 >AUTOCLEAN="yes" > >and emerge --sync is giving me an error: > >"/etc/portage/make.conf", line 34: No closing quotation >Traceback (most recent call last): > File "/usr/lib/py

Re: [gentoo-user] New Installation

2017-02-04 Thread thelma
erge", line 50, in retval = emerge_main() File "/usr/lib64/python3.4/site-packages/_emerge/main.py", line 1196, in emerge_main action=myaction, args=myfiles, opts=myopts) File "/usr/lib64/python3.4/site-packages/portage/proxy/objectproxy.py", line 31, in __call

Re: [gentoo-user] New Installation

2017-02-04 Thread Mick
/etc/portage/make.conf", line 34: No closing quotation Yes, I've noted the same above. > Traceback (most recent call last): > File "/usr/lib/python-exec/python3.4/emerge", line 50, in > retval = emerge_main() > File "/usr/lib64/python3.4/site-packages/_emerge/

[gentoo-user] app-office/taskcoach-1.4.3-r1 fails to launch

2017-06-02 Thread Mick
e "/usr/lib64/python2.7/site-packages/twisted/internet/_newtls.py", line 21, in from twisted.protocols.tls import TLSMemoryBIOFactory, TLSMemoryBIOProtocol File "/usr/lib64/python2.7/site-packages/twisted/protocols/tls.py", line 40, in from OpenSSL.SSL import

Re: [gentoo-user] Python-3.9 and emerge problems

2021-06-18 Thread Wols Lists
"/usr/lib/python3.9/site-packages/_emerge/depgraph.py", line > 4055, in select_files > return self._select_files(args) > File "/usr/lib/python3.9/site-packages/_emerge/depgraph.py", line > 4189, in _select_files > set_atoms = root_config.setconfig.getS

Re: [gentoo-user] Python-3.9 and emerge problems

2021-06-18 Thread John Covici
line 10043, > in _backtrack_depgraph > success, favorites = mydepgraph.select_files(myfiles) > File "/usr/lib/python3.9/site-packages/_emerge/depgraph.py", line 4055, > in select_files > return self._select_files(args) > File "/usr/lib/python3.9/site-packages/_e

Re: [gentoo-user] Python-3.9 and emerge problems

2021-06-18 Thread Neil Bothwick
elect_files(myfiles) > File "/usr/lib/python3.9/site-packages/_emerge/depgraph.py", line > 4055, in select_files > return self._select_files(args) > File "/usr/lib/python3.9/site-packages/_emerge/depgraph.py", line > 4189, in _select_files >

Re: [gentoo-user] Python-3.9 and emerge problems

2021-06-18 Thread John Covici
quot;, line > > 4055, in select_files > > return self._select_files(args) > > File "/usr/lib/python3.9/site-packages/_emerge/depgraph.py", line > > 4189, in _select_files > > set_atoms = root_config.setconfig.getSetAtoms(s) > > File "/usr/

Re: [gentoo-user] Q: What is "python-exec2c"? Why would "python3" dispatched through it not see an installed copy of pyyaml?

2021-03-07 Thread Steven Lembark
on/chardet-4.0.0/temp/tmp591yrh90.py' * /usr/bin/python3.8 /tmp/portage/dev-python/chardet-4.0.0/temp/tmp591yrh90.py removing /tmp/portage/dev-python/chardet-4.0.0/temp/tmp591yrh90.py writing byte-compilation script '/tmp/portage/dev-python/chardet-4.0.0/temp/tmp9vcif_en.py' * /usr/bin/pytho

[gentoo-user] pygtk threading disabled at compile time

2008-05-04 Thread luis jure
hello list, recently i began having problems when trying to run gaupol, a subtitle editor. it fails thus: Traceback (most recent call last): File /usr/bin/gaupol, line 18, in module import gaupol.gtk File /usr/lib/python2.5/site-packages/gaupol/gtk/__init__.py, line 44, in module

Re: [gentoo-user] pygtk threading disabled at compile time

2008-05-04 Thread Mick
/gaupol/gtk/__init__.py, line 44, in module gobject.threads_init() RuntimeError: pygtk threading disabled at compile time yesterday i installed deluge (a bittorrent client) and it crashes with the same error: File /usr/lib/python2.5/site-packages/deluge/interface.py, line 1041, in start

[gentoo-user] Java problem (with pylucene)

2007-11-28 Thread Helmut Jarausch
build I get the error message File /usr/lib/python2.5/site-packages/jcc/__init__.py, line 30, in module from _jcc import initVM ImportError: /usr/lib/jvm/sun-jdk-1.6/jre/lib/i386/libjava.so: symbol JVM_GetClassSignature, version SUNWprivate_1.1 not defined in file libjvm.so with link time

Re: [gentoo-user] Java problem (with pylucene)

2007-11-28 Thread Helmut Jarausch
repository) I have configured JCC (part of pylucene) to use the sun-jdk-1.6 During build I get the error message File /usr/lib/python2.5/site-packages/jcc/__init__.py, line 30, in module from _jcc import initVM ImportError: /usr/lib/jvm/sun-jdk-1.6/jre/lib/i386/libjava.so: symbol

[gentoo-user] can't get pysqlite custom build working

2009-01-30 Thread Michael P. Soulier
help, copyright, credits or license for more information. from pysqlite2 import dbapi2 as sqlite Traceback (most recent call last): File stdin, line 1, in ? File pysqlite2/dbapi2.py, line 27, in ? from pysqlite2._sqlite import * ImportError: No module named _sqlite A pysqlite developer tells

Re: [gentoo-user] Finding orphaned libs

2009-06-09 Thread Mike Kazantsev
of what I was thinking. It was generated when it was started up the first time. I also noticed some things that I installed in the Seamonkey directory too. Adblock was one of those. That's not quite correct: .py[co] are generated by emerge right after package installaton and these won't come

Re: [gentoo-user] Finding orphaned libs

2009-06-10 Thread Dale
cycles. That's sort of what I was thinking. It was generated when it was started up the first time. I also noticed some things that I installed in the Seamonkey directory too. Adblock was one of those. That's not quite correct: .py[co] are generated by emerge right after package

Re: [gentoo-user] Finding orphaned libs

2009-06-10 Thread Mike Kazantsev
On Wed, 10 Jun 2009 02:53:52 -0500 Dale rdalek1...@gmail.com wrote: That's not quite correct: .py[co] are generated by emerge right after package installaton and these won't come back unless you use these libs as root, since python won't have write access to these paths and will be byte

[gentoo-user] File-roller build bug

2006-02-22 Thread Darryl Wagoner
-roller.xml.tmp \ cp file-roller.xml.tmp file-roller.xml rm -f file-roller.xml.tmp) Traceback (most recent call last): File /usr/bin/xml2po, line 34, in ? import libxml2 File /usr/lib/python2.4/site-packages/libxml2.py, line 1, in ? import libxml2mod ImportError: /usr/lib/python2.4/site-packages

Re: [gentoo-user] media-video/totem-2.20.3 Access violation

2008-07-30 Thread Daniel Pielmeier
when python byte code is not handled by the eclasses the py{c,o} files are created at runtime when using the program as root. At deinstallation this files are not removed from the filesystem because the package manager is not aware of them. [1] http://bugs.gentoo.org/show_bug.cgi?id=194343 [2] http

[gentoo-user] PCMCIA Modems

2005-04-25 Thread Digby Tarvin
Can anyone direct me to any useful resources for researching hardware suitability for use in Gentoo systems? My immediate need is to replace my old 10Mb PCMCIA LAN card in my notebook with a 100Mb or better, ideally a multi-function card that includes a modem as well (which would probably narrow

[gentoo-user] revdep-rebuild fails

2005-09-28 Thread Wes Gray
. . All prepared. Starting rebuild... emerge --oneshot --nodeps =app-arch/rpm-4.2 =app-pda/pilot-link-0.11.8 =app-te xt/openjade-1.3.2-r1 =app-text/uudeview-0.5.20 =dev-lang/lua-5.0.2 =dev-lang/py thon-2.2.3-r5 =dev-libs/libcdio-0.73 =dev-python/gnome-python-1.99.16 =gnome-ba se/gnome-vfs

Re: [gentoo-user] [OT] Python IDE

2007-06-10 Thread rebus_rdk
Why do people always mention vim when talking about IDE's? You can mention Quanta too then... Anyway eric seems good for py development. Cant wait till the eric4 comes in to the portage. Eclipse has far more options then any editor i have ever used on linux but it eats memory like i do chocolate

[gentoo-user] Unable to establish python symlink

2007-01-19 Thread Mick
-2.0/gtk/_lazyutils.py[co] * Purging /usr/lib/python2.4/site-packages/gtk-2.0/gtk/compat.py[co] * Purging /usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py[co] * Purging /usr/lib/python2.4/site-packages/gtk-2.0/gtk/keysyms.py[co] * Purging /usr/lib/python2.4/site-packages/gtk-2.0/gtk

Re: [gentoo-user] Re: elogviewer and something odd with equery

2010-04-26 Thread Dale
-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display Do you have the DISPLAY variable set properly in root's environment? Apparently something got changed with a update. I tried to run hp-setup a bit ago and it failed too. It gave this error: No protocol specified hp

[gentoo-user] Re: elogviewer and something odd with equery

2010-04-26 Thread walt
specified /usr/lib/python2.6/site-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display Do you have the DISPLAY variable set properly in root's environment? Apparently something got changed with a update. I tried to run hp-setup a bit ago and it failed too. It gave

Re: [gentoo-user] Re: elogviewer and something odd with equery

2010-04-26 Thread Alan McKinnon
/ # elogviewer No protocol specified /usr/lib/python2.6/site-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display Do you have the DISPLAY variable set properly in root's environment? Apparently something got changed with a update. I tried to run hp-setup a bit ago

Re: [gentoo-user] Re: Progress made, not done yet Re: All of a sudden, no apache2. No clue why.

2010-08-03 Thread Kevin O'Gorman
never had them. It used to be enough to use ScriptAlias, and put an executable in the directory. If it was a script with a shebang, or a compiled ELF program all was well. If I were going to use extensions, it would be .py or possibly .python, not .cgi or .pl. I see hints that the same sort

Re: [gentoo-user] emerge python-updater - raise InvalidAtom(self)

2010-09-29 Thread Arttu V.
On 9/29/10, Al oss.el...@googlemail.com wrote: Hello, after emerging portage emerging python-updater brock with this [...] File /home/prefix/gentoo/usr/lib/portage/pym/portage/dep/__init__.py, line 1006, in __init__ raise InvalidAtom(self) portage.exception.InvalidAtom: media-tv

[gentoo-user] KDE4 + python3.1 == no system-config-printer-kde ?

2011-06-13 Thread Dmitry S. Makovey
call last): File /usr/share/apps/cmake/modules/FindPyKDE4.py, line 8, in module import PyKDE4.pykdeconfig with a bit of look-around it seems like pykde4 has: RESTRICT_PYTHON_ABIS=2.4 which boils down to (what seems like) pykde4 is built only for 3.1 # epm -ql pykde4 | grep pykdeconfig /usr

[gentoo-user] Calibre break after Update

2013-02-17 Thread Silvio Siefke
/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

Re: [gentoo-user] PosgreSQL - pg_hba.conf localhost access only

2013-04-25 Thread Joseph
is in postgres user; apache was given permission to access the database in this case py-passing the setting in pg_hba.conf Is there a way to force sequence: Apache/website - pg_hba.conf - Postgresql -- Joseph

Re: [gentoo-user] PosgreSQL - pg_hba.conf localhost access only

2013-04-25 Thread Joseph
On 04/25/13 18:57, J. Roeleveld wrote: So pg_hba.conf only controls direct connections to postgreSQL. Correct. Since apache group is in postgres user; apache was given permission to access the database in this case py-passing the setting in pg_hba.conf Wrong, Postgresql does not check

Re: [gentoo-user] PosgreSQL - pg_hba.conf localhost access only

2013-04-26 Thread J. Roeleveld
On Thu, April 25, 2013 20:26, Joseph wrote: On 04/25/13 18:57, J. Roeleveld wrote: So pg_hba.conf only controls direct connections to postgreSQL. Correct. Since apache group is in postgres user; apache was given permission to access the database in this case py-passing the setting

Re: [gentoo-user] CD ripper that generates song titles?

2015-08-28 Thread Justin Findlay
to do this that you are very welcome to try. It does not have an ebuild, but it should work as long as you install dev-python/cddb-py. https://github.com/jfindlay/jmoney Justin

[gentoo-user] Is this a dependency bug?

2017-02-20 Thread Grant Edwards
I installed weasyprint-0.29, but it won't run: $ weasyprint Traceback (most recent call last): File "/usr/lib/python-exec/python2.7/weasyprint", line 6, in from pkg_resources import load_entry_point [...] File "/usr/lib64/python2.7/site-packages/pkg_resour

Re: [gentoo-user] Is this a dependency bug?

2017-02-27 Thread Andrew Savchenko
rces import load_entry_point > [...] > File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line > 849, in resolve > raise DistributionNotFound(req, requirers) > pkg_resources.DistributionNotFound: The 'CairoSVG<2,>=1.0.20' distribution > wa

Re: [gentoo-user] Problem executing pgAdmin4

2018-11-07 Thread Petric Frank
pplication server: > > > > An error occurred initialising the application server: > > > > %1 > > > > > > > > and the terminal window is filled pagewise with > > > > --- cut --- > > > > Python path: "/usr

[gentoo-user] "equery" and "blueman"

2019-12-20 Thread Dr Rainer Woitok
ys.argv) File "/usr/lib64/python3.6/site-packages/gentoolkit/equery/__init__.py", line 356, in main loaded_module.main(module_args) File "/usr/lib64/python3.6/site-packages/gentoolkit/equery/uses.py", line 306, in main output = get_output_descriptions(pk

Re: [gentoo-user] nsapass - alternative to keepassxc (and others)

2020-07-17 Thread Rich Freeman
On Fri, Jul 17, 2020 at 1:15 AM Caveman Al Toraboran wrote: > > hi - recently i heard some guys were suffering in > this list from keepassxc, which reminded me of my > my own. so i finally decided to put an end to > this in 404 lines of py code: > > https://github.c

Re: [gentoo-user] nsapass - alternative to keepassxc (and others)

2020-07-17 Thread J. Roeleveld
On 17 July 2020 07:15:01 CEST, Caveman Al Toraboran wrote: >hi - recently i heard some guys were suffering in >this list from keepassxc, which reminded me of my >my own. so i finally decided to put an end to >this in 404 lines of py code: > >https://github.com/Al-Cave

Re: [gentoo-user] python, my nemesis

2021-09-20 Thread Neil Bothwick
On Mon, 20 Sep 2021 15:56:46 +0200, Gerrit Kuehn wrote: > > > ~ # cat /etc/portage/package.use/py > > > */* PYTHON_TARGETS: -* python3_9 python3_8 > > > */* PYTHON_SINGLE_TARGET: -* python3_9 > > > --- > > > You should probably not mess wit

Re: [gentoo-user] python, my nemesis

2021-09-20 Thread Michael Orlitzky
port > new EAPI versions). > I read about updating to python 3.9, so I created > > --- > ~ # cat /etc/portage/package.use/py > */* PYTHON_TARGETS: -* python3_9 python3_8 > */* PYTHON_SINGLE_TARGET: -* python3_9 > --- You should probably not mess with these variables

Re: [gentoo-user] python, my nemesis

2021-09-20 Thread Gerrit Kuehn
On Mon, 20 Sep 2021 09:18:23 -0400 Michael Orlitzky wrote: > > --- > > ~ # cat /etc/portage/package.use/py > > */* PYTHON_TARGETS: -* python3_9 python3_8 > > */* PYTHON_SINGLE_TARGET: -* python3_9 > > --- > You should probably not mess with these variables

Re: [gentoo-user] mpv no longer compiles

2023-03-17 Thread John Covici
ls or maybe > > the mpv ebuild should call the py script directly. > > > > The ebuilds themselves don't really take care of it. You have to be > using portage and run emerge --deep @world with either --changed-use or > --newuse to make it notice the update when the python stu

[gentoo-user] fsck + emerge = crash

2009-11-16 Thread Loupy
= emerge_main() File /usr/lib/portage/pym/_emerge/main.py, line 1059, in emerge_main if portage._global_updates(trees, mtimedb[updates]): File /usr/lib/portage/pym/portage/__init__.py, line 8855, in _global_updates vardb.update_ents(myupd, onUpdate=onUpdate) File /usr/lib/portage/pym

Re: [gentoo-user] Re: mysql to postgresql migration

2014-07-15 Thread J. Roeleveld
On 15 July 2014 19:40:14 CEST, James wirel...@tampabay.rr.com wrote: J. Roeleveld joost at antarean.org writes: I recently ran across this script: py-mysql2pgsql [1] and this discussion on it's origin [2]. I'm keenly interested in the recommendations of others for migrating mysql databases

Re: [gentoo-user] What happened to glsa-check?

2019-04-01 Thread Bill Kenworthy
f gentoolkit|grep glsa /usr/bin/glsa-check /usr/lib/python-exec/python2.7/glsa-check /usr/lib/python-exec/python3.6/glsa-check /usr/lib64/python2.7/site-packages/gentoolkit/glsa /usr/lib64/python2.7/site-packages/gentoolkit/glsa/__init__.py /usr/lib64/python2.7/site-packages/gentoolkit/glsa/_

Re: [gentoo-user] after latest update emerge completely broken

2021-06-04 Thread John Covici
> "/usr/lib/python3.8/site-packages/_emerge/resolver/output_helpers.py", > line 201, in __init__ > > initial_atoms=root.setconfig.getSetAtoms("selected")) >

  1   2   3   >