=> Bootstrap dependency digest>=20010302: found digest-20190127
WARNING: [license.mk] Every package should define a LICENSE.
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for impress-1.1b9nb3
cd /data/scratch/graphics/impress/work/impress-1.1b9 && make make_impress make_font3d
(cd src;make all install)
cat impress.tcl >impress
chmod a+x impress
rm -f transeps
cp transeps.sh transeps
chmod a+x transeps
drvbase.h ../pstoedit/src/drvbase.h differ: char 1849, line 62
Updating drvbase.h
Updating impress
Updating transeps
Updating COPYING
Updating README
Updating CHANGES
Updating OPTIONS
Updating tkFont-patch.diff
Updating tkUnixWm-patch.diff
Updating arrows.jpg
Updating custcolor.jpg
Updating file.jpg
Updating fonts.jpg
Updating grid.jpg
Updating impdoc.html
Updating implogo.gif
Updating impressbuttons.jpg
Updating impressmain2.jpg
Updating lgtoolbar.jpg
Updating openurldialog.jpg
Updating page.jpg
Updating palette.jpg
Updating print.jpg
Updating props.jpg
Updating pstoedit.jpg
Updating selection.jpg
Updating slide.jpg
Updating tclet.jpg
Updating toolbarpref.jpg
Updating urldialog.jpg
Updating miniview.jpg
(cd font3d;make LDFLAGS=-static)
c++ -c -O build.cc
In file included from build.cc:34:
./vector.h:98:11: error: reference to 'vector' is ambiguous
   inline vector::vector(void)
          ^
./vector.h:80:10: note: candidate found by name lookup is 'vector'
   class vector
         ^
/usr/include/c++/iosfwd:216:28: note: candidate found by name lookup is 'std::__1::vector'
class _LIBCPP_TEMPLATE_VIS vector;
                           ^
In file included from build.cc:34:
./vector.h:103:11: error: reference to 'vector' is ambiguous
   inline vector::vector(double _x, double _y, double _z)
          ^
./vector.h:80:10: note: candidate found by name lookup is 'vector'
   class vector
         ^
/usr/include/c++/iosfwd:216:28: note: candidate found by name lookup is 'std::__1::vector'
class _LIBCPP_TEMPLATE_VIS vector;
                           ^
In file included from build.cc:34:
./vector.h:108:11: error: reference to 'vector' is ambiguous
   inline vector::vector(const vector& v)
          ^
./vector.h:80:10: note: candidate found by name lookup is 'vector'
   class vector
         ^
/usr/include/c++/iosfwd:216:28: note: candidate found by name lookup is 'std::__1::vector'
class _LIBCPP_TEMPLATE_VIS vector;
                           ^
In file included from build.cc:34:
./vector.h:108:32: error: reference to 'vector' is ambiguous
   inline vector::vector(const vector& v)
                               ^
./vector.h:80:10: note: candidate found by name lookup is 'vector'
   class vector
         ^
/usr/include/c++/iosfwd:216:28: note: candidate found by name lookup is 'std::__1::vector'
class _LIBCPP_TEMPLATE_VIS vector;
                           ^
In file included from build.cc:34:
./vector.h:117:11: error: reference to 'vector' is ambiguous
   inline vector operator + (vector v1, vector v2)
          ^
./vector.h:80:10: note: candidate found by name lookup is 'vector'
   class vector
         ^
/usr/include/c++/iosfwd:216:28: note: candidate found by name lookup is 'std::__1::vector'
class _LIBCPP_TEMPLATE_VIS vector;
                           ^
In file included from build.cc:34:
./vector.h:117:30: error: reference to 'vector' is ambiguous
   inline vector operator + (vector v1, vector v2)
                             ^
./vector.h:80:10: note: candidate found by name lookup is 'vector'
   class vector
         ^
/usr/include/c++/iosfwd:216:28: note: candidate found by name lookup is 'std::__1::vector'
class _LIBCPP_TEMPLATE_VIS vector;
                           ^
In file included from build.cc:34:
./vector.h:117:41: error: reference to 'vector' is ambiguous
   inline vector operator + (vector v1, vector v2)
                                        ^
./vector.h:80:10: note: candidate found by name lookup is 'vector'
   class vector
         ^
/usr/include/c++/iosfwd:216:28: note: candidate found by name lookup is 'std::__1::vector'
class _LIBCPP_TEMPLATE_VIS vector;
                           ^
In file included from build.cc:34:
./vector.h:119:13: error: reference to 'vector' is ambiguous
     return vector(v1.x+v2.x,v1.y+v2.y,v1.z+v2.z);
            ^
./vector.h:80:10: note: candidate found by name lookup is 'vector'
   class vector
         ^
/usr/include/c++/iosfwd:216:28: note: candidate found by name lookup is 'std::__1::vector'
class _LIBCPP_TEMPLATE_VIS vector;
                           ^
In file included from build.cc:34:
./vector.h:122:11: error: reference to 'vector' is ambiguous
   inline vector operator - (vector v1, vector v2)
          ^
