pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/libreoffice on illumos (x86_64)



hello,
seem to be able to make some sort of progress building LibreOffice on illumos... but not quite there yet.

curious to know if anybody else has tried to avance further that wish to share their findings.

with the following patches I'm able to get as far as the attached log indicates... seems some xargs problems remain as well as this:

Entering /tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/xml2cmp/prj

[ info ALL ] LinkTarget Library/libCrun.so not defined: Assuming headers to be there! [ info ALL ] LinkTarget Library/libm.so not defined: Assuming headers to be there! [ info ALL ] LinkTarget Library/libc.so not defined: Assuming headers to be there!
[ build CXX ] xml2cmp/source/xcd/main
g++: error: unrecognized command line option '-temp=/tmp'
g++: error: unrecognized command line option '-threads'
g++: error: unrecognized command line option '-features=no%altspell'
g++: error: +w2: No such file or directory
g++: error: /tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/workdir/unxsogs.pro/Dep/CxxObject/xml2cmp/source/xcd/main.d: No such file or directory gmake[2]: *** No rule to make target `/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/workdir/unxsogs.pro/CxxObject/xml2cmp/source/xcd/main.o', needed by `/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/workdir/unxsogs.pro/LinkTarget/Executable/xml2cmp'. Stop.
dmake:  Error code 2, while making 'all'



here are my changes to date (real minimal, dependencies to gmake and coreutils implicit)..

richard@devzone:~/src/pkgsrc/wip/libreoffice$ cvs diff
? patches/patch-solenv_inc_unitools.mk
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/libreoffice/Makefile,v
retrieving revision 1.55
diff -u -p -r1.55 Makefile
--- Makefile    28 Oct 2012 16:57:36 -0000      1.55
+++ Makefile    22 Nov 2012 06:22:21 -0000
@@ -83,6 +83,13 @@ CONFLICTS+=          libreoffice3-bin-[0-9]*
USE_TOOLS+= automake bash bison gmake pax perl pkg-config unzip
  PTHREAD_OPTS+=         require

+.if ${OPSYS} == "SunOS"
+USE_TOOLS+=            patch grep egrep fgrep gcp
+CONFIGURE_ARGS+=       --with-gnu-patch=${PREFIX}/bin/gpatch
+CONFIGURE_ARGS+=       --with-gnu-cp=${PREFIX}/bin/gcp
+CONFIGURE_ARGS+=       GNUMAKE=${PREFIX}/bin/gmake
+.endif
+
  HAS_CONFIGURE=         yes
  CHECK_PORTABILITY_SKIP=        configure

Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/libreoffice/distinfo,v
retrieving revision 1.49
diff -u -p -r1.49 distinfo
--- distinfo    28 Oct 2012 16:57:36 -0000      1.49
+++ distinfo    22 Nov 2012 06:22:21 -0000
@@ -40,7 +40,7 @@ SHA1 (libreoffice/libreoffice-help-3.5.7
RMD160 (libreoffice/libreoffice-help-3.5.7.2.tar.xz) = 5be1c7e3b92d93a06fcc52c32d8c845fbaad7c04
  Size (libreoffice/libreoffice-help-3.5.7.2.tar.xz) = 1905872 bytes
SHA1 (patch-bridges_source_cpp_uno_gcc3_linux_x86-64_uno2cpp.cxx) = 0ebc0a071acd66f4b52f3e8f5361336a9e4248cb
-SHA1 (patch-configure.in) = 32df5a0994e4424fda15c7fb78ef9e8f5e406cad
+SHA1 (patch-configure.in) = 409af4f19c4cc23a71b52c8d5b17a851d037aaaa
SHA1 (patch-i18npool_source_breakiterator_data_char.txt) = b290516019fb431e9b1ea5c5ced29aaa596cf44b SHA1 (patch-i18npool_source_breakiterator_data_char_in.txt) = 028988f143ec67bf71f602b784dc8b5929492ca8 SHA1 (patch-lotuswordpro_Module_lotuswordpro.mk) = 15f65e86c7b47f2113b68561a9a361ca69405000
@@ -48,6 +48,7 @@ SHA1 (patch-sc_Module_sc.mk) = 615e2cfd1
  SHA1 (patch-sd_Module_sd.mk) = c1c49ed37086d868c44e600bf1d1784ae2973276
  SHA1 (patch-set_soenv.in) = 754a82444bab39d5d51f2a033da153479f33d2ae
SHA1 (patch-solenv_gbuild_Module.mk) = f16443d43be20bffce957b0a4ea16964d942b06b +SHA1 (patch-solenv_inc_unitools.mk) = 7e4aef5ea6bdeb2c6fcdc5ac116141a3ae1265c0 SHA1 (patch-solenv_inc_unxgcc.mk) = f5914c651e54da7a4e0ac1ec0e00be4c43579d98
  SHA1 (patch-sw_Module_sw.mk) = 358f7172278267cccfa6a624f49b1047af1a5788
SHA1 (patch-sysui_desktop_share_makefile.mk) = 2217271110f10b9fd44918910382e9af8af25d28
Index: patches/patch-configure.in
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/libreoffice/patches/patch-configure.in,v
retrieving revision 1.6
diff -u -p -r1.6 patch-configure.in
--- patches/patch-configure.in  31 May 2012 06:40:50 -0000      1.6
+++ patches/patch-configure.in  22 Nov 2012 06:22:21 -0000
@@ -5,6 +5,19 @@ Force the installation into a single dir

  --- configure.in.orig  2012-03-27 16:22:01.000000000 +0000
  +++ configure.in
+@@ -96,10 +96,10 @@ solaris*)
+
+     dnl Check whether we're using a SPARC or i386 processor
+     AC_MSG_CHECKING([the processor type])
+-    if test "$host_cpu" = "sparc" -o "$host_cpu" = "i386"; then
++ if test "$host_cpu" = "sparc" -o "$host_cpu" = "i386" -o "$host_cpu" = "x86_64"; then
+         AC_MSG_RESULT([ok ($host_cpu)])
+     else
+-        AC_MSG_ERROR([only SPARC and i386 processors are supported])
++ AC_MSG_ERROR([only SPARC and i386/x86_64 processors are supported])
+     fi
+     ;;
+
  @@ -5717,7 +5717,9 @@ if test "$with_system_mdds" = "yes"; the
[AC_MSG_ERROR(mdds/mixed_type_matrix.hpp not found. install mdds >= 0.4.0)], [])
       CPPFLAGS="$save_CPPFLAGS"
richard@devzone:~/src/pkgsrc/wip/libreoffice$ cat patches/patch-s
patch-sc_Module_sc.mk patch-solenv_gbuild_Module.mk patch-sw_Module_sw.mk patch-sd_Module_sd.mk patch-solenv_inc_unitools.mk patch-sysui_desktop_share_makefile.mk
patch-set_soenv.in                     patch-solenv_inc_unxgcc.mk
richard@devzone:~/src/pkgsrc/wip/libreoffice$ cat patches/patch-solenv_inc_unitools.mk
$NetBSD$

--- solenv/inc/unitools.mk.orig 2012-10-03 12:05:01.000000000 +0000
+++ solenv/inc/unitools.mk
@@ -120,7 +120,7 @@ AWK*=nawk
  GNUCOPY*=/usr/gnu/bin/cp
  GNUPATCH*=/usr/gnu/bin/patch
  GNUTAR*=/usr/sfw/bin/gtar
-GNUMAKE=/usr/sfw/bin/make
+GNUMAKE*=/usr/sfw/bin/make
  DEREFERENCE=
  .ELIF "$(OS)"=="AIX"
  AWK*=/opt/freeware/bin/awk


richard@devzone:~/src/pkgsrc/wip/libreoffice$ cat patches/patch-solenv_inc_unitools.mk
$NetBSD$

--- solenv/inc/unitools.mk.orig 2012-10-03 12:05:01.000000000 +0000
+++ solenv/inc/unitools.mk
@@ -120,7 +120,7 @@ AWK*=nawk
  GNUCOPY*=/usr/gnu/bin/cp
  GNUPATCH*=/usr/gnu/bin/patch
  GNUTAR*=/usr/sfw/bin/gtar
-GNUMAKE=/usr/sfw/bin/make
+GNUMAKE*=/usr/sfw/bin/make
  DEREFERENCE=
  .ELIF "$(OS)"=="AIX"
  AWK*=/opt/freeware/bin/awk

