linuxdeploy-plugin-qt icon indicating copy to clipboard operation
linuxdeploy-plugin-qt copied to clipboard

[Error] boost::filesystem::directory_iterator::construct: No such file or directory

Open AlbrechtL opened this issue 1 year ago • 1 comments

On Ubuntu 22.04 linuxdeploy-plugin-qt is throwing the following error: [qt/stdout] Deploying file /home/travis/build/AlbrechtL/welle.io/6.2.4/gcc_64/qml/QtCharts/designer/images/percentbarserie[qt/stderr] what(): boost::filesystem::directory_iterator::construct: No such file or directory: "/home/travis/build/AlbrechtL/welle.io/6.2.4/gcc_64/plugins/mediaservice"

This happens with the Qt6 libs inside the repository as well as the official Qt6 libs from qt.io. I was able to workaround that with manually creating the two following directories

mkdir /home/travis/build/AlbrechtL/welle.io/6.2.4/gcc_64/plugins/mediaservice
mkdir /home/travis/build/AlbrechtL/welle.io/6.2.4/gcc_64/plugins/audio

AlbrechtL avatar Aug 24 '22 19:08 AlbrechtL

This was already fixed by #115, but it still needs to be merged.

bjorn avatar Aug 25 '22 07:08 bjorn