linux-on-ibm-z / docs

A collection of instructions and tutorials to help you get your favorite software up and running on Linux on z
147 stars 57 forks source link

PhamtomJS build failed - The ICU library support cannot be enabled. #11

Closed djc2k closed 6 years ago

djc2k commented 6 years ago

linux1@sles12-sp2:/data/phantomjs> uname -r 4.4.59-92.17-default linux1@sles12-sp2:/data/phantomjs> uname -a Linux sles12-sp2 4.4.59-92.17-default #1 SMP Thu Apr 6 14:16:09 UTC 2017 (7bc489d) s390x s390x s390x GNU/Linux linux1@sles12-sp2:/data/phantomjs> lsb_release -a LSB Version: n/a Distributor ID: SUSE Description: SUSE Linux Enterprise Server 12 SP2 Release: 12.2 Codename: n/a linux1@sles12-sp2:/data/phantomjs> python build.py

           WARNING

Building PhantomJS from source takes a very long time, anywhere from 30 minutes to several hours (depending on the machine configuration). It is recommended to use the premade binary packages on supported operating systems.

For details, please go the the web site: http://phantomjs.org/download.html.

Do you want to continue (Y/n)? y Executing in /data/phantomjs: git submodule init Executing in /data/phantomjs: git submodule update --init configuring Qt Base, please wait... Executing in /data/phantomjs/src/qt/qtbase: /data/phantomjs/src/qt/qtbase/configure -static -opensource -confirm-license -prefix /data/phantomjs/src/qt/qtbase -qt-zlib -qt-libpng -qt-libjpeg -qt-pcre -nomake examples -nomake tools -nomake tests -no-qml-debug -no-dbus -no-opengl -no-audio-backend -D QT_NO_GRAPHICSVIEW -D QT_NO_GRAPHICSEFFECT -D QT_NO_STYLESHEET -D QT_NO_STYLE_CDE -D QT_NO_STYLE_CLEANLOOKS -D QT_NO_STYLE_MOTIF -D QT_NO_STYLE_PLASTIQUE -D QT_NO_PRINTPREVIEWDIALOG -qpa phantom -openssl -openssl-linked -no-openvg -no-eglfs -no-egl -no-glib -no-gtkstyle -no-cups -no-sm -no-xinerama -no-xkb -no-xcb -no-kms -no-linuxfb -no-directfb -no-mtdev -no-libudev -no-evdev -no-pulseaudio -no-alsa -no-feature-PRINTPREVIEWWIDGET -fontconfig -icu -release

This is the Qt Open Source Edition.

You are licensed to use this software under the terms of the Lesser GNU General Public License (LGPL) versions 2.1. You are also licensed to use this software under the terms of the GNU Lesser General Public License (LGPL) versions 3.

You have already accepted the terms of the Open Source license.

= /data/phantomjs/src/qt/qtbase = /data/phantomjs/src/qt/qtbase Creating qmake... .Done. Running configuration tests... The ICU library support cannot be enabled. Turn on verbose messaging (-v) to /data/phantomjs/src/qt/qtbase/configure to see the final report. If you believe this message is in error you may use the continue switch (-continue) to /data/phantomjs/src/qt/qtbase/configure to continue. ERROR: Failed to build PhantomJS! Configuration of Qt Base failed. linux1@sles12-sp2:/data/phantomjs>