=> Bootstrap dependency digest>=20010302: found digest-20111104
=> Checksum SHA1 OK for 
libreoffice/067201ea8b126597670b5eff72e1f66c-mythes-1.2.0.tar.gz
=> Checksum RMD160 OK for 
libreoffice/067201ea8b126597670b5eff72e1f66c-mythes-1.2.0.tar.gz
=> Checksum SHA1 OK for 
libreoffice/0be45d54cc5e1c2e3102e32b8c190346-liberation-fonts-ttf-1.07.1.tar.gz
=> Checksum RMD160 OK for 
libreoffice/0be45d54cc5e1c2e3102e32b8c190346-liberation-fonts-ttf-1.07.1.tar.gz
=> Checksum SHA1 OK for 
libreoffice/1756c4fa6c616ae15973c104cd8cb256-Adobe-Core35_AFMs-314.tar.gz
=> Checksum RMD160 OK for 
libreoffice/1756c4fa6c616ae15973c104cd8cb256-Adobe-Core35_AFMs-314.tar.gz
=> Checksum SHA1 OK for 
libreoffice/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
=> Checksum RMD160 OK for 
libreoffice/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
=> Checksum SHA1 OK for 
libreoffice/35efabc239af896dfb79be7ebdd6e6b9-gentiumbasic-fonts-1.10.zip
=> Checksum RMD160 OK for 
libreoffice/35efabc239af896dfb79be7ebdd6e6b9-gentiumbasic-fonts-1.10.zip
=> Checksum SHA1 OK for 
libreoffice/48a9f787f43a09c0a9b7b00cd1fddbbf-hyphen-2.7.1.tar.gz
=> Checksum RMD160 OK for 
libreoffice/48a9f787f43a09c0a9b7b00cd1fddbbf-hyphen-2.7.1.tar.gz
=> Checksum SHA1 OK for 
libreoffice/7c2549f6b0a8bb604e6c4c729ffdcfe6-libcmis-0.1.0.tar.gz
=> Checksum RMD160 OK for 
libreoffice/7c2549f6b0a8bb604e6c4c729ffdcfe6-libcmis-0.1.0.tar.gz
=> Checksum SHA1 OK for 
libreoffice/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip
=> Checksum RMD160 OK for 
libreoffice/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip
=> Checksum SHA1 OK for 
libreoffice/f872f4ac066433d8ff92f5e316b36ff9-dejavu-fonts-ttf-2.33.zip
=> Checksum RMD160 OK for 
libreoffice/f872f4ac066433d8ff92f5e316b36ff9-dejavu-fonts-ttf-2.33.zip
=> Checksum SHA1 OK for 
libreoffice/fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz
=> Checksum RMD160 OK for 
libreoffice/fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz
=> Checksum SHA1 OK for libreoffice/libreoffice-core-3.5.7.2.tar.xz
=> Checksum RMD160 OK for libreoffice/libreoffice-core-3.5.7.2.tar.xz
=> Checksum SHA1 OK for libreoffice/libreoffice-dictionaries-3.5.7.2.tar.xz
=> Checksum RMD160 OK for libreoffice/libreoffice-dictionaries-3.5.7.2.tar.xz
=> Checksum SHA1 OK for libreoffice/libreoffice-help-3.5.7.2.tar.xz
=> Checksum RMD160 OK for libreoffice/libreoffice-help-3.5.7.2.tar.xz
===> Installing dependencies for libreoffice-3.5.7.2
==========================================================================
The following variables will affect the build process of this package,
libreoffice-3.5.7.2.  Their current value is shown below:

        * BDB185_DEFAULT = db4
        * BDB_DEFAULT = db4
        * JPEG_DEFAULT = jpeg
        * KRB5_DEFAULT = heimdal
        * PYTHON_VERSION_DEFAULT = 27
        * SSLBASE (defined)
        * SSLCERTS = /etc/opt/pkg/openssl/certs
        * SSLDIR = /etc/opt/pkg/openssl
        * SSLKEYS = /etc/opt/pkg/openssl/private

Based on these variables, the following variables have been set:

        * BDBBASE (defined, but empty)
        * BDB_LIBS = -ldb4
        * BDB_TYPE = db4
        * JPEGBASE (defined, but empty)
        * JPEG_TYPE = jpeg
        * KRB5BASE (defined, but empty)
        * KRB5_TYPE = heimdal
        * PYPACKAGE = python27

