Re: Qt 5.14.2 coming to rawhide

2020-04-14 Thread Sandro Mani

Is this related to the update?


https://koschei.fedoraproject.org/package/recoll

confgui/confgui.h:71:10: fatal error: QString: No such file or directory
   71 | #include 

(I don't maintain recoll, but this started to show up in our Python 
3.9 Copr.)

Likely https://bugzilla.redhat.com/show_bug.cgi?id=1823118
___
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: Qt 5.14.2 coming to rawhide

2020-04-14 Thread Miro Hrončok

On 07. 04. 20 6:07, Rex Dieter wrote:

Rex Dieter wrote:


FYI, Started work on importing Qt 5.14.2 into rawhide today, with work-in-
progress being done in side tag f33-build-side-21031

I figure it'll take at least a few days to get the core bits and all
dependencies rebuilt.  Will provide status updates as warranted.

Fist batch of builds completed, bodhi update:
https://bodhi.fedoraproject.org/updates/FEDORA-2020-641e69f08c

Hope I did that right, with:
bodhi updates new --from-tag ...
according tohttps://docs.fedoraproject.org/en-US/rawhide-gating/multi-builds/

There were a handful of failures...

Is this related to the update?

https://koschei.fedoraproject.org/package/recoll

confgui/confgui.h:71:10: fatal error: QString: No such file or directory
   71 | #include 

