[Bug 258091] print/a2ps: build failure: /usr/include/string.h:70:7: error: expected identifier or '('

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 27 Aug 2021 15:31:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258091

            Bug ID: 258091
           Summary: print/a2ps: build failure: /usr/include/string.h:70:7:
                    error: expected identifier or '('
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: dinoex@FreeBSD.org
          Reporter: ohartmann@walstatt.org
          Assignee: dinoex@FreeBSD.org
             Flags: maintainer-feedback?(dinoex@FreeBSD.org)

print/a2ps fails to compile in poudriere. Host is running 14-CURRENT
(14.0-CURRENT #8 main-n248954-d396c67f26b: Thu Aug 26 23:09:20 CEST 2021
amd64), poudriere jail is 13-STABLE as reported below.

=>> Building print/a2ps
build started at Fri Aug 27 10:39:59 UTC 2021
port directory: /usr/ports/print/a2ps
package name: a2ps-4.13b_13
building for: FreeBSD poudriere.gdr.de 13.0-STABLE FreeBSD 13.0-STABLE 1300512
amd64
maintained by: dinoex@FreeBSD.org
Makefile ident: 
Poudriere version: 3.3.7
Host OSVERSION: 1400032
Jail OSVERSION: 1300513
Job Id: 02

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1300512
UNAME_v=FreeBSD 13.0-STABLE 1300512
UNAME_r=13.0-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
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.3.7
MAKEOBJDIRPREFIX=/pool/sources/13-STABLE/obj/
MASTERMNT=/pool/poudriere/data/.m/13-amd64-head-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=screen
PWD=/pool/poudriere/data/.m/13-amd64-head-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=13-amd64-head-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/pool/poudriere/data/.m/13-amd64-head-default/ref/.p
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 a2ps-4.13b_13:
     NLS=on: Native Language Support
     I18N=on: Enable I18N support
     EMACS=off: Enable Emacs support
===> Use 'make config' to modify these settings
---End OPTIONS List---

[...]
cc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\"
-DSYSCONFFILE=\"/usr/local/etc/a2ps.cfg\" -I.. -I../intl -I. -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -std=gnu89 -c getopt.c
-Wp,-MD,.deps/getopt.TPlo -o getopt.o
--- path-concat.lo ---
cc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\"
-DSYSCONFFILE=\"/usr/local/etc/a2ps.cfg\" -I.. -I../intl -I. -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -std=gnu89 -c path-concat.c
-Wp,-MD,.deps/path-concat.TPlo -o path-concat.o
In file included from path-concat.c:30:
/usr/include/string.h:70:7: error: expected identifier or '('
void    *mempcpy(void * __restrict, const void * __restrict, size_t);

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