You may want to abort the process now with CTRL-C and change their value
before continuing.  Be sure to run `/opt/pkg/bin/bmake clean' after
the changes.
==========================================================================
=> Build dependency cppunit>=1.12.1: found cppunit-1.13.1
=> Build dependency gperf-[0-9]*: found gperf-3.0.4
=> Build dependency gperf>=3.0.1: found gperf-3.0.4
=> Build dependency hunspell>=1.2.8: found hunspell-1.3.2nb1
=> Build dependency p5-Archive-Zip-[0-9]*: found p5-Archive-Zip-1.30nb3
=> Build dependency zip-[0-9]*: found zip-3.0nb2
=> Build dependency automake>=1.9: found automake-1.12.4nb1
=> Build dependency autoconf>=2.58: found autoconf-2.69nb1
=> Build dependency bison>=1.0: found bison-2.6.4
=> Build dependency gmake>=3.81: found gmake-3.82nb5
=> Build dependency gtar-base>=1.13.25: found gtar-base-1.26nb2
=> Build dependency nbpatch-[0-9]*: found nbpatch-20100124
=> Build dependency perl>=5.0: found perl-5.16.2
=> Build dependency pkg-config>=0.25: found pkg-config-0.27.1
=> Build dependency xz>=4.999.9betanb1: found xz-5.0.4
=> Build dependency boost-headers-1.52.*: found boost-headers-1.52.0
=> Build dependency mdds>=0.5.2: found mdds-0.6.1
=> Build dependency xcb-proto>=1.4: found xcb-proto-1.8
=> Build dependency xproto>=7.0.9: found xproto-7.0.23nb1
=> Build dependency dri2proto>=2.0: found dri2proto-2.8
=> Build dependency glproto>=1.4.6: found glproto-1.4.16
=> Build dependency damageproto>=1.1.0: found damageproto-1.2.1
=> Build dependency fixesproto>=3.0.0: found fixesproto-5.0
=> Build dependency xextproto>=7.0: found xextproto-7.2.1
=> Build dependency inputproto>=1.4: found inputproto-2.2
=> Build dependency kbproto>=1.0.2: found kbproto-1.0.6
=> Build dependency xf86vidmodeproto>=2.3: found xf86vidmodeproto-2.3.1
=> Build dependency xf86driproto>=2.0.3: found xf86driproto-2.1.1
=> Build dependency renderproto>=0.9.3nb1: found renderproto-0.11.1
=> Build dependency poppler-includes>=0.20.1: found poppler-includes-0.20.5
=> Build dependency randrproto>=1.2.0: found randrproto-1.4.0
=> Build dependency xineramaproto>=1.1.1: found xineramaproto-1.2.1
=> Build dependency compositeproto>=0.3.1: found compositeproto-0.4.2
=> Build dependency gcc47>=4.7.2: found gcc47-4.7.2nb5
=> Full dependency {gcc47,gcc47-libs}>=4.7.2: found gcc47-4.7.2nb5
=> Full dependency {gcc47,gcc47-libs}>=4.7.0: found gcc47-4.7.2nb5
=> Full dependency libvisio>=0.0.15: found libvisio-0.0.19nb2
=> Full dependency libwpd>=0.9.0: found libwpd-0.9.2nb1
=> Full dependency libwpg>=0.1.3nb1: found libwpg-0.2.0nb1
=> Full dependency libwps>=0.2.0: found libwps-0.2.4
=> Full dependency db4>=4.8.30: found db4-4.8.30
=> Full dependency unixodbc>=2.0.11nb3: found unixodbc-2.3.0nb2
=> Full dependency boost-libs-1.52.*: found boost-libs-1.52.0
=> Full dependency boost-libs>=1.51.0: found boost-libs-1.52.0
=> Full dependency cppunit>=1.10.2nb5: found cppunit-1.13.1
=> Full dependency nss>=3.13.1: found nss-3.13.6nb3
=> Full dependency zlib>=1.2.3: found zlib-1.2.7
=> Full dependency fontconfig>=2.8.0nb2: found fontconfig-2.10.1
=> Full dependency freetype2>=2.4.7nb2: found freetype2-2.4.10
=> Full dependency expat>=2.0.0nb1: found expat-2.1.0
=> Full dependency jpeg>=8nb1: found jpeg-8d
=> Full dependency cairo>=1.12.2nb2: found cairo-1.12.8
=> Full dependency libX11>=1.1: found libX11-1.5.0nb1
=> Full dependency libXfixes>=4.0.1: found libXfixes-5.0
=> Full dependency libXext>=0.99.0: found libXext-1.3.1
=> Full dependency libXrender>=0.9.2: found libXrender-0.9.7
=> Full dependency gdk-pixbuf2-xlib>=2.26.3nb1: found gdk-pixbuf2-xlib-2.26.5
=> Full dependency librsvg>=2.36.2nb4: found librsvg-2.36.4
=> Full dependency libxml2>=2.8.0nb2: found libxml2-2.9.0
=> Full dependency sane-backends>=1.0.22nb2: found sane-backends-1.0.22nb3
=> Full dependency vigra>=1.8.0nb1: found vigra-1.8.0nb2
=> Full dependency python27>=2.7.1nb2: found python27-2.7.3nb2
=> Full dependency lp_solve>=5.5.2.0: found lp_solve-5.5.2.0
=> Full dependency gstreamer0.10>=0.10.36nb3: found gstreamer0.10-0.10.36nb5
=> Full dependency gst-plugins0.10-base>=0.10.36nb3: found 
gst-plugins0.10-base-0.10.36nb5
=> Full dependency cups>=1.5.0nb2: found cups-1.5.4nb1
=> Full dependency poppler-cpp>=0.20.4: found poppler-cpp-0.20.5
=> Full dependency desktop-file-utils>=0.10nb1: found desktop-file-utils-0.21
=> Full dependency hunspell>=1.3.2: found hunspell-1.3.2nb1
=> Full dependency icu>=49.1.1nb1: found icu-50.1
=> Full dependency libxslt>=1.1.26nb3: found libxslt-1.1.27nb1
=> Full dependency redland>=1.0.15nb1: found redland-1.0.15nb2
=> Full dependency curl>=7.21.4nb1: found curl-7.28.0
=> Full dependency libexttextcat>=3.2: found libexttextcat-3.3.1
=> Full dependency mythes>=1.2.2: found mythes-1.2.2nb1
=> Full dependency gtk2+>=2.24.13nb2: found gtk2+-2.24.13nb2
=> Full dependency libXcursor>=1.1.1: found libXcursor-1.1.13
=> Full dependency libXrandr>=1.1.2: found libXrandr-1.4.0
=> Full dependency libXinerama>=1.0.1: found libXinerama-1.1.2
=> Full dependency libXi>=1.0.0: found libXi-1.6.1
=> Full dependency libXt>=1.0.0: found libXt-1.1.3
===> Overriding tools for libreoffice-3.5.7.2
===> Extracting for libreoffice-3.5.7.2
/usr/bin/mkdir -p -p 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/clone
/usr/bin/mkdir -p -p 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/src
/usr/bin/mv /tmp/pkgsrc/wip/libreoffice/work/libreoffice-dictionaries-3.5.7.2 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/clone/dictionaries
/usr/bin/mv /tmp/pkgsrc/wip/libreoffice/work/libreoffice-help-3.5.7.2 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/clone/help
/usr/bin/ln -s 
/home/richard/src/pkgsrc/distfiles/libreoffice/1756c4fa6c616ae15973c104cd8cb256-Adobe-Core35_AFMs-314.tar.gz
 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/src/1756c4fa6c616ae15973c104cd8cb256-Adobe-Core35_AFMs-314.tar.gz
/usr/bin/ln -s 
/home/richard/src/pkgsrc/distfiles/libreoffice/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip
 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/src/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip
/usr/bin/ln -s 
/home/richard/src/pkgsrc/distfiles/libreoffice/f872f4ac066433d8ff92f5e316b36ff9-dejavu-fonts-ttf-2.33.zip
 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/src/f872f4ac066433d8ff92f5e316b36ff9-dejavu-fonts-ttf-2.33.zip
/usr/bin/ln -s 
/home/richard/src/pkgsrc/distfiles/libreoffice/35efabc239af896dfb79be7ebdd6e6b9-gentiumbasic-fonts-1.10.zip
 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/src/35efabc239af896dfb79be7ebdd6e6b9-gentiumbasic-fonts-1.10.zip
/usr/bin/ln -s 
/home/richard/src/pkgsrc/distfiles/libreoffice/48a9f787f43a09c0a9b7b00cd1fddbbf-hyphen-2.7.1.tar.gz
 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/src/48a9f787f43a09c0a9b7b00cd1fddbbf-hyphen-2.7.1.tar.gz
/usr/bin/ln -s 
/home/richard/src/pkgsrc/distfiles/libreoffice/7c2549f6b0a8bb604e6c4c729ffdcfe6-libcmis-0.1.0.tar.gz
 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/src/7c2549f6b0a8bb604e6c4c729ffdcfe6-libcmis-0.1.0.tar.gz
/usr/bin/ln -s 
/home/richard/src/pkgsrc/distfiles/libreoffice/0be45d54cc5e1c2e3102e32b8c190346-liberation-fonts-ttf-1.07.1.tar.gz
 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/src/0be45d54cc5e1c2e3102e32b8c190346-liberation-fonts-ttf-1.07.1.tar.gz
/usr/bin/ln -s 
/home/richard/src/pkgsrc/distfiles/libreoffice/067201ea8b126597670b5eff72e1f66c-mythes-1.2.0.tar.gz
 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/src/067201ea8b126597670b5eff72e1f66c-mythes-1.2.0.tar.gz
/usr/bin/ln -s 
/home/richard/src/pkgsrc/distfiles/libreoffice/fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz
 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/src/fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz
/usr/bin/ln -s 
/home/richard/src/pkgsrc/distfiles/libreoffice/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/src/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
===> Patching for libreoffice-3.5.7.2
=> Applying pkgsrc patches for libreoffice-3.5.7.2
===> Creating toolchain wrappers for libreoffice-3.5.7.2
src=/opt/pkg/lib/pkgconfig/fixesproto.pc  
dst=/tmp/pkgsrc/wip/libreoffice/work/.buildlink/lib/pkgconfig/fixesext.pc;  
/usr/bin/mkdir -p /tmp/pkgsrc/wip/libreoffice/work/.buildlink/lib/pkgconfig;  
if test -f ${src}; then  /usr/bin/ln -sf ${src} ${dst};  fi
src=/opt/pkg/lib/pkgconfig/compositeproto.pc  
dst=/tmp/pkgsrc/wip/libreoffice/work/.buildlink/lib/pkgconfig/compositeext.pc;  
/usr/bin/mkdir -p /tmp/pkgsrc/wip/libreoffice/work/.buildlink/lib/pkgconfig;  
if test -f ${src}; then  /usr/bin/ln -sf ${src} ${dst};  fi
===> Configuring for libreoffice-3.5.7.2
=> Fixing library path for dmake scripts
=> Fixing executable path for configure script
=> Replacing Perl interpreter in sd/res/webview/editpic.pl 
sd/res/webview/poll.pl sd/res/webview/savepic.pl sd/res/webview/show.pl 
sd/res/webview/webview.pl.
cd /tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2 && ./autogen.sh 
--with-gnu-patch=/opt/pkg/bin/gpatch --with-gnu-cp=/opt/pkg/bin/gcp 
GNUMAKE=/opt/pkg/bin/gmake 
--prefix=/tmp/pkgsrc/wip/libreoffice/work/.destdir/opt/pkg/libreoffice-3.5.7.2 
--disable-ccache --disable-epm --disable-ext-presenter-console --disable-gconf 
--disable-gnome-vfs --disable-mozilla --disable-neon --disable-odk 
--disable-opengl --disable-postgresql-sdbc --disable-strip-solver 
--disable-systray --with-alloc=system --with-fonts --with-num-cpus= 
--with-system-headers --with-system-libs --with-vendor="The LibreOffice pkgsrc 
team" --without-java --without-system-altlinuxhyph --without-system-jars 
--without-system-libcmis --without-system-mozilla-headers 
--without-system-sampleicc
aclocal: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
running ./configure with '--with-gnu-patch=/opt/pkg/bin/gpatch' 
'--with-gnu-cp=/opt/pkg/bin/gcp' 'GNUMAKE=/opt/pkg/bin/gmake' 
'--prefix=/tmp/pkgsrc/wip/libreoffice/work/.destdir/opt/pkg/libreoffice-3.5.7.2'
 '--disable-ccache' '--disable-epm' '--disable-ext-presenter-console' 
'--disable-gconf' '--disable-gnome-vfs' '--disable-mozilla' '--disable-neon' 
'--disable-odk' '--disable-opengl' '--disable-postgresql-sdbc' 
'--disable-strip-solver' '--disable-systray' '--with-alloc=system' 
'--with-fonts' '--with-num-cpus=' '--with-system-headers' '--with-system-libs' 
'--with-vendor=The LibreOffice pkgsrc team' '--without-java' 
'--without-system-altlinuxhyph' '--without-system-jars' 
'--without-system-libcmis' '--without-system-mozilla-headers' 
'--without-system-sampleicc'
********************************************************************
*
*   Running LibreOffice build configuration.
*
********************************************************************

checking build system type... x86_64-pc-solaris2.11
checking host system type... x86_64-pc-solaris2.11
checking for sed... /tmp/pkgsrc/wip/libreoffice/work/.tools/bin/sed
checking the Solaris operating system release... ok (11)
checking the processor type... ok (x86_64)
checking for grep that handles long lines and -e... 
/tmp/pkgsrc/wip/libreoffice/work/.tools/bin/grep
checking for egrep... /tmp/pkgsrc/wip/libreoffice/work/.tools/bin/grep -E
checking for gawk... gawk
checking for gawk... /opt/pkg/bin/gawk
checking for bash... /tmp/pkgsrc/wip/libreoffice/work/.tools/bin/bash
checking for GNU or BSD tar... gtar
checking gcc home... /tmp/pkgsrc/wip/libreoffice/work/.wrapper
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gcc... /tmp/pkgsrc/wip/libreoffice/work/.wrapper/bin/gcc
checking the GNU C compiler version... checked (gcc 4.7.2)
checking for -Bsymbolic-functions linker support ... not found 
checking whether to enable crashdump feature... no
checking whether to turn warnings to errors... no
checking whether to do a debug build... no
checking whether to build with additional debug utilities... no, full product 
build
checking whether to use linkoo for the smoketest installation... yes
checking whether to use link-time optimization... no
checking whether to include symbols... no
checking whether to strip the solver or not.... no
checking whether cups support is present... checking for cupsPrintFiles in 
-lcups... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking cups/cups.h usability... yes
checking cups/cups.h presence... yes
checking for cups/cups.h... yes
checking whether we need fontconfig... yes
checking for pkg-config... 
/tmp/pkgsrc/wip/libreoffice/work/.tools/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FONTCONFIG... yes
checking whether we want to fetch tarballs... yes
checking whether to enable filters for legacy binary file formats (StarOffice 
5.2)... no
checking whether to build help... yes
checking whether to use RPATH in shared libraries... yes
checking whether to include MySpell dictionaries... yes
checking whether to use dicts from external paths... no
checking whether to enable pch feature... no, obsolete
checking for GNU make... /opt/pkg/bin/gmake
checking the GNU make version... /opt/pkg/bin/gmake 3.82
checking for --hash-style gcc linker support ... no 
checking for perl... /tmp/pkgsrc/wip/libreoffice/work/.tools/bin/perl
checking the Perl version... checked (perl 5)
checking for required Perl modules... all modules found
checking for pkg-config... (cached) 
/tmp/pkgsrc/wip/libreoffice/work/.tools/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ar... ar
checking for nm... nm
checking for objdump... objdump
checking for ranlib... ranlib
checking for strip... strip
checking for ANSI C header files... (cached) no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking the GNU C++ compiler version... checked (g++ 4.7.2)
checking how to run the C++ preprocessor... g++ -E
checking size of long... 0
checking size of short... 0
checking size of int... 0
checking size of long long... 0
checking size of double... 0
checking size of void*... 0
checking alignment of short... 0
checking alignment of int... 0
checking alignment of long... 0
checking alignment of double... 0
checking whether byte ordering is bigendian... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking valgrind.h usability... no
checking valgrind.h presence... no
checking for valgrind.h... no
checking valgrind.h usability... no
checking valgrind.h presence... no
checking for valgrind.h... no
checking for g++ include path... /opt/pkg/gcc47/include/c++
checking Whether building STLPort library makes sense... yes
checking Whether STLPort library will be actually built... yes
checking whether g++ supports thread safe statics... yes
checking whether gcc supports -fvisibility=hidden... yes
checking whether gcc supports -Wno-long-double... yes
checking whether gcc supports -mno-avx... yes
checking whether gcc supports -std=c++0x without Language Defect 757... yes
checking if STL headers are visibility safe... yes
checking if gcc is -fvisibility-inlines-hidden safe with STL headers... yes
checking if gcc has a visibility bug with class-level attributes (GCC bug 
26905)... no
checking which memory allocator to use... system
checking for malloc... yes
checking for realloc... yes
checking for calloc... yes
checking for free... yes
checking for posix_fallocate... yes
checking whether to add custom build version... no
checking whether to build with Java support... no
checking for dmake... no
dmake will be built on ./bootstrap
checking whether to enable EPM for packing... no
checking for gperf... /opt/pkg/bin/gperf
checking gperf version... OK
checking whether to build the ODK... no
checking whether to provide libstdc++/libgcc_s in the installset... no
checking which zlib to use... external
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for deflate in -lz... yes
checking which jpeg to use... external
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_resync_to_restart in -ljpeg... yes
checking which expat to use... external
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_ParserCreate in -lexpat... yes
checking which libvisio to use... external
checking for VISIO... yes
checking which libcmis to use... internal
checking which libwpd to use... external
checking for WPD... yes
checking which cppunit to use... external
checking for CPPUNIT... yes
checking whether freetype is available... checking for FREETYPE... yes
checking which libwps to use... external
checking for WPS... yes
checking which libwpg to use... external
checking for WPG... yes
checking for FT_GlyphSlot_Embolden in -lfreetype... yes
checking which libxslt to use... external
checking for LIBXSLT... yes
checking for xsltproc... /opt/pkg/bin/xsltproc
checking which libxml to use... external
checking for LIBXML... yes
checking which Python to use... checking below
checking for a Python interpreter with version >= 2.6... python
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... sunos5
checking for python script directory... ${prefix}/lib/python2.6/site-packages
checking for python extension module directory... 
${exec_prefix}/lib/python2.6/site-packages
checking Python.h usability... yes
checking Python.h presence... yes
checking for Python.h... yes
checking which db to use... external
checking db-5.3/db.h usability... no
checking db-5.3/db.h presence... no
checking for db-5.3/db.h... no
checking db5.3/db.h usability... no
checking db5.3/db.h presence... no
checking for db5.3/db.h... no
checking db-5.1/db.h usability... no
checking db-5.1/db.h presence... no
checking for db-5.1/db.h... no
checking db5.1/db.h usability... no
checking db5.1/db.h presence... no
checking for db5.1/db.h... no
checking db-5.0/db.h usability... no
checking db-5.0/db.h presence... no
checking for db-5.0/db.h... no
checking db5.0/db.h usability... no
checking db5.0/db.h presence... no
checking for db5.0/db.h... no
checking db-5/db.h usability... no
checking db-5/db.h presence... no
checking for db-5/db.h... no
checking db5/db.h usability... no
checking db5/db.h presence... no
checking for db5/db.h... no
checking db-4.8/db.h usability... no
checking db-4.8/db.h presence... no
checking for db-4.8/db.h... no
checking db4.8/db.h usability... no
checking db4.8/db.h presence... no
checking for db4.8/db.h... no
checking db-4.7/db.h usability... no
checking db-4.7/db.h presence... no
checking for db-4.7/db.h... no
checking db4.7/db.h usability... no
checking db4.7/db.h presence... no
checking for db4.7/db.h... no
checking db-4/db.h usability... no
checking db-4/db.h presence... no
checking for db-4/db.h... no
checking db4/db.h usability... yes
checking db4/db.h presence... yes
checking for db4/db.h... yes
checking whether db is at least 4.1... yes
checking for dbopen in -ldb-4... no
checking for __db185_open in -ldb-4... yes
checking whether to build the MySQL Connector extension... no
checking whether building the stax is required... no (java disabled)
checking which libcurl to use... external
checking for curl-config... /opt/pkg/bin/curl-config
checking whether libcurl is >= 7.13.1... yes, you have 7.28.0
checking which boost to use... external
checking boost/shared_ptr.hpp usability... yes
checking boost/shared_ptr.hpp presence... yes
checking for boost/shared_ptr.hpp... yes
checking boost/spirit/include/classic_core.hpp usability... yes
checking boost/spirit/include/classic_core.hpp presence... yes
checking for boost/spirit/include/classic_core.hpp... yes
checking boost/function.hpp usability... yes
checking boost/function.hpp presence... yes
checking for boost/function.hpp... yes
checking boost/unordered_map.hpp usability... yes
checking boost/unordered_map.hpp presence... yes
checking for boost/unordered_map.hpp... yes
checking whether boost/function.hpp compiles with -fno-exceptions... yes
checking which mdds to use... external
checking which hash container mdds shall use... std::unordered_map
checking mdds/flat_segment_tree.hpp usability... yes
checking mdds/flat_segment_tree.hpp presence... yes
checking for mdds/flat_segment_tree.hpp... yes
checking mdds/mixed_type_matrix.hpp usability... yes
checking mdds/mixed_type_matrix.hpp presence... yes
checking for mdds/mixed_type_matrix.hpp... yes
checking for correct signature of ::mdds::flat_segment_tree... yes
checking which vigra to use... external
checking vigra/copyimage.hxx usability... yes
checking vigra/copyimage.hxx presence... yes
checking for vigra/copyimage.hxx... yes
checking which odbc headers to use... external
checking sqlext.h usability... yes
checking sqlext.h presence... yes
checking for sqlext.h... yes
checking whether to enable build of Mozilla... no
checking whether to build Mozilla addressbook connectivity... no
checking whether to build XML Security support... yes
checking whether to build LDAP configuration backend... no. Either Mozilla or 
OpenLDAP required
checking which Mozilla to use... none
checking which NSS to use... external
checking for NSS... yes
checking which mozilla headers to use... internal
checking which sane header to use... external
checking sane/sane.h usability... yes
checking sane/sane.h presence... yes
checking for sane/sane.h... yes
checking which icu to use... external
checking for unicode/rbbi.h... checked.
checking for icu-config... /opt/pkg/bin/icu-config
checking ICU version... OK, 50.1
checking for genbrk... /opt/pkg/bin/genbrk
checking for genccode... /opt/pkg/sbin/genccode
checking for gencmn... /opt/pkg/sbin/gencmn
checking whether to enable graphite support... no
checking whether to use system SampleICC... no
checking wether to build nsplugin extension... yes
checking for X... libraries , headers 
checking for gethostbyname... no
checking for gethostbyname in -lnsl... yes
checking for connect... no
checking for connect in -lsocket... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XOpenDisplay in -lX11... yes
checking for XauDisposeAuth in -lXau... yes
checking for X11/Composite.h... yes
checking whether to use internal X11 extensions headers... no
checking whether to use Xrender... yes
checking for XRenderQueryVersion in -lXrender... yes
checking which Xrender headers to use... external
checking X11/extensions/Xrender.h usability... yes
checking X11/extensions/Xrender.h presence... yes
checking for X11/extensions/Xrender.h... yes
checking whether to enable RandR support... yes
checking for XRANDR... yes
checking whether to use neon... no
checking which libssl to use... external
checking for OPENSSL... yes
checking which redland library to use... external
checking for REDLAND... yes
checking which libhunspell to use... external
checking for HUNSPELL... yes
checking which altlinuxhyph to use... internal
checking which mythes to use... external
checking for MYTHES... yes
checking which lpsolve to use... external
checking lpsolve/lp_lib.h usability... yes
checking lpsolve/lp_lib.h presence... yes
checking for lpsolve/lp_lib.h... yes
checking for floor in -lm... yes
checking for dlopen in -ldl... yes
checking for make_lp in -llpsolve55... yes
checking which libexttextcat to use... external
checking for LIBEXTTEXTCAT... yes
checking for getopt... yes
checking for readdir_r... yes
checking for bison... /tmp/pkgsrc/wip/libreoffice/work/.tools/bin/bison
checking the bison version... checked 
(/tmp/pkgsrc/wip/libreoffice/work/.tools/bin/bison 2.6.4)
checking for flex... /opt/pkg/bin/flex
checking for patch... /tmp/pkgsrc/wip/libreoffice/work/.tools/bin/patch
checking whether /opt/pkg/bin/gpatch is GNU patch... yes
checking whether /opt/pkg/bin/gcp is GNU cp from coreutils with preserve= 
support... yes
checking for zip... /opt/pkg/bin/zip
checking for unzip... /tmp/pkgsrc/wip/libreoffice/work/.tools/bin/unzip
checking which VCLplugs shall be built... gtk 
checking whether to enable GConf support... no
checking whether to enable GNOME VFS support... no
checking for GTK... yes
checking for GTHREAD... yes
checking whether to enable Gtk print dialog support... checking for 
GTK_PRINT... yes
checking whether to enable DBUS support... no
checking whether to enable GIO support... no
checking for LIBPNG... yes
checking whether to enable libpng linking in quickstarter... yes
checking whether to enable the GStreamer avmedia backend... yes
checking for GSTREAMER... yes
checking whether to build the OpenGL Transitions component... no
checking whether to build the Presentation Minimizer extension... yes
checking whether to build the Presenter Console extension... no
checking whether to build the PDF Import extension... yes
checking which pdf backend to use... external
checking for POPPLER... yes
checking cpp/poppler-version.h usability... yes
checking cpp/poppler-version.h presence... yes
checking for cpp/poppler-version.h... yes
checking for sdext module... checking whether to build the Wiki Publisher 
extension... no
checking whether to build the Report Builder extension... no
checking whether to build extension for support of scripts in BeanShell... no
checking whether to build extension for support of scripts in JavaScript... no
checking whether to enable the lockdown pieces... no
checking whether to enable evolution 2 support... no
checking whether to enable KDE address book support... no
checking whether to include MathMLDTD... no
checking which themes to include...  default crystal hicontrast oxygen tango
checking for helppack integration... integration
checking for extensions integration... yes, use integration
checking for Watch Window extension integration... no
checking for SmART Gallery (Diagram) extension integration... no
checking for Validator extension integration... no
checking for Barcode extension integration... no
checking for ConvertTextToNumber extension integration... no
checking for Numbertext extension integration... no
checking for Hungarian Cross-reference Toolbar extension integration... no
checking for Typography Toolbar extension integration... no
checking for Google Docs extension integration... no
checking for NLPSolver extension integration... no
checking for LanguageTool extension integration... no
checking for oooblogger extension integration... no
checking for Sun Professional Template Pack integration (only supported 
languages displayed)... no integration
checking whether to include third-party fonts... yes
checking whether to include Agfa Monotype fonts... no
checking whether to include PPDs... yes
checking whether to include AFMs... yes
checking whether to include extra galleries... no
checking whether to include extra templates... no
checking whether to include extra samples... no
checking whether to include extra fonts... no
checking whether to download OxygenOffice branding and set custom settings... no
checking whether to build global menu support... no
checking whether to enable online update... no
checking whether build target is Release Build... no
checking whether to create MSI with LIMITUI=1 (silent install)... no
checking whether and how to use Xinerama... no
checking what librsvg to use... system
checking for LIBRSVG... yes
checking whether to use the system cairo... yes
checking for CAIRO... yes
checking whether Xrender.h defines PictStandardA8... yes
checking whether to use the system gdk-pixbuf... yes
checking whether to use the system GLib... yes
checking whether to use the system gettext runtime... yes
checking whether to use the system libcroco... yes
checking whether to use the system pango... yes
checking whether to use the system libgsf... yes
checking whether to use the system libpng... yes
checking whether to use the system libjpeg... yes
checking for product version... 3.5
checking which languages to be built... en-US
checking for custom 'intro' progress bar color... none
checking for custom 'intro' progress bar size... none
checking for custom 'intro' progress bar position... none
checking for custom 'intro' progress bar frame color... none
checking for alternative branding images directory... none
checking for yet another 'intro' bitmap... none
checking for yet another 'about' bitmap... none
checking for yet another 'start center left' bitmap... none
checking for yet another 'start center right' bitmap... none
checking for yet another 'start center rtl left' bitmap... none
checking for yet another 'start center rtl right' bitmap... none
checking for yet another 'start center space' bitmap... none
checking for vendor... The LibreOffice pkgsrc team
checking for UNIX wrapper name... not set
checking whether to install the compat oo* wrappers... no
checking for product name... LibreOffice
checking for install dirname... libreoffice
checking for prefix... 
/tmp/pkgsrc/wip/libreoffice/work/.destdir/opt/pkg/libreoffice-3.5.7.2
checking for libdir... 
/tmp/pkgsrc/wip/libreoffice/work/.destdir/opt/pkg/libreoffice-3.5.7.2/lib
checking for data dir... 
/tmp/pkgsrc/wip/libreoffice/work/.destdir/opt/pkg/libreoffice-3.5.7.2/share
checking for man dir... 
/tmp/pkgsrc/wip/libreoffice/work/.destdir/opt/pkg/libreoffice-3.5.7.2/share/man
checking for doc dir... 
/tmp/pkgsrc/wip/libreoffice/work/.destdir/opt/pkg/libreoffice-3.5.7.2/share/doc/libreoffice
checking for install dir... 
/tmp/pkgsrc/wip/libreoffice/work/.destdir/opt/pkg/libreoffice-3.5.7.2
checking whether to statically link to Gtk... no
checking build verbosity... not set
checking whether to use zenity during build... yes
checking for zenity... no
checking whether to enable dependency tracking... yes
checking for number of processors to use... grep: /proc/cpuinfo: No such file 
or directory
1
checking whether to create a big library for better performance... no
checking for maximum of jobs per processor... 1
checking for maximum parallelism for gmake... per module:1, for tail_build:1
setting up the build environment variables...
checking solver path... default
setting up the post_download check script
configure: creating ./config.status
config.status: creating ooo.lst
config.status: creating set_soenv
config.status: creating bin/repo-list
config.status: creating desktop/scripts/soffice.sh
config.status: creating build_env
Setting up the environment for building LibreOffice 
Setting Solaris specific values... done

****************************************************************************
*
* LibreOffice configuration finished. 
*
**************************************************************************** 
To build, issue:
/opt/pkg/bin/gmake

To install when the build is finished, issue:
/opt/pkg/bin/gmake install

If you want to develop LibreOffice, you might prefer:
/opt/pkg/bin/gmake dev-install

If you want to run the smoketest, issue:
/opt/pkg/bin/gmake check

cd /tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2 && 
./bin/create_bootstrap_links
Creating missing link helpcontent2
Creating missing link dictionaries
/usr/bin/touch 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/src.downloaded
===> Building for libreoffice-3.5.7.2
gmake[1]: Entering directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2'
gmake[1]: 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/Env.Host.sh' is up 
to date.
gmake[1]: Leaving directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2'
gmake[1]: Entering directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2'
checking build system type... i386-pc-solaris2.11
checking for a BSD-compatible install... 
/tmp/pkgsrc/wip/libreoffice/work/.tools/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... cpp
checking for a BSD-compatible install... 
/tmp/pkgsrc/wip/libreoffice/work/.tools/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for gawk... (cached) gawk
checking the operating system... checked (SunOS)
checking whether to do a build with dbug macros... no
checking if spawn shall be used... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for grep that handles long lines and -e... 
/tmp/pkgsrc/wip/libreoffice/work/.tools/bin/grep
checking for egrep... /tmp/pkgsrc/wip/libreoffice/work/.tools/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for strings.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking spawn.h usability... yes
checking spawn.h presence... yes
checking for spawn.h... yes
checking wait.h usability... yes
checking wait.h presence... yes
checking for wait.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking cygwin/process.h usability... no
checking cygwin/process.h presence... no
checking for cygwin/process.h... no
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking for int8... no
checking for uint8... no
checking for int16... no
checking for uint16... no
checking for int32... no
checking for uint32... no
checking whether time.h and sys/time.h may both be included... yes
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking for working memcmp... yes
checking return type of signal handlers... void
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for vprintf... yes
checking for _doprnt... yes
checking for getcwd... yes
checking for getwd... yes
checking for strerror... yes
checking for setvbuf... yes
checking for tzset... yes
checking for settz... no
checking for mkstemp... yes
checking for tempnam... yes
checking for gettimeofday... yes
checking for setenv... yes
checking for strlwr... no
configure: creating ./config.status
config.status: creating dmakeroot.h
config.status: creating Makefile
config.status: creating startup/config.mk
config.status: creating startup/Makefile
config.status: creating startup/unix/Makefile
config.status: creating startup/unix/linux/Makefile
config.status: creating startup/unix/solaris/Makefile
config.status: creating startup/unix/macosx/Makefile
config.status: creating startup/unix/sysvr4/Makefile
config.status: creating startup/unix/cygwin/Makefile
config.status: creating startup/unix/os2/Makefile
config.status: creating startup/winnt/Makefile
config.status: creating startup/winnt/mingw/Makefile
config.status: creating startup/winnt/msvc6/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
gmake[2]: Entering directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/dmake'
/opt/pkg/bin/gmake  all-recursive
gmake[3]: Entering directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/dmake'
Making all in startup
gmake[4]: Entering directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/dmake/startup'
Making all in unix
gmake[5]: Entering directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/dmake/startup/unix'
Making all in solaris
gmake[6]: Entering directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/dmake/startup/unix/solaris'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/dmake/startup/unix/solaris'
gmake[6]: Entering directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/dmake/startup/unix'
gmake[6]: Nothing to be done for `all-am'.
gmake[6]: Leaving directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/dmake/startup/unix'
gmake[5]: Leaving directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/dmake/startup/unix'
gmake[5]: Entering directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/dmake/startup'
gmake[5]: Nothing to be done for `all-am'.
gmake[5]: Leaving directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/dmake/startup'
gmake[4]: Leaving directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/dmake/startup'
Making all in tests
gmake[4]: Entering directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/dmake/tests'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/dmake/tests'
gmake[4]: Entering directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/dmake'
depbase=`echo infer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT infer.o -MD -MP -MF "$depbase.Tpo" -c -o infer.o infer.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo make.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT make.o -MD -MP -MF "$depbase.Tpo" -c -o make.o make.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo stat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT stat.o -MD -MP -MF "$depbase.Tpo" -c -o stat.o stat.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo expand.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT expand.o -MD -MP -MF "$depbase.Tpo" -c -o expand.o expand.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo dmstring.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT dmstring.o -MD -MP -MF "$depbase.Tpo" -c -o dmstring.o dmstring.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT hash.o -MD -MP -MF "$depbase.Tpo" -c -o hash.o hash.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo dag.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT dag.o -MD -MP -MF "$depbase.Tpo" -c -o dag.o dag.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo dmake.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT dmake.o -MD -MP -MF "$depbase.Tpo" -c -o dmake.o dmake.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo path.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT path.o -MD -MP -MF "$depbase.Tpo" -c -o path.o path.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo imacs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT imacs.o -MD -MP -MF "$depbase.Tpo" -c -o imacs.o imacs.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo sysintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT sysintf.o -MD -MP -MF "$depbase.Tpo" -c -o sysintf.o sysintf.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT parse.o -MD -MP -MF "$depbase.Tpo" -c -o parse.o parse.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo getinp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT getinp.o -MD -MP -MF "$depbase.Tpo" -c -o getinp.o getinp.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo quit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT quit.o -MD -MP -MF "$depbase.Tpo" -c -o quit.o quit.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo state.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT state.o -MD -MP -MF "$depbase.Tpo" -c -o state.o state.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo dmdump.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT dmdump.o -MD -MP -MF "$depbase.Tpo" -c -o dmdump.o dmdump.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo macparse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT macparse.o -MD -MP -MF "$depbase.Tpo" -c -o macparse.o macparse.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo rulparse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT rulparse.o -MD -MP -MF "$depbase.Tpo" -c -o rulparse.o rulparse.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo percent.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT percent.o -MD -MP -MF "$depbase.Tpo" -c -o percent.o percent.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo function.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT function.o -MD -MP -MF "$depbase.Tpo" -c -o function.o function.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo unix/arlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT unix/arlib.o -MD -MP -MF "$depbase.Tpo" -c -o unix/arlib.o unix/arlib.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo unix/dcache.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT unix/dcache.o -MD -MP -MF "$depbase.Tpo" -c -o unix/dcache.o unix/dcache.c; 
\
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo unix/dirbrk.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT unix/dirbrk.o -MD -MP -MF "$depbase.Tpo" -c -o unix/dirbrk.o unix/dirbrk.c; 
\
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo unix/rmprq.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT unix/rmprq.o -MD -MP -MF "$depbase.Tpo" -c -o unix/rmprq.o unix/rmprq.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo unix/ruletab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT unix/ruletab.o -MD -MP -MF "$depbase.Tpo" -c -o unix/ruletab.o 
unix/ruletab.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo unix/runargv.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT unix/runargv.o -MD -MP -MF "$depbase.Tpo" -c -o unix/runargv.o 
unix/runargv.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo unix/tempnam.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/solaris -I./unix 
-I./unix/solaris/gnu -I./unix/solaris -I./unix    -I/opt/pkg/include 
-I/opt/pkg/include/db4 -I/usr/include -I/opt/pkg/include/cppunit 
-I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext 
-I/opt/pkg/include/krb5  -O -I/opt/pkg/include -I/opt/pkg/include/db4 
-I/usr/include -I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/gettext -I/opt/pkg/include/krb5 
-MT unix/tempnam.o -MD -MP -MF "$depbase.Tpo" -c -o unix/tempnam.o 
unix/tempnam.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
gcc  -O -I/opt/pkg/include -I/opt/pkg/include/db4 -I/usr/include 
-I/opt/pkg/include/cppunit -I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 
-I/opt/pkg/include/gettext -I/opt/pkg/include/krb5  
-L/opt/pkg/gcc47/lib/gcc/x86_64-sun-solaris2.11/4.7.2 
-Wl,-R/opt/pkg/gcc47/lib/gcc/x86_64-sun-solaris2.11/4.7.2 -L/opt/pkg/gcc47/lib 
-Wl,-R/opt/pkg/gcc47/lib -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib 
-Wl,-R/usr/lib -L/opt/pkg/lib/nss -Wl,-R/opt/pkg/lib/nss -L/opt/pkg/lib/nspr 
-Wl,-R/opt/pkg/lib/nspr -o dmake  infer.o make.o stat.o expand.o dmstring.o 
hash.o dag.o dmake.o path.o imacs.o sysintf.o parse.o getinp.o quit.o state.o 
dmdump.o macparse.o rulparse.o percent.o function.o  unix/arlib.o unix/dcache.o 
unix/dirbrk.o unix/rmprq.o unix/ruletab.o unix/runargv.o unix/tempnam.o   
gmake[4]: Leaving directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/dmake'
gmake[3]: Leaving directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/dmake'
gmake[2]: Leaving directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/dmake'

