Installation auf freebsd

Ich hab mal einen neuen Versuch gestartet Homegear auf Freebsd zu compilieren aber es scheint das das jetzt sogar absichtlich nicht supportet wird.
Mein erster Versuch/Thread: Homegear auf FreeBSD 10 bauen

  1. Php compilieren war kein Problem
  2. dependencies auf freebsd: pkg install sqlite3 readline libgpg-error gnutls libxslt openssl mysql55-client unzip libtool automake libgcrypt

Aber beim starten von makeRelease.sh bricht es ab.

Soll freebsd nicht supportet werden? Kann ich irgendwie helfen?

Hallo @dodegy,

sorry für die späte Antwort. FreeBSD kann gerne unterstützt werden. Dass es nicht funktioniert, ist keine Absicht. Nur testen wir das Kompilieren nicht auf FreeBSD und kompilieren selbst nur unter GNU/Linux. Was sagt denn die Ausgabe von makeRelease.sh. Mit kleinen Anpassungen sollte das Kompilieren ja möglich sein.

Viele Grüße

Sathya

Ich hab leider aufgegeben und das jail gelöscht. Wenn ich mich recht erinnere hat er irgendwas nicht richtig erkannt im configure step. Ich kann es ja nochmal probieren. Die richtigen dependencies raussuchen war auch nicht ganz so einfach.

Hmm ok. Ich wäre jedenfalls bereit, mit dir gemeinsam die Fehler Schritt für Schritt zu beheben. Da wird es vermutlich ein paar geben.

Ok dependencies wie oben von mir angegeben…
Probleme:

  1. bash: ./makeRelease.sh: /bin/bash: bad interpreter: No such file or directory
    -> system unabhängige shebang: #!/usr/bin/env bash
  2. ./makeRelease.sh
    2.1 “grep: The -P option is not supported” von aclocal
    -> gnugrep installiert bekomme jetzt: “grep: contributors: No such file or directory”
    2.2 configure: error: Your platform is not currently supported

checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… cfg/install-sh -c -d
checking for gawk… no
checking for mawk… no
checking for nawk… nawk
checking whether make sets $(MAKE)… yes
checking whether make supports nested variables… yes
checking for g++… g++
checking whether the C++ compiler works… yes
checking for C++ compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
checking for suffix of object files… o
checking whether we are using the GNU C++ compiler… yes
checking whether g++ accepts -g… yes
checking whether make supports the include directive… yes (GNU style)
checking dependency style of g++… gcc3
checking for gcc… gcc
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking whether gcc understands -c and -o together… yes
checking dependency style of gcc… gcc3
checking build system type… amd64-unknown-freebsd11.2
checking host system type… amd64-unknown-freebsd11.2
checking how to print strings… printf
checking for a sed that does not truncate output… /usr/bin/sed
checking for grep that handles long lines and -e… /usr/local/bin//grep
checking for egrep… /usr/local/bin//grep -E
checking for fgrep… /usr/local/bin//grep -F
checking for ld used by gcc… /usr/local/bin/ld
checking if the linker (/usr/local/bin/ld) is GNU ld… yes
checking for BSD- or MS-compatible name lister (nm)… /usr/local/bin//nm -B
checking the name lister (/usr/local/bin//nm -B) interface… BSD nm
checking whether ln -s works… yes
checking the maximum length of command line arguments… 196608
checking how to convert amd64-unknown-freebsd11.2 file names to amd64-unknown-freebsd11.2 format… func_convert_file_noop
checking how to convert amd64-unknown-freebsd11.2 file names to toolchain format… func_convert_file_noop
checking for /usr/local/bin/ld option to reload object files… -r
checking for objdump… objdump
checking how to recognize dependent libraries… pass_all
checking for dlltool… no
checking how to associate runtime and link libraries… printf %s\n
checking for ar… ar
checking for archiver @FILE support… @
checking for strip… strip
checking for ranlib… ranlib
checking command to parse /usr/local/bin//nm -B output from gcc object… ok
checking for sysroot… no
checking for a working dd… /bin/dd
checking how to truncate binary pipes… /bin/dd bs=4096 count=1
checking for mt… mt
checking if mt is a manifest tool… no
checking how to run the C preprocessor… gcc -E
checking for ANSI C header files… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking for dlfcn.h… yes
checking for objdir… .libs
checking if gcc supports -fno-rtti -fno-exceptions… no
checking for gcc option to produce PIC… -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works… yes
checking if gcc static flag -static works… yes
checking if gcc supports -c -o file.o… yes
checking if gcc supports -c -o file.o… (cached) yes
checking whether the gcc linker (/usr/local/bin/ld) supports shared libraries… yes
checking whether -lc should be explicitly linked in… no
checking dynamic linker characteristics… freebsd11.2 ld.so
checking how to hardcode library paths into programs… immediate
checking whether stripping libraries is possible… yes
checking if libtool supports shared libraries… yes
checking whether to build shared libraries… yes
checking whether to build static libraries… yes
checking how to run the C++ preprocessor… g++ -E
checking for ld used by g++… /usr/local/bin/ld
checking if the linker (/usr/local/bin/ld) is GNU ld… yes
checking whether the g++ linker (/usr/local/bin/ld) supports shared libraries… yes
checking for g++ option to produce PIC… -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works… yes
checking if g++ static flag -static works… yes
checking if g++ supports -c -o file.o… yes
checking if g++ supports -c -o file.o… (cached) yes
checking whether the g++ linker (/usr/local/bin/ld) supports shared libraries… yes
checking dynamic linker characteristics… freebsd11.2 ld.so
checking how to hardcode library paths into programs… immediate
checking arpa/inet.h usability… yes
checking arpa/inet.h presence… yes
checking for arpa/inet.h… yes
checking asm/types.h usability… no
checking asm/types.h presence… no
checking for asm/types.h… no
checking dirent.h usability… yes
checking dirent.h presence… yes
checking for dirent.h… yes
checking errno.h usability… yes
checking errno.h presence… yes
checking for errno.h… yes
checking fcntl.h usability… yes
checking fcntl.h presence… yes
checking for fcntl.h… yes
checking gcrypt.h usability… yes
checking gcrypt.h presence… yes
checking for gcrypt.h… yes
checking gnutls/gnutls.h usability… yes
checking gnutls/gnutls.h presence… yes
checking for gnutls/gnutls.h… yes
checking gnutls/x509.h usability… yes
checking gnutls/x509.h presence… yes
checking for gnutls/x509.h… yes
checking grp.h usability… yes
checking grp.h presence… yes
checking for grp.h… yes
checking ifaddrs.h usability… yes
checking ifaddrs.h presence… yes
checking for ifaddrs.h… yes
checking linux/netlink.h usability… no
checking linux/netlink.h presence… no
checking for linux/netlink.h… no
checking linux/rtnetlink.h usability… no
checking linux/rtnetlink.h presence… no
checking for linux/rtnetlink.h… no
checking netdb.h usability… yes
checking netdb.h presence… yes
checking for netdb.h… yes
checking net/if.h usability… yes
checking net/if.h presence… yes
checking for net/if.h… yes
checking netinet/ether.h usability… no
checking netinet/ether.h presence… no
checking for netinet/ether.h… no
checking netinet/in.h usability… yes
checking netinet/in.h presence… yes
checking for netinet/in.h… yes
checking netinet/tcp.h usability… yes
checking netinet/tcp.h presence… yes
checking for netinet/tcp.h… yes
checking poll.h usability… yes
checking poll.h presence… yes
checking for poll.h… yes
checking pwd.h usability… yes
checking pwd.h presence… yes
checking for pwd.h… yes
checking signal.h usability… yes
checking signal.h presence… yes
checking for signal.h… yes
checking for stdint.h… (cached) yes
checking stdio.h usability… yes
checking stdio.h presence… yes
checking for stdio.h… yes
checking for stdlib.h… (cached) yes
checking for string.h… (cached) yes
checking sys/ioctl.h usability… yes
checking sys/ioctl.h presence… yes
checking for sys/ioctl.h… yes
checking sys/resource.h usability… yes
checking sys/resource.h presence… yes
checking for sys/resource.h… yes
checking sys/socket.h usability… yes
checking sys/socket.h presence… yes
checking for sys/socket.h… yes
checking for sys/stat.h… (cached) yes
checking for sys/types.h… (cached) yes
checking termios.h usability… yes
checking termios.h presence… yes
checking for termios.h… yes
checking for unistd.h… (cached) yes
checking for stdbool.h that conforms to C99… yes
checking for _Bool… yes
checking for inline… inline
checking for an ANSI C-conforming const… yes
checking for int32_t… yes
checking for int64_t… yes
checking for pid_t… yes
checking for size_t… yes
checking for ssize_t… yes
checking for uint32_t… yes
checking for uint64_t… yes
checking for uint8_t… yes
checking for size_t… (cached) yes
checking for uid_t in sys/types.h… yes
checking for unistd.h… (cached) yes
checking for working chown… yes
checking for error_at_line… no
checking vfork.h usability… no
checking vfork.h presence… no
checking for vfork.h… no
checking for fork… yes
checking for vfork… yes
checking for working fork… yes
checking for working vfork… (cached) yes
checking for floor… no
checking for memchr… yes
checking for memset… yes
checking for pow… no
checking for select… yes
checking for socket… yes
checking for strchr… yes
checking for strerror… yes
checking for strstr… yes
checking for strtol… yes
configure: error: Your platform is not currently supported

Vielleicht hast du eine idee was genau nicht passt?

Hallo @dodegy, das sollte sich schon einmal leicht beheben lassen. Schaue ich mir direkt nach meinem Urlaub an.

ok, geht es, wenn du in der configure.ac das *BSD*) in *bsd*) änderst? Anschließend ein make distclean. Danach wird es noch nicht funktionieren, aber wir sind dann schon einmal einen Schritt weiter.

