Github messages for voidlinux
 help / color / mirror / Atom feed
From: teldra <teldra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] kodi-addon-pvr-zattoo update is crashing
Date: Tue, 27 Oct 2020 22:20:47 +0100	[thread overview]
Message-ID: <20201027212047.qyyG5MymEwFQRZO8JYJqN00sXM1D9QTT26FlT_pMbyg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25912@inbox.vuxu.org>

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

Closed issue by teldra on void-packages repository

https://github.com/void-linux/void-packages/issues/25912

Description:
I encounter some problems when updating `kodi-addon-pvr-zattoo` to 18.1.21.
The update is necessary, because of the changes by zattoo: There is no login possible with the old version of this addon.

`kodi` uses `rapidjson`.
It can either use systems `rapidjson-1.1.0_3` or build its own (`rapidjson-1.1.0`).
At the moment, it is using systems `rapidjson`.

`kodi-addon-pvr-zattoo` needs `rapidjson`.
With systems `rapidjson`, it is crashing at runtime (after entering credentials for zattoo).

With the one provided by `kodi`, its working:
I removed `rapidjson` from makedepends in the templates of `kodi` and `kodi-addon-pvr-zattoo`.
I built `kodi`s rapidjson explicitly via template file (added `make PREFIX=/usr -C tools/depends/target/rapidjson`) and cluttered masterdir. With this cluttered masterdir I built `kodi-addon-pvr-zattoo` and it is not crashing at runtime.

I tried to build `kodi` with `-DENABLE_INTERNAL_RapidJSON=ON` and its fetching `rapidjson` from them.
Build is mostly fine, but at ~70-80% of the build, something (`JSONVariantWriter.cpp`) fails, saying it cant find some *.h `rapidjson` normally provides at `masterdir/builddir/xbmc-18.9-Leia/build/build/include/rapidjson/`. (`prettywriter.h` and `reader.h`)

I tried to patch `rapidjson` with upstream patch from `kodi`s repo and set `-DRAPIDJSON_HAS_STDSTRING=ON` and use it without success.

Can someone help?

Ressources:
https://github.com/xbmc/xbmc/tree/Leia/tools/depends/target/rapidjson

  parent reply	other threads:[~2020-10-27 21:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-27  8:49 [ISSUE] " teldra
2020-10-27 19:57 ` Hoshpak
2020-10-27 21:20 ` teldra [this message]
2020-10-27 21:20 ` teldra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201027212047.qyyG5MymEwFQRZO8JYJqN00sXM1D9QTT26FlT_pMbyg@z \
    --to=teldra@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).