pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/39614 (misc/openoffice2 compilation error on NetBSD 3 (missing strerror_r()))
The following reply was made to PR pkg/39614; it has been noted by GNATS.
From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/39614 (misc/openoffice2 compilation error on NetBSD 3 (missing
strerror_r()))
Date: Wed, 01 Oct 2008 00:07:14 +0700
Date: Mon, 29 Sep 2008 23:17:33 +0000 (UTC)
From: hira%NetBSD.org@localhost
Message-ID: <20080929231733.D274B63BD01%narn.NetBSD.org@localhost>
| Please update your pkgsrc tree and try again.
The particular problem from the PR is gone, but openoffice2 still
fails to build on NetBSD 3.0 (it gets further, but not all the way).
It gets down to ...
=============
Building module libxmlsec
=============
/pkg_comp/obj/pkgsrc/misc/openoffice2/default/OOH680_m17/libxmlsec
mkout -- version: 1.7
-------------
After that there's what appears to be lots of tar extraction (with the 'v'
flag - not sure why that's useful, but never mind), a whole set of "echo dummy"
after a message "make writeable" followed by lots of patching - all that
seems to be fine.
The it gets to configure...
touch ./unxbsdi3.pro/misc/build/so_patched_so_xmlsec1
mkdir ./unxbsdi3.pro/misc/build/xmlsec1-1.2.6/
cd ./unxbsdi3.pro/misc/build/xmlsec1-1.2.6/ && chmod 777 libxml2-config &&
./configure ADDCFLAGS="" CPPFLAGS="" --with-libxslt=no --with-openssl=no
--with-gnutls=no LIBXML2LIB="-Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 "
ZLIB3RDLIB="-L/usr/lib -Wl,-R/usr/lib -lz" && touch so_configured_so_xmlsec1
checking build system type... i386-unknown-netbsdelf3.0
checking host system type... i386-unknown-netbsdelf3.0
checking for a BSD-compatible install...
/pkg_comp/obj/pkgsrc/misc/openoffice2/d
efault/.tools/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
[and lots more ordinary stuff like that]
checking for pkg-config... yes
checking for libxml-2.0 >= 2.4.2... yes
checking LIBXML_CFLAGS... -I/usr/pkg/include/libxml2
checking LIBXML_LIBS... -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2
checking for libxml-2.0 >= 2.6.2... yes
checking LIBXML262_CFLAGS... -I/usr/pkg/include/libxml2
checking LIBXML262_LIBS... -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2
checking libxml2 yes ... checking for libxslt libraries >= 1.0.20... no
checking for openssl libraries >= 0.9.6... no
checking for gnutls libraries >= 0.8.1... no
checking for seamonkey-nspr >= 1.4 seamonkey-nss >= 1.4... checking for nspr
libraries >= 4.0... no
checking for nss libraries >= 3.2... no
checking for mscrypto libraries... no
checking for crypto library... configure: error: At least one crypto library
should exist for xmlsec1
dmake: Error code 1, while making
'unxbsdi3.pro/misc/build/so_configured_so_xmlsec1'
---* tg_merge.mk *---
ERROR: Error 65280 occurred while making
/pkg_comp/obj/pkgsrc/misc/openoffice2/default/OOH680_m17/libxmlsec
dmake: Error code 1, while making 'build_instsetoo_native'
---* *---
*** Error code 255
Stop.
make: stopped in /usr/pkgsrc/misc/openoffice2
WARNING: *** Please consider adding fortran to USE_LANGUAGES in the package
Makefile.
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/misc/openoffice2
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/misc/openoffice2
I am not sure why it checked for libxslt as configure was run (as shown above)
with --with-libxslt=no - just as it explicitly excluded openssl and gnutls, yet
checked for those as well.
I might just try installing nss into the pkg_comp sandbox, and see what
happens then...
If you'd prefer, I can file a new PR about this (new) problem, and you can just
close the original PR, or this new stuff can just stay here.
Thanks again,
kre
Home |
Main Index |
Thread Index |
Old Index