Github messages for voidlinux
 help / color / mirror / Atom feed
From: Goorzhel <Goorzhel@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: kodi: update to 19.3.
Date: Mon, 15 Nov 2021 02:35:34 +0100	[thread overview]
Message-ID: <20211115013534.B2t2UxcXgVmVPl_cND9MuViArfPHmBeIEPlvYV2kvTM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34083@inbox.vuxu.org>

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

New comment by Goorzhel on void-packages repository

https://github.com/void-linux/void-packages/pull/34083#issuecomment-968431423

Comment:
It's something to do with `fpos`, which is being patched in `fix-fileemu.patch`: <details>

```
../xbmc/cores/DllLoader/exports/emu_msvcrt.cpp: In function 'int dll_fgetpos64(FILE*, fpos_t*)':
../xbmc/cores/DllLoader/exports/emu_msvcrt.cpp:1497:33: error: no match for 'operator=' (operand types are 'fpos_t' and 'int64_t' {aka 'long int'})
 1497 |       *pos = pFile->GetPosition();
      |                                 ^
In file included from ../xbmc/cores/DllLoader/exports/emu_msvcrt.cpp:10:
/usr/aarch64-linux-musl/usr/include/stdio.h:54:15: note: candidate: 'constexpr _G_fpos64_t& _G_fpos64_t::operator=(const _G_fpos64_t&)'
   54 | typedef union _G_fpos64_t {
      |               ^~~~~~~~~~~
/usr/aarch64-linux-musl/usr/include/stdio.h:54:15: note:   no known conversion for argument 1 from 'int64_t' {aka 'long int'} to 'const _G_fpos64_t&'
/usr/aarch64-linux-musl/usr/include/stdio.h:54:15: note: candidate: 'constexpr _G_fpos64_t& _G_fpos64_t::operator=(_G_fpos64_t&&)'
/usr/aarch64-linux-musl/usr/include/stdio.h:54:15: note:   no known conversion for argument 1 from 'int64_t' {aka 'long int'} to '_G_fpos64_t&&'
../xbmc/cores/DllLoader/exports/emu_msvcrt.cpp: In function 'int dll_fsetpos64(FILE*, const fpos_t*)':
../xbmc/cores/DllLoader/exports/emu_msvcrt.cpp:1513:28: error: cannot convert 'const fpos_t' to '__off64_t' {aka 'long int'}
 1513 |       if (dll_lseeki64(fd, *pos, SEEK_SET) >= 0)
      |                            ^~~~
      |                            |
      |                            const fpos_t
../xbmc/cores/DllLoader/exports/emu_msvcrt.cpp:654:44: note:   initializing argument 2 of '__off64_t dll_lseeki64(int, __off64_t, int)'
  654 |   __off64_t dll_lseeki64(int fd, __off64_t lPos, int iWhence)
      |                                  ~~~~~~~~~~^~~~
```

  parent reply	other threads:[~2021-11-15  1:35 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-14 22:09 [PR PATCH] " Goorzhel
2021-11-14 22:49 ` Goorzhel
2021-11-14 22:49 ` Goorzhel
2021-11-15  1:33 ` Goorzhel
2021-11-15  1:35 ` Goorzhel [this message]
2021-11-15  2:29 ` Goorzhel
2021-11-15  6:02 ` [PR PATCH] [Updated] " Goorzhel
2021-11-16 23:52 ` Goorzhel
2021-12-04  4:32 ` ericonr
2021-12-04  4:33 ` [PR PATCH] [Updated] " Goorzhel
2021-12-04  4:39 ` Goorzhel
2021-12-04  4:39 ` Goorzhel
2021-12-04  4:42 ` ericonr
2022-04-04 23:11 ` marmeladema
2022-04-05  0:03 ` [PR PATCH] [Closed]: " the-maldridge
2022-04-05  0:03 ` the-maldridge

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=20211115013534.B2t2UxcXgVmVPl_cND9MuViArfPHmBeIEPlvYV2kvTM@z \
    --to=goorzhel@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).