[kde-freebsd] Trying to install boinc-setiathome-enhanced

Nick Pettefar Nick at Pettefar.com
Tue Jul 2 09:15:06 UTC 2013


Any suggestions to get seti/boinc installed on my Raspberry Pi please?

Regards,

Nick Pettefar

root at bsdpi:/usr/ports/astro/boinc-setiathome-enhanced # uname -a
FreeBSD bsdpi 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r251172M: Sat Jun  1
04:12:21 SGT 2013
root at fbsd10:/root/crochet/work/obj/arm.armv6/usr/src/sys/RPI-B
arm

---------------------------------------------
CMake 2.8.10.2, Copyright 2000-2012 Kitware, Inc.
C compiler on this system is: cc -O -pipe
---------------------------------------------
Error when bootstrapping CMake:
Cannot find appropriate C++ compiler on this system.
Please specify one using environment variable CXX.
See cmake_bootstrap.log for compilers attempted.
---------------------------------------------
Log of errors:
/usr/ports/devel/cmake/work/cmake-2.8.10.2/Bootstrap.cmk/cmake_bootstrap.log
---------------------------------------------
===>  Script "configure" failed unexpectedly.
Please report the problem to kde at FreeBSD.org [maintainer] and attach the
"/usr/ports/devel/cmake/work/cmake-2.8.10.2/config.log" including the output
of the failure of your make command. Also, it might be a good idea to
provide
an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/cmake
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/png
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/png
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/cairo
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/cairo
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/gobject-introspection
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/libnotify
*** Error code 1

Stop.
make: stopped in /usr/ports/net/boinc-client
*** Error code 1

Stop.
make: stopped in /usr/ports/net/boinc-client
*** Error code 1

Stop.
make: stopped in /usr/ports/astro/boinc-setiathome-enhanced
*** Error code 1

Stop.
make: stopped in /usr/ports/astro/boinc-setiathome-enhanced
root at bsdpi:/usr/ports/astro/boinc-setiathome-enhanced #


======================================================
root at bsdpi:/usr/ports/net/boinc-client # cat
/usr/ports/devel/cmake/work/cmake-2.8.10.2/config.log
cat: /usr/ports/devel/cmake/work/cmake-2.8.10.2/config.log: No such file or
directory
root at bsdpi:/usr/ports/net/boinc-client # cat
/usr/ports/devel/cmake/work/cmake-2.8.10.2/Bootstrap.cmk/cmake_bootstrap.log
Try: cc
Line: cc -O -pipe cmake_bootstrap_89675_test.c -o cmake_bootstrap_89675_test
----------  file   -----------------------

#ifdef __cplusplus
# error "The CMAKE_C_COMPILER is set to a C++ compiler"
#endif

#include<stdio.h>

#if defined(__CLASSIC_C__)
int main(argc, argv)
  int argc;
  char* argv[];
#else
int main(int argc, char* argv[])
#endif
{
  printf("%d%c", (argv != 0), (char)0x0a);
  return argc-1;
}

------------------------------------------
1
Test succeded
Try: c++
Line: c++ -O -pipe -DTEST1 cmake_bootstrap_89675_test.cxx -o
cmake_bootstrap_89675_test
----------  file   -----------------------

#if defined(TEST1)
# include <iostream>
#else
# include <iostream.h>
#endif

class NeedCXX
{
public:
  NeedCXX() { this->Foo = 1; }
  int GetFoo() { return this->Foo; }
private:
  int Foo;
};
int main()
{
  NeedCXX c;
#ifdef TEST3
  cout << c.GetFoo() << endl;
#else
  std::cout << c.GetFoo() << std::endl;
#endif
  return 0;
}

