Re: [gentoo-user] Re: sqlite downgraded by update breaks things

2023-09-07 Thread Neil Bothwick
On Wed, 6 Sep 2023 16:42:20 - (UTC), Grant Edwards wrote: > IMO it's a mistake to have one package called "svn" and another one > called "subversion". The names -f the acct-{user,group} packages follow the actual user names. So the issue is caused by subversion running as the svn user,

[gentoo-user] Re: sqlite downgraded by update breaks things

2023-09-06 Thread Grant Edwards
On 2023-09-06, Alan McKinnon wrote: > Not really. ebuilds tend to be named the same as the project, so > apache is called apache (project name), not httpd (binary name) > > The user package is named after what the system user will be, and > SVN has run as "svn" since forever. Makes total sense,

Re: [gentoo-user] Re: sqlite downgraded by update breaks things

2023-09-06 Thread Matt Connell
On Wed, 2023-09-06 at 19:05 +0200, Alan McKinnon wrote: > OSes are like biology: apparently logical but actually messy And both developed organically!

Re: [gentoo-user] Re: sqlite downgraded by update breaks things

2023-09-06 Thread Alan McKinnon
On Wed, Sep 6, 2023 at 6:43 PM Grant Edwards wrote: > > IMO it's a mistake to have one package called "svn" and another one > called "subversion". > Not really. ebuilds tend to be named the same as the project, so apache is called apache (project name), not httpd (binary name) The user package

Re: [gentoo-user] Re: sqlite downgraded by update breaks things

2023-09-06 Thread Jack
On 9/6/23 12:42, Grant Edwards wrote: On 2023-09-06, Michael wrote: The message indicates subversion needs reinstalling with the downgraded sqlite - potentially @preserved-rebuild ought to catch this, or revdep-rebuild. I used to run revdep-rebuild after every update, but a few years ago I

[gentoo-user] Re: sqlite downgraded by update breaks things

2023-09-06 Thread Grant Edwards
On 2023-09-06, Michael wrote: > The message indicates subversion needs reinstalling with the downgraded > sqlite > - potentially @preserved-rebuild ought to catch this, or revdep-rebuild. I used to run revdep-rebuild after every update, but a few years ago I thought I read that was no longer

Re: [gentoo-user] Re: sqlite downgraded by update breaks things

2023-09-06 Thread Michael
On Wednesday, 6 September 2023 17:21:14 BST Grant Edwards wrote: > On 2023-09-06, Grant Edwards wrote: > > sudo emerge --sync > > sudo emerage -auvND world > > > > [...] > > > > $ svn status > > svn: E200029: Couldn't perform atomic initialization > > svn: E200030: SQLite

[gentoo-user] Re: sqlite downgraded by update breaks things

2023-09-06 Thread Grant Edwards
On 2023-09-06, Grant Edwards wrote: > sudo emerge --sync > sudo emerage -auvND world > [...] > > $ svn status > svn: E200029: Couldn't perform atomic initialization > svn: E200030: SQLite compiled for 3.43.0, but running with 3.42.0 > > [...] > Manually re-merging svn didn't fix