Signed-off-by: Pierre-Yves <pyu@riseup.net>
Details
- Reviewers
- None
- Group Reviewers
Triage Team - Commits
- R2726:283fd96a959b: Update qgis to 2.18.11
- 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
@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.
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.