Opened 12 months ago

Last modified 12 months ago

#68352 closed defect

cctools @949.0.1_3+llvm10: error: unknown type name 'i386_thread_state_t' — at Version 1

Reported by: shpokas Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: cctools

Description (last modified by ryandesign (Ryan Carsten Schmidt))

:info:archivefetch --->  cctools-949.0.1_3+llvm10.darwin_23.arm64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified
:msg:archivefetch --->  Attempting to fetch cctools-949.0.1_3+llvm10.darwin_23.arm64.tbz2 from https://cph.dk.packages.macports.org/cctools
:debug:archivefetch Fetching archive failed: The requested URL returned error: 404

OS version - Sonoma 14.0
Architecture - arm64 (Apple Silicon)

Change History (2)

Changed 12 months ago by shpokas

Attachment: main.log.bz2 added

build log file

comment:1 Changed 12 months ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: missing file removed
Port: cctools added
Summary: Failed to build cctools - missing source archivecctools @949.0.1_3+llvm10: error: unknown type name 'i386_thread_state_t'

There is no missing source archive. There is a "missing" binary archive, but that's because we haven't started making them for Darwin 23 yet. Missing binary archives are not a problem; MacPorts builds from source on your system in that case.

The log shows the reason for the build failure is:

:info:build In file included from ../bytesex.c:209:
:info:build ../../include/stuff/bytesex.h:237:5: error: unknown type name 'i386_thread_state_t'
:info:build     i386_thread_state_t *cpu,
:info:build     ^
:info:build ../bytesex.c:1378:1: error: unknown type name 'i386_thread_state_t'
:info:build i386_thread_state_t *cpu,
:info:build ^
:info:build 2 errors generated.
:info:build make[2]: *** [bytesex.o] Error 1
Note: See TracTickets for help on using tickets.