pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/53467: lang/racket segfaults during install phase



The following reply was made to PR pkg/53467; it has been noted by GNATS.

From: Leonardo Taccari <leot%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/53467: lang/racket segfaults during install phase
Date: Wed, 25 Jul 2018 09:30:04 +0200

 Hello Sevan,
 
 Sevan Janiyan writes:
 > [...]
 >  On 24/07/2018 15:15, Sevan Janiyan wrote:
 >  >  I've kicked off a build on NetBSD/amd64 just now, will update my tree &
 >  >  retest on NetBSD/i386 & macppc tonight to report back.
 >  
 >  NetBSD/amd64 built just fine. i386 build is still going. NetBSD/macppc
 >  just failed, same place as before
 >  
 >  raco setup:  in <pkgs>/images-lib/images/private
 >  raco setup:  in <pkgs>/images-lib/images/private/latent-contract
 >  [1]   Illegal instruction (core dumped) racket/racket3m ...
 >  Makefile:177: recipe for target 'install-3m' failed
 >  gmake[1]: *** [install-3m] Error 132
 >  
 >  Reading symbols from /pkg8/racket-6.12/src/racket/racket3m...(no
 >  debugging symbols found)...done.
 >  [New process 1]
 >  [New process 2]
 >  Core was generated by `racket3m'.
 >  Program terminated with signal SIGILL, Illegal instruction.
 >  #0  0xfa5dbca4 in ?? ()
 >  [Current thread is 1 (LWP 1)]
 >  (gdb) bt
 >  #0  0xfa5dbca4 in ?? ()
 >  #1  0xfa5dbc88 in ?? ()
 >  #2  0xfcd0de78 in ?? ()
 >  #3  0x0185029c in scheme_do_eval ()
 >  #4  0x01873464 in scheme_apply_chaperone ()
 > [...]
 
 Can you please try to rebuild it with
 `CFLAGS=-g INSTALL_UNSTRIPPED=yes' - this will hopefully contains
 more details for the `bt' - and then I think that also an `f 3',
 `disas/s' will hopefully shed some light about the SIGILL!
 
 
 Thank you!
 


Home | Main Index | Thread Index | Old Index