[Bug 255732] audio/beets: broken with python38.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun May 9 20:40:07 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255732
Bug ID: 255732
Summary: audio/beets: broken with python38.
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: rigoletto at freebsd.org
Hello,
beets is broken here when built against python38, and no idea why but I suppose
it may be a missing dependency:
Traceback (most recent call last):
File "/usr/local/bin/beet", line 11, in <module>
load_entry_point('beets==1.4.9', 'console_scripts', 'beet')()
File "/usr/local/lib/python3.8/site-packages/beets/ui/__init__.py", line
1266, in main
_raw_main(args)
File "/usr/local/lib/python3.8/site-packages/beets/ui/__init__.py", line
1249, in _raw_main
subcommands, plugins, lib = _setup(options, lib)
File "/usr/local/lib/python3.8/site-packages/beets/ui/__init__.py", line
1144, in _setup
lib = _open_library(config)
File "/usr/local/lib/python3.8/site-packages/beets/ui/__init__.py", line
1201, in _open_library
get_path_formats(),
File "/usr/local/lib/python3.8/site-packages/beets/ui/__init__.py", line 619,
in get_path_formats
path_formats.append((query, template(view.as_str())))
File "/usr/local/lib/python3.8/site-packages/beets/util/functemplate.py",
line 571, in template
return Template(fmt)
File "/usr/local/lib/python3.8/site-packages/beets/util/functemplate.py",
line 581, in __init__
self.compiled = self.translate()
File "/usr/local/lib/python3.8/site-packages/beets/util/functemplate.py",
line 614, in translate
func = compile_func(
File "/usr/local/lib/python3.8/site-packages/beets/util/functemplate.py",
line 155, in compile_func
prog = compile(mod, '<generated>', 'exec')
ValueError: Name node can't be used with 'None' constant
Thanks you!
--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Maintainer informed via mail
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list