Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] monero-gui: add missing dep qt5-xmlpatterns
@ 2020-01-06 23:36 voidlinux-github
  2020-01-07  0:01 ` voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-06 23:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 932 bytes --]

There is a new pull request by jdu9 against master on the void-packages repository

https://github.com/jdu9/void-packages monero-gui-fix
https://github.com/void-linux/void-packages/pull/18083

monero-gui: add missing dep qt5-xmlpatterns
`qt5-xmlpatterns` is needed during runtime, otherwise the program exits with the following error message:

> 2020-01-06 23:28:27.122	W app startd (log: /home/user/.bitmonero/monero-wallet-gui.log)
> 2020-01-06 23:28:27.124	W Qt:5.13.2 GUI:- | screen: 3840x2160 - dpi: 95.958 - ratio:1.08007
> 2020-01-06 23:28:27.251	W QQmlApplicationEngine failed to load component
> 2020-01-06 23:28:27.251	W qrc:/main.qml:1701 Type WizardLang unavailable
> 2020-01-06 23:28:27.251	W qrc:/wizard/WizardLang.qml:32 module "QtQuick.XmlListModel" is not installed
> 2020-01-06 23:28:27.251	E Error: no root objects

A patch file from https://github.com/void-linux/void-packages/pull/18083.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-monero-gui-fix-18083.patch --]
[-- Type: text/x-diff, Size: 1035 bytes --]

From b65a348d73e041f0e1c1d7b4508477fd7de85806 Mon Sep 17 00:00:00 2001
From: jdu9 <jdu9@posteo.de>
Date: Tue, 7 Jan 2020 00:29:01 +0100
Subject: [PATCH] monero-gui: add missing dep qt5-xmlpatterns

---
 srcpkgs/monero-gui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/monero-gui/template b/srcpkgs/monero-gui/template
index 6b7e4a40e9d..cb9c3923407 100644
--- a/srcpkgs/monero-gui/template
+++ b/srcpkgs/monero-gui/template
@@ -8,7 +8,7 @@ hostmakedepends="pkg-config qt5-tools qt5-qmake qt5-quickcontrols qt5-declarativ
 makedepends="boost-devel libatomic-devel libunwind-devel miniupnpc-devel monero-devel
 qt5-declarative-devel readline-devel unbound-devel libsodium-devel hidapi-devel
  qt5-svg-devel RandomX"
-depends="qt5-graphicaleffects qt5-quickcontrols qt5-quickcontrols2"
+depends="qt5-graphicaleffects qt5-quickcontrols qt5-quickcontrols2 qt5-xmlpatterns"
 short_desc="GUI for the core Monero implementation"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="BSD-3-Clause"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: monero-gui: add missing dep qt5-xmlpatterns
  2020-01-06 23:36 [PR PATCH] monero-gui: add missing dep qt5-xmlpatterns voidlinux-github
@ 2020-01-07  0:01 ` voidlinux-github
  2020-01-07 12:52 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-07  0:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 146 bytes --]

New comment by jdu9 on void-packages repository

https://github.com/void-linux/void-packages/pull/18083#issuecomment-571368959

