Opened 19 years ago

Closed 19 years ago

#3281 closed defect (fixed)

BUG: `port install clisp' (2.33.2) has `conftest' crashes; (leading to?) failed install

Reported by: rpokala@… Owned by: gwright@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: dnedrow@…
Port:

Description

I'm not sure if `conftest' crashing leads to the install failure, but I figured I should report both anomalies. After the initial failure, I turned on crash reporting, did port clean clisp', and then did port -d install clisp' with stdout and stderr redirected. Here's the pertinent part of the stderr log:

Error: Target com.apple.build returned: shell command "ulimit -s 8192 && cd /opt/local/var/db/ dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.33.2/src && make && make check" returned error 2 Command output: checking for regcomp... yes checking for regexec... yes checking for regfree... yes checking for regerror... yes configure: * Regexp (Output) updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating link.sh config.status: creating config.h configure: * Regexp (Done) CLISP="pwd/lisp.run -M pwd/lispinit.mem -B pwd -N pwd/locale -Efile UTF-8 -Eterminal UTF-8 -norc" ; cd regexp ; dots=echo regexp/ | sed -e 's,[^/][^/]*//*,../,g' ; make clisp-module CC="gcc" CPPFLAGS="-I/opt/local/include" CFLAGS="-W -Wswitch -Wcomment -Wpointer-arith - Wimplicit -Wreturn-type -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DDYNAMIC_FFI -DNO_SIGSEGV -I." INCLUDES="$dots" LISPBIBL_INCLUDES=" ${dots}lispbibl.c ${dots}fsubr.c ${dots}subr.c ${dots} pseudofun.c ${dots}constsym.c ${dots}constobj.c ${dots}unix.c ${dots}xthread.c ${dots}libcharset.h" CLFLAGS="-x none" LIBS="/opt/local/lib/libintl.dylib -L/opt/local/lib /opt/local/lib/libiconv.dylib -lc libcharset.a libavcall.a libcallback.a /opt/local/lib/libreadline.dylib -lncurses /opt/local/lib/ libiconv.dylib " RANLIB="ranlib" CLISP="$CLISP -q" /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.33.2/src/lisp.run -M /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.33.2/src/lispinit.mem -B /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.33.2/src -N /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.33.2/src/locale -Efile UTF-8 -Eterminal UTF-8 -norc -q -c regexp.lisp

Compiling file /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.33.2/src/regexp/regexp.lisp ...

Wrote file /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.33.2/src/regexp/regexp.fas The following functions were used but not defined:

REGEXP:REGEXP-COMPILE REGEXP:REGEXP-EXEC

0 errors, 0 warnings /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.33.2/src/lisp.run -M /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.33.2/src/lispinit.mem -B /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.33.2/src -N /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.33.2/src/locale -Efile UTF-8 -Eterminal UTF-8 -norc -q ../modprep.fas regexi.c ;; MODPREP: "regexi.c" --> #P"regexi.m.c" ;; MODPREP: reading "regexi.c": 4,049 bytes, * - UNIX error 45 (EOPNOTSUPP): Operation not supported on socket Real time: 0.08145 sec. Run time: 0.033692 sec. Space: 60284 Bytes

make[1]: * [regexi.m.c] Error 1 make: * [regexp] Error 2

`conftest' crashed a few times along the way. I'll attach the CrashReporter log, since it's long.

Thanks,

-Ravi

Attachments (3)

conftest.crash.log (8.4 KB) - added by rpokala@… 19 years ago.
`conftest' CrashReporter log
darwinport_clisp_install.stdout (205.5 KB) - added by rpokala@… 19 years ago.
stdout from failed `port -d install clisp'
darwinport_clisp_install.stderr (5.9 KB) - added by rpokala@… 19 years ago.
stderr from failed `port -d install clisp'

Download all attachments as: .zip

Change History (8)

Changed 19 years ago by rpokala@…

Attachment: conftest.crash.log added

`conftest' CrashReporter log

Changed 19 years ago by rpokala@…

stdout from failed `port -d install clisp'

Changed 19 years ago by rpokala@…

stderr from failed `port -d install clisp'

comment:1 Changed 19 years ago by rpokala@…

attachments.description: stdout from failed `port -v install clisp'stdout from failed `port -d install clisp'

comment:2 Changed 19 years ago by mww@…

Owner: changed from darwinports-bugs@… to gwright@…
Summary: `port install clisp' (2.33.2) has `conftest' crashes; (leading to?) failed installBUG: `port install clisp' (2.33.2) has `conftest' crashes; (leading to?) failed install

comment:3 Changed 19 years ago by gwright@…

Status: newassigned

Ugh. More clisp problems. I'll move it up on my todo list. Thanks for the report.

/gw

comment:4 Changed 19 years ago by dnedrow@…

Cc: dnedrow@… added

comment:5 Changed 19 years ago by gwright@…

Resolution: fixed
Status: assignedclosed

The new stream.d patch, just checked in, should fix this problem.

-Greg

Note: See TracTickets for help on using tickets.