From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bornlibra23 Newsgroups: gmane.lisp.guile.devel Subject: Re: Porting GNU Projects - Guile Date: Sun, 16 Aug 2009 20:57:01 -0700 (PDT) Message-ID: <25000691.post@talk.nabble.com> References: <24721426.post@talk.nabble.com> <157104.97661.qm@web37903.mail.mud.yahoo.com> <24731881.post@talk.nabble.com> <87skgex7z2.fsf@arudy.ossau.uklinux.net> <24969386.post@talk.nabble.com> <87ab2213u0.fsf@arudy.ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1250481442 16904 80.91.229.12 (17 Aug 2009 03:57:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Aug 2009 03:57:22 +0000 (UTC) To: Guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Aug 17 05:57:15 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MctLN-0005Qr-L9 for guile-devel@m.gmane.org; Mon, 17 Aug 2009 05:57:14 +0200 Original-Received: from localhost ([127.0.0.1]:57468 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MctLM-0001Qb-Sc for guile-devel@m.gmane.org; Sun, 16 Aug 2009 23:57:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MctLL-0001QW-4Y for guile-devel@gnu.org; Sun, 16 Aug 2009 23:57:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MctLF-0001Md-DK for Guile-devel@gnu.org; Sun, 16 Aug 2009 23:57:09 -0400 Original-Received: from [199.232.76.173] (port=46399 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MctLF-0001MV-Ao for Guile-devel@gnu.org; Sun, 16 Aug 2009 23:57:05 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:57813) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MctLE-0001N6-OG for Guile-devel@gnu.org; Sun, 16 Aug 2009 23:57:05 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MctLB-0004ep-Fj for Guile-devel@gnu.org; Sun, 16 Aug 2009 20:57:01 -0700 In-Reply-To: <87ab2213u0.fsf@arudy.ossau.uklinux.net> X-Nabble-From: awarikoo@nse.co.in X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9129 Archived-At: Neil Jerram wrote: > > bornlibra23 writes: >>In the same way, or differently? Please provide the relevant part of >>the new build output. > Regards, > Neil > Hello Neil I managed to find the code problem. It actually was not in the guile code. One of the many libraries that I had ported over (as my system lacks support for the a lot of functions including isblank()) had this error. It had used a | in place of ||. Thanks for persisting with me on this problem. However I believe that I have a new problem. 6 of the self tests are failing. I am attaching the build log below: ERROR: In procedure dynamic-link: ERROR: file: "libguile-srfi-srfi-1-v-3", message: "file not found" FAIL: test-require-extension ERROR: In procedure string-append: ERROR: Wrong type (expecting string): # FAIL: test-bad-identifiers ERROR: In procedure dynamic-link: ERROR: file: "libtest-asmobs", message: "file not found" FAIL: test-asmobs fail: scm_is_signed_integer ((expt 2 63), -9223372036854775808, 9223372036854775807) == 0 FAIL: test-conversion.pm FAIL: test-fast-slot-ref Backtrace: In unknown file: ... ?: 7 (begin (if # #) (make-modules-in # full-name)) ?: 8* (if (or # #) (try-load-module name)) ?: 9 [try-load-module (srfi srfi-1)] ?: 10 (or (begin (try-module-linked name)) (try-module-autoload name) ...) ?: 11* [try-module-autoload (srfi srfi-1)] ?: 12 (let* (# # # #) (resolve-module dir-hint-module-name #f) (and # #)) ... ?: 13 (letrec ((load-file #)) (dynamic-wind (lambda () #) (lambda () #) ...) ...) ?: 14* [dynamic-wind # # #] ?: 15* [#] ?: 16* (let* ((file #)) (cond (# => #) (# => #))) ?: 17 [# "<>/guile-1.8.7/srfi/srfi-1.scm"] ... ?: 18 [with-fluid* # #f #] ?: 19* [#] ?: 20* [load-file # ...] ?: 21* [save-module-excursion #] ?: 22 (let (# #) (dynamic-wind # thunk #)) ?: 23 [dynamic-wind # # #] ?: 24* [#] ?: 25* [primitive-load "<>/guile-1.8.7/srfi/srfi-1.scm"] In <>/guile-1.8.7/srfi/srfi-1.scm: 223: 26* [load-extension "libguile-srfi-srfi-1-v-3" "scm_init_srfi_1"] <>/guile-1.8.7/srfi/srfi-1.scm:223:1: In procedure dynamic-link in expression (load-extension "libguile-srfi-srfi-1-v-3" "scm_init_srfi_1"): <>/guile-1.8.7/srfi/srfi-1.scm:223:1: file: "libguile-srfi-srfi-1-v-3", message: "file not found" guile --use-srfi=1,10 fails to run FAIL: test-use-srfi Thanks bornlibra23 -- View this message in context: http://www.nabble.com/Porting-GNU-Projects---Guile-tp24721426p25000691.html Sent from the Gnu - Guile - Dev mailing list archive at Nabble.com.