Opened 2 years ago

Last modified 2 years ago

#63844 new defect

Haskell Stack Ports in PG haskell_stack Fail to Build in Trace Mode

Reported by: essandess (Steve Smith) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port:

Description

None of the Haskell Stack Ports in PG haskell_stack build in trace mode. I suspect a similar issue exists for CI builds.

To the best of my knowledge, this is an issue with trace mode, not the call to stack, but I am not sure.

Examples:

sudo port -vst destroot stack
sudo port -vst destroot pandoc

The error is always in the configure phase on the first call to stack (full logs attached):

:info:configure Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_stack/stack/work/stack-2.7.3" && /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_stack/stack/work/bin/stack setup --with-gcc /usr/bin/clang --allow-different-user
:debug:configure system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_stack/stack/work/stack-2.7.3" && /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_stack/stack/work/bin/stack setup --with-gcc /usr/bin/clang --allow-different-user
:info:configure Getting project config file from STACK_YAML environment
:info:configure sh: line 1: 63759 Killed: 9               /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_stack/stack/work/bin/stack setup --with-gcc /usr/bin/clang --allow-different-user
:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_stack/stack/work/stack-2.7.3" && /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_stack/stack/work/bin/stack setup --with-gcc /usr/bin/clang --allow-different-user
:info:configure Exit code: 137

Attachments (2)

stack_main.log.gz (7.4 KB) - added by essandess (Steve Smith) 2 years ago.
pandoc_main.log.gz (3.8 KB) - added by essandess (Steve Smith) 2 years ago.

Download all attachments as: .zip

Change History (4)

Changed 2 years ago by essandess (Steve Smith)

Attachment: stack_main.log.gz added

Changed 2 years ago by essandess (Steve Smith)

Attachment: pandoc_main.log.gz added

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

CI and buildbot builds do not use trace mode, so if the problem exists there too, then the problem is not related to trace mode.

comment:2 in reply to:  description Changed 2 years ago by essandess (Steve Smith)

Replying to essandess:

--I suspect a similar issue exists for CI builds.--

Please disregard this specific comment. The CI is building stack and pandoc in https://github.com/macports/macports-ports/pull/12846 just fine.

Note: See TracTickets for help on using tickets.