Re: koji build of libqxt-qt5 fails on rawhide
Hi Sandro, I have not been able to solve the problem so far. The file QxtDesignerPlugins-qt5.pc is simply not created and I don't know how to change it to libqxt-libqxt-eaf6872f6ad4/qt5/src/designer/Makefile, if that's the right place. Regards Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org 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/devel@lists.fedoraproject.org
Re: koji build of libqxt-qt5 fails on rawhide
On 15.05.20 13:50, Martin Gansser wrote: what should I do there, any proposal ? You'll need to unretire and probably fix libqxt, as it installed the pc file in %{_libdir}/qt5/plugins/designer/pkgconfig/QxtDesignerPlugins-qt5.pc which should probably be %{_libdir}/pkgconfig/QxtDesignerPlugins-qt5.pc Regards Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org 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/devel@lists.fedoraproject.org ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org 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/devel@lists.fedoraproject.org
Re: koji build of libqxt-qt5 fails on rawhide
what should I do there, any proposal ? Regards Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org 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/devel@lists.fedoraproject.org
Re: koji build of libqxt-qt5 fails on rawhide
Looks clear: sed: can't read ../../lib/pkgconfig/QxtDesignerPlugins-qt5.pc: No such file or directory even if on F32 this error is ignored. On 15/05/20 08:14, Martin Gansser wrote: > Hi, > > I' am trying to compile libqxt-qt5 on rawhide [1], but this fails with the > following error message: > Fedora 32 [2] build fine. > > make[1]: Entering directory > '/builddir/build/BUILD/libqxt-libqxt-eaf6872f6ad4/qt5/src/designer' > /usr/lib64/qt5/bin/qmake -install qinstall -exe > ../../lib/libQxtDesignerPlugins-qt5.so > /builddir/build/BUILDROOT/libqxt-qt5-0.7.0-0.22.20130718giteaf6872f6ad4.fc33.x86_64/usr/lib64/qt5/plugins/designer/libQxtDesignerPlugins-qt5.so > sed -e s,/builddir/build/BUILD/libqxt-libqxt-eaf6872f6ad4/qt5,/usr,g > ../../lib/pkgconfig/QxtDesignerPlugins-qt5.pc > > /builddir/build/BUILDROOT/libqxt-qt5-0.7.0-0.22.20130718giteaf6872f6ad4.fc33.x86_64/usr/lib64/qt5/plugins/designer/pkgconfig/QxtDesignerPlugins-qt5.pc > sed: can't read ../../lib/pkgconfig/QxtDesignerPlugins-qt5.pc: No such file > or directory > make[1]: *** [Makefile:760: install_target] Error 2 > make[1]: Leaving directory > '/builddir/build/BUILD/libqxt-libqxt-eaf6872f6ad4/qt5/src/designer' > make: *** [Makefile:117: sub-src-designer-install_subtargets] Error 2 > error: Bad exit status from /var/tmp/rpm-tmp.2ZEK8P (%install) > Bad exit status from /var/tmp/rpm-tmp.2ZEK8P (%install) > RPM build errors: > Child return code was: 1 > EXCEPTION: [Error()] > Traceback (most recent call last): > File "/usr/lib/python3.7/site-packages/mockbuild/trace_decorator.py", line > 93, in trace > result = func(*args, **kw) > File "/usr/lib/python3.7/site-packages/mockbuild/util.py", line 755, in > do_with_status > raise exception.Error("Command failed: \n # %s\n%s" % (command, output), > child.returncode) > mockbuild.exception.Error: Command failed: > # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps > /builddir/build/SPECS/libqxt-qt5.spec > > [1] https://kojipkgs.fedoraproject.org//work/tasks/4180/44514180/build.log > [2] https://kojipkgs.fedoraproject.org//work/tasks/9961/44479961/build.log > > Have anybody a idea ? > Regards > Martin > ___ > devel mailing list -- devel@lists.fedoraproject.org > To unsubscribe send an email to devel-le...@lists.fedoraproject.org > 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/devel@lists.fedoraproject.org > -- --- Antonio Trande Fedora Project mailto 'sagitter at fedoraproject dot org' GPG key: 0x7B30EE04E576AA84 GPG key server: https://keys.openpgp.org/ signature.asc Description: OpenPGP digital signature ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org 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/devel@lists.fedoraproject.org
koji build of libqxt-qt5 fails on rawhide
Hi, I' am trying to compile libqxt-qt5 on rawhide [1], but this fails with the following error message: Fedora 32 [2] build fine. make[1]: Entering directory '/builddir/build/BUILD/libqxt-libqxt-eaf6872f6ad4/qt5/src/designer' /usr/lib64/qt5/bin/qmake -install qinstall -exe ../../lib/libQxtDesignerPlugins-qt5.so /builddir/build/BUILDROOT/libqxt-qt5-0.7.0-0.22.20130718giteaf6872f6ad4.fc33.x86_64/usr/lib64/qt5/plugins/designer/libQxtDesignerPlugins-qt5.so sed -e s,/builddir/build/BUILD/libqxt-libqxt-eaf6872f6ad4/qt5,/usr,g ../../lib/pkgconfig/QxtDesignerPlugins-qt5.pc > /builddir/build/BUILDROOT/libqxt-qt5-0.7.0-0.22.20130718giteaf6872f6ad4.fc33.x86_64/usr/lib64/qt5/plugins/designer/pkgconfig/QxtDesignerPlugins-qt5.pc sed: can't read ../../lib/pkgconfig/QxtDesignerPlugins-qt5.pc: No such file or directory make[1]: *** [Makefile:760: install_target] Error 2 make[1]: Leaving directory '/builddir/build/BUILD/libqxt-libqxt-eaf6872f6ad4/qt5/src/designer' make: *** [Makefile:117: sub-src-designer-install_subtargets] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.2ZEK8P (%install) Bad exit status from /var/tmp/rpm-tmp.2ZEK8P (%install) RPM build errors: Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.7/site-packages/mockbuild/util.py", line 755, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/libqxt-qt5.spec [1] https://kojipkgs.fedoraproject.org//work/tasks/4180/44514180/build.log [2] https://kojipkgs.fedoraproject.org//work/tasks/9961/44479961/build.log Have anybody a idea ? Regards Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org 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/devel@lists.fedoraproject.org