Opened 9 months ago

Closed 9 months ago

#67962 closed defect (fixed)

mysql8 @8.0.34_1: uses bundled zlib while specifying zlib dependency

Reported by: chrstphrchvz (Christopher Chavez) Owned by: herbygillot (Herby Gillot)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: mysql8 mysql81

Description

During update to 8.0.33 [0a622d93d254/macports-ports], -DWITH_ZLIB:PATH=system was replaced with -DWITH_ZLIB:PATH=bundled in configure.args. Why was this done, when the port still specifies port:zlib in depends_lib?

Change History (3)

comment:1 Changed 9 months ago by chrstphrchvz (Christopher Chavez)

Port: mysql81 added

Also applies to mysql81.

Last edited 9 months ago by chrstphrchvz (Christopher Chavez) (previous) (diff)

comment:2 Changed 9 months ago by chrstphrchvz (Christopher Chavez)

My guess is that this was due to https://bugs.mysql.com/bug.php?id=110745 . That was resolved in 8.0.34 and 8.1.0, so I will propose restoring -DWITH_ZLIB:PATH=system: https://github.com/macports/macports-ports/pull/19896

Last edited 9 months ago by chrstphrchvz (Christopher Chavez) (previous) (diff)

comment:3 Changed 9 months ago by chrstphrchvz (Christopher Chavez)

Resolution: fixed
Status: assignedclosed

In 8153ea3aef2e63ca127581cc93c0436dc7fa7f28/macports-ports (master):

mysql8, mysql81: use MacPorts zlib

Fixes: #67962

Note: See TracTickets for help on using tickets.