Re: [gentoo-user] nvidia-firmware for GT520

2020-11-15 Thread J. Roeleveld
On 12 November 2020 08:57:37 CET, Raffaele BELARDI wrote: >According to [1] my Nvidia GT520 needs FW for VP4.2 video acceleration >support. I found there is a Gentoo package which seems to provide the >Nvidia FW. According to [2] my card should be part of NVC0 family >(Fermi), in particular code

Re: [gentoo-user] cant change MAC address

2020-11-15 Thread J. Roeleveld
On 13 November 2020 00:40:38 CET, William Kenworthy wrote: >Hi, > >    I am trying to change the mac address of a realtek wifi card using >either mac_wlan0=""  in /etc/conf.d/net (which is in >the handbook) or manually using ifconfig wlan0 hw ether  address> and its not working.  Is there another

[gentoo-user] odd issue with RTKIT syslog-ng

2020-11-15 Thread Jack
As usual, I've got what seems to be a really obscure problem, and I have not found any reference to it searching the interwebs. The suspect package is sys-auth/rtkit-0/13-r1 (which has nothing to do with chkrootkit) and I'm using app-admin/syslog-ng-3.26.1-r1. As a typical example from

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread n952162
On 11/16/20 12:43 AM, Dale wrote: n952162 wrote: On 11/16/20 12:00 AM, n952162 wrote: I'm trying to convert python2 scripts to python3.  A script which works under python2 gives me this under python3: ModuleNotFoundError: No module named 'sqlite3' Any ideas? Just by way of comparison:

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread Dale
n952162 wrote: > On 11/16/20 12:00 AM, n952162 wrote: >> >> I'm trying to convert python2 scripts to python3.  A script which >> works under python2 gives me this under python3: >> >> ModuleNotFoundError: No module named 'sqlite3' >> >> Any ideas? >> > Just by way of comparison: > > > $ python

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread n952162
On 11/16/20 12:29 AM, n952162 wrote: On 11/16/20 12:26 AM, cal wrote: On 11/15/20 3:20 PM, n952162 wrote: On 11/16/20 12:17 AM, cal wrote: On 11/15/20 3:10 PM, n952162 wrote: On 11/16/20 12:06 AM, Manuel McLure wrote: On Sun, Nov 15, 2020 at 2:59 PM n952162 mailto:n952...@web.de>> wrote:

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread n952162
On 11/16/20 12:26 AM, cal wrote: On 11/15/20 3:20 PM, n952162 wrote: On 11/16/20 12:17 AM, cal wrote: On 11/15/20 3:10 PM, n952162 wrote: On 11/16/20 12:06 AM, Manuel McLure wrote: On Sun, Nov 15, 2020 at 2:59 PM n952162 mailto:n952...@web.de>> wrote:     I'm trying to convert python2

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread cal
On 11/15/20 3:20 PM, n952162 wrote: On 11/16/20 12:17 AM, cal wrote: On 11/15/20 3:10 PM, n952162 wrote: On 11/16/20 12:06 AM, Manuel McLure wrote: On Sun, Nov 15, 2020 at 2:59 PM n952162 mailto:n952...@web.de>> wrote:     I'm trying to convert python2 scripts to python3.  A script which   

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread n952162
On 11/16/20 12:17 AM, cal wrote: On 11/15/20 3:10 PM, n952162 wrote: On 11/16/20 12:06 AM, Manuel McLure wrote: On Sun, Nov 15, 2020 at 2:59 PM n952162 mailto:n952...@web.de>> wrote:     I'm trying to convert python2 scripts to python3.  A script which     works under python2 gives me this

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread n952162
On 11/16/20 12:17 AM, cal wrote: On 11/15/20 3:10 PM, n952162 wrote: On 11/16/20 12:06 AM, Manuel McLure wrote: On Sun, Nov 15, 2020 at 2:59 PM n952162 mailto:n952...@web.de>> wrote:     I'm trying to convert python2 scripts to python3.  A script which     works under python2 gives me this

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread n952162
On 11/16/20 12:00 AM, n952162 wrote: I'm trying to convert python2 scripts to python3.  A script which works under python2 gives me this under python3: ModuleNotFoundError: No module named 'sqlite3' Any ideas? Just by way of comparison: $ python -m pdb ~/p/it/bookmarks/brep -A add-on

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread cal
On 11/15/20 3:10 PM, n952162 wrote: On 11/16/20 12:06 AM, Manuel McLure wrote: On Sun, Nov 15, 2020 at 2:59 PM n952162 mailto:n952...@web.de>> wrote:     I'm trying to convert python2 scripts to python3.  A script which     works under python2 gives me this under python3:    

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread n952162
On 11/16/20 12:06 AM, Manuel McLure wrote: On Sun, Nov 15, 2020 at 2:59 PM n952162 mailto:n952...@web.de>> wrote: I'm trying to convert python2 scripts to python3.  A script which works under python2 gives me this under python3: ModuleNotFoundError: No module named 'sqlite3'

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread Manuel McLure
On Sun, Nov 15, 2020 at 2:59 PM n952162 wrote: > I'm trying to convert python2 scripts to python3. A script which works > under python2 gives me this under python3: > > ModuleNotFoundError: No module named 'sqlite3' > > Any ideas? > You might need to add "sqlite" to the USE flags for

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread n952162
BTW, from "equery uses":  + + sqlite    : Add support for sqlite - embedded sql database On 11/16/20 12:00 AM, n952162 wrote: I'm trying to convert python2 scripts to python3.  A script which works under python2 gives me this under python3: ModuleNotFoundError: No module named 'sqlite3'

[gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread n952162
I'm trying to convert python2 scripts to python3.  A script which works under python2 gives me this under python3: ModuleNotFoundError: No module named 'sqlite3' Any ideas?

Re: [gentoo-user] python2 really really really gone? Scripts all broken?

2020-11-15 Thread Jude DaShiell
My advice is to keep tabs on python2.7 libraries and their conversion to python 3 and when 100% of those libraries have been converted the old scripts may be easier to convert using existing python tools. The sed editor may get you part of the way through conversion but missing python 3 libraries

[gentoo-user] The chromium fail...

2020-11-15 Thread Alan Grimes
The lines around the apparent fail with chromium look like: [8154/18666] x86_64-pc-linux-gnu-g++ -MMD -MF obj/third_party/crashpad/crashpad/snapshot/snapshot/system_snapshot_minidump.o.d -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -D_FILE_OFFSET_BITS=64

Re: [gentoo-user] python2 really really really gone? Scripts all broken?

2020-11-15 Thread n952162
On 11/15/20 2:39 PM, n952162 wrote: Suddenly, there's no python2 on my system, anywhere.  Is that intentional? All in all, I'd say I got a lot of good feedback.

[gentoo-user] Re: python2 really really really gone? Scripts all broken?

2020-11-15 Thread Grant Edwards
On 2020-11-15, Jude DaShiell wrote: > The sed editor might be helpful doing migrations from python 2.7 into > python 3. This would need a sed expert knowing both flavors of python to > write those scripts though and I don't know if any of that was already > done. There are all sorts of

Re: [gentoo-user] gentoo handbook

2020-11-15 Thread Neil Bothwick
On Sun, 15 Nov 2020 15:46:58 +, Michael wrote: > On Sunday, 15 November 2020 14:34:09 GMT Jude DaShiell wrote: > > Totally blind people without technical support equipped with working > > eyes do not have and never will have useable access to any mo bo > > menu. > > Right, in this case the

Re: [gentoo-user] python2 really really really gone? Scripts all broken?

2020-11-15 Thread Neil Bothwick
On Sun, 15 Nov 2020 09:38:53 -0500, Jude DaShiell wrote: > The sed editor might be helpful doing migrations from python 2.7 into > python 3. This would need a sed expert knowing both flavors of python > to write those scripts though and I don't know if any of that was > already done. There are

Re: [gentoo-user] gentoo handbook

2020-11-15 Thread Michael
On Sunday, 15 November 2020 14:34:09 GMT Jude DaShiell wrote: > Totally blind people without technical support equipped with working > eyes do not have and never will have useable access to any mo bo menu. Right, in this case the first step to set up the boot mode on a UEFI MoBo will require

Re: [gentoo-user] python2 really really really gone? Scripts all broken?

2020-11-15 Thread Mark Knecht
On Sun, Nov 15, 2020 at 6:39 AM n952162 wrote: > > Suddenly, there's no python2 on my system, anywhere. Is that intentional? > > python2.7 is circa 2010 with updates through 2019 https://www.python.org/downloads/release/python-2716/ You should be able to install it in a segregated user

Re: [gentoo-user] python2 really really really gone? Scripts all broken?

2020-11-15 Thread Rich Freeman
On Sun, Nov 15, 2020 at 9:38 AM Jude DaShiell wrote: > > The sed editor might be helpful doing migrations from python 2.7 into > python 3. This would need a sed expert knowing both flavors of python to > write those scripts though and I don't know if any of that was already > done. Nobody is

Re: [gentoo-user] python2 really really really gone? Scripts all broken?

2020-11-15 Thread Dale
n952162 wrote: > On 11/15/20 2:53 PM, Alessandro Barbieri wrote: >> You are 5 years late >> >> >So, in 2008, we announced that we >would sunset Python 2 in 2015, >> and >asked people to upgrade before then. >Some did, but many did >> not. So, in 2014, >we extended that sunset till 2020. >> >> See

Re: [gentoo-user] python2 really really really gone? Scripts all broken?

2020-11-15 Thread Ralph Seichter
* n952...@web.de: > I confess, I never really read the fine print to the end because it > never occurred to me that python would be so gratuitously > authoritarian as that. Now look at you. Hiding behind an anonymous freemail address, not paying attention (for years), whining that the makers of

Re: [gentoo-user] python2 really really really gone? Scripts all broken?

2020-11-15 Thread Jude DaShiell
On Sun, 15 Nov 2020, Rich Freeman wrote: > Date: Sun, 15 Nov 2020 09:32:37 > From: Rich Freeman > Reply-To: gentoo-user@lists.gentoo.org > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] python2 really really really gone? Scripts all > broken? > > On Sun, Nov 15, 2020 at 9:03

