unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#40442: srt2vtt does not work
@ 2020-04-04 22:58 sirgazil via Bug reports for GNU Guix
  2020-05-29  0:56 ` Leo Famulari
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: sirgazil via Bug reports for GNU Guix @ 2020-04-04 22:58 UTC (permalink / raw)
  To: 40442

I installed srt2vtt but it errors when I run it.


## Steps to reproduce

1. Run "guix install srt2vtt"
2. Run "srt2vtt --help"


## Expected result

I can see the help information indicated in srt2vtt's website:

$ srt2vtt --help
Usage: srt2vtt [OPTIONS]
Convert SubRip formatted subtitles to WebVTT format.

  -h, --help             display this help and exit
  -v, --version          display version and exit
  -i, --input=FILE-NAME  read input from FILE-NAME
  -o, --output=FILE-NAME write output to FILE-NAME


## Unexpected result

$ srt2vtt --help
Backtrace:
In ice-9/boot-9.scm:
 160: 17 [catch #t #<catch-closure 7f2f5517b2e0> ...]
In unknown file:
   ?: 16 [apply-smob/1 #<catch-closure 7f2f5517b2e0>]
In ice-9/boot-9.scm:
  66: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 14 [eval # #]
In ice-9/boot-9.scm:
2412: 13 [save-module-excursion #<procedure 7f2f5519e900 at ice-9/boot-9.scm:4084:3 ()>]
4089: 12 [#<procedure 7f2f5519e900 at ice-9/boot-9.scm:4084:3 ()>]
1734: 11 [%start-stack load-stack ...]
1739: 10 [#<procedure 7f2f551b1b70 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/sirgazil/.guix-profile/bin/srt2vtt"]
In ice-9/eval.scm:
 505: 8 [#<procedure 7f2f553ae660 at ice-9/eval.scm:499:4 (exp)> (use-modules # #)]
In ice-9/psyntax.scm:
1107: 7 [expand-top-sequence ((use-modules (ice-9 match) (srt2vtt ui))) () ...]
 990: 6 [scan ((use-modules (ice-9 match) (srt2vtt ui))) () ...]
 279: 5 [scan ((# #) #(syntax-object *unspecified* # #)) () (()) ...]
In ice-9/boot-9.scm:
3622: 4 [process-use-modules (((ice-9 match)) ((srt2vtt ui)))]
 710: 3 [map #<procedure 7f2f5523caa0 at ice-9/boot-9.scm:3622:25 (mif-args)> (# #)]
3623: 2 [#<procedure 7f2f5523caa0 at ice-9/boot-9.scm:3622:25 (mif-args)> (#)]
2903: 1 [resolve-interface (srt2vtt ui) #:select ...]
In unknown file:
   ?: 0 [scm-error misc-error #f "~A ~S" ("no code for module" (srt2vtt ui)) #f]

ERROR: In procedure scm-error:
ERROR: no code for module (srt2vtt ui)


## System information

$ guix describe
Generation 70	Apr 02 2020 08:07:55	(current)
  sirgazil-x 66d4b67
    repository URL: https://gitlab.com/sirgazil/guix-channel-x.git
    branch: master
    commit: 66d4b677875c84d0b7a946376cd4885f202094eb
  guix 725862e
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 725862ef53687c77ea08aa837436d14747839c41


---
https://sirgazil.bitbucket.io/

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

* bug#40442: srt2vtt does not work
  2020-04-04 22:58 bug#40442: srt2vtt does not work sirgazil via Bug reports for GNU Guix
@ 2020-05-29  0:56 ` Leo Famulari
  2021-03-19 16:00 ` bug#40442: [EXT] " Thompson, David
  2021-03-19 18:47 ` sirgazil via Bug reports for GNU Guix
  2 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2020-05-29  0:56 UTC (permalink / raw)
  To: 40442

On Sat, Apr 04, 2020 at 05:58:15PM -0500, sirgazil via Bug reports for GNU Guix wrote:
> I installed srt2vtt but it errors when I run it.
> 
> $ srt2vtt --help
> Backtrace:

Nothing to add but that I can still reproduce it on current master
branch.




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

