Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2020 12:50:36 +0200
From:      Emmanuel Vadot <manu@bidouilliste.com>
To:        Mark Millard <marklmi@yahoo.com>
Cc:        freebsd-arm <freebsd-arm@freebsd.org>, FreeBSD ports <freebsd-ports@freebsd.org>
Subject:   Re: aarch64 host based sysutils/u-boot-{pine64, rock64, rpi[34]} builds fail for: "aarch64-none-elf-gcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found"
Message-ID:  <20200429125036.fbd1c0679e677260e6868eb7@bidouilliste.com>
In-Reply-To: <7F714D23-99F3-4C31-92F1-A4ED2EABE93B@yahoo.com>
References:  <0085757C-02B1-4CB9-9B67-01EB5D6AA86A@yahoo.com> <E5B9A9B4-B574-4303-BD17-F4366BBBD2DC@yahoo.com> <20200427123246.42e3844f39c349aac81009ff@bidouilliste.com> <20200427204606.69157e78e6eb92f3481e47e3@bidouilliste.com> <38BE4488-2BE4-4B9F-BABA-0324B6A7AE8D@yahoo.com> <90693ED6-E93D-4105-8B63-F77313F77079@yahoo.com> <20200428163906.a5081a0493970fb4556fe08b@bidouilliste.com> <13AAC979-927E-43BA-BF16-64C41546A690@yahoo.com> <7CD48F1B-7405-454A-BEFE-3B17D321D89F@yahoo.com> <1D414E35-6785-4D15-A798-DFB34C2ACC34@yahoo.com> <B5FAF7DB-B8AA-48CB-9561-4CE1CDE5FF25@yahoo.com> <7F714D23-99F3-4C31-92F1-A4ED2EABE93B@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 29 Apr 2020 01:36:01 -0700
Mark Millard <marklmi@yahoo.com> wrote:

> [Build successes for building via poudriere-devel.
> Message history removed.]
> 
> Based on (some whitespace details might not survive):
> 
> # svnlite diff /usr/ports/devel/aarch64-none-elf-gcc/
> Index: /usr/ports/devel/aarch64-none-elf-gcc/Makefile
> ===================================================================
> --- /usr/ports/devel/aarch64-none-elf-gcc/Makefile	(revision 533162)
> +++ /usr/ports/devel/aarch64-none-elf-gcc/Makefile	(working copy)
> @@ -19,7 +19,8 @@
>  LIB_DEPENDS=	libgmp.so:math/gmp \
>  		libmpfr.so:math/mpfr \
>  		libmpc.so:math/mpc
> -BUILD_DEPENDS=	${GCC_TARGET}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g}
> +BUILD_DEPENDS=	${GCC_TARGET}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g} \
> +		objdump:devel/binutils

 That brings binutils-native as a build depend, which works on aarch64
but I don't think it will for cross building.
 But yes the solution is something like that, the "missing" objdump
seems to make gcc not building the plugins.

>  RUN_DEPENDS=	${GCC_TARGET}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g}
>  
>  USES=	gmake iconv libtool tar:xz makeinfo compiler:c++11-lang
> 
> 
> Things then finish (extracted messages from an amd64->aarch64 poudriere-based
> nxb-bin involved cross-build):
> 
> [00:14:17] [04] [00:13:40] Finished devel/aarch64-none-elf-gcc | aarch64-none-elf-gcc-8.4.0_1: Success
> [00:15:16] [02] [00:00:57] Finished sysutils/atf-sun50i_a64 | atf-sun50i_a64-v2.3: Success
> [00:15:19] [01] [00:01:00] Finished sysutils/atf-rk3328 | atf-rk3328-v2.3: Success
> [00:16:10] [05] [00:15:33] Finished devel/arm-none-eabi-gcc | arm-none-eabi-gcc-8.4.0_1: Success
> [00:21:34] [04] [00:07:15] Finished sysutils/u-boot-rpi4 | u-boot-rpi4-2020.04: Success
> [00:21:56] [03] [00:07:37] Finished sysutils/u-boot-rpi3 | u-boot-rpi3-2020.04: Success
> [00:30:31] [06] [00:14:19] Finished sysutils/u-boot-rpi2 | u-boot-rpi2-2020.04: Success
> [00:35:15] [07] [00:19:03] Finished sysutils/u-boot-sinovoip-bpi-m3 | u-boot-sinovoip-bpi-m3-2020.04: Success
> [00:35:34] [01] [00:20:15] Finished sysutils/u-boot-rock64 | u-boot-rock64-2020.04: Success
> [00:35:41] [05] [00:19:29] Finished sysutils/u-boot-orangepi-plus-2e | u-boot-orangepi-plus-2e-2020.04: Success
> 
> (u-boot-pine64 still in process due to MAKE_JOBS_UNSAFE=yes use.)
> 
> aarch64 native builds also finished (not shown).
> 
> amd64 poudriere-based builds (non-qemu) also finished:
> 
> [00:03:22] [01] [00:03:08] Finished devel/aarch64-none-elf-gcc | aarch64-none-elf-gcc-8.4.0_1: Success
> [00:03:31] [03] [00:00:08] Finished sysutils/atf-sun50i_a64 | atf-sun50i_a64-v2.3: Success
> [00:03:31] [01] [00:00:08] Finished sysutils/atf-rk3328 | atf-rk3328-v2.3: Success
> [00:03:33] [02] [00:03:19] Finished devel/arm-none-eabi-gcc | arm-none-eabi-gcc-8.4.0_1: Success
> [00:04:00] [04] [00:00:37] Finished sysutils/u-boot-rpi3 | u-boot-rpi3-2020.04: Success
> [00:04:01] [05] [00:00:38] Finished sysutils/u-boot-rpi4 | u-boot-rpi4-2020.04: Success
> [00:04:18] [06] [00:00:44] Finished sysutils/u-boot-rpi2 | u-boot-rpi2-2020.04: Success
> [00:04:40] [02] [00:01:06] Finished sysutils/u-boot-orangepi-plus-2e | u-boot-orangepi-plus-2e-2020.04: Success
> [00:04:41] [07] [00:01:07] Finished sysutils/u-boot-sinovoip-bpi-m3 | u-boot-sinovoip-bpi-m3-2020.04: Success
> [00:04:42] [01] [00:01:10] Finished sysutils/u-boot-rock64 | u-boot-rock64-2020.04: Success
> [00:06:46] [03] [00:03:15] Finished sysutils/u-boot-pine64 | u-boot-pine64-2020.04: Success
> 
> 
> 
> FYI:
> 
> # svnlite diff /usr/ports/sysutils/u-boot-pine64/
> Index: /usr/ports/sysutils/u-boot-pine64/Makefile
> ===================================================================
> --- /usr/ports/sysutils/u-boot-pine64/Makefile	(revision 533162)
> +++ /usr/ports/sysutils/u-boot-pine64/Makefile	(working copy)
> @@ -6,4 +6,6 @@
>  BOARD_CONFIG=	pine64_plus_defconfig
>  FAMILY=		allwinner64
>  
> +MAKE_JOBS_UNSAFE=yes
> +
>  .include "${MASTERDIR}/Makefile"
> 
> based on historical build-race problems specific to pine64's
> u-boot build. But it makes the qemu-based build take a very
> long time.
> 
> 
> ===
> Mark Millard
> marklmi at yahoo.com
> ( dsl-only.net went
> away in early 2018-Mar)
> 


-- 
Emmanuel Vadot <manu@bidouilliste.com> <manu@freebsd.org>



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