Bug 272967 - devel/gcc-arm-embedded: c++: error: unsupported option '-print-multi-os-directory'
Summary: devel/gcc-arm-embedded: c++: error: unsupported option '-print-multi-os-direc...
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-06 08:15 UTC by O. Hartmann
Modified: 2023-08-06 08:15 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (lev)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description O. Hartmann 2023-08-06 08:15:07 UTC
Port devel/gcc-arm-embedded fails to build via poudriere on 13-STABLE jail (host is running CURRENT):

=>> Building devel/gcc-arm-embedded
build started at Fri Aug  4 21:46:41 UTC 2023
port directory: /usr/ports/devel/gcc-arm-embedded
package name: gcc-arm-embedded-10.3.20210921
building for: FreeBSD localhost 13.2-STABLE FreeBSD 13.2-STABLE 1302507 amd64
maintained by: lev@FreeBSD.org
Makefile datestamp: -rw-r--r--  1 root  wheel  4942 Jul 17 17:01 /usr/ports/devel/gcc-arm-embedded/Makefile
Ports top last git commit: 4ca74f2583d3
Ports top unclean checkout: no
Port dir last git commit: 474d6cc20c5e
Port dir unclean checkout: no
Poudriere version: poudriere-git-3.3.99.20220831
Host OSVERSION: 1400093
Jail OSVERSION: 1302507
Job Id: 02

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1302507
UNAME_v=FreeBSD 13.2-STABLE 1302507
UNAME_r=13.2-STABLE
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
POUDRIERE_NAME=poudriere-git
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.3.99.20220831
MAKEOBJDIRPREFIX=/pool/sources/13-STABLE/obj/
MASTERMNT=/pool/poudriere/data/.m/13-amd64-head-default/ref
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=screen
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
PWD=/pool/poudriere/data/.m/13-amd64-head-default/02/.p
OUTPUT_REDIRECTED_STDOUT=3
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=13-amd64-head-default
SCRIPTPREFIX=/usr/local/share/poudriere
SCRIPTNAME=bulk.sh
OLDPWD=/pool/poudriere/data/.m/13-amd64-head-default/ref/.p/pool
POUDRIERE_PKGNAME=poudriere-git-3.3.99.20220831
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
DEPENDS_ARGS=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for gcc-arm-embedded-10.3.20210921:
     APROFILE=on: Add support for Cortex-A profiles
     DOCS=on: Build and/or install documentation
     EXAMPLES=on: Build and/or install examples
     HTML=off: Install HTML documentation
     PDF=off: Install PDF documentation (requires TeX, it is huge)
     PURE=on: Use all libraries from bundle, do not depend on anything
     PYGDB=on: Build and install python-enabled gdb in addition to standard one
     SYMLINK=on: Make version-independent symlink /usr/local/gcc-arm-embedded
===> Use 'make config' to modify these settings
---End OPTIONS List---

[... ERROR ...]
yes
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
warning: unknown warning option '-Werror=format-diag' [-Wunknown-warning-option]
c++: error: unsupported option '-print-multi-os-directory'
c++: error: no input files
[...]