[Bug 263213] net-im/gomuks: missing dependency on ncurses
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Apr 2022 06:13:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263213 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! > ‾‾‾\‾‾‾‾‾‾ \ ^__^ \ (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. -- You are receiving this mail because: You are the assignee for the bug.