Re: SSH woes w/ git server

2021-10-14 Thread Jean-Marc Lasgouttes
Le 15/10/2021 à 07:02, Jürgen Spitzmüller a écrit : Dear all After a recent software update, I an unable to pull from lyx git. I get: Unable to negotiate with 140.211.9.84 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss Research suggests that SSH on the server needs to b

Re: SSH woes w/ git server

2021-10-14 Thread Jürgen Spitzmüller
Am Freitag, dem 15.10.2021 um 07:02 +0200 schrieb Jürgen Spitzmüller: > Dear all > > After a recent software update, I an unable to pull from lyx git. The cause is most likely this change in OpenSSH 8.8p1: "This release disables RSA signatures using the SHA-1 hash algorithm by default. This chan

SSH woes w/ git server

2021-10-14 Thread Jürgen Spitzmüller
Dear all After a recent software update, I an unable to pull from lyx git. I get: Unable to negotiate with 140.211.9.84 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss Research suggests that SSH on the server needs to be updated: http://www.openssh.com/legacy.html Does an

Re: babel (follow-up to stackexchange)

2021-10-14 Thread Scott Kostyshak
On Wed, Oct 13, 2021 at 06:38:07PM +0200, Javier Bezos wrote: > Hello, > > I’ve been suggested to subscribe to this list, and here I > am, in order to help a bit with LyX’s multilingual support > with babel: > > https://tex.stackexchange.com/questions/499341/it-is-possible-write-multilingual-text

Re: Setting up a development env on macOS big sur (M1)

2021-10-14 Thread Christoph Schmitz
Hi, This is how I compile LyX whenever the repository is updated. I am running macOS 12.0 Beta (21A5552a). 1. Install the required dependencies with homebrew (https://brew.sh): brew install automake gettext pkg-config qt 2. Clone the LyX rep: git clone git://git.lyx.org/lyx LyX 3. Go to the

Re: Setting up a development env on macOS big sur (M1)

2021-10-14 Thread Stephan Witt
Am 14.10.2021 um 16:38 schrieb Nusret BALCI : > > Hi there, > How can I set up my development environment to be able to compile a git > cloned lyx sourcecode directory? > I have XCode installed. My OS is Big Sur. I installed Homebrew and autotools. > I downloaded QT 6.2 (official release from Q

Setting up a development env on macOS big sur (M1)

2021-10-14 Thread Nusret BALCI
Hi there, How can I set up my development environment to be able to compile a git cloned lyx sourcecode directory? I have XCode installed. My OS is Big Sur. I installed Homebrew and autotools. I downloaded QT 6.2 (official release from Qt). I run autogen, then configure script. But I am not sure wh

Re: Quick questions

2021-10-14 Thread Scott Kostyshak
On Thu, Oct 14, 2021 at 01:42:04PM +0200, Lorenzo Bertini wrote: > Hello list, just a couple of quick questions. > I wanted to get a meaningful output out of valgrind so i needed to build a > debug version: Just a heads up that LyX with Valgrind runs very very slow for me. I have used it to get s

Re: Quick questions

2021-10-14 Thread Jean-Marc Lasgouttes
Le 14/10/2021 à 13:42, Lorenzo Bertini a écrit : Hello list, just a couple of quick questions. I wanted to get a meaningful output out of valgrind so i needed to build a debug version: 1. how do i tell autotools that i want this? I tried some LyX pages but they don't specifically say how. Is

Re: Quick questions

2021-10-14 Thread Pavel Sanda
On Thu, Oct 14, 2021 at 01:42:04PM +0200, Lorenzo Bertini wrote: > Hello list, just a couple of quick questions. > I wanted to get a meaningful output out of valgrind so i needed to build a > debug version: > > 1. how do i tell autotools that i want this? I tried some LyX pages but they > don't sp

Quick questions

2021-10-14 Thread Lorenzo Bertini
Hello list, just a couple of quick questions. I wanted to get a meaningful output out of valgrind so i needed to build a debug version: 1. how do i tell autotools that i want this? I tried some LyX pages but they don't specifically say how. Is it the default behavior? In case, how do i get re