unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#37357: Guix gc removes next-gtk-webkit input with next installed
@ 2019-09-09 16:13 Dimakakos Dimos
  2019-09-09 21:25 ` Ricardo Wurmus
  2019-09-26 16:37 ` bug#37357: Is there a workaround? Konrad Hinsen
  0 siblings, 2 replies; 6+ messages in thread
From: Dimakakos Dimos @ 2019-09-09 16:13 UTC (permalink / raw)
  To: 37357


After running gc and trying to launch next-browser I get:

<INFO> [19:11:29] next base.lisp (start) - NEXT::+VERSION+: "1.3.1" 
 <INFO> [19:11:29] next base.lisp (load-lisp-file form-fun-4) -
  Loading configuration from /home/bendersteed/.config/next/init.lisp...
 <WARN> [19:11:30] next minibuffer.lisp (echo) -
  Can't echo 'MINIBUFFER-MODE enabled.' without minibuffer or interface
 <INFO> [19:11:30] next remote.lisp (ensure-dbus-session form-fun-4) -
  Bus connection name: :1.103
 <INFO> [19:11:30] next remote.lisp (initialize-instance :after remote-interface) -
  Bus connection name: :1.104
 <INFO> [19:11:30] next port.lisp (run-program port) -
  Current directory: /home/bendersteed/
 <INFO> [19:11:30] next port.lisp (run-program port) -
  Platform port path: /gnu/store/5hh6qpp4lqa6gy1ghdb4ppvjamgb3mbc-next-gtk-webkit-1.3.1/bin/next-gtk-webkit
 <INFO> [19:11:30] next port.lisp (run-program port) -
  Platform port arguments: NIL
 <INFO> [19:11:30] next port.lisp (run-program port) -
  Platform port log file: /home/bendersteed/.local/share/next/next-gtk-webkit.log
<ERROR> [19:11:30] next base.lisp (initialize-port remote-interface fun24) -
  Couldn't execute "/gnu/store/5hh6qpp4lqa6gy1ghdb4ppvjamgb3mbc-next-gtk-webkit-1.3.1/bin/next-gtk-webkit": No such file or directory
Make sure the platform port executable is either in the
PATH or set in you ~/.config/next/init.lisp, for instance:

     (setf (get-default 'port 'path)
         "~/common-lisp/next/ports/gtk-webkit/next-gtk-webkit")
; 
; compilation unit aborted
;   caught 1 fatal ERROR condition

Obviously the package should be live and not be picked up by gc, since
it's an input of a package in a current profile. Any ideas why that
could happen?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#37357: Guix gc removes next-gtk-webkit input with next installed
  2019-09-09 16:13 bug#37357: Guix gc removes next-gtk-webkit input with next installed Dimakakos Dimos
@ 2019-09-09 21:25 ` Ricardo Wurmus
  2019-09-10  7:51   ` Dimakakos Dimos
  2019-09-26 16:37 ` bug#37357: Is there a workaround? Konrad Hinsen
  1 sibling, 1 reply; 6+ messages in thread
From: Ricardo Wurmus @ 2019-09-09 21:25 UTC (permalink / raw)
  To: Dimakakos Dimos; +Cc: 37357


Dimakakos Dimos <bendersteed@gmail.com> writes:

> After running gc and trying to launch next-browser I get:
[…]
> <ERROR> [19:11:30] next base.lisp (initialize-port remote-interface fun24) -
>   Couldn't execute "/gnu/store/5hh6qpp4lqa6gy1ghdb4ppvjamgb3mbc-next-gtk-webkit-1.3.1/bin/next-gtk-webkit": No such file or directory
[…]
> Obviously the package should be live and not be picked up by gc, since
> it's an input of a package in a current profile. Any ideas why that
> could happen?

Can you tell us what version of Guix you used to install Next?  There
was a short period during which the Next executable was compressed,
which effectively hid references from the garbage collector.

--
Ricardo

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#37357: Guix gc removes next-gtk-webkit input with next installed
  2019-09-09 21:25 ` Ricardo Wurmus
@ 2019-09-10  7:51   ` Dimakakos Dimos
  2019-09-19 13:24     ` Pierre Neidhardt
  0 siblings, 1 reply; 6+ messages in thread
From: Dimakakos Dimos @ 2019-09-10  7:51 UTC (permalink / raw)
  To: 37357


Ricardo Wurmus writes:

> Can you tell us what version of Guix you used to install Next?  There
> was a short period during which the Next executable was compressed,
> which effectively hid references from the garbage collector.

OK, so I checked and it seems that I installed next while there was the
patch for the executable compression, particularly commit 79c6d8781b, in
master. I will try again to rebuild and then gc to check if it works as
intended and then close this bug.  Thanks!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#37357: Guix gc removes next-gtk-webkit input with next installed
  2019-09-10  7:51   ` Dimakakos Dimos
@ 2019-09-19 13:24     ` Pierre Neidhardt
  0 siblings, 0 replies; 6+ messages in thread
From: Pierre Neidhardt @ 2019-09-19 13:24 UTC (permalink / raw)
  To: Dimakakos Dimos; +Cc: 37357

[-- Attachment #1: Type: text/plain, Size: 117 bytes --]

This is the known bug #33848, it's not related to core compression.

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#37357: Is there a workaround?
  2019-09-09 16:13 bug#37357: Guix gc removes next-gtk-webkit input with next installed Dimakakos Dimos
  2019-09-09 21:25 ` Ricardo Wurmus
@ 2019-09-26 16:37 ` Konrad Hinsen
  2019-09-26 17:45   ` Konrad Hinsen
  1 sibling, 1 reply; 6+ messages in thread
From: Konrad Hinsen @ 2019-09-26 16:37 UTC (permalink / raw)
  To: 37357

I suspect that I am a victim of this bug as well. Is there a workaround?
I tried removing next, doing another gc to get a clean slate, and then
re-installed next. But it still complains that it can't find the
next-gtk-webkit executable.

Konrad.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#37357: Is there a workaround?
  2019-09-26 16:37 ` bug#37357: Is there a workaround? Konrad Hinsen
@ 2019-09-26 17:45   ` Konrad Hinsen
  0 siblings, 0 replies; 6+ messages in thread
From: Konrad Hinsen @ 2019-09-26 17:45 UTC (permalink / raw)
  To: 37357

Konrad Hinsen <konrad.hinsen@fastmail.net> writes:

> I suspect that I am a victim of this bug as well. Is there a workaround?
> I tried removing next, doing another gc to get a clean slate, and then
> re-installed next. But it still complains that it can't find the
> next-gtk-webkit executable.

This actually does work, if you remove older generations of your profile
first that still contain next. So this is a workaround, but a somewhat
radical one because it requires throwing away a lot of stuff.

Konrad.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-09-26 17:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-09 16:13 bug#37357: Guix gc removes next-gtk-webkit input with next installed Dimakakos Dimos
2019-09-09 21:25 ` Ricardo Wurmus
2019-09-10  7:51   ` Dimakakos Dimos
2019-09-19 13:24     ` Pierre Neidhardt
2019-09-26 16:37 ` bug#37357: Is there a workaround? Konrad Hinsen
2019-09-26 17:45   ` Konrad Hinsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).