Github messages for voidlinux
 help / color / mirror / Atom feed
From: gspe <gspe@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [ISSUE] qemu: datadir is not set, uefi support is broken
Date: Sat, 16 Jan 2021 11:40:44 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27965@inbox.vuxu.org> (raw)

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

New issue by gspe on void-packages repository

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

Description:
this pr https://github.com/void-linux/void-packages/pull/24884 remove `--datadir=/usr/lib` but not set `--datadir=/usr/share` so now qemu package has broken support for uefi, for example this is the content of `60-edk2-x86_64.json` :
```
cat /usr/share/qemu/firmware/60-edk2-x86_64.json
{
    "description": "UEFI firmware for x86_64",
    "interface-types": [
        "uefi"
    ],
    "mapping": {
        "device": "flash",
        "executable": {
            "filename": "share/qemu/edk2-x86_64-code.fd",
            "format": "raw"
        },
        "nvram-template": {
            "filename": "share/qemu/edk2-i386-vars.fd",
            "format": "raw"
        }
    },
    "targets": [
        {
            "architecture": "x86_64",
            "machines": [
                "pc-i440fx-*",
                "pc-q35-*"
            ]
        }
    ],
    "features": [
        "acpi-s3",
        "amd-sev",
        "verbose-dynamic"
    ],
    "tags": [

    ]
}
```

as you can see the filename path is not correct ` "filename": "share/qemu/edk2-i386-vars.fd",`


             reply	other threads:[~2021-01-16 10:40 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-16 10:40 gspe [this message]
2021-01-19 21:22 ` ericonr
2021-01-19 22:51 ` gspe
2021-01-19 22:55 ` ericonr
2021-01-20 17:55 ` gspe
2021-01-20 17:55 ` gspe
2021-01-21  1:41 ` ericonr
2021-01-21  1:42 ` ericonr
2021-01-21 21:02 ` gspe
2021-01-21 21:10 ` ericonr
2021-01-21 21:15 ` gspe
2021-01-21 21:19 ` ericonr
2021-01-21 21:21 ` gspe
2021-01-21 21:22 ` gspe
2021-01-21 21:23 ` gspe
2021-01-21 21:24 ` gspe
2021-01-21 21:28 ` ericonr
2021-01-24 15:14 ` ackalker
2021-01-24 15:17 ` ackalker
2021-01-24 15:19 ` ackalker
2021-01-24 15:21 ` ackalker
2021-01-24 15:28 ` ackalker
2021-01-24 15:42 ` ackalker
2021-01-24 15:46 ` ackalker
2021-01-24 15:48 ` ackalker
2021-01-24 17:39 ` ackalker
2021-01-24 17:39 ` ackalker
2021-01-24 17:45 ` ackalker
2021-01-24 17:46 ` ackalker
2021-01-24 17:47 ` ackalker
2021-01-24 17:48 ` ackalker
2021-01-24 17:51 ` ackalker
2021-01-24 17:52 ` ackalker
2021-01-24 17:52 ` ackalker
2021-01-24 17:53 ` ackalker
2021-01-24 17:54 ` ackalker
2021-01-24 17:56 ` ackalker
2021-01-24 17:56 ` ackalker
2021-01-24 17:58 ` ackalker
2021-01-24 18:01 ` ackalker
2021-01-24 18:02 ` ackalker
2021-01-24 18:10 ` ackalker
2021-01-25  2:21 ` ackalker
2021-01-25  2:23 ` ackalker
2021-01-25  2:23 ` ackalker
2021-01-25  2:40 ` ackalker
2021-01-25  2:43 ` ackalker
2021-01-25  2:45 ` ackalker
2021-01-25  2:49 ` ackalker
2021-01-25  2:51 ` ackalker
2021-01-25  2:52 ` ackalker
2021-01-25  2:55 ` ackalker
2021-01-25  2:59 ` ackalker
2021-01-25  3:02 ` ackalker
2021-01-25  3:04 ` ackalker
2021-01-25  3:04 ` ackalker
2021-01-25  3:05 ` ackalker
2021-01-25  3:07 ` ackalker
2021-01-25  3:07 ` ackalker
2021-01-25  3:10 ` ackalker
2021-01-25  7:04 ` ackalker
2021-01-25  7:08 ` ackalker
2021-01-25  7:09 ` ackalker
2021-01-25  7:10 ` ackalker
2021-01-26  2:57 ` ackalker
2021-01-26  2:57 ` ackalker

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27965@inbox.vuxu.org \
    --to=gspe@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).