Opened 6 months ago

Closed 6 months ago

Last modified 6 months ago

#73595 closed defect (fixed)

minizip @1.3.2: minizip/ints.h is needed but isn't installed

Reported by: fvaccari Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.12.3
Keywords: Cc: nilason (Nicklas Larsson)
Port: minizip

Description

While updating outdated ports on macOS 26.3.1 the process stopped due to a failed configuration step of Spatialite. I attach the related logs.

Attachments (2)

config.log.gz (11.6 KB) - added by fvaccari 6 months ago.
main.log.gz (5.2 KB) - added by fvaccari 6 months ago.

Download all attachments as: .zip

Change History (8)

Changed 6 months ago by fvaccari

Attachment: config.log.gz added

Changed 6 months ago by fvaccari

Attachment: main.log.gz added

comment:1 Changed 6 months ago by nilason (Nicklas Larsson)

It seems that after the update of minizip to 1.3.2, header files are missing ( in particular the unzip/ints.h file).

comment:2 Changed 6 months ago by nilason (Nicklas Larsson)

minizip 1.3.2 introduced a new int.h file, which with commit cb14dc9 intended to make it part of the installation. Apparently this fails.

comment:3 Changed 6 months ago by nilason (Nicklas Larsson)

Oh, the above mentioned commit is added after 1.3.2 release, that may perhaps be used as a patch.

comment:4 Changed 6 months ago by ryandesign (Ryan Carsten Schmidt)

Cc: nilason added; n_larsson@… removed
Owner: set to ryandesign
Port: minizip added; Spatialite removed
Status: newaccepted
Summary: Spatialite @5.1.0 fails to configureminizip @1.3.2: minizip/ints.h is needed but isn't installed

Thanks for finding that!

comment:5 Changed 6 months ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: acceptedclosed

In 8be26b271f7e1c4cec400ff8f83c108c7ee6b362/macports-ports (master):

minizip: Patch Makefile.am to install minizip/ints.h

Closes: #73595

comment:6 Changed 6 months ago by fvaccari

Thanks for the rapid fix!

Note: See TracTickets for help on using tickets.