Date: Mon, 01 Jan 2024 21:44:15 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 276066] beancount: Message-ID: <bug-276066-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276066 Bug ID: 276066 Summary: beancount: Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: unitrunker@gmail.com bean-check works but other bean-* utilities report an error. On 14.0-RELEASE, # pkg install beancount In these examples, 'ledger.txt' is an empty file. # bean-check ledger.txt (no errors) # bean-report ledger.txt balances Traceback (most recent call last): File "/usr/local/bin/bean-report", line 33, in <module> sys.exit(load_entry_point('beancount=3D=3D2.3.5', 'console_scripts', 'bean-report')()) File "/usr/local/bin/bean-report", line 25, in importlib_load_entry_point return next(matches).load() StopIteration # bean-web ledger.txt Traceback (most recent call last): File "/usr/local/bin/bean-web", line 33, in <module> sys.exit(load_entry_point('beancount=3D=3D2.3.5', 'console_scripts', 'bean-web')()) File "/usr/local/bin/bean-web", line 25, in importlib_load_entry_point return next(matches).load() StopIteration # bean-bake ledger.txt Traceback (most recent call last): File "/usr/local/bin/bean-bake", line 33, in <module> sys.exit(load_entry_point('beancount=3D=3D2.3.5', 'console_scripts', 'bean-bake')()) File "/usr/local/bin/bean-bake", line 25, in importlib_load_entry_point return next(matches).load() StopIteration --=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-276066-7788>