Re: [DNG] Devuan with usr merge?

2021-11-12 Thread Didier Kryn
Le 13/11/2021 à 00:26, John Morris via Dng a écrit : > So yes, it is time to eliminate /bin, /sbin and /lib.     Seems I've got it wrong. My understanding was that /usr/bin and /usr/sbin were merged into /bin and /sbin. You assume the opposite and probably so does Steve.     Needs clarifications.

Re: [DNG] Devuan with usr merge?

2021-11-12 Thread Steve Litt
John Morris via Dng said on Fri, 12 Nov 2021 17:26:52 -0600 >On Tue, 2021-11-09 at 01:56 -0500, Steve Litt wrote: >> >> The logic is still the same. I need a guaranteed place on the root >> partition to find the programs necessary to mount all the other >> partitions, or else I'll need to run an

Re: [DNG] Devuan with usr merge?

2021-11-12 Thread John Morris via Dng
On Tue, 2021-11-09 at 01:56 -0500, Steve Litt wrote: > > The logic is still the same. I need a guaranteed place on the root > partition to find the programs necessary to mount all the other > partitions, or else I'll need to run an initramfs. Been following this debate. Admit that a few years ag

Re: [DNG] SOLVED: gdb won't run

2021-11-12 Thread Alessandro Vesely via Dng
Now this is even funnier. I installed libsource-highlight-dev and wrote a short program whose only relevant expression is: srchilite::SourceHighlight *X = new srchilite::SourceHighlight(); Then: 1015-north:tmp$ g++ foo.C /usr/bin/ld: /tmp/ccn6kzOe.o: in function `main': foo.C:(.text+0x46): und

[DNG] gdb won't run

2021-11-12 Thread Alessandro Vesely via Dng
Hi all, don't know since when this happened, maybe since I upgraded to Chimaera. When I run gdb I get: src$ gdb -n -q --args ./anyexec Reading symbols from ./anyexec... (gdb) break main Breakpoint 1 at 0x7c7a: file anyexec.c, line 10. (gdb) run Starting program: /home/ale/tmp/src/anyexec [Threa