Comment:
@Hoshpak

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] monero-gui: add missing dep qt5-xmlpatterns
  2020-01-06 23:36 [PR PATCH] monero-gui: add missing dep qt5-xmlpatterns voidlinux-github
  2020-01-07  0:01 ` voidlinux-github
@ 2020-01-07 12:52 ` voidlinux-github
  2020-01-07 12:54 ` voidlinux-github
  2020-01-07 13:42 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-07 12:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 751 bytes --]

There is an updated pull request by jdu9 against master on the void-packages repository

https://github.com/jdu9/void-packages monero-gui-fix
https://github.com/void-linux/void-packages/pull/18083

monero-gui: add missing dep qt5-xmlpatterns
`qt5-xmlpatterns` is needed during runtime, otherwise the program exits with the following error message:

> 2020-01-06 23:28:27.251	W QQmlApplicationEngine failed to load component
> 2020-01-06 23:28:27.251	W qrc:/main.qml:1701 Type WizardLang unavailable
> 2020-01-06 23:28:27.251	W qrc:/wizard/WizardLang.qml:32 module "QtQuick.XmlListModel" is not installed
> 2020-01-06 23:28:27.251	E Error: no root objects

A patch file from https://github.com/void-linux/void-packages/pull/18083.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-monero-gui-fix-18083.patch --]
[-- Type: text/x-diff, Size: 1181 bytes --]

From b3b396ab92423a900b03f12e0e55180f35a30645 Mon Sep 17 00:00:00 2001
From: jdu9 <jdu9@posteo.de>
Date: Tue, 7 Jan 2020 13:51:50 +0100
Subject: [PATCH] monero-gui: add missing dep qt5-xmlpatterns

---
 srcpkgs/monero-gui/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/monero-gui/template b/srcpkgs/monero-gui/template
index 6b7e4a40e9d..2a012238b18 100644
--- a/srcpkgs/monero-gui/template
+++ b/srcpkgs/monero-gui/template
@@ -1,14 +1,14 @@
 # Template file for 'monero-gui'
 pkgname=monero-gui
 version=0.15.0.3
-revision=1
+revision=2
 build_style=qmake
 hostmakedepends="pkg-config qt5-tools qt5-qmake qt5-quickcontrols qt5-declarative-devel
  qt5-svg-devel"
 makedepends="boost-devel libatomic-devel libunwind-devel miniupnpc-devel monero-devel
 qt5-declarative-devel readline-devel unbound-devel libsodium-devel hidapi-devel
  qt5-svg-devel RandomX"
-depends="qt5-graphicaleffects qt5-quickcontrols qt5-quickcontrols2"
+depends="qt5-graphicaleffects qt5-quickcontrols qt5-quickcontrols2 qt5-xmlpatterns"
 short_desc="GUI for the core Monero implementation"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="BSD-3-Clause"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: monero-gui: add missing dep qt5-xmlpatterns
  2020-01-06 23:36 [PR PATCH] monero-gui: add missing dep qt5-xmlpatterns voidlinux-github
  2020-01-07  0:01 ` voidlinux-github
  2020-01-07 12:52 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-07 12:54 ` voidlinux-github
  2020-01-07 13:42 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-07 12:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

New comment by jdu9 on void-packages repository

https://github.com/void-linux/void-packages/pull/18083#issuecomment-571574378

Comment:
Oops, I forgot that part again >.>

Done.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: monero-gui: add missing dep qt5-xmlpatterns
  2020-01-06 23:36 [PR PATCH] monero-gui: add missing dep qt5-xmlpatterns voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-07 12:54 ` voidlinux-github
@ 2020-01-07 13:42 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-07 13:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 594 bytes --]

There's a merged pull request on the void-packages repository

monero-gui: add missing dep qt5-xmlpatterns
https://github.com/void-linux/void-packages/pull/18083

Description:
`qt5-xmlpatterns` is needed during runtime, otherwise the program exits with the following error message:

> 2020-01-06 23:28:27.251	W QQmlApplicationEngine failed to load component
> 2020-01-06 23:28:27.251	W qrc:/main.qml:1701 Type WizardLang unavailable
> 2020-01-06 23:28:27.251	W qrc:/wizard/WizardLang.qml:32 module "QtQuick.XmlListModel" is not installed
> 2020-01-06 23:28:27.251	E Error: no root objects

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-01-07 13:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-06 23:36 [PR PATCH] monero-gui: add missing dep qt5-xmlpatterns voidlinux-github
2020-01-07  0:01 ` voidlinux-github
2020-01-07 12:52 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-07 12:54 ` voidlinux-github
2020-01-07 13:42 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).