Opened 12 years ago
Closed 12 years ago
#37992 closed defect (fixed)
webkit-gtk: build failure with jpeg 9
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | dbevans (David B. Evans) | |
Port: | webkit-gtk |
Description
Parts of webkit-gtk link with libjpeg so webkit-gtk needs a revbump for jpeg 9.
A dependency on port:jpeg should be added to webkit-gtk so that we don't forget to revbump it when jpeg is updated again in the future.
But webkit-gtk fails to build with jpeg 9, just like many other ports; see attached log and other tickets filed today. Let's wait to see whether this is a problem which will be fixed in the jpeg port or whether a webkit-gtk-specific fix is needed.
An update to icu 50 is also forthcoming, which will necessitate a webkit-gtk revbump, so we could wait for that as well.
The patch in #37774 also needs a revbump so should be committed at the same time to avoid multiple rebuilds.
Attachments (1)
Change History (3)
Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | main.log.bz2 added |
---|
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to ryandesign@…:
Parts of webkit-gtk link with libjpeg so webkit-gtk needs a revbump for jpeg 9.
A dependency on port:jpeg should be added to webkit-gtk so that we don't forget to revbump it when jpeg is updated again in the future.
Replying to ryandesign@…:
This part was addressed by #37984.