-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 12/30/10 7:45 PM, Ryuji Fukaya wrote:
> I compressed 2 log files, an output with (32bit fink, 64bit kernel)
> and an output with (32bit fink, 32 bit kernel), and I have emailed
> these to the maintainer.
> The output was same as my original post when I tried again with the
> combination (32bit fink, 32bit kernel).
> 
> The compressed output logs are  large  and cannot be attached with this mail.
> I am sorry about this.
> 
> Thank you for your advice.
> 

Now that I've got more allowed download bytes available, I've taken a
look at your 32-bit/32-bit build log and compared with a 32-bit/32-bit
log from my own machine.   The substantive differences occur follow.
Your log has:

...
 SB-POSIX-TESTS::OPENDIR.1
Test SB-POSIX-TESTS::READDIR.1 failed
Form: (LET ((SB-POSIX-TESTS::DIR (SB-POSIX:OPENDIR "/")))
        (UNWIND-PROTECT
            (BLOCK SB-POSIX-TESTS::DIR-LOOP
              (LOOP SB-POSIX-TESTS::FOR SB-POSIX-TESTS::DIRENT =
(SB-POSIX:READDIR

SB-POSIX-TESTS::DIR)
                    SB-POSIX-TESTS::UNTIL (NULL-ALIEN
SB-POSIX-TESTS::DIRENT)
                    WHEN (NOT
                          (STRINGP
                           (SB-POSIX:DIRENT-NAME SB-POSIX-TESTS::DIRENT)))
                    DO (RETURN-FROM SB-POSIX-TESTS::DIR-LOOP NIL)
                    SB-POSIX-TESTS::FINALLY (RETURN T)))
          (SB-POSIX:CLOSEDIR SB-POSIX-TESTS::DIR)))
Expected value: T
Actual value: #<SB-INT:C-STRING-DECODING-ERROR {12818161}>.
 SB-POSIX-TESTS::PWENT.1 SB-POSIX-TESTS::PWENT.2
 SB-POSIX-TESTS::PWENT.NON-EXISTING SB-POSIX-TESTS::GRENT.1
 SB-POSIX-TESTS::GRENT.2 SB-POSIX-TESTS::GRENT.NON-EXISTING
 SB-POSIX-TESTS::TIME.1 SB-POSIX-TESTS::UTIMES.1 SB-POSIX-TESTS::READLINK.1
 SB-POSIX-TESTS::READLINK.2

...

2 out of 68 total tests failed: SB-POSIX-TESTS::READDIR.1,
   SB-POSIX-TESTS::READLINK.ERROR.1.unhandled SIMPLE-ERROR in thread
#<SB-THREAD:THREAD "initial thread" RUNNING
                                   {11A9C239}>:
  non-errno tests failed!

0: (SB-DEBUG::MAP-BACKTRACE
    #<CLOSURE (LAMBDA #) {11AAC595}>
    :START
    0
    :COUNT
    128)
