[MacPorts] #71286: ht @2.1.0_0: ld: pointer not aligned in '_coff_characteristics'+0x1
MacPorts
noreply at macports.org
Tue Nov 19 12:06:23 UTC 2024
#71286: ht @2.1.0_0: ld: pointer not aligned in '_coff_characteristics'+0x1
------------------------+--------------------
Reporter: amadeus24 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.10.4
Resolution: | Keywords: arm64
Port: ht |
------------------------+--------------------
Comment (by amadeus24):
Doesn't matter if I follow [https://trac.macports.org/ticket/67790] and
change {{{httag.h}}} or leave {{{httag.h}}} at the stage I have downloaded
the port, I always receive same error, with the exception that
{{{PACKED}}} is not mentioned after change:\\
No change\\
{{{
In file included from analy_register.cc:32:
In file included from ./coff_analy.h:25:
In file included from ../htcoff.h:26:
In file included from ../htcoffhd.h:24:
../httag.h:74:1: error: expected member name or ';' after declaration
specifiers
74 | - } PACKED;
| ^
../httag.h:75:1: error: expected external declaration
75 | + };
| ^
../httag.h:75:3: error: extraneous closing brace ('}')
75 | + };
| ^
3 errors generated.
}}}
Removed {{{PACKED}}} from {{{httag.h}}}\\
{{{
In file included from analy_register.cc:32:
In file included from ./coff_analy.h:25:
In file included from ../htcoff.h:26:
In file included from ../htcoffhd.h:24:
../httag.h:74:1: error: expected member name or ';' after declaration
specifiers
74 | - };
| ^
../httag.h:75:1: error: expected external declaration
75 | + };
| ^
../httag.h:75:3: error: extraneous closing brace ('}')
75 | + };
| ^
3 errors generated.
}}}
--
Ticket URL: <https://trac.macports.org/ticket/71286#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list