Opened 8 years ago
Closed 6 years ago
#53088 closed defect (fixed)
py-pyqt5 @5.6_3+webengine does not build
Reported by: | josephsacco | Owned by: | rjvb |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.5 |
Keywords: | Cc: | mkae (Marko Käning), MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | |
Port: | py-pyqt5 |
Description
There is a problem with the Portfile. See below.
-Joseph
DEBUG: Executing variant webkit provides webkit DEBUG: wrong # args: extra words after "else" clause in "if" command while executing "if {[info exists qt5.using_kde] && ${qt5.using_kde}} { set qt5main "qt5-kde" } if {${os.major} == 11} { set qt5main "q..." (procedure "qt5.depends_component" line 5) invoked from within "qt5.depends_component qtwebkit" (procedure "variant-webkit" line 6) invoked from within "variant-webkit" invoked from within "catch "variant-${name}" result" Error: py-pyqt5: Error executing webkit: wrong # args: extra words after "else" clause in "if" command DEBUG: Error evaluating variants while executing "error "Error evaluating variants"" (procedure "mportopen" line 50) invoked from within "mportopen $porturl [array get options] [array get requested_variations]" Error: Unable to open port: Error evaluating variants}}}
Change History (4)
comment:1 Changed 8 years ago by josephsacco
comment:2 Changed 8 years ago by mkae (Marko Käning)
Cc: | mkae added |
---|---|
Owner: | set to rjvb |
Status: | new → assigned |
René, you - like me - didn't run into this, right!?
comment:3 Changed 6 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | MarcusCalhoun-Lopez added |
---|
comment:4 Changed 6 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This problematic code was removed in a previous commit.
Most likely, this fixed the problem.
Note: See
TracTickets for help on using
tickets.
Something new has appeared. The build process now fails during the configure stage for both py27 and py35. [See below]
-Joseph