phantomjs build failure system/compiler not supported.

Volodymyr Kostyrko arcade at b1t.name
Wed Feb 1 15:56:36 UTC 2017


Johan Hendriks wrote:
> Hello I try to build grafana3 which has phantomjs as a dependency, but i
> get a system compiler error.

Yeah, grafana is getting the hype.

I think gcc++49 line at files/patch-src_qt_qtbase_configure is causing 
the breakage:

Index: files/patch-src_qt_qtbase_configure
===================================================================
--- files/patch-src_qt_qtbase_configure (revision 432991)
+++ files/patch-src_qt_qtbase_configure (working copy)
@@ -8,7 +8,7 @@

   # find out which awk we want to use, prefer gawk, then nawk, then 
regular awk
   AWK=
-@@ -2791,11 +2792,19 @@ if [ -z "$PLATFORM" ]; then
+@@ -2791,11 +2792,18 @@ if [ -z "$PLATFORM" ]; then
        ULTRIX:*)
           PLATFORM=ultrix-g++
           ;;
@@ -25,11 +25,10 @@
  +        type g++   >/dev/null && PLATFORM=freebsd-g++
  +        type g++46 >/dev/null && PLATFORM=freebsd-g++46
  +        type g++48 >/dev/null && PLATFORM=freebsd-g++48
-+        type g++49 >/dev/null && PLATFORM=freebsd-g++49
           ;;
        OpenBSD:*)
           PLATFORM=openbsd-g++
-@@ -6359,7 +6368,7 @@ case "$XPLATFORM" in
+@@ -6358,7 +6367,7 @@ case "$XPLATFORM" in
         ;;
       *-g++*)
         # Check gcc's version


-- 
Sphinx of black quartz judge my vow.


More information about the freebsd-ports mailing list