On Tue, Aug 6, 2019 at 12:29 PM Kevin Kofler <kevin.kofler@xxxxxxxxx> wrote: > > Troy Dawson wrote: > > BUILDSTDERR: Can't open perl script > > "/builddir/build/BUILD/qtwebengine-everywhere-src-5.12.4/patched-mkspecs- > features/data/unix/findclasslist.pl": > > No such file or directory ... > > Looks like you also need to copy or symlink that script from > /usr/lib64/qt5/mkspecs to patched-mkspecs-features. > I guess that's one way to do it. Looking at things, in /usr/lib64/qt5/mkspecs/features/qt_module.prf (which we copy to patched-mkspecs-features) it has verscriptprocess.commands = perl $${PWD}/data/unix/findclasslist.pl < ${QMAKE_FILE_IN} > $@ The ${PWD} get's expanded to /builddir/build/BUILD/qtwebengine-everywhere-src-5.12.4/patched-mkspecs-features Since we are already messing with that file, I changed $${PWD} to /usr/lib64/qt5/mkspecs/features My build is still building where I did that, so I can't say for sure whether that is correct or not. Troy _______________________________________________ kde mailing list -- kde@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kde-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kde@xxxxxxxxxxxxxxxxxxxxxxx