| Summary: | lang/gcl fails to compile | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Miguel Mendez <flynn> |
| Component: | Individual Port(s) | Assignee: | Ade Lovett <ade> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | twp |
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->feedback Have you contacted the MAINTAINER of the port? Without a patch, there's very little we can do here. Responsible Changed From-To: freebsd-ports->ade State Changed From-To: feedback->closed Timeout (1 month) in feedback. |
When trying to compile lang/gcl the resulting executable (saved_gcl), which is needed to complete the compile, segfaults, no matter what arguments are given to it. The error: [...] Loading ../lsp/auto.lsp Finished loading ../lsp/auto.lsp Warning: LISP-IMPLEMENTATION-VERSION is being redefined. make command rm -f bin/gcl xbin/gcl GCLDIR=cho /usr/ports/lang/gcl/work/gcl-2.4.0 | sed -e 'sX^/cygdrive/\([a-z]\)X\1:Xg' -e 'sX^//\([a-z]\)X\1:Xg' ; make install-command "INSTALL_LIB_DIR=${GCLDIR}" "prefix=${GCLDIR}" rm -f /usr/ports/lang/gcl/work/gcl-2.4.0/bin/gcl (echo "#!/bin/sh" ; echo exec /usr/ports/lang/gcl/work/gcl-2.4.0/unixport/saved_gcl \\ ; echo ' -dir' /usr/ports/lang/gcl/work/gcl-2.4.0/unixport/ \\ ; echo ' -libdir' /usr/ports/lang/gcl/work/gcl-2.4.0/ \\ ; echo ' -eval '\''(setq si::*allow-gzipped-file* t)'\' \\ ; echo ' -eval '\''(setq si::*tk-library* '\"\"')'\' \\; echo ' '\"\$@\" ) > /usr/ports/lang/gcl/work/gcl-2.4.0/bin/gcl; echo '#' other options: -load "/tmp/foo.o" -load "jo.lsp" -eval '"(joe 3)"' Fix: none, yet How-To-Repeat: cd /usr/ports/lang/gcl && make