Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#61776 closed defect (fixed)

Eterm @0.9.6_1 build failure

Reported by: rsmacleod (Rob MacLeod) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: Eterm

Description (last modified by jmroot (Joshua Root))

I reported a bug on libast, which seems to be fixed, but Eterm now fails a little further along than before:

--->  Building Eterm
Error: Failed to build Eterm: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_x11_Eterm/Eterm/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port Eterm failed

Log file attached. Thanks! Rob

Attachments (1)

eterm-main.log (239.1 KB) - added by rsmacleod (Rob MacLeod) 3 years ago.

Download all attachments as: .zip

Change History (8)

Changed 3 years ago by rsmacleod (Rob MacLeod)

Attachment: eterm-main.log added

comment:1 Changed 3 years ago by jmroot (Joshua Root)

Description: modified (diff)
Port: Eterm added
Summary: Eterm not making even after libast update.Eterm @0.9.6_1 build failure

comment:2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Status: newaccepted

comment:3 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: acceptedclosed

comment:4 Changed 3 years ago by rsmacleod (Rob MacLeod)

Thanks but still broken:

:info:build make[2]: *** [command.lo] Error 1
:info:build 49 warnings and 3 errors generated.
:info:build font.c:85:13: error: implicit declaration of function 'MEMSET' [-Werror,-Wimplicit-function-declaration]
:info:build             MEMSET(etfonts + font_cnt, 0, sizeof(char *) * (idx - font_cnt + 1));
:info:build             ^
:info:build font.c:95:13: error: implicit declaration of function 'MEMSET' [-Werror,-Wimplicit-function-declaration]
:info:build             MEMSET(etfonts, 0, new_size);
:info:build             ^
:info:build make[2]: *** [options.lo] Error 1
:info:build font.c:754:9: error: implicit declaration of function 'MEMSET' [-Werror,-Wimplicit-function-declaration]
:info:build         MEMSET(&fshadow, 0, sizeof(fontshadow_t));
:info:build         ^
:info:build 1 warning and 3 errors generated.
:info:build 1 warning generated.
:info:build 1 warning generated.
:info:build make[2]: *** [font.lo] Error 1

comment:5 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

That is a different problem.

comment:6 Changed 3 years ago by rsmacleod (Rob MacLeod)

But this is not fixed? What do you mean a different problem?

comment:7 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

The error you originally reported in this ticket in attachment:eterm-main.log was fixed by [cfad707cd42d4ff7733198843eade30d306eabc3/macports-ports]. The new problem you reported in comment:4 is different.

Note: See TracTickets for help on using tickets.