It looks like graphics/drm-510-kmod should be marked broken for aarch64: no FreeBSD build server package-builds finished under 13.1 release
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Feb 2023 18:32:36 UTC
The very first 131arm64 build of ports is available at: http://ampere3.nyi.freebsd.org/build.html?mastername=131arm64-default&build=cfc19930a459 and it shows for the graphics/drm-510-kmod log (2022-Sept-05) : http://ampere3.nyi.freebsd.org/data/131arm64-default/cfc19930a459/logs/errors/drm-510-kmod-5.10.113_3.log the following: /wrkdirs/usr/ports/graphics/drm-510-kmod/work/drm-kmod-drm_v5.10.113_4/drivers/gpu/drm/amd/display/dc/core/dc.c:741:3: error: implicit declaration of function 'DC_FP_START' is invalid in C99 [-Werror,-Wimplicit-function-declaration] DC_FP_START(); ^ /wrkdirs/usr/ports/graphics/drm-510-kmod/work/drm-kmod-drm_v5.10.113_4/drivers/gpu/drm/amd/display/dc/core/dc.c:743:3: error: implicit declaration of function 'DC_FP_END' is invalid in C99 [-Werror,-Wimplicit-function-declaration] DC_FP_END(); ^ 2 errors generated. *** [dc.o] Error code 1 That is still basically what the most recent build shows (2023-Feb-08): http://ampere3.nyi.freebsd.org/data/131arm64-default/96a5483c708f/logs/errors/drm-510-kmod-5.10.163.log shows: /wrkdirs/usr/ports/graphics/drm-510-kmod/work/drm-kmod-drm_v5.10.163/drivers/gpu/drm/amd/display/dc/core/dc.c:741:3: error: implicit declaration of function 'DC_FP_START' is invalid in C99 [-Werror,-Wimplicit-function-declaration] DC_FP_START(); ^ /wrkdirs/usr/ports/graphics/drm-510-kmod/work/drm-kmod-drm_v5.10.163/drivers/gpu/drm/amd/display/dc/core/dc.c:743:3: error: implicit declaration of function 'DC_FP_END' is invalid in C99 [-Werror,-Wimplicit-function-declaration] DC_FP_END(); ^ 2 errors generated. That is: appearently drm-kmod-drm_v5.10.113_4 through drm-kmod-drm_v5.10.163 all fail for the same reason, in the same place in the source code. So, it looks like aarch64 should be marked broken for now. === Mark Millard marklmi at yahoo.com