[Bug 294870] graphics/drm-66-kmod, graphics/drm-61-kmod: Fails to build on stable/15 after commit ports d94082fc799f
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294870
Bug ID: 294870
Summary: graphics/drm-66-kmod, graphics/drm-61-kmod: Fails to
build on stable/15 after commit ports d94082fc799f
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Flags: maintainer-feedback?([email protected])
Assignee: [email protected]
After commits ports d94082fc799fec79f52c4a7287f6fb5b2da61bb8 and ports
8b9c184f66cc034bd6a73cbcd7e0d9eb74a530d7, graphics/drm-66-kmod and
graphics/drm-61-kmod starts failing build on stable/15, amd64 at commit base
f60defbd2bcb6212294a783958f7884faa8b2b34.
The failures are like below (single example).
All are some kind of
"error: taking address of packed member '*' of class or structure '*' may
result in
an unaligned pointer value [-Werror,-Waddress-of-packed-member]"
cases.
===== Quote error log for drm-66-kmod =====
--- intel_guc_submission.o ---
/wrkdirs/usr/ports/graphics/drm-66-kmod/work/drm-kmod-drm_v6.6.25_10/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c:2638:31:
error: taking address of packed member 'head' of class or structure
'guc_process_desc_v69' may result in an unaligned pointer value
[-Werror,-Waddress-of-packed-member]
2638 | ce->parallel.guc.wq_head = &pdesc->head;
| ^~~~~~~~~~~
===== End quote =====
--
You are receiving this mail because:
You are the assignee for the bug.