1: (BACKTRACE 128 #<SYNONYM-STREAM :SYMBOL SB-SYS:*STDERR* {100C9939}>)
2: (SB-DEBUG::DEBUGGER-DISABLED-HOOK
    #<SIMPLE-ERROR "non-errno tests failed!" {11AAAF59}>
    #<unavailable argument>)
3: (SB-DEBUG::RUN-HOOK
    *INVOKE-DEBUGGER-HOOK*
    #<SIMPLE-ERROR "non-errno tests failed!" {11AAAF59}>)
4: (INVOKE-DEBUGGER #<SIMPLE-ERROR "non-errno tests failed!" {11AAAF59}>)
5: (ERROR "non-errno tests failed!")
6: ((SB-PCL::FAST-METHOD ASDF:PERFORM
     (ASDF:TEST-OP (EQL (ASDF:FIND-SYSTEM :SB-POSIX-TESTS))))
    #<unavailable argument>
    #<unavailable argument>
    #<unavailable argument>
    #<unavailable argument>)
7: ((SB-PCL::EMF ASDF:PERFORM)
    #<unavailable argument>
    #<unavailable argument>
    #<ASDF:TEST-OP NIL {12477DC1}>
    #<ASDF:SYSTEM "sb-posix-tests">)
8: ((LAMBDA ()))
9: ((FLET SB-C::WITH-IT))
10: ((SB-PCL::FAST-METHOD ASDF:OPERATE (T T))
     #<unused argument>
     #<unused argument>
     ASDF:TEST-OP
     SB-POSIX-SYSTEM::SB-POSIX-TESTS)
11: ((SB-PCL::EMF ASDF:PERFORM)
     #<unavailable argument>
     #<unavailable argument>
     #<ASDF:TEST-OP NIL {11E1A7B1}>
     #<ASDF:SYSTEM "sb-posix">)
12: ((LAMBDA ()))
13: ((FLET SB-THREAD::WITH-RECURSIVE-LOCK-THUNK))
14: ((FLET #:WITHOUT-INTERRUPTS-BODY-[CALL-WITH-RECURSIVE-LOCK]324))
15: (SB-THREAD::CALL-WITH-RECURSIVE-LOCK
     #<CLOSURE (FLET SB-THREAD::WITH-RECURSIVE-LOCK-THUNK) {11FFA9D}>
     #S(SB-THREAD:MUTEX
        :NAME "World Lock"
        :%OWNER #<SB-THREAD:THREAD "initial thread" RUNNING {11A9C239}>
        :LUTEX #<unknown pointer object, widetag=#x5E {104FBB27}>))
16: ((FLET SB-C::WITH-IT))
17: ((SB-PCL::FAST-METHOD ASDF:OPERATE (T T))
     #<unused argument>
     #<unused argument>
     ASDF:TEST-OP
     :SB-POSIX)
18: (SB-INT:SIMPLE-EVAL-IN-LEXENV
     (ASDF:OPERATE 'ASDF:TEST-OP :SB-POSIX)
     #<NULL-LEXENV>)
19: (INTERACTIVE-EVAL (ASDF:OPERATE 'ASDF:TEST-OP :SB-POSIX) :EVAL NIL)
20: (SB-IMPL::REPL-FUN NIL)
21: ((LAMBDA ()))
22: (SB-IMPL::%WITH-REBOUND-IO-SYNTAX #<CLOSURE (LAMBDA #) {11EBBAED}>)
23: (SB-IMPL::TOPLEVEL-REPL NIL)
24: (SB-IMPL::TOPLEVEL-INIT)
25: ((LABELS SB-IMPL::RESTART-LISP))

unhandled condition in --disable-debugger mode, quitting
;
; compilation unit aborted
;   caught 2 fatal ERROR conditions
make: *** [test] Error 1
make -C ../asdf
...

; whereas I get:

...
 SB-POSIX-TESTS::OPENDIR.1 SB-POSIX-TESTS::READDIR.1 SB-POSIX-TESTS::PWENT.1
 SB-POSIX-TESTS::PWENT.2 SB-POSIX-TESTS::PWENT.NON-EXISTING
 SB-POSIX-TESTS::GRENT.1 SB-POSIX-TESTS::GRENT.2
 SB-POSIX-TESTS::GRENT.NON-EXISTING SB-POSIX-TESTS::TIME.1
 SB-POSIX-TESTS::UTIMES.1 SB-POSIX-TESTS::READLINK.1
SB-POSIX-TESTS::READLINK.2

...

1 out of 68 total tests failed: SB-POSIX-TESTS::READLINK.ERROR.1.WARNING:
   some POSIX implementations return incorrect error values for failing
calls,
   but there is legitimate variation between implementations too.  If
you think
   the errno from your platform is valid, please contact the sbcl
developers;
   otherwise, please submit a bug report to your kernel distributor

#<ASDF:TEST-OP NIL {11E247B1}>
((#<ASDF:TEST-OP NIL {11E247B1}>
  . #<ASDF:CL-SOURCE-FILE "sb-posix" "defpackage">)
 (#<ASDF:TEST-OP NIL {11E247B1}>
  . #<ASDF:CL-SOURCE-FILE "sb-posix" "designator">)
 (#<ASDF:TEST-OP NIL {11E247B1}> . #<ASDF:CL-SOURCE-FILE "sb-posix"
"macros">)
 (#<ASDF:TEST-OP NIL {11E247B1}>
  . #<SB-GROVEL:GROVEL-CONSTANTS-FILE "sb-posix" "constants">)
 (#<ASDF:TEST-OP NIL {11E247B1}>
  . #<ASDF:CL-SOURCE-FILE "sb-posix" "interface">)
 (#<ASDF:TEST-OP NIL {11E247B1}> . #<ASDF:SYSTEM "sb-posix">))
* make -C ../asdf


- -- 
Alexander Hansen, Ph.D.
Fink User Liaison
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk0d9wkACgkQB8UpO3rKjQ+W+gCeIhOvD5V2p+ZiQv8fPW4glLZo
gH0AniBHPunICJtI+bbDU+7SlIEsE8l2
=3o5R
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to