Anyone having trouble with this www/webkit-qt5. I was doing an update and this one failed.
I tried a few things but end up in the same spot. This is the interesting thing: when I review /var/log/synth/www___webkit-qt5.log it looks like all the phases succeed (which is what I see in the ncurses display), but then fail on the package phase.
Edit: I see on the 19 Nov 2016 there was a revisision from 5.6.2 to 5.6.2_1. Could it be port maintainer forgot a couple bits n pieces since the log output refers to 5.6.2 and not 5.6.2_1 for at least some of the files?
I'm surprise to see that sort of exit. I would have figured if anything would go wrong it would be before the package phase.
I tried a few things but end up in the same spot. This is the interesting thing: when I review /var/log/synth/www___webkit-qt5.log it looks like all the phases succeed (which is what I see in the ncurses display), but then fail on the package phase.
Code:
--------------------------------------------------------------------------------
-- Phase: build
--------------------------------------------------------------------------------
===> Building for qt5-webkit-5.6.2_1
--------------------------------------------------------------------------------
-- Phase: run-depends
--------------------------------------------------------------------------------
===> qt5-webkit-5.6.2_1 depends on package: libGL>0 - found
===> qt5-webkit-5.6.2_1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===> qt5-webkit-5.6.2_1 depends on file: /usr/local/libdata/pkgconfig/xcomposite.pc - found
===> qt5-webkit-5.6.2_1 depends on file: /usr/local/libdata/pkgconfig/xrender.pc - found
===> qt5-webkit-5.6.2_1 depends on package: gstreamer1-plugins>=1.4.0 - found
--------------------------------------------------------------------------------
-- Phase: stage
--------------------------------------------------------------------------------
===> Staging for qt5-webkit-5.6.2_1
===> Generating temporary packing list
echo "# define QT_ACCESSIBILITY" >> /construction/xports/www/webkit-qt5/work/stage/usr/local/include/qt5/QtCore/modules/qconfig-webkit.h
echo "QT_CONFIG += accessibility accessibility-atspi-bridge" > /construction/xports/www/webkit-qt5/work/stage/usr/local/lib/qt5/mkspecs/modules/qt_config_webkit.pri
====> Compressing man pages (compress-man)
--------------------------------------------------------------------------------
-- Phase: package
--------------------------------------------------------------------------------
===> Building package for qt5-webkit-5.6.2_1
pkg-static: Unable to access file /construction/xports/www/webkit-qt5/work/stage/usr/local/include/qt5/QtWebKit/5.6.2/QtWebKit/private/bytearraytestdata.h: No such file or directory
pkg-static: Unable to access file /construction/xports/www/webkit-qt5/work/stage/usr/local/include/qt5/QtWebKit/5.6.2/QtWebKit/private/qhttpheader_p.h: No such file or directory
pkg-static: Unable to access file /construction/xports/www/webkit-qt5/work/stage/usr/local/include/qt5/QtWebKit/5.6.2/QtWebKit/private/qquicknetworkreply_p.h: No such file or directory
pkg-static: Unable to access file /construction/xports/www/webkit-qt5/work/stage/usr/local/include/qt5/QtWebKit/5.6.2/QtWebKit/private/qquicknetworkrequest_p.h: No such file or directory
pkg-static: Unable to access file /construction/xports/www/webkit-qt5/work/stage/usr/local/include/qt5/QtWebKit/5.6.2/QtWebKit/private/qquickurlschemedelegate_p.h: No such file or directory
pkg-static: Unable to access file /construction/xports/www/webkit-qt5/work/stage/usr/local/include/qt5/QtWebKit/5.6.2/QtWebKit/private/qquickwebpage_p.h: No such file or directory
.....
....
....
kg-static: Unable to access file /construction/xports/www/webkit-qt5/work/stage/usr/local/libexec/qt5/QtWebPluginProcess: No such file or directory
pkg-static: Unable to access file /construction/xports/www/webkit-qt5/work/stage/usr/local/libexec/qt5/QtWebProcess: No such file or directory
pkg-static: Warning: @exec is deprecated, please use @[pre|post][un]exec
*** Error code 1
Stop.
make: stopped in /xports/www/webkit-qt5
Edit: I see on the 19 Nov 2016 there was a revisision from 5.6.2 to 5.6.2_1. Could it be port maintainer forgot a couple bits n pieces since the log output refers to 5.6.2 and not 5.6.2_1 for at least some of the files?
I'm surprise to see that sort of exit. I would have figured if anything would go wrong it would be before the package phase.