Mayuresh <[email protected]> writes: > I get the following errors when trying to build lang/openjdk7 on NetBSD 6.0 > on i386. > > I have been using openjdk7-bin, though icedtea-plugin was giving some > exceptions > with it. I noticed openjdk7 is a newer revision than openjdk7-bin. So thought > of > trying. > > Also during the build I noticed exceptions related to java awt not being in > classpath. (Do not have exact text. The make did not stop because of those > exceptions.) > > Is openjdk7 build known to break or am I missing something on my setup?
Works for me on NetBSD 6.0_STABLE i386: $ abcl ... CL-USER(4): (macroexpand-1 '(loop for symbol being each symbol in :common-lisp collect symbol)) (BLOCK NIL (LET ((#:LOOP-IT-8851 NIL) (SYMBOL NIL) (#:LOOP-PKGSYM-8849 :COMMON-LISP)) (DECLARE (IGNORABLE #:LOOP-IT-8851)) (WITH-PACKAGE-ITERATOR (#:LOOP-PKGSYM-NEXT-8850 #:LOOP-PKGSYM-8849 :INTERNAL :EXTERNAL :INHERITED) (LOOP::WITH-LOOP-LIST-COLLECTION-HEAD (#:LOOP-LIST-HEAD-8852 #:LOOP-LIST-TAIL-8853) (LOOP::LOOP-BODY NIL (NIL NIL (WHEN (NOT (MULTIPLE-VALUE-SETQ (#:LOOP-IT-8851 SYMBOL) (#:LOOP-PKGSYM-NEXT-8850))) (GO LOOP::END-LOOP)) NIL) ((LOOP::LOOP-COLLECT-RPLACD (#:LOOP-LIST-HEAD-8852 #:LOOP-LIST-TAIL-8853) (LIST SYMBOL))) (NIL NIL (WHEN (NOT (MULTIPLE-VALUE-SETQ (#:LOOP-IT-8851 SYMBOL) (#:LOOP-PKGSYM-NEXT-8850))) (GO LOOP::END-LOOP)) NIL) ((RETURN-FROM NIL (LOOP::LOOP-COLLECT-ANSWER #:LOOP-LIST-HEAD-8852)))))))) T -- HE CE3OH...
