[Development] Qtsystems throwing build error - Need to discuss the workaround

2021-09-22 Thread Rasool, Ansar
Hi,

I am trying to build qtsystems 5.15.1 on my Ubuntu 18.04 host but it throws 
build error for first time. Error is given below:


Error copying 
/data/ansar/fir_async1/build_8mp_qtIssue/tmp/work/aarch64-mel-linux/qtsystems/5.15.1+gitAUTOINC+e3332ee38d-r0/git/examples/systeminfo/qml-inputinfo/qml-inputinfo.qml
 to 
/data/ansar/fir_async1/build_8mp_qtIssue/tmp/work/aarch64-mel-linux/qtsystems/5.15.1+gitAUTOINC+e3332ee38d-r0/image/usr/share/qt5/examples/systeminfo/qml-inputinfo/qml-inputinfo.qml:
 Destination file exists

from the build logs, it seems that the qml-inputinfo.pro file tries to installs 
the qml-inputinfo.qml app multiple times during single build. For first time, 
it succeeds however for second time it throws the error of Destination file 
exists because it had already copied it previously.
Any help in this regard would be highly appreciable.


Regards,
Ansar Rasool
___
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


Re: [Development] Qtsystems throwing build error - Need to discuss the workaround

2021-09-22 Thread Joerg Bornemann

On 9/22/21 11:30 AM, Rasool, Ansar wrote:

I am trying to build qtsystems 5.15.1 on my Ubuntu 18.04 host but it 
throws build error for first time. Error is given below:

...
from the build logs, it seems that the qml-inputinfo.pro file tries to 
installs the qml-inputinfo.qml app multiple times during single build. 
For first time, it succeeds however for second time it throws the error 
of Destination file exists because it had already copied it previously.

Any help in this regard would be highly appreciable.


The mentioned .pro file looks correct.

Not exactly sure what's happening there. You could try to turn off 
building examples by passing QT_BUILD_PARTS-=examples to your qmake call.



Cheers,

Joerg
___
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development