[Bug 220458] ports-mgmt/synth fails to build on 11.1-RC1 AMD64 unknown type names '__vm_ooffset_t' and '__vm_pindex_t'
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 3 21:04:31 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220458
Bug ID: 220458
Summary: ports-mgmt/synth fails to build on 11.1-RC1 AMD64
unknown type names '__vm_ooffset_t' and
'__vm_pindex_t'
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: lacey.leanne at gmail.com
CC: ericturgeon.bsd at gmail.com
CC: ericturgeon.bsd at gmail.com
Flags: maintainer-feedback?(ericturgeon.bsd at gmail.com)
cd /usr/ports/ports-mgmt/synth
Run make
===> License ISCL accepted by the user
===> synth-1.69 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by synth-1.69 for building
===> Extracting for synth-1.69
=> SHA256 Checksum OK for jrmarino-synth-v1.69_GH0.tar.gz.
===> Patching for synth-1.69
===> synth-1.69 depends on file: /usr/local/lib/libncurses.a - found
===> synth-1.69 depends on file: /usr/local/lib/gnat/ini_file_manager.gpr -
found
===> synth-1.69 depends on file: /usr/local/lib/gnat/adacurses.gpr - found
===> synth-1.69 depends on file: /usr/local/gcc6-aux/bin/ada - found
===> Configuring for synth-1.69
===> Building for synth-1.69
(cd /usr/ports/ports-mgmt/synth/work/synth-1.69/src && /usr/bin/env
NCURSES_LINK=static
PATH=/usr/local/gcc6-aux/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
ADA_PROJECT_PATH=/usr/local/lib/gnat
XDG_DATA_HOME=/usr/ports/ports-mgmt/synth/work
XDG_CONFIG_HOME=/usr/ports/ports-mgmt/synth/work
HOME=/usr/ports/ports-mgmt/synth/work NO_PIE=yes MK_DEBUG_FILES=no
MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local
LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="ada" CFLAGS="-O2 -pipe
-fno-omit-frame-pointer -march=native -fstack-protector -fno-strict-aliasing"
CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++"
CXXFLAGS="-O2 -pipe -fno-omit-frame-pointer -march=native -fstack-protector
-fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install
-m 555" BSD_INSTALL_LIB="install -m 0644" BSD_INSTALL_SCRIPT="install -m
555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444"
gcc -c unix_core.c -o ../build/unix_core.o)
In file included from unix_core.c:13:0:
/usr/local/gcc6-aux/lib/gcc/x86_64-aux-freebsd11.0/6.3.1/include-fixed/sys/types.h:266:9:
error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^~~~~~~~~~~~~~
/usr/local/gcc6-aux/lib/gcc/x86_64-aux-freebsd11.0/6.3.1/include-fixed/sys/types.h:268:9:
error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^~~~~~~~~~~~~
*** Error code 1
Stop.
make: stopped in /usr/ports/ports-mgmt/synth
Please let me know if I can be of further assistance debugging this. Thank you.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list