Opened 8 months ago

Closed 4 months ago

#68378 closed defect (invalid)

building zig, missing libarchive-3.7.2_0.darwin_23.arm64.tbz2

Reported by: spurious-cox Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: sonoma arm64 Cc: cjones051073 (Chris Jones)
Port: zig

Description

Running Sonoma 14.0 failed to find at macports or its mirrors.

Attachments (2)

main.log (86.7 KB) - added by gitonthescene 4 months ago.
libarchive/main.log
config.log (279.9 KB) - added by gitonthescene 4 months ago.
config.log

Download all attachments as: .zip

Change History (14)

comment:1 Changed 8 months ago by cjones051073 (Chris Jones)

You need to provide complete build logs before anyone can offer any help here…

comment:2 Changed 8 months ago by kencu (Ken)

The darwin 23 buildbot hasn't come online yet, so no prebuilt archives of any ports yet.

https://build.macports.org/waterfall

comment:3 Changed 8 months ago by spurious-cox

Apologies; for no build logs. This was my first Ticket. I guess someone will build libarchive for Sonoma soon anyway.

comment:4 Changed 8 months ago by jmroot (Joshua Root)

Keywords: sonoma arm64 added; darwin_23.arm64 removed
Port: zig added
Type: updatedefect

comment:5 in reply to:  3 Changed 7 months ago by ryandesign (Ryan Carsten Schmidt)

Replying to spurious-cox:

I guess someone will build libarchive for Sonoma soon anyway.

Not if it fails to build. If either libarchive or zig are failing to build for you, please attach the main.log so that we can see how they fail to build, so we can fix them if needed, so that when the Sonoma buildbot workers become available they will be able to build the ports and create the archives.

comment:6 Changed 7 months ago by spurious-cox

There is a missing file, not found at macports or the mirrors. It was all in the initial ticket:

building zig, missing libarchive-3.7.2_0.darwin_23.arm64.tbz2

Sorry - no log necessary.

Last edited 7 months ago by spurious-cox (previous) (diff)

comment:7 Changed 7 months ago by cjones051073 (Chris Jones)

Logs are required. The missing binary tarball is completely expected and not an error in itself. What is a issue is the fact the port does not then fallback to building from source for you. If you want someone to help with that we need the logs from the failing build, otherwise no one can help.

Last edited 7 months ago by cjones051073 (Chris Jones) (previous) (diff)

comment:8 Changed 7 months ago by cjones051073 (Chris Jones)

Cc: cjones051073 added

Changed 4 months ago by gitonthescene

Attachment: main.log added

libarchive/main.log

comment:9 Changed 4 months ago by gitonthescene

I've added my main.log as an attachment. The error seems to be ":info:configure configure: error: cannot compute sizeof (wchar_t)". Some random googling points to a similar issue here: https://github.com/NixOS/nixpkgs/issues/5608 if that helps.

Changed 4 months ago by gitonthescene

Attachment: config.log added

config.log

comment:10 Changed 4 months ago by gitonthescene

Attached the config.log as well which has the following error:

conftest.c:165:22: error: expected expression if (sizeof ((wchar_t)))

The relevant random googling seems to be https://github.com/libarchive/libarchive/issues/728.

comment:11 Changed 4 months ago by gitonthescene

I just reinstalled MacPorts according to the migration guide and that seemed to fix my problem. https://trac.macports.org/wiki/Migration

comment:12 Changed 4 months ago by reneeotten (Renee Otten)

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.