Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Jul 2017 21:04:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 220458] ports-mgmt/synth fails to build on 11.1-RC1 AMD64 unknown type names '__vm_ooffset_t' and '__vm_pindex_t'
Message-ID:  <bug-220458-13@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: lacey.leanne@gmail.com
                CC: ericturgeon.bsd@gmail.com
                CC: ericturgeon.bsd@gmail.com
             Flags: maintainer-feedback?(ericturgeon.bsd@gmail.com)

cd /usr/ports/ports-mgmt/synth

Run make

=3D=3D=3D>  License ISCL accepted by the user
=3D=3D=3D>   synth-1.69 depends on file: /usr/local/sbin/pkg - found
=3D=3D=3D> Fetching all distfiles required by synth-1.69 for building
=3D=3D=3D>  Extracting for synth-1.69
=3D> SHA256 Checksum OK for jrmarino-synth-v1.69_GH0.tar.gz.
=3D=3D=3D>  Patching for synth-1.69
=3D=3D=3D>   synth-1.69 depends on file: /usr/local/lib/libncurses.a - found
=3D=3D=3D>   synth-1.69 depends on file: /usr/local/lib/gnat/ini_file_manag=
er.gpr -
found
=3D=3D=3D>   synth-1.69 depends on file: /usr/local/lib/gnat/adacurses.gpr =
- found
=3D=3D=3D>   synth-1.69 depends on file: /usr/local/gcc6-aux/bin/ada - found
=3D=3D=3D>  Configuring for synth-1.69
=3D=3D=3D>  Building for synth-1.69
(cd /usr/ports/ports-mgmt/synth/work/synth-1.69/src && /usr/bin/env
NCURSES_LINK=3Dstatic
PATH=3D/usr/local/gcc6-aux/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/us=
r/local/sbin:/usr/local/bin:/root/bin
 ADA_PROJECT_PATH=3D/usr/local/lib/gnat
XDG_DATA_HOME=3D/usr/ports/ports-mgmt/synth/work=20
XDG_CONFIG_HOME=3D/usr/ports/ports-mgmt/synth/work=20
HOME=3D/usr/ports/ports-mgmt/synth/work NO_PIE=3Dyes MK_DEBUG_FILES=3Dno
MK_KERNEL_SYMBOLS=3Dno SHELL=3D/bin/sh NO_LINT=3DYES PREFIX=3D/usr/local=20
LOCALBASE=3D/usr/local  LIBDIR=3D"/usr/lib"  CC=3D"ada" CFLAGS=3D"-O2 -pipe
-fno-omit-frame-pointer -march=3Dnative  -fstack-protector -fno-strict-alia=
sing"=20
CPP=3D"cpp" CPPFLAGS=3D""  LDFLAGS=3D" -fstack-protector" LIBS=3D""  CXX=3D=
"c++"
CXXFLAGS=3D"-O2 -pipe -fno-omit-frame-pointer -march=3Dnative -fstack-prote=
ctor
-fno-strict-aliasing "  MANPREFIX=3D"/usr/local" BSD_INSTALL_PROGRAM=3D"ins=
tall=20=20
-m 555"  BSD_INSTALL_LIB=3D"install   -m 0644"  BSD_INSTALL_SCRIPT=3D"insta=
ll  -m
555"  BSD_INSTALL_DATA=3D"install  -m 0644"  BSD_INSTALL_MAN=3D"install  -m=
 444"=20
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.

--=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-220458-13>