Then we have the source dependency to the linux kernel. Any idea?

In file included from BaseLib.h:59:0,
             from IQueueBase.cpp:32:
LowLevel/Spi.h:41:10: fatal error: linux/spi/spidev.h: No such file or directory
 #include <linux/spi/spidev.h>
      ^~~~~~~~~~~~~~~~~~~~
compilation terminated.

Klingt nach den selben Problemen die ich mit Alpine Linux habe… linux/spi/spidev.h ist ein teil des Packetes linux-headers . Wie man die nun in BSD bekommt habe ich leider keine Ahnung, da ich von BSD keinen Plan habe. Der Spaß mit “grep -P” und wurde mit dem Packet grep-doc behoben.

Ich habe jetzt mal die Möglichkeit eingebaut, SPI nicht mitzukompilieren (configure-Flag --without-spi). Wie sieht’s jetzt aus?

Hi sathya,

kompilieren geht jetzt weiter. Allerdings hängt es jetzt hier:

— HelperFunctions/Io.lo —
depbase=echo HelperFunctions/Io.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'; /bin/sh …/libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I… -Wall -std=c++11 -DFORTIFY_SOURCE=2 -DGCRYPT_NO_DEPRECATED -DBSDSYSTEM -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH -D_GLIBCXX_USE_C99_MATH_TR1 -D_WITH_DPRINTF -g -O2 -MT HelperFunctions/Io.lo -MD -MP -MF $depbase.Tpo -c -o HelperFunctions/Io.lo HelperFunctions/Io.cpp && mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I… -Wall -std=c++11 -DFORTIFY_SOURCE=2 -DGCRYPT_NO_DEPRECATED -DBSDSYSTEM -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH -D_GLIBCXX_USE_C99_MATH_TR1 -D_WITH_DPRINTF -g -O2 -MT HelperFunctions/Io.lo -MD -MP -MF HelperFunctions/.deps/Io.Tpo -c HelperFunctions/Io.cpp -fPIC -DPIC -o HelperFunctions/.libs/Io.o
— HelperFunctions/HelperFunctions.lo —
HelperFunctions/HelperFunctions.cpp: In static member function ‘static int32_t BaseLib::HelperFunctions::exec(std::__cxx11::string, std::__cxx11::string&)’:
HelperFunctions/HelperFunctions.cpp:803:12: error: ‘WEXITSTATUS’ was not declared in this scope
return WEXITSTATUS(exitStatus);
^~~~~~~~~~~
HelperFunctions/HelperFunctions.cpp:803:12: note: suggested alternative: ‘CSTATUS’
return WEXITSTATUS(exitStatus);
^~~~~~~~~~~
CSTATUS
*** [HelperFunctions/HelperFunctions.lo] Error code 1