Opened 8 years ago
Closed 8 years ago
#53310 closed defect (duplicate)
R @3.3.2: build failure with zlib @1.2.10_0 version check
Reported by: | Gibstick (Charlie) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.5 |
Keywords: | Cc: | kjell.konis@… | |
Port: | R |
Description
When the configure script checks for zlib, it detects its precence but determines that the version is not appropriate. Notably, with zlib 1.2.10 activated, it shows info:configure checking if zlib version >= 1.2.5... no
. It looks like upstream (https://github.com/wch/r-source/commit/e9902f08925a7776049fbbaef6002f49fc2ec726) has fixed this already.
Attachments (1)
Change History (3)
Changed 8 years ago by Gibstick (Charlie)
comment:1 Changed 8 years ago by Gibstick (Charlie)
comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of #53228 which we fixed a couple days ago. Run sudo port selfupdate
to receive the fix.
Note: See
TracTickets for help on using
tickets.
Forgot to mention: it builds successfully on with zlib 1.2.8.