| Summary: | app-emulation/wine-staging-6.1[-ssl] windef.h:112:24: error: unknown type name 'va_list' | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | gylfi |
| Component: | Current packages | Assignee: | Wine Maintainers <wine> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | ionen |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Build log for app-emulation/wine-staging-6.1 | ||
|
Description
gylfi
2021-02-04 23:09:25 UTC
Try with default USE=ssl as a workaround. There may be other flags that'd allow building as well, but using your USE did allow me to reproduce and adding ssl must've side-included stdarg.h to prevent this. (In reply to Ionen Wolkens from comment #1) > Try with default USE=ssl as a workaround. > > There may be other flags that'd allow building as well, but using your USE > did allow me to reproduce and adding ssl must've side-included stdarg.h to > prevent this. That worked, I'm not sure but it seems like the problem was missing 32-bit libraries which weren't brought in, if you look at the build log the point at which it fails is when it is compiling gnutls.c, but without adding USE=ssl the 32-bit libraries were not built. Perhaps they should be hard dependencies if this flag can't be safely unset. Re-opening given the issue is still there, just uncommon to run into since most people have ssl enabled. (In reply to Ionen Wolkens from comment #3) > Re-opening given the issue is still there, just uncommon to run into since > most people have ssl enabled. Seem to have gotten fixed at some point, so closing again. |