------------------------------------------
Assertion failed: ((PtrVal & ((1 << PtrTraits::NumLowBitsAvailable)-1)) ==
0 && "Pointer is not sufficiently aligned"), function initWithPointer, file
/usr/src/lib/clang/libclangsema/../../../contrib/llvm/include/llvm/ADT/PointerIntPair.h,
line 100.
Stack dump:
0.      Program arguments: /usr/bin/c++ -cc1 -triple
armv6-unknown-freebsd10.0 -S -disable-free -main-file-name
cmake_bootstrap_89675_test.cxx -mrelocation-model static -mdisable-fp-elim
-mconstructor-aliases -target-abi apcs-gnu -target-cpu arm1136jf-s
-msoft-float -mfloat-abi soft -target-feature +soft-float -target-feature
+soft-float-abi -target-feature -neon -resource-dir
/usr/bin/../lib/clang/3.3 -D TEST1 -O2 -fdeprecated-macro
-fno-dwarf-directory-asm -fdebug-compilation-dir
/usr/ports/devel/cmake/work/cmake-2.8.10.2/Bootstrap.cmk -ferror-limit 19
-fmessage-length 0 -mstackrealign -fno-signed-char -fobjc-runtime=gnustep
-fobjc-default-synthesize-properties -fcxx-exceptions -fexceptions
-fsjlj-exceptions -fdiagnostics-show-option -backend-option
-vectorize-loops -o /tmp/cmake_bootstrap_89675_test-PumgKc.s -x c++
cmake_bootstrap_89675_test.cxx
1.      /usr/include/c++/4.2/bits/basic_string.tcc:978:43: current parser
token ';'
2.      /usr/include/c++/4.2/bits/basic_string.tcc:48:1
<Spelling=/usr/include/c++/4.2/bits/c++config.h:76:38>: parsing namespace
'std'
c++: error: unable to execute command: Abort trap (core dumped)
c++: error: clang frontend command failed due to signal (use -v to see
invocation)
FreeBSD clang version 3.3 (trunk 178860) 20130405
Target: armv6-unknown-freebsd10.0
Thread model: posix
c++: note: diagnostic msg: PLEASE submit a bug report to
http://llvm.org/bugs/ and include the crash backtrace, preprocessed source,
and associated run script.
c++: note: diagnostic msg: Error generating preprocessed source(s).
Test failed to compile
Try: c++
Line: c++ -O -pipe -DTEST2 cmake_bootstrap_89675_test.cxx -o
cmake_bootstrap_89675_test
----------  file   -----------------------

#if defined(TEST1)
# include <iostream>
#else
# include <iostream.h>
#endif

class NeedCXX
{
public:
  NeedCXX() { this->Foo = 1; }
  int GetFoo() { return this->Foo; }
private:
  int Foo;
};
int main()
{
  NeedCXX c;
#ifdef TEST3
  cout << c.GetFoo() << endl;
#else
  std::cout << c.GetFoo() << std::endl;
#endif
  return 0;
}