(I don't maintain recoll, but this started to show up in our Python 3.9 Copr.)

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
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: Qt 5.14.2 coming to rawhide

2020-04-08 Thread Robin Lee
On Wed, Apr 8, 2020 at 12:24 PM Kevin Fenzi  wrote:
>
> On Wed, Apr 08, 2020 at 10:45:40AM +0800, Robin Lee wrote:
> > On Sun, Apr 5, 2020 at 6:58 AM Rex Dieter  wrote:
> > >
> > > FYI, Started work on importing Qt 5.14.2 into rawhide today, with work-in-
> > > progress being done in side tag f33-build-side-21031
> > >
> > > I figure it'll take at least a few days to get the core bits and all
> > > dependencies rebuilt.  Will provide status updates as warranted.
> > >
> > > -- Rex
> > I built deepin-qt5integration-5.0.0-5.fc33 in the side tag.
> > But when I build deepin-file-manager, the new build of deepin-qt5integration
> > is not found.
> > What should I do to fix this?
>
> It doesn't look to me like thats the cause of the failed build?
>
> https://koji.fedoraproject.org/koji/taskinfo?taskID=43111751
>
> ...
> ./shutil/dsqlitehandle.h:29:8: error: redefinition of 'struct 
> std::hash'
>29 | struct hash
>   |^
> In file included from /usr/include/qt5/QtCore/qlist.h:47,
>  from /usr/include/qt5/QtCore/qurl.h:47,
>  from /usr/include/qt5/QtCore/QUrl:1,
>  from ./interfaces/durl.h:28,
>  from tag/tagmanager.h:15,
>  from tag/tagmanager.cpp:7:
> /usr/include/qt5/QtCore/qhashfunctions.h:180:16: note: previous definition of 
> 'struct std::hash'
>   180 | struct hash< QT_PREPEND_NAMESPACE(Class) > {\
>   |^~~
> /usr/include/qt5/QtCore/qhashfunctions.h:200:5: note: in expansion of macro 
> 'QT_SPECIALIZE_STD_HASH_TO_CALL_QHASH'
>   200 | QT_SPECIALIZE_STD_HASH_TO_CALL_QHASH(Class, const argument_type &)
>   | ^~~~
> /usr/include/qt5/QtCore/qhashfunctions.h:204:1: note: in expansion of macro 
> 'QT_SPECIALIZE_STD_HASH_TO_CALL_QHASH_BY_CREF'
>   204 | QT_SPECIALIZE_STD_HASH_TO_CALL_QHASH_BY_CREF(QString)
>   | ^~~~
> make[1]: *** [Makefile:3680: tagmanager.o] Error 1
> ...
>
> kevin
Sorry! I checked a wrong task for log.
Now deepin-file-manager is also fixed. New build is
deepin-file-manager-5.0.0-7.fc33

> ___
> 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: Qt 5.14.2 coming to rawhide

2020-04-07 Thread Kevin Fenzi
On Wed, Apr 08, 2020 at 10:45:40AM +0800, Robin Lee wrote:
> On Sun, Apr 5, 2020 at 6:58 AM Rex Dieter  wrote:
> >
> > FYI, Started work on importing Qt 5.14.2 into rawhide today, with work-in-
> > progress being done in side tag f33-build-side-21031
> >
> > I figure it'll take at least a few days to get the core bits and all
> > dependencies rebuilt.  Will provide status updates as warranted.
> >
> > -- Rex
> I built deepin-qt5integration-5.0.0-5.fc33 in the side tag.
> But when I build deepin-file-manager, the new build of deepin-qt5integration
> is not found.
> What should I do to fix this?

It doesn't look to me like thats the cause of the failed build?

https://koji.fedoraproject.org/koji/taskinfo?taskID=43111751

...
./shutil/dsqlitehandle.h:29:8: error: redefinition of 'struct 
std::hash'
   29 | struct hash
  |^
In file included from /usr/include/qt5/QtCore/qlist.h:47,
 from /usr/include/qt5/QtCore/qurl.h:47,
 from /usr/include/qt5/QtCore/QUrl:1,
 from ./interfaces/durl.h:28,
 from tag/tagmanager.h:15,
 from tag/tagmanager.cpp:7:
/usr/include/qt5/QtCore/qhashfunctions.h:180:16: note: previous definition of 
'struct std::hash'
  180 | struct hash< QT_PREPEND_NAMESPACE(Class) > {\
  |^~~
/usr/include/qt5/QtCore/qhashfunctions.h:200:5: note: in expansion of macro 
'QT_SPECIALIZE_STD_HASH_TO_CALL_QHASH'
  200 | QT_SPECIALIZE_STD_HASH_TO_CALL_QHASH(Class, const argument_type &)
  | ^~~~
/usr/include/qt5/QtCore/qhashfunctions.h:204:1: note: in expansion of macro 
'QT_SPECIALIZE_STD_HASH_TO_CALL_QHASH_BY_CREF'
  204 | QT_SPECIALIZE_STD_HASH_TO_CALL_QHASH_BY_CREF(QString)
  | ^~~~
make[1]: *** [Makefile:3680: tagmanager.o] Error 1
...

kevin


signature.asc
Description: PGP 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


Re: Qt 5.14.2 coming to rawhide

2020-04-07 Thread Robin Lee
On Sun, Apr 5, 2020 at 6:58 AM Rex Dieter  wrote:
>
> FYI, Started work on importing Qt 5.14.2 into rawhide today, with work-in-
> progress being done in side tag f33-build-side-21031
>
> I figure it'll take at least a few days to get the core bits and all
> dependencies rebuilt.  Will provide status updates as warranted.
>
> -- Rex
I built deepin-qt5integration-5.0.0-5.fc33 in the side tag.
But when I build deepin-file-manager, the new build of deepin-qt5integration
is not found.
What should I do to fix this?

-robin
> ___
> 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: Qt 5.14.2 coming to rawhide

2020-04-07 Thread Rex Dieter
Richard Shaw wrote:

> On Mon, Apr 6, 2020 at 11:13 PM Rex Dieter  wrote:
> 
>> Rex Dieter wrote:
>>
>> > FYI, Started work on importing Qt 5.14.2 into rawhide today, with
>> work-in-
>> > progress being done in side tag f33-build-side-21031
>> >
>> > I figure it'll take at least a few days to get the core bits and all
>> > dependencies rebuilt.  Will provide status updates as warranted.
>>
>> Fist batch of builds completed, bodhi update:
>> https://bodhi.fedoraproject.org/updates/FEDORA-2020-641e69f08c
> 
> 
> Ahh, wish I had known, I would have built python-PySide2 into the side
> tag. I suppose I still can but it wouldn't be in the update.

You still can, the side tag still exists... or just wait until it gets 
pushed.

If python-PySide2 uses Qt private api's so that it requires rebuilding for 
every Qt5 point release, make sure that it includes:
BuildRequires: qt5-qtbase-private-devel
that's the set of packages I always include in these sort of Qt mass 
updates.

-- Rex
___
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: Qt 5.14.2 coming to rawhide

2020-04-07 Thread Richard Shaw
On Mon, Apr 6, 2020 at 11:13 PM Rex Dieter  wrote:

> Rex Dieter wrote:
>
> > FYI, Started work on importing Qt 5.14.2 into rawhide today, with
> work-in-
> > progress being done in side tag f33-build-side-21031
> >
> > I figure it'll take at least a few days to get the core bits and all
> > dependencies rebuilt.  Will provide status updates as warranted.
>
> Fist batch of builds completed, bodhi update:
> https://bodhi.fedoraproject.org/updates/FEDORA-2020-641e69f08c


Ahh, wish I had known, I would have built python-PySide2 into the side tag.
I suppose I still can but it wouldn't be in the update.

Thanks,
Richard
___
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: Qt 5.14.2 coming to rawhide

2020-04-06 Thread Rex Dieter
Rex Dieter wrote:

> FYI, Started work on importing Qt 5.14.2 into rawhide today, with work-in-
> progress being done in side tag f33-build-side-21031
> 
> I figure it'll take at least a few days to get the core bits and all
> dependencies rebuilt.  Will provide status updates as warranted.

Fist batch of builds completed, bodhi update:
https://bodhi.fedoraproject.org/updates/FEDORA-2020-641e69f08c

Hope I did that right, with:
bodhi updates new --from-tag ...
according to https://docs.fedoraproject.org/en-US/rawhide-gating/multi-builds/

There were a handful of failures, largely in 2 classes:
* FTBFS for reasons other than Qt itself
* a couple due to what I think are Qt 5.14.2 configuration issues (e.g. 
mscore), there's some issue with either translations or datadir in general 
where some full paths that should be /usr/share/... end up referenced as 
what appears to be a broken partial relative path looking like /../share/...

I'll be digging into both more in depth starting tomorrow.

-- Rex
___
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: Qt 5.14.2 coming to rawhide

2020-04-04 Thread Rex Dieter
Richard Shaw wrote:

> On Sat, Apr 4, 2020 at 6:50 PM Rex Dieter  wrote:
> 
>> Richard Shaw wrote:
>>
>> > On Sat, Apr 4, 2020 at 5:58 PM Rex Dieter  wrote:
>> >
>> >> FYI, Started work on importing Qt 5.14.2 into rawhide today, with
>> >> work-in- progress being done in side tag f33-build-side-21031
>> >>
>> >> I figure it'll take at least a few days to get the core bits and all
>> >> dependencies rebuilt.  Will provide status updates as warranted.
>>
>> > Looking at the changelog, do I need to drop python-pyside2's BR
>> > on qt5-qtwebkit-devel?
>>
>> I don't know much about pyside, sorry.  I don't know.
>>
> 
> Sorry, I should have been more specific, I was referring to this:
> 
> * Sat Apr 04 2020 Rex Dieter  - 5.14.2-1 -
> 5.14.2
> - drop qt5-qtwebkit from metapackage (hasn't been a core qt5 pkg for
> awhile)

That only affects the 'qt5' and 'qt5-devel' metapackages, which no real 
package in fedora should be using anyway.  Not relevant to anything else 
(including pyside).

-- Rex

___
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: Qt 5.14.2 coming to rawhide

2020-04-04 Thread Richard Shaw
On Sat, Apr 4, 2020 at 6:50 PM Rex Dieter  wrote:

> Richard Shaw wrote:
>
> > On Sat, Apr 4, 2020 at 5:58 PM Rex Dieter  wrote:
> >
> >> FYI, Started work on importing Qt 5.14.2 into rawhide today, with
> >> work-in- progress being done in side tag f33-build-side-21031
> >>
> >> I figure it'll take at least a few days to get the core bits and all
> >> dependencies rebuilt.  Will provide status updates as warranted.
>
> > Looking at the changelog, do I need to drop python-pyside2's BR
> > on qt5-qtwebkit-devel?
>
> I don't know much about pyside, sorry.  I don't know.
>

Sorry, I should have been more specific, I was referring to this:

* Sat Apr 04 2020 Rex Dieter  - 5.14.2-1 -
5.14.2
- drop qt5-qtwebkit from metapackage (hasn't been a core qt5 pkg for awhile)

Thanks,
Richard
___
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: Qt 5.14.2 coming to rawhide

2020-04-04 Thread Rex Dieter
Richard Shaw wrote:

> On Sat, Apr 4, 2020 at 5:58 PM Rex Dieter  wrote:
> 
>> FYI, Started work on importing Qt 5.14.2 into rawhide today, with
>> work-in- progress being done in side tag f33-build-side-21031
>>
>> I figure it'll take at least a few days to get the core bits and all
>> dependencies rebuilt.  Will provide status updates as warranted.

> Looking at the changelog, do I need to drop python-pyside2's BR
> on qt5-qtwebkit-devel?

I don't know much about pyside, sorry.  I don't know.

-- Rex
___
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: Qt 5.14.2 coming to rawhide

2020-04-04 Thread Richard Shaw
On Sat, Apr 4, 2020 at 5:58 PM Rex Dieter  wrote:

> FYI, Started work on importing Qt 5.14.2 into rawhide today, with work-in-
> progress being done in side tag f33-build-side-21031
>
> I figure it'll take at least a few days to get the core bits and all
> dependencies rebuilt.  Will provide status updates as warranted.
>

Looking at the changelog, do I need to drop python-pyside2's BR
on qt5-qtwebkit-devel?

Thanks,
Richard
___
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


Qt 5.14.2 coming to rawhide

2020-04-04 Thread Rex Dieter
FYI, Started work on importing Qt 5.14.2 into rawhide today, with work-in-
progress being done in side tag f33-build-side-21031

I figure it'll take at least a few days to get the core bits and all 
dependencies rebuilt.  Will provide status updates as warranted.

-- Rex
___
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