sip-related build failures in rawhide

2018-07-15 Thread Alexander Ploumistos
Hello,

A few days ago scidavis builds started failing in rawhide. Someone
mentioned here that sip was to blame for a number of such failures and
according to koschei they started to happen after the update from
sip-4.19.9-0.2.dev1805261119.fc29 to sip-4.19.12-2.fc29.

According to the logs[0], sip can't find a file:
sip: Unable to find file "QtCore/QtCoremod.sip"

which results in a number of files not getting generated.

Is this a bug in sip, do I need to change something in my spec file,
or should I contact upstream?

Best regards,
Alex

0. https://koji.fedoraproject.org/koji/taskinfo?taskID=28233105
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/J3CMJYIHGR7G2ZQNWUMAPW4Q272VWCKW/


Re: sip-related build failures in rawhide

2018-07-15 Thread Rex Dieter
Alexander Ploumistos wrote:

> Hello,
> 
> A few days ago scidavis builds started failing in rawhide. Someone
> mentioned here that sip was to blame for a number of such failures and
> according to koschei they started to happen after the update from
> sip-4.19.9-0.2.dev1805261119.fc29 to sip-4.19.12-2.fc29.
> 
> According to the logs[0], sip can't find a file:
> sip: Unable to find file "QtCore/QtCoremod.sip"
> 
> which results in a number of files not getting generated.
> 
> Is this a bug in sip, do I need to change something in my spec file,
> or should I contact upstream?
> 

I'll take a look, most likely missing a BuildRequires somewhere

-- Rex
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/OGRZDPOANIMYJJZGQ23UVS6ZP2IK4WLS/


Re: sip-related build failures in rawhide

2018-07-15 Thread Scott Talbert

On Sun, 15 Jul 2018, Rex Dieter wrote:


Hello,

A few days ago scidavis builds started failing in rawhide. Someone
mentioned here that sip was to blame for a number of such failures and
according to koschei they started to happen after the update from
sip-4.19.9-0.2.dev1805261119.fc29 to sip-4.19.12-2.fc29.

According to the logs[0], sip can't find a file:
sip: Unable to find file "QtCore/QtCoremod.sip"

which results in a number of files not getting generated.

Is this a bug in sip, do I need to change something in my spec file,
or should I contact upstream?



I'll take a look, most likely missing a BuildRequires somewhere


BTW, the sip API version is also not correct, see my PR please.

Scott
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/SMTFK4IC5WY3PSZCNGAFPNJLJOSUJYIM/


Re: sip-related build failures in rawhide

2018-07-15 Thread Rex Dieter
Alexander Ploumistos wrote:

> Hello,
> 
> A few days ago scidavis builds started failing in rawhide. Someone
> mentioned here that sip was to blame for a number of such failures and
> according to koschei they started to happen after the update from
> sip-4.19.9-0.2.dev1805261119.fc29 to sip-4.19.12-2.fc29.
> 
> According to the logs[0], sip can't find a file:
> sip: Unable to find file "QtCore/QtCoremod.sip"
> 
> which results in a number of files not getting generated.
> 
> Is this a bug in sip, 

Strictly speaking, it was a bug in PyQt4, which should be fixed now.  Please 
try again. (scidavis scratch build succeeded just now for me)

-- Rex
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/NX43XOLDQ325QM3ZM34XE3XQKKJGNW3N/


Re: sip-related build failures in rawhide

2018-07-15 Thread Alexander Ploumistos
On Sun, Jul 15, 2018 at 6:34 PM Rex Dieter  wrote:
> Strictly speaking, it was a bug in PyQt4, which should be fixed now.  Please
> try again. (scidavis scratch build succeeded just now for me)

Thank you for taking care of this so quickly Rex.
Unfortunately, it seems that I will have to wait for the ppc64le and
s390x builds from the mass rebuild to fail, before I can resubmit it.
(Unless someone from releng wants to kill task 28233105)
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/H2M23R43ASZL4LD37WDSPP4PMQAAVOQS/


Re: sip-related build failures in rawhide

2018-07-15 Thread Rex Dieter
Alexander Ploumistos wrote:

> On Sun, Jul 15, 2018 at 6:34 PM Rex Dieter  wrote:
>> Strictly speaking, it was a bug in PyQt4, which should be fixed now. 
>> Please try again. (scidavis scratch build succeeded just now for me)
> 
> Thank you for taking care of this so quickly Rex.
> Unfortunately, it seems that I will have to wait for the ppc64le and
> s390x builds from the mass rebuild to fail, before I can resubmit it.
> (Unless someone from releng wants to kill task 28233105)

You can always bump release and submit a new(er) build

-- Rex
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/6F3QBGKZFQNUWFJIPC3W7L2TYQKF544M/


Re: sip-related build failures in rawhide

2018-07-15 Thread Alexander Ploumistos
On Mon, Jul 16, 2018 at 4:53 AM Rex Dieter  wrote:
> You can always bump release and submit a new(er) build

I thought of that, but Kevin Fenzi killed it a few minutes later and I
was able to resubmit it.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/HDH2BCGKMYNHGHQBHG2RB5KETUWB57FS/


Re: sip-related build failures in rawhide

2018-07-16 Thread Miro Hrončok

On 15.7.2018 13:24, Alexander Ploumistos wrote:

Hello,

A few days ago scidavis builds started failing in rawhide. Someone
mentioned here that sip was to blame for a number of such failures and
according to koschei they started to happen after the update from
sip-4.19.9-0.2.dev1805261119.fc29 to sip-4.19.12-2.fc29.


Sorry for stealing the thread, but this might be related:

libarcus:   Could not find SIP
https://koji.fedoraproject.org/koji/taskinfo?taskID=28195162

libsavitar: Could not find SIP
https://koji.fedoraproject.org/koji/taskinfo?taskID=28197370

python-pyqtchart: '/usr/bin/python3-sip' is not an executable
https://koji.fedoraproject.org/koji/taskinfo?taskID=28223996


Also maybe more Qt related:

cura: ValueError: PyCapsule_GetPointer called with incorrect name
https://koji.fedoraproject.org/koji/taskinfo?taskID=28173387

python-uranium: PyCapsule_GetPointer called with incorrect name
https://koji.fedoraproject.org/koji/taskinfo?taskID=28225965

--
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/ELHAWLNCTYM2OJRHPVQAR7C4UAM6OVB2/


Re: sip-related build failures in rawhide

2018-07-16 Thread Antonio Trande
Hi all.

On 16/07/2018 10:04, Miro Hrončok wrote:
> On 15.7.2018 13:24, Alexander Ploumistos wrote:
>> Hello,
>>
>> A few days ago scidavis builds started failing in rawhide. Someone
>> mentioned here that sip was to blame for a number of such failures and
>> according to koschei they started to happen after the update from
>> sip-4.19.9-0.2.dev1805261119.fc29 to sip-4.19.12-2.fc29.
> 
> Sorry for stealing the thread, but this might be related:
> 
> libarcus:   Could not find SIP
> https://koji.fedoraproject.org/koji/taskinfo?taskID=28195162
> 
> libsavitar: Could not find SIP
> https://koji.fedoraproject.org/koji/taskinfo?taskID=28197370
> 
> python-pyqtchart: '/usr/bin/python3-sip' is not an executable
> https://koji.fedoraproject.org/koji/taskinfo?taskID=28223996
> 
> 

Also 'avogadro' looks that it's affected by this presumed bug:

https://kojipkgs.fedoraproject.org//work/tasks/2327/28332327/build.log

-- 
---
Antonio Trande
Fedora Project
mailto 'sagitter at fedoraproject dot org'
GPG key: 0x5E212EE1D35568BE
GPG key server: https://keys.fedoraproject.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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/NALWC3CUSRDP5YP4DKCLQUFVE5AKU25H/


Re: sip-related build failures in rawhide

2018-07-16 Thread Scott Talbert

On Mon, 16 Jul 2018, Miro Hrončok wrote:


A few days ago scidavis builds started failing in rawhide. Someone
mentioned here that sip was to blame for a number of such failures and
according to koschei they started to happen after the update from
sip-4.19.9-0.2.dev1805261119.fc29 to sip-4.19.12-2.fc29.


Sorry for stealing the thread, but this might be related:

libarcus:   Could not find SIP
https://koji.fedoraproject.org/koji/taskinfo?taskID=28195162

libsavitar: Could not find SIP
https://koji.fedoraproject.org/koji/taskinfo?taskID=28197370

python-pyqtchart: '/usr/bin/python3-sip' is not an executable
https://koji.fedoraproject.org/koji/taskinfo?taskID=28223996


On this last one at least - it appears that the python3-sip executable was 
removed in the packaging.  I've got a query into Rex about whether what 
was intentional or not.


Scott___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/3XSCEKTZQRBJTUPNIGZTFAXB4WB75W4Y/


Re: sip-related build failures in rawhide

2018-07-16 Thread Rex Dieter
Scott Talbert wrote:

> On Mon, 16 Jul 2018, Miro Hrončok wrote:
> 
>>> A few days ago scidavis builds started failing in rawhide. Someone
>>> mentioned here that sip was to blame for a number of such failures and
>>> according to koschei they started to happen after the update from
>>> sip-4.19.9-0.2.dev1805261119.fc29 to sip-4.19.12-2.fc29.
>>
>> Sorry for stealing the thread, but this might be related:
>>
>> libarcus:   Could not find SIP
>> https://koji.fedoraproject.org/koji/taskinfo?taskID=28195162
>>
>> libsavitar: Could not find SIP
>> https://koji.fedoraproject.org/koji/taskinfo?taskID=28197370

I'll investigate these.  Odd though 'sip' is present in the buildroot, 
CMake Error at cmake/FindSIP.cmake:64 (MESSAGE):
  Could not find SIP

could mean something else in this context.

>> python-pyqtchart: '/usr/bin/python3-sip' is not an executable
>> https://koji.fedoraproject.org/koji/taskinfo?taskID=28223996
> 
> On this last one at least - it appears that the python3-sip executable was
> removed in the packaging.  I've got a query into Rex about whether what
> was intentional or not.

The removal was intentional, but as I see it was used in more places, can 
put back a compat symlink to avoid breakage like that.

-- Rex
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/3LBMYH2Y3CG3OWMZ3CHJRGLVPNASQSJO/


Re: sip-related build failures in rawhide

2018-07-16 Thread Miro Hrončok

On 16.7.2018 16:30, Rex Dieter wrote:

On this last one at least - it appears that the python3-sip executable was
removed in the packaging.  I've got a query into Rex about whether what
was intentional or not.


The removal was intentional, but as I see it was used in more places, can
put back a compat symlink to avoid breakage like that.


What should we use instead?

--
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/QUE6H4DULPEA2CB6QBUQMILZ54E73F7A/


Re: sip-related build failures in rawhide

2018-07-16 Thread Rex Dieter
Miro Hrončok wrote:

> On 16.7.2018 16:30, Rex Dieter wrote:
>>> On this last one at least - it appears that the python3-sip executable
>>> was
>>> removed in the packaging.  I've got a query into Rex about whether what
>>> was intentional or not.
>> 
>> The removal was intentional, but as I see it was used in more places, can
>> put back a compat symlink to avoid breakage like that.
> 
> What should we use instead?

Just 'sip', aka /usr/bin/sip

-- Rex
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/X2Q2V56AOGW6JUIGW557YFYZWQHQVWWR/


Re: sip-related build failures in rawhide

2018-07-16 Thread Rex Dieter
Rex Dieter wrote:

> Scott Talbert wrote:
> 
>> On Mon, 16 Jul 2018, Miro Hrončok wrote:
>> 
 A few days ago scidavis builds started failing in rawhide. Someone
 mentioned here that sip was to blame for a number of such failures and
 according to koschei they started to happen after the update from
 sip-4.19.9-0.2.dev1805261119.fc29 to sip-4.19.12-2.fc29.
>>>
>>> Sorry for stealing the thread, but this might be related:
>>>
>>> libarcus:   Could not find SIP
>>> https://koji.fedoraproject.org/koji/taskinfo?taskID=28195162
>>>
>>> libsavitar: Could not find SIP
>>> https://koji.fedoraproject.org/koji/taskinfo?taskID=28197370
> 
> I'll investigate these.  Odd though 'sip' is present in the buildroot,
> CMake Error at cmake/FindSIP.cmake:64 (MESSAGE):
>   Could not find SIP
> 
> could mean something else in this context.

OK, context is that these are looking for the sip python module, which is no 
longer implicitly pulled in by current:
BuildRequires: python3-sip-devel

Seems a lot of software expects that, so I'll (re)add the dependency
Requires: python3-sip
to python3-sip-devel

-- Rex
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/USQNXZWW35LSVMAG4F7CULAOZILA7XVJ/


Re: sip-related build failures in rawhide

2018-07-16 Thread Rex Dieter
Rex Dieter wrote:

> Rex Dieter wrote:
> 
>> Scott Talbert wrote:
>> 
>>> On Mon, 16 Jul 2018, Miro Hrončok wrote:
>>> 
> A few days ago scidavis builds started failing in rawhide. Someone
> mentioned here that sip was to blame for a number of such failures and
> according to koschei they started to happen after the update from
> sip-4.19.9-0.2.dev1805261119.fc29 to sip-4.19.12-2.fc29.

 Sorry for stealing the thread, but this might be related:

 libarcus:   Could not find SIP
 https://koji.fedoraproject.org/koji/taskinfo?taskID=28195162

 libsavitar: Could not find SIP
 https://koji.fedoraproject.org/koji/taskinfo?taskID=28197370
>> 
>> I'll investigate these.  Odd though 'sip' is present in the buildroot,
>> CMake Error at cmake/FindSIP.cmake:64 (MESSAGE):
>>   Could not find SIP
>> 
>> could mean something else in this context.
> 
> OK, context is that these are looking for the sip python module, which is
> no longer implicitly pulled in by current:
> BuildRequires: python3-sip-devel
> 
> Seems a lot of software expects that, so I'll (re)add the dependency
> Requires: python3-sip
> to python3-sip-devel

Both of these should be addressed by sip-4.19.12-5 building now

-- Rex
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/EXLONWTU3AUI6DLGKAZBIJ3TTSLW5KTF/


Re: sip-related build failures in rawhide

2018-07-16 Thread Scott Talbert

On Mon, 16 Jul 2018, Rex Dieter wrote:


A few days ago scidavis builds started failing in rawhide. Someone
mentioned here that sip was to blame for a number of such failures and
according to koschei they started to happen after the update from
sip-4.19.9-0.2.dev1805261119.fc29 to sip-4.19.12-2.fc29.


Sorry for stealing the thread, but this might be related:

libarcus:   Could not find SIP
https://koji.fedoraproject.org/koji/taskinfo?taskID=28195162

libsavitar: Could not find SIP
https://koji.fedoraproject.org/koji/taskinfo?taskID=28197370


I'll investigate these.  Odd though 'sip' is present in the buildroot,
CMake Error at cmake/FindSIP.cmake:64 (MESSAGE):
  Could not find SIP

could mean something else in this context.


OK, context is that these are looking for the sip python module, which is no
longer implicitly pulled in by current:
BuildRequires: python3-sip-devel

Seems a lot of software expects that, so I'll (re)add the dependency
Requires: python3-sip
to python3-sip-devel


Also, since you're now only packaging the one 'sip' binary, does it make 
sense to move it out of the 'python2-sip-devel' package to a 
python-agnostic subpackage?  It seems a bit weird that a python 3 package 
that uses sip would have to BR python2-sip-devel to get the sip binary.


Scott
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/UWJQRBSWWUBXUBCHJQURJEZYCUHZGHMO/


Re: sip-related build failures in rawhide

2018-07-16 Thread Miro Hrončok

On 16.7.2018 16:49, Scott Talbert wrote:

On Mon, 16 Jul 2018, Rex Dieter wrote:


A few days ago scidavis builds started failing in rawhide. Someone
mentioned here that sip was to blame for a number of such failures 
and

according to koschei they started to happen after the update from
sip-4.19.9-0.2.dev1805261119.fc29 to sip-4.19.12-2.fc29.


Sorry for stealing the thread, but this might be related:

libarcus:   Could not find SIP
https://koji.fedoraproject.org/koji/taskinfo?taskID=28195162

libsavitar: Could not find SIP
https://koji.fedoraproject.org/koji/taskinfo?taskID=28197370


I'll investigate these.  Odd though 'sip' is present in the buildroot,
CMake Error at cmake/FindSIP.cmake:64 (MESSAGE):
  Could not find SIP

could mean something else in this context.


OK, context is that these are looking for the sip python module, which 
is no

longer implicitly pulled in by current:
BuildRequires: python3-sip-devel

Seems a lot of software expects that, so I'll (re)add the dependency
Requires: python3-sip
to python3-sip-devel


Also, since you're now only packaging the one 'sip' binary, does it make 
sense to move it out of the 'python2-sip-devel' package to a 
python-agnostic subpackage?  It seems a bit weird that a python 3 
package that uses sip would have to BR python2-sip-devel to get the sip 
binary.


It appears to be in the sip package that requires no python version.

--
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/HFIMNGF7WOWGLC4PT7CISFLDA2NNSXFH/


Re: sip-related build failures in rawhide

2018-07-16 Thread Scott Talbert

On Mon, 16 Jul 2018, Miro Hrončok wrote:


A few days ago scidavis builds started failing in rawhide. Someone
mentioned here that sip was to blame for a number of such failures and
according to koschei they started to happen after the update from
sip-4.19.9-0.2.dev1805261119.fc29 to sip-4.19.12-2.fc29.


Sorry for stealing the thread, but this might be related:

libarcus:   Could not find SIP
https://koji.fedoraproject.org/koji/taskinfo?taskID=28195162

libsavitar: Could not find SIP
https://koji.fedoraproject.org/koji/taskinfo?taskID=28197370


I'll investigate these.  Odd though 'sip' is present in the buildroot,
CMake Error at cmake/FindSIP.cmake:64 (MESSAGE):
  Could not find SIP

could mean something else in this context.


OK, context is that these are looking for the sip python module, which is 
no

longer implicitly pulled in by current:
BuildRequires: python3-sip-devel

Seems a lot of software expects that, so I'll (re)add the dependency
Requires: python3-sip
to python3-sip-devel


Also, since you're now only packaging the one 'sip' binary, does it make 
sense to move it out of the 'python2-sip-devel' package to a 
python-agnostic subpackage?  It seems a bit weird that a python 3 package 
that uses sip would have to BR python2-sip-devel to get the sip binary.


It appears to be in the sip package that requires no python version.


Good - yeah it looks like he moved it recently.  I was going off this, 
which is probably based off an older compose (or maybe there hasn't been 
a successful compose yet):


https://apps.fedoraproject.org/packages/python2-sip-devel/

Scott___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/TKMDMXMPSZNSOLOBWAXIODWXDDSYZLNF/


Re: sip-related build failures in rawhide

2018-07-16 Thread Rex Dieter
Scott Talbert wrote:

>> Seems a lot of software expects that, so I'll (re)add the dependency
>> Requires: python3-sip
>> to python3-sip-devel
> 
> Also, since you're now only packaging the one 'sip' binary, does it make
> sense to move it out of the 'python2-sip-devel' package to a
> python-agnostic subpackage?  

Excellent suggestion... 
That's precisely what was done and why we're having this conversation. :)

-- Rex
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/V3IGZRWLX55U4SL37WCV77WMROFMGQG5/


Re: sip-related build failures in rawhide

2018-07-16 Thread Miro Hrončok

On 16.7.2018 16:43, Rex Dieter wrote:

Rex Dieter wrote:


Rex Dieter wrote:


Scott Talbert wrote:


On Mon, 16 Jul 2018, Miro Hrončok wrote:


A few days ago scidavis builds started failing in rawhide. Someone
mentioned here that sip was to blame for a number of such failures and
according to koschei they started to happen after the update from
sip-4.19.9-0.2.dev1805261119.fc29 to sip-4.19.12-2.fc29.


Sorry for stealing the thread, but this might be related:

libarcus:   Could not find SIP
https://koji.fedoraproject.org/koji/taskinfo?taskID=28195162

libsavitar: Could not find SIP
https://koji.fedoraproject.org/koji/taskinfo?taskID=28197370


I'll investigate these.  Odd though 'sip' is present in the buildroot,
CMake Error at cmake/FindSIP.cmake:64 (MESSAGE):
   Could not find SIP

could mean something else in this context.


OK, context is that these are looking for the sip python module, which is
no longer implicitly pulled in by current:
BuildRequires: python3-sip-devel

Seems a lot of software expects that, so I'll (re)add the dependency
Requires: python3-sip
to python3-sip-devel


Both of these should be addressed by sip-4.19.12-5 building now



Thank you.

libarcus, libsavitar and python-pyqtchart all build now

python-pyqtchart: 
https://src.fedoraproject.org/rpms/python-pyqtchart/c/1d64fa2f2b90f38ff537a15c3370e3d5b3fba188



--
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/5PVIINAI6MEAIF35WH3QMFSGSRPYLPQI/