Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Apr 2022 06:13:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 263213] net-im/gomuks: missing dependency on ncurses
Message-ID:  <bug-263213-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263213

            Bug ID: 263213
           Summary: net-im/gomuks: missing dependency on ncurses
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ehaupt@FreeBSD.org
          Reporter: parakleta@darkreality.org
          Assignee: ehaupt@FreeBSD.org
             Flags: maintainer-feedback?(ehaupt@FreeBSD.org)

If ncurses isn't installed then the following error is received:

$ gomuks
 __________
< Oh noes! >
 =E2=80=BE=E2=80=BE=E2=80=BE\=E2=80=BE=E2=80=BE=E2=80=BE=E2=80=BE=E2=80=BE=
=E2=80=BE
     \   ^__^
      \  (XX)\_______
         (__)\       )\/\
          U  ||----W |
             ||     ||

A fatal error has occurred.

The stack trace has been saved to /tmp/gomuks/panic-2022-04-11--16-07-46.txt

You can file an issue at https://github.com/tulir/gomuks/issues.
Please provide the contents of that file when filing an issue.

$ less /tmp/gomuks/panic-2022-04-11--16-07-46.txt
exec: "infocmp": executable file not found in $PATH
goroutine 1 [running]:
runtime/debug.Stack()
    runtime/debug/stack.go:24 +0x65
maunium.net/go/gomuks/debug.PrettyPanic({0x2b00a0, 0xc0004b8000})
    maunium.net/go/gomuks/debug/debug.go:133 +0x19a
maunium.net/go/gomuks/debug.Recover()
    maunium.net/go/gomuks/debug/debug.go:107 +0x5a
panic({0x2b00a0, 0xc0004b8000})
    runtime/panic.go:838 +0x207
main.(*Gomuks).Start(0xc00052be60)
    maunium.net/go/gomuks/gomuks.go:116 +0x151
main.main()
    maunium.net/go/gomuks/main.go:89 +0x60f

Installing ncurses fixes the issue.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263213-7788>