Re: [gentoo-user] gentoo handbook

2020-11-15 Thread Jude DaShiell
Totally blind people without technical support equipped with working eyes do not have and never will have useable access to any mo bo menu. On Sun, 15 Nov 2020, Michael wrote: That is my situation for the rest of this life. > Date: Sun, 15 Nov 2020 07:45:17 > From: Michael > Reply-To:

Re: [gentoo-user] python2 really really really gone? Scripts all broken?

2020-11-15 Thread Rich Freeman
On Sun, Nov 15, 2020 at 9:03 AM n952162 wrote: > > I'm trying to think of another language that just tossed it's whole body of > legacy code out the window ... okay Microsoft word does that to its user-base > regularly, it's true... > I'm sure MS has done it, but they're not really a good

Re: [gentoo-user] python2 really really really gone? Scripts all broken?

2020-11-15 Thread Consus
On Sun, Nov 15, 2020 at 03:25:28PM +0100, n952162 wrote: "Python 2.7 will not be maintained past 2020 ." There are no unmaintained packages in gentoo? You are more then welcome to support your own overlay gentoo-python2!

Re: [gentoo-user] python2 really really really gone? Scripts all broken?

2020-11-15 Thread Neil Bothwick
On Sun, 15 Nov 2020 15:25:28 +0100, n952162 wrote: > "Python 2.7 will not be maintained past 2020 > ." > > There are no unmaintained packages in gentoo? A few, such as Python 2.7. -- Neil Bothwick "What I need is a list of specific unknown problems

Re: [gentoo-user] python2 really really really gone? Scripts all broken?

2020-11-15 Thread n952162
On 11/15/20 2:53 PM, Alessandro Barbieri wrote: You are 5 years late >So, in 2008, we announced that we >would sunset Python 2 in 2015, and >asked people to upgrade before then. >Some did, but many did not. So, in 2014, >we extended that sunset till 2020. See also

Re: [gentoo-user] python2 really really really gone? Scripts all broken?

2020-11-15 Thread n952162
On 11/15/20 2:52 PM, Miles Malone wrote: > Well yeah, after a *lot* of news items to that effect, and of course the fact it's been deprecated for years anyway, it's gone. If you need the interpreter only for some scripts just select it in your world file, it'll be around a wee while longer, but

Re: [gentoo-user] python2 really really really gone? Scripts all broken?

2020-11-15 Thread n952162
I confess, I never really read the fine print to the end because it never occurred to me that python would be so gratuitously authoritarian as that. On 11/15/20 2:52 PM, Miles Malone wrote: Well yeah, after a *lot* of news items to that effect, and of course the fact it's been deprecated for

Re: [gentoo-user] python2 really really really gone? Scripts all broken?

2020-11-15 Thread n952162
I'm trying to think of another language that just tossed it's whole body of legacy code out the window ... okay Microsoft word does that to its user-base regularly, it's true... On 11/15/20 2:52 PM, Miles Malone wrote: Well yeah, after a *lot* of news items to that effect, and of course the

Re: [gentoo-user] python2 really really really gone? Scripts all broken?

2020-11-15 Thread Alessandro Barbieri
You are 5 years late >So, in 2008, we announced that we >would sunset Python 2 in 2015, and >asked people to upgrade before then. >Some did, but many did not. So, in 2014, >we extended that sunset till 2020. See also https://www.python.org/doc/sunset-python-2/

Re: [gentoo-user] python2 really really really gone? Scripts all broken?

2020-11-15 Thread n952162
This link in the wiki (https://wiki.gentoo.org/wiki/Python) is dead: Python 2.7 has reached its end-of-life by 2019-12-31. See news item . On 11/15/20 2:39 PM, n952162 wrote: Suddenly, there's no python2 on my system,

Re: [gentoo-user] python2 really really really gone? Scripts all broken?

2020-11-15 Thread Miles Malone
Well yeah, after a *lot* of news items to that effect, and of course the fact it's been deprecated for years anyway, it's gone. If you need the interpreter only for some scripts just select it in your world file, it'll be around a wee while longer, but the entire ecosystem is kaput, dead, gone,

[gentoo-user] python2 really really really gone? Scripts all broken?

2020-11-15 Thread n952162
Suddenly, there's no python2 on my system, anywhere.  Is that intentional?

Re: [gentoo-user] gentoo handbook

2020-11-15 Thread Michael
On Saturday, 14 November 2020 18:48:57 GMT Jude DaShiell wrote: > On 2020-11-14, Jude DaShiell wrote: > > On Sat, 14 Nov 2020, Grant Edwards wrote: > >> Date: Sat, 14 Nov 2020 17:30:51 > >> From: Grant Edwards > >> Reply-To: gentoo-user@lists.gentoo.org > >> To: gentoo-user@lists.gentoo.org > >>