[Bug 276066] beancount:

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 01 Jan 2024 21:44:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276066

            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==2.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==2.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==2.3.5', 'console_scripts',
'bean-bake')())
  File "/usr/local/bin/bean-bake", line 25, in importlib_load_entry_point
    return next(matches).load()
StopIteration

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