[Bug 271544] graphics/libplacebo fails to build via poudriere "Failed: configure"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 May 2023 00:22:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271544 Bug ID: 271544 Summary: graphics/libplacebo fails to build via poudriere "Failed: configure" Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: jbeich@FreeBSD.org Reporter: tigersharke@gmail.com Assignee: jbeich@FreeBSD.org Flags: maintainer-feedback?(jbeich@FreeBSD.org) As the Makefile is now, there are two options, OPENGL and TEST which are present but undefined. This prevents poudriere from building with an error 'Failed: configure'. Worse is that OPENGL is set as a default which I believe means it could affect anyone attempting to build in any way. I am not initiating poudriere with any extra commandline flags (such as -t for testing), do not have 'DEVELOPER=yes' in my make.conf, nor does my poudriere.conf include 'USE_PORTLINT=yes' but (seperate from poudrire) portlint says: WARN: Makefile: OPENGL is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MOPENGL appears. WARN: Makefile: TEST is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MTEST appears. -- You are receiving this mail because: You are the assignee for the bug.