Opened 4 years ago
Last modified 3 years ago
#61197 assigned defect
R @4.0.2: configure hangs under trace mode
Reported by: | chrstphrchvz (Christopher Chavez) | Owned by: | kjellpk (Kjell Konis) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.3 |
Keywords: | tracemode | Cc: | i0ntempest, cooljeanius (Eric Gallager) |
Port: | R |
Description
I observe that on macOS 10.15, running port -vst configure R
hangs indefinitely (0% CPU usage) after these steps:
checking whether the ccache /usr/bin/clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin19.6.0 dyld checking how to hardcode library paths into programs... immediate
Without trace mode, it proceeds immediately:
checking whether the ccache /usr/bin/clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin19.6.0 dyld checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for /opt/local/bin/gfortran-mp-10 option to produce PIC... -fno-common
Change History (3)
comment:1 Changed 4 years ago by chrstphrchvz (Christopher Chavez)
comment:3 Changed 3 years ago by cooljeanius (Eric Gallager)
Cc: | cooljeanius added |
---|
Note: See
TracTickets for help on using
tickets.
Disabling ccache made no difference.
The configure script is hanging at line 19590:
Setting
configure.cmd sh -vx ./configure
, and insertingecho 19590
at line 19590, the few lines of output before it gets stuck: