Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2019 08:37:50 +0100
From:      Hans Petter Selasky <hps@selasky.org>
To:        Michael Butler <imb@protected-networks.net>, freebsd-current <freebsd-current@freebsd.org>, Johannes Lundberg <johalun0@gmail.com>, Niclas Zeising <zeising+freebsd@daemonic.se>
Subject:   Re: SVN r345102 breaks drm-current-kmod
Message-ID:  <52e65051-0146-9e04-111d-da8f4b13e1ab@selasky.org>
In-Reply-To: <d487efc5-3f83-6cb6-d29b-37168be1d6af@protected-networks.net>
References:  <d487efc5-3f83-6cb6-d29b-37168be1d6af@protected-networks.net>

next in thread | previous in thread | raw e-mail | index | archive | help
CC'ing Johannes and Niclas.

--HPS

On 3/14/19 1:20 AM, Michael Butler wrote:
> As below ..
> 
> --- drm_atomic_helper.o ---
> In file included from
> /usr/ports/graphics/drm-current-kmod/work/kms-drm-78e51d0/drivers/gpu/drm/drm_atomic_helper.c:28:
> In file included from
> /usr/ports/graphics/drm-current-kmod/work/kms-drm-78e51d0/include/drm/drmP.h:139:
> /usr/ports/graphics/drm-current-kmod/work/kms-drm-78e51d0/drivers/gpu/drm/drm_os_freebsd.h:124:9:
> error: 'IS_ALIGNED' macro redefined [-Werror,-Wmacro-redefined]
> #define IS_ALIGNED(x, y)        (((x) & ((y) - 1)) == 0)
>          ^
> /usr/src/sys/compat/linuxkpi/common/include/linux/kernel.h:133:9: note:
> previous definition is here
> #define IS_ALIGNED(x, a)        (((x) & ((__typeof(x))(a) - 1)) == 0)
>          ^
> --- drm_atomic.o ---
> In file included from
> /usr/ports/graphics/drm-current-kmod/work/kms-drm-78e51d0/drivers/gpu/drm/drm_atomic.c:29:
> In file included from
> /usr/ports/graphics/drm-current-kmod/work/kms-drm-78e51d0/include/drm/drmP.h:139:
> /usr/ports/graphics/drm-current-kmod/work/kms-drm-78e51d0/drivers/gpu/drm/drm_os_freebsd.h:124:9:
> error: 'IS_ALIGNED' macro redefined [-Werror,-Wmacro-redefined]
> #define IS_ALIGNED(x, y)        (((x) & ((y) - 1)) == 0)
>          ^
> /usr/src/sys/compat/linuxkpi/common/include/linux/kernel.h:133:9: note:
> previous definition is here
> #define IS_ALIGNED(x, a)        (((x) & ((__typeof(x))(a) - 1)) == 0)
>          ^
> --- drm_atomic_helper.o ---
> 1 error generated.
> *** [drm_atomic_helper.o] Error code 1
> 
> make[3]: stopped in
> /usr/ports/graphics/drm-current-kmod/work/kms-drm-78e51d0/drm
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52e65051-0146-9e04-111d-da8f4b13e1ab>