curseradio: executable path failure

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Howard
  • Efraim Flashner
Owner
unassigned
Submitted by
Christopher Howard
Severity
normal

Debbugs page

Christopher Howard wrote 5 years ago
(address . bug-guix@gnu.org)
14fccc80f83416db1f7285103cd75df86158f4ca.camel@qlfiles.net
curseradio package in guix a7a4928 builds fine, but fails during run
time with error:

```
Traceback (most recent call last):
File "/gnu/store/ac696zknci0rxxr9d0lmd7dr9gyr734l-curseradio-0-
1.1bd4bd0/bin/.curseradio-real", line 11, in <module>
load_entry_point('curseradio==0.2', 'console_scripts',
'curseradio')()
File "/gnu/store/ac696zknci0rxxr9d0lmd7dr9gyr734l-curseradio-0-
1.1bd4bd0/lib/python3.7/site-packages/curseradio/__main__.py", line 5,
in main
curses.wrapper(OPMLBrowser)
File "/gnu/store/608bvypsh90c58apvd2cgg3m9l2pwjqn-python-
3.7.4/lib/python3.7/curses/__init__.py", line 102, in wrapper
return func(stdscr, *args, **kwds)
File "/gnu/store/ac696zknci0rxxr9d0lmd7dr9gyr734l-curseradio-0-
1.1bd4bd0/lib/python3.7/site-packages/curseradio/curseradio.py", line
280, in __init__
self.interact()
File "/gnu/store/ac696zknci0rxxr9d0lmd7dr9gyr734l-curseradio-0-
1.1bd4bd0/lib/python3.7/site-packages/curseradio/curseradio.py", line
406, in interact
stderr=subprocess.DEVNULL, stdin=subprocess.DEVNULL)
File "/gnu/store/608bvypsh90c58apvd2cgg3m9l2pwjqn-python-
3.7.4/lib/python3.7/subprocess.py", line 775, in __init__
restore_signals, start_new_session)
File "/gnu/store/608bvypsh90c58apvd2cgg3m9l2pwjqn-python-
3.7.4/lib/python3.7/subprocess.py", line 1522, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/mpv':
'/usr/bin/mpv'
```

This occurs after navigating the menu and attempting to play a radio
station. Obviously the package's mpv executable path was not set
correctly during the build.

--
Christopher Howard
p: +1 (907) 374-0257
gpg: ADDEAADE5D607C8D (keys.gnupg.net)
Efraim Flashner wrote 5 years ago
(address . christopher@librehacker.com)(address . 38789-done@debbugs.gnu.org)
20191229075055.GZ23018@E5400
The path to mpv is now hardcoded in curseradio and it should be working
now as expected. I didn't get the crash you reported, but I couldn't
hear any music since I don't have speakers on my machine :p

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl4IWt8ACgkQQarn3Mo9
g1Hksg/+I8Plb/iW5qFOAn/keG4/O4wZUpa6j3BgjbsdP8hhRqxnbxlNwM+7tRWx
c16vtiaMX1H35SPweSENNzpMqvbfVelCetMtK9NWrQVhL0Nk3Ck3HpY7Iq/9vHYb
w33woqOy77Z+6fkfzm/uFgC4tDNoYFXRNYTGjI5J24OpSoBFtCYTDVs00Q2IRFrP
jxHSHH5XAwjI+OsR2k9F1SF9lwYeffD2SGDdCZdRCtTuYEUFyjxbnCU5oE7TTXQm
mNB8qnE3AbtQJcU+JOQIImv81Uhtc0OApUIUsyIJP0bQj1forLuQelKI26SF4kvf
t6UBfFNUeIrM/GQMTb8M77qyiZSYQS9P7XQTnTqCmqEVVKZjRsz/iCGZJ+xVEtnx
Hhfbo1dOvqW6UXIe6pGfhmeq7TOmSMsY50mjYcZ+rEeywRD3fkpz/T3BRE6QsGIK
TPyg3W1gWCDoYSzub+4byp0UDUzz5hJdJAWYoOG1505exz7szM6OqZFOVwQUB9TP
GetrlLtQ6pLvgvF3YY10/ymgDBYNSaMyqweQWUNycxAd8glkD3zJ1GLbylJbzuFH
JDgTa8fAEMDEKS5mKVBexIHHfsUX8sH7Zs9viYMZM+zfGldb7dsfKyQWuL19YiY2
qIa+QR62H8VPCrK7ksIYidKLKkvXFiihUo5sPKHOwo7DkQNlGPM=
=8Gez
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 38789@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 38789
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help