Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] gnu-efi-libs > 3.0.15 breaks gummiboot
@ 2024-04-16  7:27 rbzchnadm
  2024-04-16 11:07 ` classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rbzchnadm @ 2024-04-16  7:27 UTC (permalink / raw)
  To: ml

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

New issue by rbzchnadm on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 6.1.83_1 x86_64 GenuineIntel/VM notuptodate rFFF

### Package(s) Affected

gummiboot-48.1_8

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

Package must be built successfully

### Actual behaviour

  CC       src/setup/gummiboot-efivars.o
In file included from /usr/include/efi/efi.h:46,
                 from src/efi/pefile.c:17:
/usr/include/efi/x86_64/efibind.h:99:10: fatal error: stddef.h: No such file or directory
   99 | #include <stddef.h>
      |          ^~~~~~~~~~
In file included from /usr/include/efi/efi.h:46,
                 from src/efi/graphics.c:20:
/usr/include/efi/x86_64/efibind.h:99:10: fatal error: stddef.h: No such file or directory
   99 | #include <stddef.h>
      |          ^~~~~~~~~~
In file included from /usr/include/efi/efi.h:46,
                 from src/efi/util.c:18:
/usr/include/efi/x86_64/efibind.h:99:10: fatal error: stddef.h: No such file or directory
   99 | #include <stddef.h>
      |          ^~~~~~~~~~
In file included from /usr/include/efi/efi.h:46,
                 from src/efi/console.c:18:
/usr/include/efi/x86_64/efibind.h:99:10: fatal error: stddef.h: No such file or directory
   99 | #include <stddef.h>
      |          ^~~~~~~~~~

### Steps to reproduce

1. xbps-src -N pkg gummiboot-efistub

---

1. Reverting back gnu-efi-libs to version 3.0.15
2.  xbps-src -N pkg gummiboot-efistub

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

* Re: gnu-efi-libs > 3.0.15 breaks gummiboot
  2024-04-16  7:27 [ISSUE] gnu-efi-libs > 3.0.15 breaks gummiboot rbzchnadm
@ 2024-04-16 11:07 ` classabbyamp
  2024-04-17  9:20 ` gnu-efi-libs > 3.0.15 breaks gummiboot build sgn
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-04-16 11:07 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/49859#issuecomment-2058830163

Comment:
related: https://git.alpinelinux.org/aports/tree/main/gummiboot/APKBUILD#n30

but alpine's solution doesn't appear to work on musl (and it wouldn't work on glibc because stddef.h is provided by gcc, not glibc)

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

* Re: gnu-efi-libs > 3.0.15 breaks gummiboot build
  2024-04-16  7:27 [ISSUE] gnu-efi-libs > 3.0.15 breaks gummiboot rbzchnadm
  2024-04-16 11:07 ` classabbyamp
@ 2024-04-17  9:20 ` sgn
  2024-04-17  9:23 ` classabbyamp
  2024-04-17 10:06 ` [ISSUE] [CLOSED] " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2024-04-17  9:20 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/49859#issuecomment-2060802327

Comment:
Then our gcc is broken? since freestanding C implementation must provides `stddef.h`

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

* Re: gnu-efi-libs > 3.0.15 breaks gummiboot build
  2024-04-16  7:27 [ISSUE] gnu-efi-libs > 3.0.15 breaks gummiboot rbzchnadm
  2024-04-16 11:07 ` classabbyamp
  2024-04-17  9:20 ` gnu-efi-libs > 3.0.15 breaks gummiboot build sgn
@ 2024-04-17  9:23 ` classabbyamp
  2024-04-17 10:06 ` [ISSUE] [CLOSED] " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-04-17  9:23 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/49859#issuecomment-2060808152

Comment:
gcc provides it but there's `-nostdinc` in the cmdline so I don't think it adds that header automatically 

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

* Re: [ISSUE] [CLOSED] gnu-efi-libs > 3.0.15 breaks gummiboot build
  2024-04-16  7:27 [ISSUE] gnu-efi-libs > 3.0.15 breaks gummiboot rbzchnadm
                   ` (2 preceding siblings ...)
  2024-04-17  9:23 ` classabbyamp
@ 2024-04-17 10:06 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2024-04-17 10:06 UTC (permalink / raw)
  To: ml

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

Closed issue by rbzchnadm on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 6.1.83_1 x86_64 GenuineIntel/VM notuptodate rFFF

### Package(s) Affected

gummiboot-48.1_8

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

Package must be built successfully

### Actual behaviour

```
  CC       src/setup/gummiboot-efivars.o
In file included from /usr/include/efi/efi.h:46,
                 from src/efi/pefile.c:17:
/usr/include/efi/x86_64/efibind.h:99:10: fatal error: stddef.h: No such file or directory
   99 | #include <stddef.h>
      |          ^~~~~~~~~~
In file included from /usr/include/efi/efi.h:46,
                 from src/efi/graphics.c:20:
/usr/include/efi/x86_64/efibind.h:99:10: fatal error: stddef.h: No such file or directory
   99 | #include <stddef.h>
      |          ^~~~~~~~~~
In file included from /usr/include/efi/efi.h:46,
                 from src/efi/util.c:18:
/usr/include/efi/x86_64/efibind.h:99:10: fatal error: stddef.h: No such file or directory
   99 | #include <stddef.h>
      |          ^~~~~~~~~~
In file included from /usr/include/efi/efi.h:46,
                 from src/efi/console.c:18:
/usr/include/efi/x86_64/efibind.h:99:10: fatal error: stddef.h: No such file or directory
   99 | #include <stddef.h>
      |          ^~~~~~~~~~
```

### Steps to reproduce

1. xbps-src -N pkg gummiboot-efistub

---

1. Reverting back gnu-efi-libs to version 3.0.15
2.  xbps-src -N pkg gummiboot-efistub

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

end of thread, other threads:[~2024-04-17 10:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-16  7:27 [ISSUE] gnu-efi-libs > 3.0.15 breaks gummiboot rbzchnadm
2024-04-16 11:07 ` classabbyamp
2024-04-17  9:20 ` gnu-efi-libs > 3.0.15 breaks gummiboot build sgn
2024-04-17  9:23 ` classabbyamp
2024-04-17 10:06 ` [ISSUE] [CLOSED] " sgn

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).