Page MenuHomeSolus

Update qgis to 2.18.11
ClosedPublic

Authored by kyrios123 on Jul 21 2017, 6:31 PM.
Referenced Files
F11027343: D683.diff
Wed, Aug 9, 4:03 AM
F10987679: D683.id1465.diff
Mon, Jul 24, 6:42 AM
F10916701: D683.diff
Jul 8 2023, 1:32 PM
F10817263: D683.id1465.diff
Jun 1 2023, 6:26 AM
F10707362: D683.id.diff
Apr 27 2023, 6:09 AM

Details

Reviewers
None
Group Reviewers
Triage Team
Commits
R2726:283fd96a959b: Update qgis to 2.18.11
Summary

Changelog for QGIS 2.18

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan
  • Successfully ran qgis and qbrowser

Note: I will try to migrate this version to Qt5 during the coming days and I'll submit another patch if it is stable.

Diff Detail

Repository
R2726 qgis
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

@kyrios123 Don't worry about Qt5. It's not officially supported until 3.X.X.

This revision was automatically updated to reflect the committed changes.

Needs harfbuzz, but I'll fix that post merge.

@DataDrake Ok, I'll wait Qgis 3.x for Qt5.
How come I had no problem here if it needs harfbuzz ???

@kyrios123 You may need to re-init your solbuild image. we've had a few issues recently and that sorts them.

I'm holding off on pushing this to the build server, as I'm seeing a segmentation fault locally.

@kyrios123 You may need to re-init your solbuild image. we've had a few issues recently and that sorts them.

I'm holding off on pushing this to the build server, as I'm seeing a segmentation fault locally.

Is it enough to do a solbuild update ?
If not, how to re-init ?
Thanks!

@kyrios123 You may need to re-init your solbuild image. we've had a few issues recently and that sorts them.

I'm holding off on pushing this to the build server, as I'm seeing a segmentation fault locally.

Is it enough to do a solbuild update ?
If not, how to re-init ?
Thanks!

If you use unstable as default, then this will do it:

sudo rm /var/lib/solbuild/images/*
sudo solbuild init -u

Common deps no longer in the image:
pkgconfig(fontconfig)
pkgconfig(freetype2)
bzip2-devel

(there's some more that I can't think of)

Alright, I think my other desktop has an issue cause by a local build. I've rebuilt this on another machine and added harfbuzz: it ran without issue. The build server has just finished spitting out the new package. Cheers.