#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)
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)
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: | new → accepted |
| Summary: | Spatialite @5.1.0 fails to configure → minizip @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: | accepted → closed |
Note: See
TracTickets for help on using
tickets.

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