./vector.h:80:10: note: candidate found by name lookup is 'vector'
   class vector
         ^
/usr/include/c++/iosfwd:216:28: note: candidate found by name lookup is 'std::__1::vector'
class _LIBCPP_TEMPLATE_VIS vector;
                           ^
In file included from build.cc:34:
./vector.h:122:30: error: reference to 'vector' is ambiguous
   inline vector operator - (vector v1, vector v2)
                             ^
./vector.h:80:10: note: candidate found by name lookup is 'vector'
   class vector
         ^
/usr/include/c++/iosfwd:216:28: note: candidate found by name lookup is 'std::__1::vector'
class _LIBCPP_TEMPLATE_VIS vector;
                           ^
In file included from build.cc:34:
./vector.h:122:41: error: reference to 'vector' is ambiguous
   inline vector operator - (vector v1, vector v2)
                                        ^
./vector.h:80:10: note: candidate found by name lookup is 'vector'
   class vector
         ^
/usr/include/c++/iosfwd:216:28: note: candidate found by name lookup is 'std::__1::vector'
class _LIBCPP_TEMPLATE_VIS vector;
                           ^
In file included from build.cc:34:
./vector.h:124:13: error: reference to 'vector' is ambiguous
     return vector(v1.x-v2.x,v1.y-v2.y,v1.z-v2.z);
            ^
./vector.h:80:10: note: candidate found by name lookup is 'vector'
   class vector
         ^
/usr/include/c++/iosfwd:216:28: note: candidate found by name lookup is 'std::__1::vector'
class _LIBCPP_TEMPLATE_VIS vector;
                           ^
In file included from build.cc:34:
./vector.h:127:11: error: reference to 'vector' is ambiguous
   inline vector operator * (vector v, double f)
          ^
./vector.h:80:10: note: candidate found by name lookup is 'vector'
   class vector
         ^
/usr/include/c++/iosfwd:216:28: note: candidate found by name lookup is 'std::__1::vector'
class _LIBCPP_TEMPLATE_VIS vector;
                           ^
In file included from build.cc:34:
./vector.h:127:30: error: reference to 'vector' is ambiguous
   inline vector operator * (vector v, double f)
                             ^
./vector.h:80:10: note: candidate found by name lookup is 'vector'
   class vector
         ^
/usr/include/c++/iosfwd:216:28: note: candidate found by name lookup is 'std::__1::vector'
class _LIBCPP_TEMPLATE_VIS vector;
                           ^
In file included from build.cc:34:
./vector.h:129:13: error: reference to 'vector' is ambiguous
     return vector(v.x*f,v.y*f,v.z*f);
            ^
./vector.h:80:10: note: candidate found by name lookup is 'vector'
   class vector
         ^
/usr/include/c++/iosfwd:216:28: note: candidate found by name lookup is 'std::__1::vector'
class _LIBCPP_TEMPLATE_VIS vector;
                           ^
In file included from build.cc:34:
./vector.h:132:11: error: reference to 'vector' is ambiguous
   inline vector operator * (double f, vector v)
          ^
./vector.h:80:10: note: candidate found by name lookup is 'vector'
   class vector
         ^
/usr/include/c++/iosfwd:216:28: note: candidate found by name lookup is 'std::__1::vector'
class _LIBCPP_TEMPLATE_VIS vector;
                           ^
In file included from build.cc:34:
./vector.h:132:40: error: reference to 'vector' is ambiguous
   inline vector operator * (double f, vector v)
                                       ^
./vector.h:80:10: note: candidate found by name lookup is 'vector'
   class vector
         ^
/usr/include/c++/iosfwd:216:28: note: candidate found by name lookup is 'std::__1::vector'
class _LIBCPP_TEMPLATE_VIS vector;
                           ^
In file included from build.cc:34:
./vector.h:134:13: error: reference to 'vector' is ambiguous
     return vector(v.x*f,v.y*f,v.z*f);
            ^
./vector.h:80:10: note: candidate found by name lookup is 'vector'
   class vector
         ^
/usr/include/c++/iosfwd:216:28: note: candidate found by name lookup is 'std::__1::vector'
class _LIBCPP_TEMPLATE_VIS vector;
                           ^
In file included from build.cc:34:
./vector.h:137:11: error: reference to 'vector' is ambiguous
   inline vector operator / (vector v, double f)
          ^
./vector.h:80:10: note: candidate found by name lookup is 'vector'
   class vector
         ^
/usr/include/c++/iosfwd:216:28: note: candidate found by name lookup is 'std::__1::vector'
class _LIBCPP_TEMPLATE_VIS vector;
                           ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
*** Error code 1

Stop.
make[3]: stopped in /data/scratch/graphics/impress/work/impress-1.1b9/font3d
*** Error code 1

Stop.
make[2]: stopped in /data/scratch/graphics/impress/work/impress-1.1b9
*** Error code 1

Stop.
make[1]: stopped in /data/pkgsrc/graphics/impress
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/graphics/impress