Re: [PATCH] Factor out common code for reloading database files

2024-03-17 Thread Simon Richter
Hi Guillem, On 3/18/24 01:28, Guillem Jover wrote: Attached is what I had, which I've polished a bit more now. Will include in my next push. Nice, will rebase my branch on top of that. The new file probably needs to be added to po/POTFILES.in as well, since it contains translatable

Re: Another usrmerge complication

2024-03-17 Thread Helmut Grohne
Hi Simon and Simon, On Sun, Mar 17, 2024 at 12:08:21PM +, Simon McVittie wrote: > On Sun, 17 Mar 2024 at 11:23:28 +0900, Simon Richter wrote: > > When /bin is a symlink to usr/bin, > > and I install two packages, where one installs /bin/foo and the other > > installs /usr/bin/foo > > My

Re: [PATCH] Factor out common code for reloading database files

2024-03-17 Thread Guillem Jover
Hi! Ah, thanks for the patch! At the time I prepared an alternative, which I queued in a branch, but then I forgot to mention this on the list, and to merge it. :/ Attached is what I had, which I've polished a bit more now. Will include in my next push. Thanks, Guillem From

Re: Another usrmerge complication

2024-03-17 Thread Guillem Jover
Hi! On Sun, 2024-03-17 at 11:23:28 +0900, Simon Richter wrote: > because life isn't hard enough as it is: When /bin is a symlink to usr/bin, > and I install two packages, where one installs /bin/foo and the other > installs /usr/bin/foo, then, if both are installed in the same dpkg > invocation,

Processed: dpkg-buildflags: add support for building with frame pointers enabled

2024-03-17 Thread Debian Bug Tracking System
Processing control commands: > merge 1064476 1058665 1058664 Bug #1064476 [dpkg-dev] dpkg-buildflags: add support for building with frame pointers enabled Bug #1058664 [dpkg-dev] dpkg-buildflags: add support for building with frame pointers enabled Bug #1058665 [dpkg-dev] dpkg-buildflags: add

Bug#1064476: dpkg-buildflags: add support for building with frame pointers enabled

2024-03-17 Thread Charlemagne Lasse
Control: merge 1064476 1058665 1058664 I would even love to have finally a debian again which can be used to debug and profile production ready binaries (at least on amd64). See also * https://www.brendangregg.com/blog/2024-03-17/the-return-of-the-frame-pointers.html *

Re: Another usrmerge complication

2024-03-17 Thread Simon McVittie
On Sun, 17 Mar 2024 at 11:23:28 +0900, Simon Richter wrote: > When /bin is a symlink to usr/bin, > and I install two packages, where one installs /bin/foo and the other > installs /usr/bin/foo My reading of Policy is that this situation is already a Policy violation: To support merged-/usr

Re: [PATCH] Factor out common code for reloading database files

2024-03-17 Thread Simon Richter
On 17.03.24 08:27, Simon Richter wrote: --- lib/dpkg/Makefile.am| 1 + lib/dpkg/db-fsys-common.c | 87 + lib/dpkg/db-fsys-divert.c | 43 -- lib/dpkg/db-fsys-override.c | 50 + lib/dpkg/dpkg-db.h