all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marco van Hulten <marco@hulten.org>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: help-guix@gnu.org
Subject: Re: kodi crash, and gdb not found
Date: Tue, 21 Nov 2017 20:09:29 +0100	[thread overview]
Message-ID: <20171121200929.3cecf57b@jasniac.instanton> (raw)
In-Reply-To: <87fu97n4wm.fsf@gnu.org>

Ludovic—

Je 21 nov 14:21 transskribita far Ludovic Courtès:
> Marco van Hulten <marco@hulten.org> skribis:
> 
> > $ kodi
> > Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory  
> 
> Guix’s ‘mesa’ package does not provide this specific shared object under
> lib/vdpau, so there might be some interference with the host distro.
> 
> What happens if you run: [...]

kodi@watson ~$ guix environment --pure --ad-hoc kodi -- kodi
substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0%
The following derivations will be built:
   /gnu/store/6gh05g6i9i5wwriwijmi1hcvlb2f52ff-profile.drv
   /gnu/store/hnd63cfgpf41y04jgrk56g2lb7y1nrby-xdg-desktop-database.drv
   /gnu/store/bq2m3cx2m93zc77b3zivlqkgdw9p9l36-xdg-mime-database.drv
   /gnu/store/6lvwvnnyfc3911hsjkrnd2bnh0a3m60n-fonts-dir.drv
   /gnu/store/6fn12y0ja1wgpw44r00aixd0jsx7mpnr-ca-certificate-bundle.drv
   /gnu/store/2642kkskcfhzwib8pxzzwhiiw94hwhd3-info-dir.drv
   /gnu/store/lrl1a0w7hf279ybm319rmyznvl2svpmw-manual-database.drv
Creating manual page database for 0 packages... done in 0.075 s
/gnu/store/w0b172fsjp2a786zjr69fm4zhjhs76hb-profile/bin/kodi: line 66: grep: command not found
/gnu/store/w0b172fsjp2a786zjr69fm4zhjhs76hb-profile/bin/kodi: line 88: basename: command not found
Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory
/gnu/store/w0b172fsjp2a786zjr69fm4zhjhs76hb-profile/bin/kodi: line 208:   610 Segmentation fault      ${KODI_BINARY} $SAVED_ARGS
/gnu/store/w0b172fsjp2a786zjr69fm4zhjhs76hb-profile/bin/kodi: line 117: date: command not found
/gnu/store/w0b172fsjp2a786zjr69fm4zhjhs76hb-profile/bin/kodi: line 122: date: command not found
/gnu/store/w0b172fsjp2a786zjr69fm4zhjhs76hb-profile/bin/kodi: line 125: uname: command not found
/gnu/store/w0b172fsjp2a786zjr69fm4zhjhs76hb-profile/bin/kodi: line 127: uname: command not found
/gnu/store/w0b172fsjp2a786zjr69fm4zhjhs76hb-profile/bin/kodi: line 171: cat: command not found
Crash report available at /home/kodi/kodi_crashlog-.log
kodi@watson ~$ guix environment -C --ad-hoc kodi -- kodi
substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0%
The following derivation will be built:
   /gnu/store/yrql0mnyygf9pq11piznz4h0sdxg0zcy-bash-4.4.12.drv
grafting '/gnu/store/rm94cza4jv4iwykrfrbxgggfh19xzpai-bash-4.4.12-doc' -> '/gnu/store/1qwbn6c051xhss8pa09m2b0r8hfryl5d-bash-4.4.12-doc'...
grafting '/gnu/store/ngyidsfwhlk50rhr2kx3gqjxasmsab57-bash-4.4.12-include' -> '/gnu/store/8grbnl6vhr4qnw31730jm79h7j98ip33-bash-4.4.12-include'...
grafting '/gnu/store/b7y66db86k57vbb03nr4bfn9svmks4gf-bash-4.4.12' -> '/gnu/store/ars9lm9jk9hgdifg0gqvf1jrvz5mdg1j-bash-4.4.12'...
/gnu/store/w0b172fsjp2a786zjr69fm4zhjhs76hb-profile/bin/kodi: line 66: grep: command not found
/gnu/store/w0b172fsjp2a786zjr69fm4zhjhs76hb-profile/bin/kodi: line 88: basename: command not found
ERROR: Unable to create GUI. Exiting
*** Error in `/gnu/store/bg778i13jck782r2pbiang0jswbgnks3-kodi-18.0_alpha-7-67fd70f/lib64/kodi/kodi-x11': double free or corruption (out): 0x00000000027cf180 ***
======= Backtrace: =========
[...]
/gnu/store/w0b172fsjp2a786zjr69fm4zhjhs76hb-profile/bin/kodi: line 117: date: command not found
/gnu/store/w0b172fsjp2a786zjr69fm4zhjhs76hb-profile/bin/kodi: line 122: date: command not found
/gnu/store/w0b172fsjp2a786zjr69fm4zhjhs76hb-profile/bin/kodi: line 125: uname: command not found
/gnu/store/w0b172fsjp2a786zjr69fm4zhjhs76hb-profile/bin/kodi: line 127: uname: command not found
/gnu/store/w0b172fsjp2a786zjr69fm4zhjhs76hb-profile/bin/kodi: line 171: cat: command not found
Crash report available at /home/kodi/kodi_crashlog-.log


That looks bad.

Do let me know if you need the backtrace and/or memory map and/or the
crash log of the Kodi crash.

I am installed GuixSD 0.13.0, and upgraded it (pull & package -u).

—Marco

  reply	other threads:[~2017-11-21 19:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-17 20:59 kodi crash, and gdb not found Marco van Hulten
2017-11-19 16:36 ` Marius Bakke
2017-11-19 17:08   ` Marco van Hulten
2017-11-20  0:23     ` Marius Bakke
2017-11-21  4:30       ` Marco van Hulten
2017-11-21 13:21         ` Ludovic Courtès
2017-11-21 19:09           ` Marco van Hulten [this message]
2017-11-21 22:59             ` Marius Bakke
2017-11-22  8:52               ` Marco van Hulten
2017-11-25  9:25                 ` state of the system Marco van Hulten
2017-11-26 22:00                   ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171121200929.3cecf57b@jasniac.instanton \
    --to=marco@hulten.org \
    --cc=help-guix@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.