docker-phantomjs-alpine
docker-phantomjs-alpine copied to clipboard
Update patchelf repo
patchelf was moved from testing to community: http://git.alpinelinux.org/cgit/aports/commit/?id=48763955e12d7099cf9e5c86e4b4fb74338c96d5
hi @minustime i've got a build error with your fork, does it still work for you ?
g++: internal compiler error: Segmentation fault (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [Makefile:9537: .obj/qabstractanimation.o] Error 4
make[2]: Leaving directory '/usr/src/phantomjs/src/qt/qtbase/src/corelib'
make[1]: *** [Makefile:164: sub-corelib-make_first] Error 2
make[1]: Leaving directory '/usr/src/phantomjs/src/qt/qtbase/src'
make: *** [Makefile:45: sub-src-make_first] Error 2
ERROR: Failed to build PhantomJS! Building Qt Base failed
Hey @vitoo I tried this today and failed with this error:
{standard input}: Assembler messages:
{standard input}:92155: Warning: end of file not at end of a line; newline inserted
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [Makefile.WebCore.Target:135995: .obj/inspector/InspectorAllInOne.o] Error 4
make[2]: *** Waiting for unfinished jobs....
In file included from html/HTMLElementsAllInOne.cpp:54:0:
html/HTMLElement.cpp: In member function 'void WebCore::HTMLElement::setOuterText(const WTF::String&, WebCore::ExceptionCode&)':
html/HTMLElement.cpp:509:15: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare]
if (!this || !parentNode())
~~~~~~^~~~~~~~~~~~~~~~
make[2]: Leaving directory '/usr/src/phantomjs/src/qt/qtwebkit/Source/WebCore'
make[1]: *** [Makefile.WebCore:68: sub-Target-pri-make_first-ordered] Error 2
make[1]: Leaving directory '/usr/src/phantomjs/src/qt/qtwebkit/Source/WebCore'
make: *** [Makefile:178: sub-Source-WebCore-WebCore-pro-make_first-ordered] Error 2
ERROR: Failed to build PhantomJS! Building Qt WebKit failed.
Yes, doesnt work if host machine or docker base is Alpine
I've used a debian vps to start phantomjs
We should notify Alpine forums about this, they may find the solution :)