------------------------------------------
In file included from cmake_bootstrap_89675_test.cxx:5:
In file included from /usr/include/c++/4.2/backward/iostream.h:31:
/usr/include/c++/4.2/backward/backward_warning.h:32:2: warning: This file
includes at least one deprecated or antiquated header. Please consider
using one of the 32 headers found in section 17.4.1.2 of the C++ standard.
Examples include substituting the <X> header for the <X.h> header for C++
includes, or <iostream> instead of the deprecated header <iostream.h>. To
disable this warning use -Wno-deprecated. [-W#warnings]
#warning This file includes at least one deprecated or antiquated header. \
 ^
Assertion failed: ((PtrVal & ((1 << PtrTraits::NumLowBitsAvailable)-1)) ==
0 && "Pointer is not sufficiently aligned"), function initWithPointer, file
/usr/src/lib/clang/libclangsema/../../../contrib/llvm/include/llvm/ADT/PointerIntPair.h,
line 100.
Stack dump:
0.      Program arguments: /usr/bin/c++ -cc1 -triple
armv6-unknown-freebsd10.0 -S -disable-free -main-file-name
cmake_bootstrap_89675_test.cxx -mrelocation-model static -mdisable-fp-elim
-mconstructor-aliases -target-abi apcs-gnu -target-cpu arm1136jf-s
-msoft-float -mfloat-abi soft -target-feature +soft-float -target-feature
+soft-float-abi -target-feature -neon -resource-dir
/usr/bin/../lib/clang/3.3 -D TEST2 -O2 -fdeprecated-macro
-fno-dwarf-directory-asm -fdebug-compilation-dir
/usr/ports/devel/cmake/work/cmake-2.8.10.2/Bootstrap.cmk -ferror-limit 19
-fmessage-length 0 -mstackrealign -fno-signed-char -fobjc-runtime=gnustep
-fobjc-default-synthesize-properties -fcxx-exceptions -fexceptions
-fsjlj-exceptions -fdiagnostics-show-option -backend-option
-vectorize-loops -o /tmp/cmake_bootstrap_89675_test-YwJTGe.s -x c++
cmake_bootstrap_89675_test.cxx
1.      /usr/include/c++/4.2/bits/basic_string.tcc:978:43: current parser
token ';'
2.      /usr/include/c++/4.2/bits/basic_string.tcc:48:1
<Spelling=/usr/include/c++/4.2/bits/c++config.h:76:38>: parsing namespace
'std'
c++: error: unable to execute command: Abort trap (core dumped)
c++: error: clang frontend command failed due to signal (use -v to see
invocation)
FreeBSD clang version 3.3 (trunk 178860) 20130405
Target: armv6-unknown-freebsd10.0
Thread model: posix
c++: note: diagnostic msg: PLEASE submit a bug report to
http://llvm.org/bugs/ and include the crash backtrace, preprocessed source,
and associated run script.
c++: note: diagnostic msg: Error generating preprocessed source(s).
Test failed to compile
Try: c++
Line: c++ -O -pipe -DTEST3 cmake_bootstrap_89675_test.cxx -o
cmake_bootstrap_89675_test
----------  file   -----------------------

#if defined(TEST1)
# include <iostream>
#else
# include <iostream.h>
#endif

class NeedCXX
{
public:
  NeedCXX() { this->Foo = 1; }
  int GetFoo() { return this->Foo; }
private:
  int Foo;
};
int main()
{
  NeedCXX c;
#ifdef TEST3
  cout << c.GetFoo() << endl;
#else
  std::cout << c.GetFoo() << std::endl;
#endif
  return 0;
}

------------------------------------------
In file included from cmake_bootstrap_89675_test.cxx:5:
In file included from /usr/include/c++/4.2/backward/iostream.h:31:
/usr/include/c++/4.2/backward/backward_warning.h:32:2: warning: This file
includes at least one deprecated or antiquated header. Please consider
using one of the 32 headers found in section 17.4.1.2 of the C++ standard.
Examples include substituting the <X> header for the <X.h> header for C++
includes, or <iostream> instead of the deprecated header <iostream.h>. To
disable this warning use -Wno-deprecated. [-W#warnings]
#warning This file includes at least one deprecated or antiquated header. \
 ^
Assertion failed: ((PtrVal & ((1 << PtrTraits::NumLowBitsAvailable)-1)) ==
0 && "Pointer is not sufficiently aligned"), function initWithPointer, file
/usr/src/lib/clang/libclangsema/../../../contrib/llvm/include/llvm/ADT/PointerIntPair.h,
line 100.
Stack dump:
0.      Program arguments: /usr/bin/c++ -cc1 -triple
armv6-unknown-freebsd10.0 -S -disable-free -main-file-name
cmake_bootstrap_89675_test.cxx -mrelocation-model static -mdisable-fp-elim
-mconstructor-aliases -target-abi apcs-gnu -target-cpu arm1136jf-s
-msoft-float -mfloat-abi soft -target-feature +soft-float -target-feature
+soft-float-abi -target-feature -neon -resource-dir
/usr/bin/../lib/clang/3.3 -D TEST3 -O2 -fdeprecated-macro
-fno-dwarf-directory-asm -fdebug-compilation-dir
/usr/ports/devel/cmake/work/cmake-2.8.10.2/Bootstrap.cmk -ferror-limit 19
-fmessage-length 0 -mstackrealign -fno-signed-char -fobjc-runtime=gnustep
-fobjc-default-synthesize-properties -fcxx-exceptions -fexceptions
-fsjlj-exceptions -fdiagnostics-show-option -backend-option
-vectorize-loops -o /tmp/cmake_bootstrap_89675_test-kkKsW4.s -x c++
cmake_bootstrap_89675_test.cxx
1.      /usr/include/c++/4.2/bits/basic_string.tcc:978:43: current parser
token ';'
2.      /usr/include/c++/4.2/bits/basic_string.tcc:48:1
<Spelling=/usr/include/c++/4.2/bits/c++config.h:76:38>: parsing namespace
'std'
c++: error: unable to execute command: Abort trap (core dumped)
c++: error: clang frontend command failed due to signal (use -v to see
invocation)
FreeBSD clang version 3.3 (trunk 178860) 20130405
Target: armv6-unknown-freebsd10.0
Thread model: posix
c++: note: diagnostic msg: PLEASE submit a bug report to
http://llvm.org/bugs/ and include the crash backtrace, preprocessed source,
and associated run script.
c++: note: diagnostic msg: Error generating preprocessed source(s).
Test failed to compile

========================================================

root at bsdpi:/usr/ports/net/boinc-client # /usr/local/sbin/pkg-static info -g
-Ea
bash-4.2.45
bigreqsproto-1.1.2
bison-2.7.1,1
compositeproto-0.4.2
damageproto-1.2.1
dialog4ports-0.1.3
docbook-4.1_4
docbook-xsl-1.76.1
dri2proto-2.8
expat-2.0.1_2
fftw3-3.3.3_1
fixesproto-5.0
flex-2.5.37
fontconfig-2.9.0,1
freetype2-2.4.12_1
glproto-1.4.16
gmake-3.82_1
help2man-1.41.2
inputproto-2.3
intltool-0.50.2
iso8879-1986_3
jasper-1.900.1_12
jbigkit-1.6
jpeg-8_4
kbproto-1.0.6
libICE-1.0.8,1
libSM-1.2.1,1
libX11-1.6.0,1
libXau-1.0.8
libXdmcp-1.1.1
libXext-1.3.2,1
libXfixes-5.0.1
libXi-1.7.1_1,1
libXmu-1.1.1,1
libXrender-0.9.8
libXt-1.1.4,1
libcheck-0.9.10
libffi-3.0.13
libgpg-error-1.11
libiconv-1.14_1
libmspack-0.3
libpthread-stubs-0.3_3
libtool-2.4.2
libxcb-1.9.1
libxml2-2.8.0_2
libxslt-1.1.28_1
m4-1.4.16_1,1
makedepend-1.0.4,1
p5-Locale-gettext-1.05_3
p5-XML-Parser-2.41_1
perl-5.14.2_3
pixman-0.28.2
pkg-1.0.12_1
pkgconf-0.9.2_1
py27-libxml2-2.8.0
python27-2.7.5
renderproto-0.11.1
sqlite3-3.7.17_1
unzip-6.0_1
usbutils-0.86_1
v4l_compat-1.0.20120501_1
videoproto-2.3.1
xcb-proto-1.8
xcb-util-0.3.9_1,1
xcb-util-renderutil-0.3.8
xcmiscproto-1.2.2
xextproto-7.2.1
xf86bigfontproto-1.2.0
xineramaproto-1.2.1
xmlcatmgr-2.2
xorg-macros-1.17
xproto-7.0.24
xtrans-1.2.7
xymon-client-4.3.11
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-freebsd/attachments/20130702/efa19bd9/attachment-0001.html>


More information about the kde-freebsd mailing list