Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Feb 2023 09:45:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269223] devel/root: Need help understanding failed staging on arm64
Message-ID:  <bug-269223-7788-0FNCkwdkKX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269223-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269223-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269223

Nuno Teixeira <eduardo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |eduardo@FreeBSD.org

--- Comment #1 from Nuno Teixeira <eduardo@FreeBSD.org> ---
(In reply to Erik Jensen from comment #0)

Should that sed error related to:
---
.if ${ARCH} =3D=3D "aarch64"
NOT_INSTALLED_ON_AARCH64=3D       "@comment "
AARCH64_PCM_SUFFIX=3D     "_rdict"
.else
NOT_INSTALLED_ON_AARCH64=3D       ""
AARCH64_PCM_SUFFIX=3D     ""
.endif
---
?

You are using "tabs" in variables/value inside an .if condition. Porter's
handbook example is:
---
.if ${PORT_OPTIONS:MOPT1}
PLIST_SUB+=3D     OPT1=3D"" NO_OPT1=3D"@comment "
SUB_LIST+=3D      OPT1=3D"" NO_OPT1=3D"@comment "
.else
PLIST_SUB+=3D     OPT1=3D"@comment " NO_OPT1=3D""
SUB_LIST+=3D      OPT1=3D"@comment " NO_OPT1=3D""
.endif
---

Could you check it?
You can force a similar condition on amd64 to check if it is possible to
replicate the sed error.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269223-7788-0FNCkwdkKX>