Bug 275242 - graphics/mesa-dri: fails check-plist
Summary: graphics/mesa-dri: fails check-plist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-x11 (Nobody)
URL:
Keywords: needs-patch
Depends on:
Blocks: 273703
  Show dependency treegraph
 
Reported: 2023-11-21 20:58 UTC by Jan Beich
Modified: 2023-11-22 09:50 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (x11)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2023-11-21 20:58:45 UTC
Regressed by ports 29d855b6f775 likely via -Dgles1=enabled -Dgles2=enabled.

$ poudriere testport -j 124i386 graphics/mesa-dri
[...]
===========================================================================
====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: include/GLES/egl.h
Error: Orphaned: include/GLES/gl.h
Error: Orphaned: include/GLES/glext.h
Error: Orphaned: include/GLES/glplatform.h
Error: Orphaned: include/GLES2/gl2.h
Error: Orphaned: include/GLES2/gl2ext.h
Error: Orphaned: include/GLES2/gl2platform.h
Error: Orphaned: include/GLES3/gl3.h
Error: Orphaned: include/GLES3/gl31.h
Error: Orphaned: include/GLES3/gl32.h
Error: Orphaned: include/GLES3/gl3ext.h
Error: Orphaned: include/GLES3/gl3platform.h
Error: Orphaned: lib/libGLESv1_CM.so
Error: Orphaned: lib/libGLESv1_CM.so.1
Error: Orphaned: lib/libGLESv1_CM.so.1.1.0
Error: Orphaned: lib/libGLESv2.so
Error: Orphaned: lib/libGLESv2.so.2
Error: Orphaned: lib/libGLESv2.so.2.0.0
Error: Orphaned: libdata/pkgconfig/glesv1_cm.pc
Error: Orphaned: libdata/pkgconfig/glesv2.pc
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-11-22 09:50:46 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8df779db3590087452a722a2412eb3020f0f00fd

commit 8df779db3590087452a722a2412eb3020f0f00fd
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-11-21 18:16:55 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-11-22 09:49:02 +0000

    graphics/mesa-dri: vulkan: Remove haswell driver

    Haswell doesn't work so remove it.
    While here fix plist, PR 275242

    PR:     275242
    Sponsored by:   Beckhoff Automation GmbH & Co. KG

 graphics/mesa-dri/Makefile  |  5 +++--
 graphics/mesa-dri/pkg-plist | 22 ++++++++++++++++++++--
 2 files changed, 23 insertions(+), 4 deletions(-)