Opened 7 years ago
Closed 6 years ago
#56269 closed defect (fixed)
py36-matplotlib @2.2.2 +latex +qt4: The following required packages can not be built: qt4agg
Reported by: | emstro | Owned by: | seanfarley (Sean Farley) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.4.2 |
Keywords: | highsierra | Cc: | astrofitz (Michael Fitzgerald) |
Port: | py-matplotlib |
Description
This problem occurs when building on macOS High Sierra with Xcode version 9.3. An output snippet follows:
:info:build ============================================================================ :info:build * The following required packages can not be built: :info:build * qt4agg :info:build Command failed:
Note that the same problem occurs when building py35-matplotlib. However, py27-matplotlib builds okay.
Attachments (3)
Change History (8)
Changed 7 years ago by emstro
Attachment: | main+output_files.zip added |
---|
comment:1 Changed 7 years ago by astrofitz (Michael Fitzgerald)
Cc: | astrofitz added |
---|
comment:2 Changed 6 years ago by reneeotten (Renee Otten)
is this still a problem after the recent update to matplotlib 3.0? The Qt4Agg backend shouldn't require extension code to be compiled anymore. Just having the Qt4 toolkit installed, using the +qt4 variant should be sufficient since Agg is enabled by default. That should result in a working backend when you select it.
comment:3 Changed 6 years ago by mf2k (Frank Schima)
Cc: | sean@… removed |
---|---|
Owner: | set to seanfarley |
Port: | py-matplotlib added; py36-matplotlib py35-matplotlib removed |
Status: | new → assigned |
comment:5 Changed 6 years ago by kencu (Ken)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The attached archive contains the main.log and output files.