Port-amiga archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Problems in newest netbsd-5 systems?
John Klos wrote:
> I've been seeing problem on two of my Amigas. Both are '060s, and both are
> running netbsd-5 from within the last few weeks.
I doubt there is much difference between the current netbsd-5 branch and
5.0.1-release.
> When trying to compile pkgsrc/devel/pcre, I get to a certain point, then I
> get an error:
>
> c++ -DHAVE_CONFIG_H -I. -O2 -MT pcrecpp_unittest.o -MD -MP -MF
> .deps/pcrecpp_unittest.Tpo -c -o pcrecpp_unittest.o pcrecpp_unittest.cc
> pcrecpp_unittest.cc: In function 'int main(int, char**)':
> pcrecpp_unittest.cc:1276: internal compiler error: Segmentation fault
I couldn't reproduce it with pcre-7.7 from pkgsrc-2008Q2, running a 5.0.1
kernel. Which pkgsrc did you use?
For me it fails with a redefinition error:
c++ -DHAVE_CONFIG_H -I. -I/usr/pkgsrc/devel/pcre/work/.buildlink/include -O2
-MT pcrecpp.lo -MD -MP -MF .deps/pcrecpp.Tpo -c pcrecpp.cc -fPIC -DPIC -o
.libs/pcrecpp.o
/usr/include/g++/bits/type_traits.h:90: error: redefinition of 'struct
__true_type'
/usr/include/g++/bits/cpp_type_traits.h:93: error: previous definition of
'struct __true_type'
/usr/include/g++/bits/type_traits.h:91: error: redefinition of 'struct
__false_type'
/usr/include/g++/bits/cpp_type_traits.h:94: error: previous definition of
'struct __false_type'
--
Frank Wille
Home |
Main Index |
Thread Index |
Old Index