From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Next browser finally on master! Date: Thu, 6 Dec 2018 19:23:58 +0100 Message-ID: <20181206182358.GA12097@jurong> References: <87in085kk2.fsf@ambrevar.xyz> <749b631e83d20f7a120a4c6dfc074a1a@riseup.net> <877egn3vke.fsf@ambrevar.xyz> <20181206093832.GA1601@jurong> <87y3923g84.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUyJl-00048S-Aj for help-guix@gnu.org; Thu, 06 Dec 2018 13:24:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUyJf-0007Ay-UT for help-guix@gnu.org; Thu, 06 Dec 2018 13:24:09 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:51894) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gUyJf-0007AR-Ng for help-guix@gnu.org; Thu, 06 Dec 2018 13:24:03 -0500 Content-Disposition: inline In-Reply-To: <87y3923g84.fsf@ambrevar.xyz> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: help-guix On Thu, Dec 06, 2018 at 03:03:07PM +0100, Pierre Neidhardt wrote: > > I cannot run ./bin/next, as it is looking for /gnu/store/... > Do you have the full backtrace? Unhandled SIMPLE-ERROR in thread #: Couldn't execute "/gnu/store/8llinghxcslyxmvszjlvlxbv411vra0x-next-gtk-webkit-1.1.0/bin/next-gtk-webkit": No such file or directory Backtrace for: # 0: (SB-DEBUG::DEBUGGER-DISABLED-HOOK # # :QUIT T) 1: (SB-DEBUG::RUN-HOOK *INVOKE-DEBUGGER-HOOK* #) 2: (INVOKE-DEBUGGER #) 3: (UIOP/IMAGE:HANDLE-FATAL-CONDITION #) 4: (SB-KERNEL::%SIGNAL #) 5: (ERROR "Couldn't execute ~S: ~A" "/gnu/store/8llinghxcslyxmvszjlvlxbv411vra0x-next-gtk-webkit-1.1.0/bin/next-gtk-webkit" "No such file or directory") 6: (RUN-PROGRAM "/gnu/store/8llinghxcslyxmvszjlvlxbv411vra0x-next-gtk-webkit-1.1.0/bin/next-gtk-webkit" ("--port" "8082" "--core-socket" "http://localhost:8081/RPC2") :ENV NIL :ENVIRONMENT NIL :WAIT NIL :SEARCH T :PTY NIL :INPUT NIL :IF-INPUT-DOES-NOT-EXIST :ERROR :OUTPUT #P"/tmp/next-gtk-webkit.log" :IF-OUTPUT-EXISTS :APPEND :ERROR :OUTPUT :IF-ERROR-EXISTS :APPEND :STATUS-HOOK NIL :EXTERNAL-FORMAT :UTF-8 :DIRECTORY NIL) 7: (UIOP/LAUNCH-PROGRAM:LAUNCH-PROGRAM ("/gnu/store/8llinghxcslyxmvszjlvlxbv411vra0x-next-gtk-webkit-1.1.0/bin/next-gtk-webkit" "--port" "8082" "--core-socket" "http://localhost:8081/RPC2") :OUTPUT #P"/tmp/next-gtk-webkit.log" :ERROR-OUTPUT :OUTPUT) 8: ((:METHOD NEXT::RUN-PROGRAM (NEXT::PORT)) #) [fast-method] 9: (NEXT:START :WITH-PLATFORM-PORT-P T) 10: (NEXT-EXEC:MAIN) 11: ((LAMBDA NIL :IN UIOP/IMAGE:RESTORE-IMAGE)) 12: (UIOP/IMAGE:CALL-WITH-FATAL-CONDITION-HANDLER #) 13: ((FLET SB-UNIX::BODY :IN SAVE-LISP-AND-DIE)) 14: ((FLET "WITHOUT-INTERRUPTS-BODY-27" :IN SAVE-LISP-AND-DIE)) 15: ((LABELS SB-IMPL::RESTART-LISP :IN SAVE-LISP-AND-DIE)) unhandled condition in --disable-debugger mode, quitting > I know there is an issue at the moment, it's looking for the wrong > /gnu/store/...-next-gtk-webkit. I'm not sure what's wrong, I'll look into it. This must be it. I misunderstood the error as meaning that I had to remap myself /gnu/store to ./gnu/store somehow before starting the program. Andreas