From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Cripps Newsgroups: gmane.lisp.guile.bugs Subject: Test fail in Guile-1.8.5 Date: Sat, 4 Dec 2010 22:12:08 +0000 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1291502395 14139 80.91.229.12 (4 Dec 2010 22:39:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 4 Dec 2010 22:39:55 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Dec 04 23:39:51 2010 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.69) (envelope-from ) id 1PP0lh-0004O4-W4 for guile-bugs@m.gmane.org; Sat, 04 Dec 2010 23:39:50 +0100 Original-Received: from localhost ([127.0.0.1]:52184 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PP0lh-00067j-BD for guile-bugs@m.gmane.org; Sat, 04 Dec 2010 17:39:49 -0500 Original-Received: from [140.186.70.92] (port=35339 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PP0L0-0007zj-VH for bug-guile@gnu.org; Sat, 04 Dec 2010 17:12:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PP0Ky-0002G4-58 for bug-guile@gnu.org; Sat, 04 Dec 2010 17:12:14 -0500 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:61073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PP0Kx-0002FD-Uu for bug-guile@gnu.org; Sat, 04 Dec 2010 17:12:12 -0500 Original-Received: by wyj26 with SMTP id 26so3528198wyj.0 for ; Sat, 04 Dec 2010 14:12:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=T0N3KMXi1QvlHhCt95kShjVgFredAED6VxWGMRaXbSk=; b=WSDZ/vIMASo13iwOK/solFs6+ckL3srK3sOL0yTomLSCaFfMyBy5QPZ5LjsIWW47FW CTK2XDwYUa/vcRC9BSeUvaX3sAVL7obr/49TYX2igdO3/ry7mrgbaulshHqRzZmfTpN7 gZ8rtBUcDLtSWG7Zh3Gbx+Kd1bBIASjki/Nbg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=TWtPnKESp5GNO8U0J0Yox8zrDh2jyi3eGLdA1ArNoY7YT1iVRoQkmARXf10P0PVSao 8sZGpPoGRQRz9qOVnWapUFVA4sjog9mCgeIUl7MNmjVLuJooDnDSy/sakoNa8CIyMcs4 LvJyXVNWMe+Kdymhk3Cb8d2dDAUqtlnKrPOqw= Original-Received: by 10.216.3.130 with SMTP id 2mr3623469weh.3.1291500728147; Sat, 04 Dec 2010 14:12:08 -0800 (PST) Original-Received: by 10.216.169.4 with HTTP; Sat, 4 Dec 2010 14:12:08 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Sat, 04 Dec 2010 17:39:44 -0500 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:4890 Archived-At: Hi, I'm trying to build guile-1.8.5 but, when running make check, one of the tests (test-asmobs) fails. The output of the tests is below. I have encountered the same problem on two different machines with different distributions (gentoo and a clean install of debian on a VM) so, I am inclined to think that this is a bug in the package or the test suite. Steps to reproduce are below. Could you confirm whether this is a bug and, if so, whether it is fixed in later versions? Many thanks, Nick Cripps Steps to reproduce: (tested on debian 5.0.7) (sudo apt-get install gcc make libtool libgmp3-dev) wget http://ftp.gnu.org/pub/gnu/guile/guile-1.8.5.tar.gz tar -xzf guile-1.8.5.tar.gz cd guile-1.8.5 ./configure && make && make check Output of tests: ... make check-TESTS make[4]: Entering directory `/home/sipos/guile-1.8.5/test-suite/standalone' PASS: test-system-cmds PASS: test-require-extension PASS: test-bad-identifiers PASS: test-num2integral PASS: test-round PASS: test-gh ERROR: In procedure dynamic-link: ERROR: file: "libtest-asmobs", message: "libtest-asmobs.so: cannot open shared object file: No such file or directory" FAIL: test-asmobs PASS: test-list PASS: test-unwind PASS: test-conversion PASS: test-use-srfi PASS: test-with-guile-module ================================== 1 of 12 tests failed Please report to bug-guile@gnu.org ================================== make[4]: *** [check-TESTS] Error 1 make[4]: Leaving directory `/home/sipos/guile-1.8.5/test-suite/standalone' make[3]: *** [check-am] Error 2 make[3]: Leaving directory `/home/sipos/guile-1.8.5/test-suite/standalone' make[2]: *** [check] Error 2 make[2]: Leaving directory `/home/sipos/guile-1.8.5/test-suite/standalone' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/home/sipos/guile-1.8.5/test-suite' make: *** [check-recursive] Error 1