Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2026 11:35:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 294870] graphics/drm-66-kmod, graphics/drm-61-kmod: Fails to build on stable/15 after commit ports d94082fc799f
Message-ID:  <bug-294870-7141@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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: x11@FreeBSD.org
          Reporter: junchoon@dec.sakura.ne.jp
             Flags: maintainer-feedback?(x11@FreeBSD.org)
          Assignee: x11@FreeBSD.org

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-294870-7141>