dmake has been successfully built

dmake copied to 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/solenv/unxsogs/bin/dmake
cd /tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/instsetoo_native 
&& unset MAKEFLAGS && export gb_SourceEnvAndRecurse_STAGE=gbuild && 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/solenv/bin/build.pl  
-P1 --all -- -P1 gb_MAKETARGET=all


=============
(1/109) Building module solenv
=============
Entering /tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/solenv

touch 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/solver/unxsogs.pro/inc/minormkchanged.flg
Entering /tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/solenv/gdb

install-gdb-printers -a ../unxsogs.pro/misc -f && touch 
../unxsogs.pro/misc/autoloaders.flag
solenv deliver
Module 'solenv' delivered successfully. 6 files copied, 0 files unchanged

=============
(2/109) Building module extras
=============

=============
(3/109) Building module xml2cmp
=============

=============
(4/109) Building module soltools
=============

=============
(5/109) Building module stlport
=============

=============
(6/109) Building module afms
=============

=============
(7/109) Building module more_fonts
=============
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/templates/wizard/bitmap

Making:    templateswizardbitmap.dpz

Making:    tplwizbitmap.zip
rebuilding zipfiles
------------------------------ 
Entering /tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/xml2cmp/prj

[ info  ALL ] LinkTarget Library/libCrun.so not defined: Assuming headers to be 
there!
[ info  ALL ] LinkTarget Library/libm.so not defined: Assuming headers to be 
there!
[ info  ALL ] LinkTarget Library/libc.so not defined: Assuming headers to be 
there!
[ build CXX ] xml2cmp/source/xcd/main
g++: error: unrecognized command line option '-temp=/tmp'
g++: error: unrecognized command line option '-threads'
g++: error: unrecognized command line option '-features=no%altspell'
g++: error: +w2: No such file or directory
g++: error: 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/workdir/unxsogs.pro/Dep/CxxObject/xml2cmp/source/xcd/main.d:
 No such file or directory
