Re: Can't upgrade LyX on Focal Fossa

2020-07-23 Thread José Abílio Matos
On Wednesday, 22 July 2020 19.23.10 WEST Jean-Marc Lasgouttes wrote:
> Liviu, I would advise to configure with --enable-qt5 (will be the defalt
> in 2.4.0) for recent versions. It almost works with 16.04 (actually it
> works but outputs annoying messages on console) and actually works with
> later versions, AFAIK.
> 
> JMarc

Taking my Fedora hat here :-) I have changed to qt5 with lyx 2.3 and it 
worked.

The most demanding part, in Fedora's case, was that the development 
dependencies were more refined in qt5 packages than with qt4.

What I mean is that with qt4 it was enough to require qt4-devel for building 
while in qt5 it does not exists this umbrella package and instead we have to 
require finer development packages.

BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5X11Extras)

Regards,
-- 
José Abílio-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Can't upgrade LyX on Focal Fossa

2020-07-22 Thread Kees Zeelenberg
Liviu Andronic schreef op wo 22-07-2020 om 10:27 [-0700]:
> 
> > It seems Qt4 is no longer supplied on Focal.
> > 
> Yes, for Ubuntu Focal, Qt4 was removed from the Ubuntu repositories.
> To install LyX, you will also need to add the ppa:rock-core/qt4 PPA
> to
> your sources (https://launchpad.net/~rock-core/+archive/ubuntu/qt4).
> 
> 
> I've now added a note on this on the PPA.
> 
> Regards,
> Liviu

But is it not possible to compile with Qt5? The default version in the
repository (2.3.4.2) is already based on Qt5.

Best,

Kees

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Can't upgrade LyX on Focal Fossa

2020-07-22 Thread Jean-Marc Lasgouttes

Le 22/07/2020 à 19:27, Liviu Andronic a écrit :

On 7/22/20, Kees Zeelenberg  wrote:

Thanks for compiling. Synaptic (on Linux Mint 20) aborts installing
LyX from the PPA with the messages:
Vereisten: libqtcore4 (>=4:4.8.0) but it is not installable
Vereisten: libqtgui4 (>=4:4.8.0) but it is not installable
Vereisten: libqt4-svg  but it is not installable

It seems Qt4 is no longer supplied on Focal.


Yes, for Ubuntu Focal, Qt4 was removed from the Ubuntu repositories.
To install LyX, you will also need to add the ppa:rock-core/qt4 PPA to
your sources (https://launchpad.net/~rock-core/+archive/ubuntu/qt4).


Liviu, I would advise to configure with --enable-qt5 (will be the defalt 
in 2.4.0) for recent versions. It almost works with 16.04 (actually it 
works but outputs annoying messages on console) and actually works with 
later versions, AFAIK.


JMarc
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Can't upgrade LyX on Focal Fossa

2020-07-22 Thread Paul A. Rubin

On 7/22/20 1:27 PM, Liviu Andronic wrote:

On 7/22/20, Kees Zeelenberg  wrote:

Thanks for compiling. Synaptic (on Linux Mint 20) aborts installing
LyX from the PPA with the messages:
Vereisten: libqtcore4 (>=4:4.8.0) but it is not installable
Vereisten: libqtgui4 (>=4:4.8.0) but it is not installable
Vereisten: libqt4-svg  but it is not installable

It seems Qt4 is no longer supplied on Focal.


Yes, for Ubuntu Focal, Qt4 was removed from the Ubuntu repositories.
To install LyX, you will also need to add the ppa:rock-core/qt4 PPA to
your sources (https://launchpad.net/~rock-core/+archive/ubuntu/qt4).


I've now added a note on this on the PPA.

Regards,
Liviu
I just confirmed that, with the rock-core PPA added, LyX 2.3.5-1 now 
installs and runs on Mint 20 (and so presumably on Ubuntu Focal Fossa).


Thanks, Liviu!

Paul
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Can't upgrade LyX on Focal Fossa

2020-07-22 Thread Liviu Andronic
On 7/22/20, Kees Zeelenberg  wrote:
> Thanks for compiling. Synaptic (on Linux Mint 20) aborts installing
> LyX from the PPA with the messages:
> Vereisten: libqtcore4 (>=4:4.8.0) but it is not installable
> Vereisten: libqtgui4 (>=4:4.8.0) but it is not installable
> Vereisten: libqt4-svg  but it is not installable
>
> It seems Qt4 is no longer supplied on Focal.
>
Yes, for Ubuntu Focal, Qt4 was removed from the Ubuntu repositories.
To install LyX, you will also need to add the ppa:rock-core/qt4 PPA to
your sources (https://launchpad.net/~rock-core/+archive/ubuntu/qt4).


I've now added a note on this on the PPA.

Regards,
Liviu
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Can't upgrade LyX on Focal Fossa

2020-07-22 Thread Kees Zeelenberg
Liviu Andronic schreef op wo 22-07-2020 om 08:34 [-0700]:
> 
> 
> I've now uploaded a new build dropping the libboost-signals-dev
> dependency, and it looks like it worked. Can someone with access to
> Focal test if they can now install LyX from the PPA?
> 
> Thank you,
> Liviu

Thanks for compiling. Synaptic (on Linux Mint 20) aborts installing
LyX from the PPA with the messages: 
Vereisten: libqtcore4 (>=4:4.8.0) but it is not installable
Vereisten: libqtgui4 (>=4:4.8.0) but it is not installable
Vereisten: libqt4-svg  but it is not installable

It seems Qt4 is no longer supplied on Focal.

Best,
Kees

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Can't upgrade LyX on Focal Fossa

2020-07-22 Thread Liviu Andronic
On 7/20/20, Jean-Marc Lasgouttes  wrote:
> I see this in boost 1/69 release notes:
> Signals (v1) is now removed. Its removal was announced in 1.68 and its
> deprecation was announced in 1.54. Boost 1.68 is the last release that
> provides this library. Users are encouraged to use Signals2 instead. The
> Boost community thanks Douglas Gregor for his work on Signals which
> served its users well and which also inspired Signals2.
>
> Actually, we have switched to Boost.Signals2 some time ago (in 2.3
> already), so that we do not need boost-signals-dev anymore. I would try
> with libboost-dev only as dependency.
>
Thanks a lot JMarc.

I've now uploaded a new build dropping the libboost-signals-dev
dependency, and it looks like it worked. Can someone with access to
Focal test if they can now install LyX from the PPA?

Thank you,
Liviu
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Can't upgrade LyX on Focal Fossa

2020-07-20 Thread Jean-Marc Lasgouttes

Le 20/07/2020 à 06:30, Liviu Andronic a écrit :

On 7/13/20, Scott Kostyshak  wrote:

The following packages have unmet dependencies:
  sbuild-build-depends-lyx-dummy : Depends: libboost-signals-dev but it is
not installable or
libboost-signals1.67-dev but it
is not going to be installed

Liviu, do you know how to solve this for the PPA?



I did notice this issue with the build, but wasn't sure how to
approach it. It's not exactly clear to me why Ubuntu Focal would have
difficulties installing 'libboost-signals1.67-dev' on a fresh image. I
would need to test a few things just to understand why this is
happening.


I see this in boost 1/69 release notes:
Signals (v1) is now removed. Its removal was announced in 1.68 and its 
deprecation was announced in 1.54. Boost 1.68 is the last release that 
provides this library. Users are encouraged to use Signals2 instead. The 
Boost community thanks Douglas Gregor for his work on Signals which 
served its users well and which also inspired Signals2.


Actually, we have switched to Boost.Signals2 some time ago (in 2.3 
already), so that we do not need boost-signals-dev anymore. I would try 
with libboost-dev only as dependency.


JMarc
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Can't upgrade LyX on Focal Fossa

2020-07-19 Thread Liviu Andronic
On 7/13/20, Scott Kostyshak  wrote:
> The following packages have unmet dependencies:
>  sbuild-build-depends-lyx-dummy : Depends: libboost-signals-dev but it is
> not installable or
>libboost-signals1.67-dev but it
> is not going to be installed
>
> Liviu, do you know how to solve this for the PPA?
>

I did notice this issue with the build, but wasn't sure how to
approach it. It's not exactly clear to me why Ubuntu Focal would have
difficulties installing 'libboost-signals1.67-dev' on a fresh image. I
would need to test a few things just to understand why this is
happening.

Unfortunately these days available time is very limited, and I don't
have handy access to a Focal system either, so debugging this will
likely take a few weeks. If someone has an idea why this issue is
occurring on Focal (and how to fix it), please contact me off-list.

Regards,
Liviu
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Can't upgrade LyX on Focal Fossa

2020-07-13 Thread Scott Kostyshak
On Sun, Jul 12, 2020 at 11:08:40AM +0200, Kees Zeelenberg wrote:
> Op 12-07-2020 om 00:06 schreef Paul A. Rubin:
> > ...
> > 
> > Is anybody else having problems upgrading to 2.3.5.1 for Focal via the
> > PPA?
> > 
> In the right-hand corner of the ppa-page
> (https://launchpad.net/~lyx-devel/+archive/ubuntu/release) you see that the
> amd64 version, which you probably want to install, failed to build. So there
> is no update, and Synaptic etc correctly see this.

Looks like the problem is the following:

The following packages have unmet dependencies:
 sbuild-build-depends-lyx-dummy : Depends: libboost-signals-dev but it is not 
installable or
   libboost-signals1.67-dev but it is 
not going to be installed

Liviu, do you know how to solve this for the PPA?

Scott


signature.asc
Description: PGP signature
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Can't upgrade LyX on Focal Fossa

2020-07-12 Thread Paul A. Rubin

On 7/12/20 5:08 AM, Kees Zeelenberg wrote:

Op 12-07-2020 om 00:06 schreef Paul A. Rubin:

...

Is anybody else having problems upgrading to 2.3.5.1 for Focal via 
the PPA?


In the right-hand corner of the ppa-page 
(https://launchpad.net/~lyx-devel/+archive/ubuntu/release) you see 
that the amd64 version, which you probably want to install, failed to 
build. So there is no update, and Synaptic etc correctly see this.
Thanks Kees. I initially thought that message was out of date, since I 
knew it had built for bionic (based on having installed it on Mint 19). 
After seeing your message, I clicked the information button in the upper 
right (I guess there really is a first time for everything) and got the 
expanded grid, which shows that it failed for Focal (only).


Paul

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Can't upgrade LyX on Focal Fossa

2020-07-12 Thread Kees Zeelenberg

Op 12-07-2020 om 00:06 schreef Paul A. Rubin:

...

Is anybody else having problems upgrading to 2.3.5.1 for Focal via the 
PPA?


In the right-hand corner of the ppa-page 
(https://launchpad.net/~lyx-devel/+archive/ubuntu/release) you see that 
the amd64 version, which you probably want to install, failed to build. 
So there is no update, and Synaptic etc correctly see this.

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users