From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Joe Cusick" Newsgroups: gmane.lisp.guile.bugs Subject: guile build errors Date: Thu, 25 Jun 2009 04:53:46 +0000 (UTC) Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_004C_01CA0C6F.4DD6DAF0" X-Trace: ger.gmane.org 1245905626 28642 80.91.229.12 (25 Jun 2009 04:53:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Jun 2009 04:53:46 +0000 (UTC) To: Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Jun 25 06:53:38 2009 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MJgxs-0005o5-Nt for guile-bugs@m.gmane.org; Thu, 25 Jun 2009 06:53:38 +0200 Original-Received: from localhost ([127.0.0.1]:56054 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJgxr-0004bH-QW for guile-bugs@m.gmane.org; Thu, 25 Jun 2009 00:53:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJaUx-0004fX-FA for bug-guile@gnu.org; Wed, 24 Jun 2009 17:59:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJaUv-0004ew-UV for bug-guile@gnu.org; Wed, 24 Jun 2009 17:59:18 -0400 Original-Received: from [199.232.76.173] (port=56600 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJaUv-0004em-Of for bug-guile@gnu.org; Wed, 24 Jun 2009 17:59:17 -0400 Original-Received: from qmta11.emeryville.ca.mail.comcast.net ([76.96.27.211]:52181) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJaUv-0000yB-2J for bug-guile@gnu.org; Wed, 24 Jun 2009 17:59:17 -0400 Original-Received: from OMTA18.emeryville.ca.mail.comcast.net ([76.96.30.74]) by QMTA11.emeryville.ca.mail.comcast.net with comcast id 7rzn1c0081bwxycABxzFuK; Wed, 24 Jun 2009 21:59:15 +0000 Original-Received: from XPS410 ([67.169.141.208]) by OMTA18.emeryville.ca.mail.comcast.net with comcast id 7xzz1c0014Vyp7F8exzz0J; Wed, 24 Jun 2009 21:59:59 +0000 Original-Date: Fri, 24 Jul 2009 14:59:12 -0700 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-Mailman-Approved-At: Thu, 25 Jun 2009 00:53:30 -0400 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4248 Archived-At: This is a multi-part message in MIME format. ------=_NextPart_000_004C_01CA0C6F.4DD6DAF0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I got this error while building on solaris 10 sparc chip, using GCC4.1.1 FAIL: check-guile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D 1 of 1 tests failed Please report to bug-guile@gnu.org =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D *** Error code 1 The following command caused the error: failed=3D0; all=3D0; xfail=3D0; xpass=3D0; skip=3D0; ws=3D'[ ]'; = \ srcdir=3D.; export srcdir; \ list=3D' check-guile '; \ if test -n "$list"; then \ for tst in $list; do \ if test -f ./$tst; then dir=3D./; \ elif test -f $tst; then dir=3D; \ else dir=3D"./"; fi; \ if ${dir}$tst; then \ all=3D`expr $all + 1`; \ case " " in \ *$ws$tst$ws*) \ xpass=3D`expr $xpass + 1`; \ failed=3D`expr $failed + 1`; \ echo "XPASS: $tst"; \ ;; \ *) \ echo "PASS: $tst"; \ ;; \ esac; \ elif test $? -ne 77; then \ all=3D`expr $all + 1`; \ case " " in \ *$ws$tst$ws*) \ xfail=3D`expr $xfail + 1`; \ echo "XFAIL: $tst"; \ ;; \ *) \ failed=3D`expr $failed + 1`; \ echo "FAIL: $tst"; \ ;; \ esac; \ else \ skip=3D`expr $skip + 1`; \ echo "SKIP: $tst"; \ fi; \ done; \ if test "$failed" -eq 0; then \ if test "$xfail" -eq 0; then \ banner=3D"All $all tests passed"; \ else \ banner=3D"All $all tests behaved as expected ($xfail expected = failures)"; \ fi; \ else \ if test "$xpass" -eq 0; then \ banner=3D"$failed of $all tests failed"; \ else \ banner=3D"$failed of $all tests did not behave as expected ($xpass = unexpected passes)"; \ fi; \ fi; \ dashes=3D"$banner"; \ skipped=3D""; \ if test "$skip" -ne 0; then \ skipped=3D"($skip tests were not run)"; \ test `echo "$skipped" | wc -c` -le `echo "$banner" | wc -c` || \ dashes=3D"$skipped"; \ fi; \ report=3D""; \ if test "$failed" -ne 0 && test -n "bug-guile@gnu.org"; then \ report=3D"Please report to bug-guile@gnu.org"; \ test `echo "$report" | wc -c` -le `echo "$banner" | wc -c` || \ dashes=3D"$report"; \ fi; \ dashes=3D`echo "$dashes" | sed s/./=3D/g`; \ echo "$dashes"; \ echo "$banner"; \ test -z "$skipped" || echo "$skipped"; \ test -z "$report" || echo "$report"; \ echo "$dashes"; \ test "$failed" -eq 0; \ else :; fi make: Fatal error: Command failed for target `check-TESTS' Current working directory /usr/share/src/guile-1.8.6 *** Error code 1 make: Fatal error: Command failed for target `check-am' Current working directory /usr/share/src/guile-1.8.6 *** Error code 1 The following command caused the error: failcom=3D'exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=3D* | --[!k]*);; \ *k*) failcom=3D'fail=3Dyes';; \ esac; \ done; \ dot_seen=3Dno; \ target=3D`echo check-recursive | sed s/-recursive//`; \ list=3D'oop libguile ice-9 guile-config guile-readline emacs scripts = srfi doc examples test-suite benchmark-suite lang am'; for subdir in = $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" =3D "."; then \ dot_seen=3Dyes; \ local_target=3D"$target-am"; \ else \ local_target=3D"$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" =3D "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fatal error: Command failed for target `check-recursive' 16 oak-tst-so10-01:/usr/src/guile-1.8.6# ------=_NextPart_000_004C_01CA0C6F.4DD6DAF0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I got this error while building on = solaris 10 sparc=20 chip, using GCC4.1.1
 
FAIL:=20 check-guile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
1 of 1 tests=20 failed
Please report to bug-guile@gnu.org
=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D
***=20 Error code 1
The following command caused the error:
failed=3D0; = all=3D0;=20 xfail=3D0; xpass=3D0; skip=3D0; = ws=3D'[        =20 ]'; \
srcdir=3D.; export srcdir; \
list=3D' check-guile '; \
if = test -n=20 "$list"; then \
  for tst in $list; do \
    = if test=20 -f ./$tst; then dir=3D./; \
    elif test -f $tst; = then dir=3D;=20 \
    else dir=3D"./"; fi; \
    = if =20 ${dir}$tst; then \
      all=3D`expr $all + = 1`;=20 \
      case "  " in=20 \
      *$ws$tst$ws*)=20 \
        xpass=3D`expr $xpass + = 1`;=20 \
        failed=3D`expr $failed + = 1`;=20 \
        echo "XPASS: $tst";=20 \
      ;; = \
      *)=20 \
        echo "PASS: $tst";=20 \
      ;; = \
      esac;=20 \
    elif test $? -ne 77; then=20 \
      all=3D`expr $all + 1`;=20 \
      case "  " in=20 \
      *$ws$tst$ws*)=20 \
        xfail=3D`expr $xfail + = 1`;=20 \
        echo "XFAIL: $tst";=20 \
      ;; = \
      *)=20 \
        failed=3D`expr $failed + = 1`;=20 \
        echo "FAIL: $tst";=20 \
      ;; = \
      esac;=20 \
    else \
      = skip=3D`expr=20 $skip + 1`; \
      echo "SKIP: $tst";=20 \
    fi; \
  done; \
  if test = "$failed" -eq=20 0; then \
    if test "$xfail" -eq 0; then=20 \
      banner=3D"All $all tests passed";=20 \
    else \
      = banner=3D"All=20 $all tests behaved as expected ($xfail expected failures)";=20 \
    fi; \
  else \
    if = test=20 "$xpass" -eq 0; then \
      = banner=3D"$failed of $all=20 tests failed"; \
    else = \
     =20 banner=3D"$failed of $all tests did not behave as expected ($xpass = unexpected=20 passes)"; \
    fi; \
  fi; \
 =20 dashes=3D"$banner"; \
  skipped=3D""; \
  if test = "$skip" -ne 0;=20 then \
    skipped=3D"($skip tests were not run)";=20 \
    test `echo "$skipped" | wc -c` -le `echo = "$banner" | wc=20 -c` || \
      dashes=3D"$skipped"; = \
  fi;=20 \
  report=3D""; \
  if test "$failed" -ne 0 && = test -n=20 "bug-guile@gnu.org"; then=20 \
    report=3D"Please report to bug-guile@gnu.org"; = \
   =20 test `echo "$report" | wc -c` -le `echo "$banner" | wc -c` ||=20 \
      dashes=3D"$report"; \
  fi;=20 \
  dashes=3D`echo "$dashes" | sed s/./=3D/g`; \
  echo = "$dashes";=20 \
  echo "$banner"; \
  test -z "$skipped" || echo = "$skipped";=20 \
  test -z "$report" || echo "$report"; \
  echo = "$dashes";=20 \
  test "$failed" -eq 0; \
else :; fi
make: Fatal error: = Command=20 failed for target `check-TESTS'
Current working directory=20 /usr/share/src/guile-1.8.6
*** Error code 1
make: Fatal error: = Command=20 failed for target `check-am'
Current working directory=20 /usr/share/src/guile-1.8.6
*** Error code 1
The following command = caused=20 the error:
failcom=3D'exit 1'; \
for f in x $MAKEFLAGS; do = \
  case=20 $f in \
    *=3D* | --[!k]*);; \
    = *k*)=20 failcom=3D'fail=3Dyes';; \
  esac; \
done; = \
dot_seen=3Dno;=20 \
target=3D`echo check-recursive | sed s/-recursive//`; = \
list=3D'oop libguile=20 ice-9 guile-config guile-readline emacs  scripts srfi doc examples=20 test-suite benchmark-suite lang am'; for subdir in $list; do \
  = echo=20 "Making $target in $subdir"; \
  if test "$subdir" =3D "."; then = \
    dot_seen=3Dyes; \
   =20 local_target=3D"$target-am"; \
  else \
   =20 local_target=3D"$target"; \
  fi; \
  (cd $subdir = &&=20 make  $local_target) \
  || eval $failcom; \
done; = \
if test=20 "$dot_seen" =3D "no"; then \
  make  "$target-am" || exit = 1; \
fi;=20 test -z "$fail"
make: Fatal error: Command failed for target=20 `check-recursive'
16 oak-tst-so10-01:/usr/src/guile-1.8.6#=20
------=_NextPart_000_004C_01CA0C6F.4DD6DAF0--