* bug#40442: [EXT] bug#40442: srt2vtt does not work
  2020-04-04 22:58 bug#40442: srt2vtt does not work sirgazil via Bug reports for GNU Guix
  2020-05-29  0:56 ` Leo Famulari
@ 2021-03-19 16:00 ` Thompson, David
  2021-03-19 18:47 ` sirgazil via Bug reports for GNU Guix
  2 siblings, 0 replies; 4+ messages in thread
From: Thompson, David @ 2021-03-19 16:00 UTC (permalink / raw)
  To: sirgazil; +Cc: 40442

Reviving this old issue.

On Sat, Apr 4, 2020 at 6:59 PM sirgazil via Bug reports for GNU Guix
<bug-guix@gnu.org> wrote:
>
> I installed srt2vtt but it errors when I run it.
>
>
> ## Steps to reproduce
>
> 1. Run "guix install srt2vtt"
> 2. Run "srt2vtt --help"
>
>
> ## Expected result
>
> I can see the help information indicated in srt2vtt's website:
>
> $ srt2vtt --help
> Usage: srt2vtt [OPTIONS]
> Convert SubRip formatted subtitles to WebVTT format.
>
>   -h, --help             display this help and exit
>   -v, --version          display version and exit
>   -i, --input=FILE-NAME  read input from FILE-NAME
>   -o, --output=FILE-NAME write output to FILE-NAME
>
>
> ## Unexpected result
>
> $ srt2vtt --help
> Backtrace:
> In ice-9/boot-9.scm:
>  160: 17 [catch #t #<catch-closure 7f2f5517b2e0> ...]
> In unknown file:
>    ?: 16 [apply-smob/1 #<catch-closure 7f2f5517b2e0>]
> In ice-9/boot-9.scm:
>   66: 15 [call-with-prompt prompt0 ...]
> In ice-9/eval.scm:
>  432: 14 [eval # #]
> In ice-9/boot-9.scm:
> 2412: 13 [save-module-excursion #<procedure 7f2f5519e900 at ice-9/boot-9.scm:4084:3 ()>]
> 4089: 12 [#<procedure 7f2f5519e900 at ice-9/boot-9.scm:4084:3 ()>]
> 1734: 11 [%start-stack load-stack ...]
> 1739: 10 [#<procedure 7f2f551b1b70 ()>]
> In unknown file:
>    ?: 9 [primitive-load "/home/sirgazil/.guix-profile/bin/srt2vtt"]
> In ice-9/eval.scm:
>  505: 8 [#<procedure 7f2f553ae660 at ice-9/eval.scm:499:4 (exp)> (use-modules # #)]
> In ice-9/psyntax.scm:
> 1107: 7 [expand-top-sequence ((use-modules (ice-9 match) (srt2vtt ui))) () ...]
>  990: 6 [scan ((use-modules (ice-9 match) (srt2vtt ui))) () ...]
>  279: 5 [scan ((# #) #(syntax-object *unspecified* # #)) () (()) ...]
> In ice-9/boot-9.scm:
> 3622: 4 [process-use-modules (((ice-9 match)) ((srt2vtt ui)))]
>  710: 3 [map #<procedure 7f2f5523caa0 at ice-9/boot-9.scm:3622:25 (mif-args)> (# #)]
> 3623: 2 [#<procedure 7f2f5523caa0 at ice-9/boot-9.scm:3622:25 (mif-args)> (#)]
> 2903: 1 [resolve-interface (srt2vtt ui) #:select ...]
> In unknown file:
>    ?: 0 [scm-error misc-error #f "~A ~S" ("no code for module" (srt2vtt ui)) #f]
>
> ERROR: In procedure scm-error:
> ERROR: no code for module (srt2vtt ui)

This is because the package recipe doesn't wrap the srt2vtt script.
This package has probably been broken for a very long time due to
this.

Commit 48781484ef98d93f775ee9bbfeb805ecae8f8e5a upgrades srt2vtt to
0.2 so that it runs with Guile 3 and wraps the srt2vtt executable so
GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH are configured
appropriately.

sirgazil, could you give it a shot and close this bug if things work for you?

Thanks,

- Dave




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

* bug#40442: srt2vtt does not work
  2020-04-04 22:58 bug#40442: srt2vtt does not work sirgazil via Bug reports for GNU Guix
  2020-05-29  0:56 ` Leo Famulari
  2021-03-19 16:00 ` bug#40442: [EXT] " Thompson, David
@ 2021-03-19 18:47 ` sirgazil via Bug reports for GNU Guix
  2 siblings, 0 replies; 4+ messages in thread
From: sirgazil via Bug reports for GNU Guix @ 2021-03-19 18:47 UTC (permalink / raw)
  To: 40442-done; +Cc: dthompson2

Problem solved. Thanks, Dave.


P.S. I think you forgot to bump the version in the script.

$ srt2vtt --version
srt2vtt 0.1




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

end of thread, other threads:[~2021-03-19 18:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-04 22:58 bug#40442: srt2vtt does not work sirgazil via Bug reports for GNU Guix
2020-05-29  0:56 ` Leo Famulari
2021-03-19 16:00 ` bug#40442: [EXT] " Thompson, David
2021-03-19 18:47 ` sirgazil via Bug reports for GNU Guix

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).