pkgsrc-Users archive

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

libreoffice 4.4 on netbsd-6/amd64 build failures



Having added GCC_REQD=4.6 to libreoffice4/Makefile the builds now die silently
in the apache_commons directories. E.g.:

[build PAT] apache_commons_logging
S=/pkg_comp/obj/pkgsrc/misc/libreoffice4/default/libreoffice-4.4.0.3 && I=$S/instdir && W=$S/workdir &&  ( cd $W/UnpackedTarball/apache_commons_logging &&   tr -d '\r' < $W/UnpackedTarball/apache_commons_logging/build.xml > $W/UnpackedTarball/apache_commons_logging/build.xml.TEMP && mv $W/UnpackedTarball/apache_commons_logging/build.xml.TEMP $W/UnpackedTarball/apache_commons_logging/build.xml &&   for p in  $S/external/apache-commons/patches/logging.patch; do pl=2; s=${p##*.}; case "$s" in [0-9]) pl="$s"; ;; esac ; /pkg_comp/obj/pkgsrc/misc/libreoffice4/default/.tools/bin/patch  -f -s "-p$pl" --fuzz=0 < "$p"; if test "$?" -ne 0; then echo "Patch FAILED: $p"; exit 1; fi; done &&  awk 'sub("$","\r")' $W/UnpackedTarball/apache_commons_logging/build.xml > $W/UnpackedTarball/apache_commons_logging/build.xml.TEMP && mv $W/UnpackedTarball/apache_commons_logging/build.xml.TEMP $W/UnpackedTarball/apache_commons_logging/build.xml &&    touch $W/UnpackedTarball/apache_commons_logging.done  ) || ( touch $W/UnpackedTarball/apache_commons_logging.prepare && exit 1 )
cd /pkg_comp/obj/pkgsrc/misc/libreoffice4/default/libreoffice-4.4.0.3/workdir/UnpackedTarball/apache_commons_codec/ && unset Platform &&    ANT_OPTS="$ANT_OPTS -Dfile.encoding=ISO-8859-1"  "/usr/pkg/bin/ant" -q -f build.xml -Dbuild.label="build-4.4.0.3" -Dcompile.source=1.6 -Dcompile.target=1.6   -Dcompile.debug="false"  jar  && touch /pkg_comp/obj/pkgsrc/misc/libreoffice4/default/libreoffice-4.4.0.3/workdir/ExternalProject/apache_commons_codec/build 
/pkg_comp/obj/pkgsrc/misc/libreoffice4/default/libreoffice-4.4.0.3/external/apache-commons/ExternalProject_apache_commons_codec.mk:17: recipe for target '/pkg_comp/obj/pkgsrc/misc/libreoffice4/default/libreoffice-4.4.0.3/workdir/ExternalProject/apache_commons_codec/build' failed
gmake[1]: *** [/pkg_comp/obj/pkgsrc/misc/libreoffice4/default/libreoffice-4.4.0.3/workdir/ExternalProject/apache_commons_codec/build] Error 1
gmake[1]: *** Waiting for unfinished jobs....

The actual failure place changes on every invokation of the
pkgsrc Makefile, but it is always the ant invocation.  Setting
MAKE_JOBS_SAFE=no doesn't seem to have an effect.

Does it build for anyone on -6?

--chris


Home | Main Index | Thread Index | Old Index