Search Criteria
Package Details: lomiri-ui-toolkit 1.3.5903-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/lomiri-ui-toolkit.git (read-only, click to copy) |
|---|---|
| Package Base: | lomiri-ui-toolkit |
| Description: | Lomiri UI Toolkit |
| Upstream URL: | https://gitlab.com/ubports/development/core/lomiri-ui-toolkit |
| Licenses: | LGPL-3.0-only |
| Submitter: | link2xt |
| Maintainer: | link2xt |
| Last Packager: | link2xt |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-06-11 15:51 (UTC) |
| Last Updated: | 2026-03-07 17:14 (UTC) |
Dependencies (7)
- lttng-ust
- qt5-feedback
- qt5-graphicaleffects (qt5-graphicaleffects-gitAUR)
- qt5-pim (qt5-pim-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-systemsAUR
- qt5-tools (make)
Latest Comments
link2xt commented on 2026-03-08 09:14 (UTC)
Arch now sets _FORTIFY_SOURCE=3 and hardcoded value in lomiri-ui-toolkit is _FORTIFY_SOURCE=2, so the correct solution is to remove hardcoding from lomiri-ui-toolkit and with your soultion of !buildflags you reduce it to _FORTIFY_SOURCE=2.
serxxx commented on 2026-03-07 20:53 (UTC)
Interesting. So did I, but it was a completely different fix. I did:
because
_FORTIFY_SOURCEis being defined there.The first thing I tried was to build it from git HEAD, so now I have a
-gitversion. DeltaTouch -- which is what I was trying to install this for -- builds and runs against lomiri HEAD, FWIW.I had to change several things in the process; I'm torn about creating a parallel
-gitpackage, because I'm really only interested in this as a dependency for that one program. So here's the PKGBUILD for anyone who wants to try against lomiri HEAD:link2xt commented on 2026-03-07 15:11 (UTC)
I pushed the fix for _FORTIFY_SOURCE.
serxxx commented on 2026-03-07 13:50 (UTC) (edited on 2026-03-07 14:03 (UTC) by serxxx)
Currently fails to build with
Note, this still fails with the upstream 1.3.5903 tag. I made an ad-hoc -git package, and it's also raising this error from the head of the upstream repo.