Opened 19 months ago
Closed 3 months ago
#67214 closed defect (fixed)
catgirl also needs a substitute for memset_s (plus a couple of trivial fixes)
Reported by: | barracuda156 | Owned by: | ryanakca (Ryan Kavanagh) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | snowleopard, leopard, lion, mountainlion | Cc: | |
Port: | catgirl |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
catgirl
needs C11 and legacysupport PG. Then, we are left with the only error:
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_catgirl/catgirl/work/compwrap/cc/opt/local/bin/gcc-mp-12 -Wl,-headerpad_max_install_names -L/opt/local/lib -lMacportsLegacySupport -arch ppc buffer.o chat.o command.o complete.o config.o edit.o filter.o handle.o input.o irc.o log.o ui.o url.o window.o xdg.o -L/opt/local/lib -ltls -L/opt/local/lib -Wl,-search_paths_first -lncurses -o catgirl Undefined symbols: "_memset_s", referenced from: _main in chat.o _handleAuthenticate in handle.o _handleAuthenticate in handle.o _handleAuthenticate in handle.o ld: symbol(s) not found
So solution for memset_s
yet, but should be doable: #66087
Change History (5)
comment:1 Changed 19 months ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
comment:2 follow-up: 3 Changed 4 months ago by aeiouaeiouaeiouaeiouaeiouaeiou
comment:3 follow-up: 4 Changed 4 months ago by barracuda156
Replying to aeiouaeiouaeiouaeiouaeiouaeiou:
The reason: https://git.causal.agency/catgirl/commit/?id=a142ebcf43b7032ad29a383cba9407e7540b2d4a
Neat. This can just be conditionally removed.
comment:4 Changed 3 months ago by aeiouaeiouaeiouaeiouaeiouaeiou
Replying to barracuda156:
Neat. This can just be conditionally removed.
That's not enough, we need to specify explicit_bzero
implementation code for unsupported systems (I'm working on that).
comment:5 Changed 3 months ago by aeiouaeiouaeiouaeiouaeiouaeiou
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The reason: https://git.causal.agency/catgirl/commit/?id=a142ebcf43b7032ad29a383cba9407e7540b2d4a