Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2019 17:51:28 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Mark Linimon <linimon@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r497224 - head/graphics/pcl-pointclouds
Message-ID:  <tvfk-l2zz-wny@FreeBSD.org>
In-Reply-To: <201903292312.x2TNCNpt035233@repo.freebsd.org> (Mark Linimon's message of "Fri, 29 Mar 2019 23:12:23 %2B0000 (UTC)")
References:  <201903292312.x2TNCNpt035233@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Mark Linimon <linimon@FreeBSD.org> writes:

> Author: linimon
> Date: Fri Mar 29 23:12:23 2019
> New Revision: 497224
> URL: https://svnweb.freebsd.org/changeset/ports/497224
>
> Log:
>   Mark as broken on armv*:
>   
>     common/include/pcl/pcl_macros.h:420:4: error: aligned_malloc not supported on your platform
>   
>   Oddly, this port builds on aarch64.
>   
>   Approved by:	portmgr (tier-2 blanket)
>
> Modified:
>   head/graphics/pcl-pointclouds/Makefile
>
> Modified: head/graphics/pcl-pointclouds/Makefile
> ==============================================================================
> --- head/graphics/pcl-pointclouds/Makefile	Fri Mar 29 23:06:42 2019	(r497223)
> +++ head/graphics/pcl-pointclouds/Makefile	Fri Mar 29 23:12:23 2019	(r497224)
> @@ -17,6 +17,8 @@ LICENSE=	BSD3CLAUSE
>  LICENSE_FILE=	${WRKSRC}/LICENSE.txt
>  
>  BROKEN_i386=	undefined reference to `__atomic_load'
> +NOT_FOR_ARCHS=		armv6 armv6

Did you mean armv7 instead of another armv6?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?tvfk-l2zz-wny>