Opened 13 months ago
Closed 10 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)
Change History (14)
comment:1 Changed 13 months ago by cjones051073 (Chris Jones)
comment:2 Changed 13 months ago by kencu (Ken)
The darwin 23 buildbot hasn't come online yet, so no prebuilt archives of any ports yet.
comment:3 follow-up: 5 Changed 13 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 13 months ago by jmroot (Joshua Root)
Keywords: | sonoma arm64 added; darwin_23.arm64 removed |
---|---|
Port: | zig added |
Type: | update → defect |
comment:5 Changed 13 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 13 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.
comment:7 Changed 13 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.
comment:8 Changed 13 months ago by cjones051073 (Chris Jones)
Cc: | cjones051073 added |
---|
comment:9 Changed 10 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.
comment:10 Changed 10 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 10 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 10 months ago by reneeotten (Renee Otten)
Resolution: | → invalid |
---|---|
Status: | new → closed |
You need to provide complete build logs before anyone can offer any help here…