[MacPorts] #71286: ht @2.1.0_0: ld: pointer not aligned in '_coff_characteristics'+0x1
MacPorts
noreply at macports.org
Tue Nov 19 18:43:34 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):
Did a change in {{{httag.h}}} but not as suggested (include the lines as
well below)\\
{{{
71 struct ht_tag_flags_s {
72 char bitidx;
73 const char *desc;
74 } PACKED;
75
76 /* GROUP-TAG */
}}}
Original was:\\
{{{
71 struct ht_tag_flags_s {
72 char bitidx;
73 const char *desc;
74 -} PACKED;
75 +};
76
77 /* GROUP-TAG */
}}}
After this change I came a little bit more forward but was stopped by a
different error:\\
{{{
clang++: error: linker command failed with exit code 1 (use -v to see
invocation)
gmake[2]: *** [Makefile:555: ht] Error 1
gmake[2]: Leaving directory
'/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ht/ht/work/ht-2.1.0'
gmake[1]: *** [Makefile:723: all-recursive] Error 1
gmake[1]: Leaving directory
'/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ht/ht/work/ht-2.1.0'
make: *** [all] Error 2
}}}
--
Ticket URL: <https://trac.macports.org/ticket/71286#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list