Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85723 - dev-lisp/cl-chemical-compounds: infinite loop during compilation
Summary: dev-lisp/cl-chemical-compounds: infinite loop during compilation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-18 00:09 UTC by Matthew Kennedy (RETIRED)
Modified: 2007-10-10 14:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Kennedy (RETIRED) gentoo-dev 2005-03-18 00:09:45 UTC
dev-lisp/cl-chemical-compounds-1.0.2 takes a VERY long time compiling: it seems 
stuck on (DEFMETA PARSE-QUERY-STRING ...).  I killed it after 16 minutes.

Note from Bug #84876 originally
Comment 1 Stelian Ionescu 2005-05-11 12:56:12 UTC
Did you use sbcl ? I believe this may be an sbcl bug. On my machine sbcl gets stuck on (DEFUN FIND-ALL ...) when compiling cl-sql-3.1.10-r1 while cmucl works fine with both packages

I'm using cmucl-19a-r1 and sbcl-0.8.21
Comment 2 Matthew Kennedy (RETIRED) gentoo-dev 2005-05-13 12:56:01 UTC
I dont think there's a problem compiling CLSQL's FIND-ALL. It does seem to hang,
but eventually it continues (takes about a minute on my pentium3).
Comment 3 Stelian Ionescu 2007-10-10 11:43:49 UTC
I think this was a bug in an early version of SBCL, I've tested this with sbcl-1.0.10 and clisp-2.41 and it has no problems loading. I suggest we close it.