mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
devel/freebsd-sysroot: disable armv6 and armv7 flavors on big-endian architectures
Extracting little-endian UFS fails on big-endian systems, since UFS is not bi-endian: => SHA256 Checksum OK for rust/bootstrap/armv6/12.2-RELEASE/FreeBSD-12.2-RELEASE-arm-armv6-RPI-B.img.xz. 6188032+0 records in 6188032+0 records out 3168272384 bytes transferred in 143.411914 secs (22092114 bytes/sec) fstab: /etc/fstab:0: No such file or directory DUMP: Can't open /etc/fstab for dump table information: No such file or directory DUMP: Date of this level 0 dump: Mon Oct 18 18:22:26 2021 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping /wrkdirs/usr/ports/devel/freebsd-sysroot/work-armv6/base.img to standard output dump: Cannot find file system superblock: No such file or directory Tape is not a dump tape *** Error code 1
This commit is contained in:
parent
95bea92cc3
commit
e3e2bdea3f
@ -91,6 +91,16 @@ _SYSROOT_LLVM_TRIPLE_powerpc= powerpc-unknown-freebsd13.0 # secure-plt
|
||||
DISTFILES:= ${FLAVORS:O:@_flavor@${:!${SETENV} FLAVOR=${_flavor} ${MAKE} -V'DISTFILES'!}@}
|
||||
.endif
|
||||
|
||||
# to be removed if the port ever switched to base.txz for armv*
|
||||
.if ${FLAVOR:Marmv*}
|
||||
BROKEN_mips= little-endian UFS fails to be read on big-endian architectures
|
||||
BROKEN_mips64= little-endian UFS fails to be read on big-endian architectures
|
||||
BROKEN_powerpc= little-endian UFS fails to be read on big-endian architectures
|
||||
BROKEN_powerpcspe= little-endian UFS fails to be read on big-endian architectures
|
||||
BROKEN_powerpc64= little-endian UFS fails to be read on big-endian architectures
|
||||
BROKEN_sparc64= little-endian UFS fails to be read on big-endian architectures
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} != FreeBSD
|
||||
|
Loading…
x
Reference in New Issue
Block a user