gmake[2]: *** No rule to make target 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/workdir/unxsogs.pro/CxxObject/xml2cmp/source/xcd/main.o',
 needed by 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/workdir/unxsogs.pro/LinkTarget/Executable/xml2cmp'.
  Stop.
dmake:  Error code 2, while making 'all'
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/soltools/mkdepend

Compiling: soltools/mkdepend/cppsetup.c
Compiling: soltools/mkdepend/ifparser.c
Compiling: soltools/mkdepend/include.c
Compiling: soltools/mkdepend/main.c
Compiling: soltools/mkdepend/parse.c
Compiling: soltools/mkdepend/pr.c
Compiling: soltools/mkdepend/collectdircontent.cxx
Making:    makedepend
ld: fatal: library -lCstd: not found
ld: fatal: file processing errors. No output written to 
../unxsogs.pro/bin/makedepend
collect2: error: ld returned 1 exit status
dmake:  Error code 1, while making '../unxsogs.pro/bin/makedepend'
Entering /tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/stlport

dmake:  Error: -- 
`./unxsogs.pro/misc/18f577b374d60b3c760a3a3350407632-STLport-4.5.unpack' not 
found, and can't be made
Entering /tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/afms

Making:    afms.dpz

if [ -f ./unxsogs.pro/misc/build/Adobe-Core35_AFMs-314.exists ] ; then mv 
./unxsogs.pro/misc/build/Adobe-Core35_AFMs-314 
./unxsogs.pro/misc/build/Adobe-Core35_AFMs-314_removeme ; fi
make writeable...
xargs: illegal option -- 0
xargs: Usage: xargs: [-t] [-p] [-e[eofstr]] [-E eofstr] [-I replstr] 
[-i[replstr]] [-L #] [-l[#]] [-n # [-x]] [-s size] [cmd [args ...]]
Making:    fontunxafm.zip
rebuilding zipfiles
------------------------------ 
Making:    afms.dpz

no patch needed...
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/more_fonts/fonts/ttf_gentium

if [ -f ../../unxsogs.pro/misc/build/gentiumbasic-fonts-1.10.exists ] ; then mv 
../../unxsogs.pro/misc/build/gentiumbasic-fonts-1.10 
../../unxsogs.pro/misc/build/gentiumbasic-fonts-1.10_removeme ; fi
make writeable...
xargs: illegal option -- 0
xargs: Usage: xargs: [-t] [-p] [-e[eofstr]] [-E eofstr] [-I replstr] 
[-i[replstr]] [-L #] [-l[#]] [-n # [-x]] [-s size] [cmd [args ...]]
no patch needed...
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/accessories/Photos/Cities

afms deliver
Module 'afms' delivered successfully. 1 files copied, 0 files unchanged
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/more_fonts/fonts/ttf_amt

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/accessories/Draws/People

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/more_fonts/fonts/ttf_dejavu

if [ -f ../../unxsogs.pro/misc/build/dejavu-fonts-ttf-2.33.exists ] ; then mv 
../../unxsogs.pro/misc/build/dejavu-fonts-ttf-2.33 
../../unxsogs.pro/misc/build/dejavu-fonts-ttf-2.33_removeme ; fi
make writeable...
xargs: illegal option -- 0
xargs: Usage: xargs: [-t] [-p] [-e[eofstr]] [-E eofstr] [-I replstr] 
[-i[replstr]] [-L #] [-l[#]] [-n # [-x]] [-s size] [cmd [args ...]]
no patch needed...
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/autotext/lang

Making:    autotext.dpz


Making:    autotextshare_en-US.zip
rebuilding zipfiles
------------------------------ 
Making:    autocorr.zip
rebuilding zipfiles
------------------------------ 
Making:    autotext.dpz


Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/more_fonts/fonts/ttf_liberation

if [ -f ../../unxsogs.pro/misc/build/liberation-fonts-ttf-1.07.1.exists ] ; 
then mv ../../unxsogs.pro/misc/build/liberation-fonts-ttf-1.07.1 
../../unxsogs.pro/misc/build/liberation-fonts-ttf-1.07.1_removeme ; fi
make writeable...
xargs: illegal option -- 0
xargs: Usage: xargs: [-t] [-p] [-e[eofstr]] [-E eofstr] [-I replstr] 
[-i[replstr]] [-L #] [-l[#]] [-n # [-x]] [-s size] [cmd [args ...]]
no patch needed...
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/palettes

Making:    palettesgeneral.dpz

Making:    palettes.zip
rebuilding zipfiles
------------------------------ 
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/more_fonts/fonts/ttf_linlibertineg

if [ -f ../../unxsogs.pro/misc/build/LinLibertineG.exists ] ; then mv 
../../unxsogs.pro/misc/build/LinLibertineG 
../../unxsogs.pro/misc/build/LinLibertineG_removeme ; fi
make writeable...
xargs: illegal option -- 0
xargs: Usage: xargs: [-t] [-p] [-e[eofstr]] [-E eofstr] [-I replstr] 
[-i[replstr]] [-L #] [-l[#]] [-n # [-x]] [-s size] [cmd [args ...]]
no patch needed...
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/accessories/Photos/Statues

more_fonts deliver
Module 'more_fonts' delivered successfully. 60 files copied, 0 files unchanged
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/samples-nonfree/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/misc/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/samples/documentation/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/labels/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/www-graf

Making:    gallerywwwgraf.dpz

Making:    gallwwwgraf.zip
rebuilding zipfiles
------------------------------ 
Making:    gallerywwwgraf.dpz

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/gallery_sound

Making:    gallerygallerysound.dpz

Making:    gallsound.zip
rebuilding zipfiles
------------------------------ 
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/samples/advertisement/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates-nonfree/misc/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/offimisc/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/common/offimisc

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates-nonfree/labels/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/templates/wizard/fax/lang

Making:    templateswizardfax.dpz

Making:    tplwizfax_en-US.zip
rebuilding zipfiles
------------------------------ 
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/common/layout

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/htmlexpo

Making:    galleryhtmlexpo.dpz

Making:    gallhtmlexpo.zip
rebuilding zipfiles
------------------------------ 
Making:    galleryhtmlexpo.dpz

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery

Making:    gallerygeneral.dpz

Making:    gallroot.zip
rebuilding zipfiles
------------------------------ 
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/common/forms

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/accessories/Photos/Objects

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/templates/wizard/desktop/lang

Making:    templateswizarddesktop.dpz

Making:    tplwizdesktop_en-US.zip
rebuilding zipfiles
------------------------------ 
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/accessories/Photos/Landscapes

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/templates/layout

Making:    templateslayout.dpz

Making:    tpllayoutimpr.zip
rebuilding zipfiles
------------------------------ 
/tmp/striplanguagetags.sh.ah0n9t 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/templates/layout
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/templates/layout
Making:    templateslayout.dpz

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/common/personal

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/www-back

Making:    gallerywwwback.dpz

Making:    gallwwwback.zip
rebuilding zipfiles
------------------------------ 
Making:    gallerywwwback.dpz

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/accessories-nonfree

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates-nonfree/personal/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/accessories/Photos/Humans

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/common/officorr

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/bullets

Making:    gallerybullets.dpz

Making:    gallbullets.zip
rebuilding zipfiles
------------------------------ 
Making:    gallerybullets.dpz

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/database

Making:    databasegeneral.dpz


Making:    database.zip
rebuilding zipfiles
------------------------------ 
Making:    databasebiblio.zip
rebuilding zipfiles
------------------------------ 
Making:    databasegeneral.dpz


Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/common/misc

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates-nonfree/forms/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/accessories/Photos/Plants

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/personal/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/accessories/Elements/Bullets2

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/accessories/Photos/Fauna

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/accessories/Photos/Travel

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates-nonfree/officorr/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/templates/presnt/lang

Making:    templatespresnt.dpz

Making:    tplpresntimpr_en-US.zip
rebuilding zipfiles
------------------------------ 
/tmp/striplanguagetags.sh.TYAqg9 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/templates/presnt/lang
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/templates/presnt/lang
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/sounds

Making:    gallerysounds.dpz

Making:    gallsounds.zip
rebuilding zipfiles
------------------------------ 
Making:    gallerysounds.dpz

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/templates/wizard/letter/lang

Making:    templateswizardletter.dpz

Making:    tplwizletter.zip
rebuilding zipfiles
------------------------------ 
Making:    templateswizardletter.dpz

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/autotext

Making:    autotextnolang.dpz

Making:    autotextuser.zip
rebuilding zipfiles
------------------------------ 
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/samples-nonfree/advertisement/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/templates/wizard/report/lang

Making:    templateswizardreport.dpz

Making:    tplwizreport_en-US.zip
rebuilding zipfiles
------------------------------ 
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates-nonfree/educate/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/accessories/Photos/Space

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/misc_config

Making:    miscconfiggeneral.dpz


Making:    cfgsrvnolang.zip
rebuilding zipfiles
------------------------------ 
Making:    cfgusr.zip
rebuilding zipfiles
------------------------------ 
Making:    miscconfiggeneral.dpz


Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/common/presnt

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/educate/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/common/finance

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/common/educate

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates-nonfree/finance/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/common/labels

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/templates/wizard/agenda/lang

Making:    templateswizardagenda.dpz

Making:    tplwizagenda_en-US.zip
rebuilding zipfiles
------------------------------ 
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/symbols

Making:    symbols.dpz

Making:    symbols.zip
rebuilding zipfiles
------------------------------ 
Making:    symbols.dpz

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/templates/wizard/styles/lang

Making:    templateswizardstyles.dpz

Making:    tplwizstyles_en-US.zip
rebuilding zipfiles
------------------------------ 
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/accessories/Photos/FoodsandDrinks

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/unx/source/bitmaps

Making:    unxbitmaps.dpz

Making:    cfgsrvbitmapunx.zip
rebuilding zipfiles
------------------------------ 
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/accessories/Photos/Flowers

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/common

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/samples/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates-nonfree/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/rulers

Making:    galleryrulers.dpz

Making:    gallrulers.zip
rebuilding zipfiles
------------------------------ 
Making:    galleryrulers.dpz

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/layout/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/presnt/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates-nonfree/presnt/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/wordbook

Making:    wordbookall.dpz

Making:    wordbook.zip
rebuilding zipfiles
------------------------------ 
Making:    wordbookall.dpz

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/samples-nonfree/documentation/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/gallery_system

Making:    gallerygallerysystem.dpz

Making:    gallsystem.zip
rebuilding zipfiles
------------------------------ 
Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/forms/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/finance/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/accessories

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/accessories/Photos/Celebration

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates/officorr/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates-nonfree/layout/lang

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/gallery/accessories/Photos/Buildings

Entering 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/extras/source/premium/templates-nonfree/offimisc/lang

extras deliver
Module 'extras' delivered successfully. 36 files copied, 0 files unchanged

-----------------------------------------------------------------------
        Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
            http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/stlport
ERROR: error 65280 occurred while making 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/soltools/mkdepend
ERROR: error 65280 occurred while making 
/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2/xml2cmp/prj

 it seems you are using a threaded build, which means that the
 actual compile error is probably hidden far above, and could be
 inside any of these other modules:
     soltools stlport
 please re-run build inside each one to isolate the problem.
-----------------------------------------------------------------------

/tmp/pkgsrc/wip/libreoffice/work/.tools/bin/bash
cd /tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2
source ./Env.Host.sh
cd xml2cmp
/opt/pkg/bin/gmake clean # optional
/opt/pkg/bin/gmake -r

when the problem is isolated and fixed exit and re-run 'make' from the top-level
gmake[1]: *** [build] Error 1
gmake[1]: Leaving directory 
`/tmp/pkgsrc/wip/libreoffice/work/libreoffice-core-3.5.7.2'
gmake: *** [source-env-and-recurse] Error 2
*** Error code 2

Stop.
bmake: stopped in /home/richard/src/pkgsrc/wip/libreoffice
*** Error code 1

Stop.
bmake: stopped in /home/richard/src/pkgsrc/wip/libreoffice
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss


Home | Main Index | Thread Index | Old Index