Re: [ptxdist] gdb python support

2018-02-22 Thread Michael Olbrich
On Thu, Feb 22, 2018 at 03:57:32PM -0500, Jon Ringle wrote: > On Thu, Feb 22, 2018 at 3:34 PM, Michael Olbrich > wrote: > > > Hi, > > > > On Thu, Feb 22, 2018 at 02:05:03PM -0500, Jon Ringle wrote: > > > 3) I have `python-dev` package installed > > > > This should

Re: [ptxdist] gdb python support

2018-02-22 Thread Jon Ringle
On Thu, Feb 22, 2018 at 3:34 PM, Michael Olbrich wrote: > Hi, > > On Thu, Feb 22, 2018 at 02:05:03PM -0500, Jon Ringle wrote: > > 3) I have `python-dev` package installed > > This should probably be python3-dev > > Ok > > 4) rules/cross-gdb.make has the following, but

Re: [ptxdist] gdb python support

2018-02-22 Thread Michael Olbrich
Hi, On Thu, Feb 22, 2018 at 02:05:03PM -0500, Jon Ringle wrote: > In building the OSELAS.Toolchain 2018.02.0 for arm-v5te, I noticed that the > resulting cross-gdb didn't have python support in it. I'm a bit perplexed > on how this is: > > ~/oselas/OSELAS.Toolchain-2018.02.0$ readelf -d >

[ptxdist] gdb python support

2018-02-22 Thread Jon Ringle
In building the OSELAS.Toolchain 2018.02.0 for arm-v5te, I noticed that the resulting cross-gdb didn't have python support in it. I'm a bit perplexed on how this is: ~/oselas/OSELAS.Toolchain-2018.02.0$ readelf -d

[ptxdist] [PATCH] openssh: allow client to pass locale env variables

2018-02-22 Thread Clemens Gruber
Set AcceptEnv LANG LC_* in sshd_config, as Debian does. Without this change, mosh does not work. Signed-off-by: Clemens Gruber --- Michael: AcceptEnv LC_CTYPE is sufficient for mosh to work. Let me know if you prefer allowing only this specific variable by default

[ptxdist] [PATCH] networkmanager: version bump: 1.8.4 -> 1.10.4

2018-02-22 Thread Ladislav Michl
Leave OpenVSwitch support disabled. Signed-off-by: Ladislav Michl --- rules/networkmanager.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/networkmanager.make b/rules/networkmanager.make index 5a2cd6bb9..c00b861e6 100644 ---

Re: [ptxdist] [PATCH 1/4] ncurses: version bump 5.9 -> 6.1

2018-02-22 Thread Michael Olbrich
Hi, On Thu, Feb 22, 2018 at 10:53:35AM +0100, Ladislav Michl wrote: > thanks for your work, I'm currently locked in kernel space, so I cannot > test right now... That's ok. > On Thu, Feb 22, 2018 at 09:12:20AM +0100, Michael Olbrich wrote: > > Hi, > > > > I took a closer look at this and

Re: [ptxdist] [PATCH 1/4] ncurses: version bump 5.9 -> 6.1

2018-02-22 Thread Ladislav Michl
Hi Michael, thanks for your work, I'm currently locked in kernel space, so I cannot test right now... On Thu, Feb 22, 2018 at 09:12:20AM +0100, Michael Olbrich wrote: > Hi, > > I took a closer look at this and checked what Debian is doing. I've > attached a fixup patch that changes a few

Re: [ptxdist] [PATCH 1/4] ncurses: version bump 5.9 -> 6.1

2018-02-22 Thread Michael Olbrich
Hi, On Thu, Feb 22, 2018 at 09:12:20AM +0100, Michael Olbrich wrote: > I took a closer look at this and checked what Debian is doing. I've > attached a fixup patch that changes a few things: > > - use abi version 5. Some packages lock for that version explicitly. > - use linker scripts too deal

Re: [ptxdist] [PATCH 1/4] ncurses: version bump 5.9 -> 6.1

2018-02-22 Thread Michael Olbrich
Hi, I took a closer look at this and checked what Debian is doing. I've attached a fixup patch that changes a few things: - use abi version 5. Some packages lock for that version explicitly. - use linker scripts too deal with the tinfo problem - fix some usr-merge fallout. On Fri, Feb 09, 2018