Subject: Re: pkgsrc SunOS 5.9/sparc bulk build results 2005-10-26
To: Jonathan Perkin <jonathan@perkin.org.uk>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-bulk
Date: 10/27/2005 01:37:38
Jonathan Perkin wrote:
> Top Ten Offenders
>
> Package Breaks Maintainer
> --------------------------------------------------------------
> x11/xcursor 615 tech-pkg@NetBSD.org
pkg-config segmentation fault.
> graphics/cairo 401 recht@NetBSD.org
Fixed.
> devel/atk 398 jmmv@NetBSD.org
/cache/pkgsrc/devel/atk/work.build1/.tools/bin/pkg-config[5]: 9540
Segmentation Fault(coredump)
> security/heimdal 316 lha@NetBSD.org
Fixed.
> devel/libbonobo 217 jmmv@NetBSD.org
I../idl -D__Bonobo_COMPILATION -D__Bonobo_Unknown_COMPILATION \
-D__Bonobo_GenericFactory_COMPILATION \
-D__Bonobo_Activation_types_COMPILATION \
--imodule ../idl/Bonobo.idl
/bin/ksh: I../idl: not found
This looks weird. :)
> devel/GConf2 216 jmmv@NetBSD.org
> textproc/aspell 203 wiz@NetBSD.org
C++ errors. Someone defined template<foo> static inline void function()
{ ... }. The "static" is invalid here. There are some other errors, too.
I won't fix it, as I don't like C++. ;)
> devel/pcre 188 wiz@NetBSD.org
"./pcre_scanner.cc", line 93: Error: Could not find a match for
std::count(const char*, const char*, char) needed in
pcrecpp::Scanner::LineNumber() const.
This doesn't look too complicated. Any C++ guru available? #include
<algorithm> already appears in the source, so that's not the reason for
the failure.
> devel/libltdl 158 tv@duh.org
Internal compiler error.
> graphics/openexr 153 adam@NetBSD.org
C++ compile error.
Roland