freebsd / poudriere

Port/Package build and test system
https://github.com/freebsd/poudriere/wiki
BSD 2-Clause "Simplified" License
388 stars 161 forks source link

subpackage revert has empty FLAVOR error for graphics/mesa-libs dependency on graphics/libdrm #1119

Closed bdrewery closed 7 months ago

bdrewery commented 7 months ago

https://github.com/freebsd/poudriere/commit/095b50c360060209604731fe5d015920a9cefe73

@evadot

Change isn't bogus, with this commit building subpackage gives : [00:00:02] Warning: (graphics/mesa-libs): Error: graphics/mesa-libs has dependency on graphics/libdrm with invalid empty FLAVOR; Please contact maintainer of the port to fix this. [00:00:02] Warning: (graphics/mesa-libs): Error: graphics/mesa-libs has dependency on graphics/libdrm with invalid empty FLAVOR; Please contact maintainer of the port to fix this. [00:00:02] Warning: (graphics/mesa-libs): Error: graphics/mesa-libs has dependency on graphics/libdrm with invalid empty FLAVOR; Please contact maintainer of the port to fix this.

Reverting this commits seems to fix everything.

bdrewery commented 7 months ago

I'm working on adding tests and fixing this this week.