You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to package the fwupd-efi for Guix. However, the header file for gnu-efi are not found even though I speify their location
Using fwupd-efi 1.1
gnu-efi-3.0.13
I'm specifying this flag to point to the headers
-Defi-includedir=" (assoc-ref %build-inputs "gnu-efi") "/include/efi"
...
# During build time it expands into
/gnu/store/7shc63rli3vixwgxx01xdgs9g4npv0i2-gnu-efi-3.0.13/include/efi
But it still does not find them as this is the error
efi/meson.build:31:2: ERROR: Problem encountered: gnu-efi support requested, but headers were not found
Without passing this flag there was this error
Has header "/usr/include/efi/x86_64/efibind.h" : NO
Has header "/usr/include/efi/x64/efibind.h" : NO
efi/meson.build:31:2: ERROR: Problem encountered: gnu-efi support requested, but headers were not found
The text was updated successfully, but these errors were encountered:
I'm attempting to package the fwupd-efi for Guix. However, the header file for gnu-efi are not found even though I speify their location
Using fwupd-efi 1.1
gnu-efi-3.0.13
I'm specifying this flag to point to the headers
But it still does not find them as this is the error
Without passing this flag there was this error
The text was updated successfully, but these errors were encountered: