Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#55329 closed defect (fixed)

py35-pyqt4 build failure

Reported by: dyne2meter Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.4.2
Keywords: Cc: ccorn
Port: py-pyqt4

Description

Mavericks, 10.9.5. Log attached.

Attachments (1)

pyqt.log.gz (12.5 KB) - added by dyne2meter 6 years ago.
build log

Download all attachments as: .zip

Change History (8)

Changed 6 years ago by dyne2meter

Attachment: pyqt.log.gz added

build log

comment:1 Changed 6 years ago by mf2k (Frank Schima)

Owner: set to michaelld
Port: py-pyqt4 added; py35-pyqt4 4.12.1_1 removed
Status: newassigned

In the future, please Cc the port maintainers (port info --maintainers py35-pyqt4), if any.

comment:2 Changed 6 years ago by michaelld (Michael Dickens)

Is the py35 version required, or can you move to py36? Does the py36 version also not build for you?

comment:3 Changed 6 years ago by michaelld (Michael Dickens)

Looks like this is the same basic issue as #55250, just for py35 instead of py27. I saw a fix somewhere. Will try to track it down.

Last edited 6 years ago by michaelld (Michael Dickens) (previous) (diff)

comment:4 Changed 6 years ago by ccorn

Cc: ccorn added

comment:5 Changed 6 years ago by ccorn

This seems to have been due to SIP (commit dd017d3e1454). Upgrading port py-sip to 4.19.6 has fixed this issue for me.

--- a/python/py-sip/Portfile
+++ b/python/py-sip/Portfile
@@ -20,7 +20,7 @@ long_description \
 
 homepage            http://www.riverbankcomputing.co.uk/software/sip/intro
 
-version             4.19.5
+version             4.19.6
 
 # from siplib/sip.h.in:
 #
@@ -59,8 +59,8 @@ if {${name} ne ${subport}} {
         distname        sip-${version}
     }
 
-    checksums           rmd160 d7b2b3bfd8f350c6be1d6bfe9d3761ad1cb73320 \
-                        sha256 391b7bf08f1cd12d8a25ed5608ca36ee9b759eee1690d8156e35d92f9a74b456
+    checksums           rmd160 8cff31053f90efb30633e78e6beadb6dd351300a \
+                        sha256 9dda27ae181bea782ebc8768d29f22f85ab6e5128ee3ab21f491febad707925a
 
     patchfiles          patch-siputils.py.diff \
                         patch-specs_macx-g++.diff \
Version 0, edited 6 years ago by ccorn (next)

comment:6 Changed 6 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: assignedclosed

OK; well great I'll go ahead and close as fixed, even if indirectly.

comment:7 Changed 6 years ago by dyne2meter

Sounds good to me. Whatever was done has eliminated the issue for me, too.

Last edited 6 years ago by dyne2meter (previous) (diff)
Note: See TracTickets for help on using tickets.