Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 14:06:20 -0400
From:      Ed Maste <emaste@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: r474058 - in head: audio/boodler audio/rkr-lv2 audio/xmms-sapplug cad/calculix comms/airspy converters/lua-iconv converters/lua51-iconv databases/mysql-udf deskutils/wammu devel/libffca...
Message-ID:  <CAPyFy2D6302kVJZ7tvgOut7%2BYZgUx_OA8-7OTs8NeEDVhR5C-Q@mail.gmail.com>
In-Reply-To: <201807070644.w676i7QB020602@repo.freebsd.org>
References:  <201807070644.w676i7QB020602@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 7 July 2018 at 02:44, Mark Linimon <linimon@freebsd.org> wrote:
> Author: linimon
> Date: Sat Jul  7 06:44:07 2018
> New Revision: 474058
> URL: https://svnweb.freebsd.org/changeset/ports/474058
>
> Log:
>   Mark these ports as broken on aarch64, and, where appropriate, armvX.
...
> Modified: head/audio/boodler/Makefile
> ==============================================================================
> --- head/audio/boodler/Makefile Sat Jul  7 06:34:04 2018        (r474057)
> +++ head/audio/boodler/Makefile Sat Jul  7 06:44:07 2018        (r474058)
> @@ -14,6 +14,8 @@ COMMENT=      Programmable soundscape tool
>  LICENSE=       LGPL20 # Main program only, sounds have various copyrights
>  LICENSE_FILE=  ${WRKSRC}/LGPL
>
> +BROKEN_aarch64=                fails to link: can't create dynamic relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol: _Py_NoneStruct in readonly segment
> +
>  RESTRICTED=    Not for commercial use
>  RESTRICTED_FILES=      boodler-snd-021902.tar.gz

This one is broken on arm64 for the same reason it was broken on
sparc64 and powerpc prior to r285420: it needs to build as PIC, but
only sets PIC on a limited set of architectures (amd64, powerpc,
sparc64). The fix for this one is to enable PIC on arm64, and also on
i386 (for the forthcoming lld switch).

The same comment for at least mail/eps, multimedia/libav, x11-wm/golem.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPyFy2D6302kVJZ7tvgOut7%2BYZgUx_OA8-7OTs8NeEDVhR5C-Q>