pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/39612 (gnutls does not build with Sun Studio compilers)
The following reply was made to PR pkg/39612; it has been noted by GNATS.
From: =?ISO-8859-1?Q?J=F6rn_Clausen?= <joern%uni-bielefeld.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/39612 (gnutls does not build with Sun Studio compilers)
Date: Mon, 03 Nov 2008 09:42:41 +0100
obache%NetBSD.org@localhost wrote:
> Synopsis: gnutls does not build with Sun Studio compilers
>
> Responsible-Changed-From-To: pkg-manager->feedback
> Responsible-Changed-By: obache%NetBSD.org@localhost
> Responsible-Changed-When: Sat, 01 Nov 2008 08:13:20 +0000
> Responsible-Changed-Why:
> Now updated to 2.6.0 and failures with SunPro compiler were fixed by
> following
> commit:
> http://mail-index.netbsd.org/pkgsrc-changes/2008/10/29/msg012918.html
> Can you confirm the fix and feedback?
The type mismatches are fixed. But the issue of compiling
doc/examples/ex-cxx.cpp remains. This files pulls in a stdio.h that is
probably copied from glibc, and is not suitable for Solaris.
As this is only an example, that is not installed even when built
successfully, I suggest this patch
--- doc/Makefile.in 2008/11/03 08:36:06 1.1
+++ doc/Makefile.in 2008/11/03 08:36:15
@@ -158,7 +158,7 @@
distclean-recursive maintainer-clean-recursive
ETAGS = etags
CTAGS = ctags
-DIST_SUBDIRS = examples scripts manpages credentials reference
+DIST_SUBDIRS = scripts manpages credentials reference
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
@@ -587,7 +587,7 @@
gnutls.pdf gnutls.html extract-guile-c-doc.scm \
doxygen/Doxyfile.in doxygen/Doxyfile.orig texinfo.css \
$(guile_texi)
-SUBDIRS = examples scripts manpages credentials $(am__append_1)
+SUBDIRS = scripts manpages credentials $(am__append_1)
info_TEXINFOS = gnutls.texi
# Generated texinfos.
--
Jörn Clausen
joern.clausen%uni-bielefeld.de@localhost
Hochschulrechenzentrum http://www.uni-bielefeld.de/hrz/
Universität Bielefeld
Home |
Main Index |
Thread Index |
Old Index