From mboxrd@z Thu Jan 1 00:00:00 1970 From: sirgazil via Bug reports for GNU Guix Subject: bug#40442: srt2vtt does not work Date: Sat, 04 Apr 2020 17:58:15 -0500 Message-ID: <171476a8620.e9c2c4de6923.1311575858704741437@zoho.com> Reply-To: sirgazil Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41624) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKrkl-0005YY-NI for bug-guix@gnu.org; Sat, 04 Apr 2020 18:59:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKrkk-0008Ez-Ba for bug-guix@gnu.org; Sat, 04 Apr 2020 18:59:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33405) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jKrkk-0008Eu-7i for bug-guix@gnu.org; Sat, 04 Apr 2020 18:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jKrkk-0006MW-7Q for bug-guix@gnu.org; Sat, 04 Apr 2020 18:59:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:41505) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKrkA-0005Wu-Vl for bug-guix@gnu.org; Sat, 04 Apr 2020 18:58:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKrk9-0007jW-M5 for bug-guix@gnu.org; Sat, 04 Apr 2020 18:58:26 -0400 Received: from sender4-pp-o91.zoho.com ([136.143.188.91]:25115) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jKrk8-0007fR-CZ for bug-guix@gnu.org; Sat, 04 Apr 2020 18:58:25 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 40442@debbugs.gnu.org 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 # ...] In unknown file: ?: 16 [apply-smob/1 #] 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 #] 4089: 12 [#] 1734: 11 [%start-stack load-stack ...] 1739: 10 [#] In unknown file: ?: 9 [primitive-load "/home/sirgazil/.guix-profile/bin/srt2vtt"] In ice-9/eval.scm: 505: 8 [# (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 # (# #)] 3623: 2 [# (#)] 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/