@FabioLolix what do you mean rebuild the package? I just tried to install the package for the first time today and that's the error I was getting when running the program.
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/flac2all.git (read-only, click to copy) |
|---|---|
| Package Base: | flac2all |
| Description: | Multi-threaded audio converter of FLAC to either Ogg Vorbis or MP3 retaining all tags and metadata. |
| Upstream URL: | https://github.com/ZivaVatra/flac2all |
| Licenses: | GPL2 |
| Submitter: | graysky |
| Maintainer: | graysky |
| Last Packager: | graysky |
| Votes: | 38 |
| Popularity: | 0.009531 |
| First Submitted: | 2012-03-04 13:23 (UTC) |
| Last Updated: | 2025-11-10 18:47 (UTC) |
@FabioLolix what do you mean rebuild the package? I just tried to install the package for the first time today and that's the error I was getting when running the program.
@dbedrenko rebuild the package, I didn't had it installed, builded, run fine
@graysky
flac2all E: Dependency python-pyzmq specified in both depends and optdepends
Was getting this error every time I tried to run the program:
Traceback (most recent call last):
File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 563, in from_name
return next(cls.discover(name=name))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/danb/bin/flac2all", line 33, in <module>
sys.exit(load_entry_point('flac2all==5.5', 'console_scripts', 'flac2all')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/danb/bin/flac2all", line 22, in importlib_load_entry_point
for entry_point in distribution(dist_name).entry_points
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 981, in distribution
return Distribution.from_name(distribution_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 565, in from_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for flac2all
Couldn't figure it out so installed it with pipx install flac2all instead. Worked wonderfully
Okay, yes, I guess that a commit hash is probably unique, but when browsing through my $SRCDEST the commit hash isn’t very informative in telling me what package the .tar.gz is from/for… $pkgname-$_commit.tar.gz would probably be better. :)
The .patch file should probably be named with the $pkgname too, to make sure it is unique in the $SRCDEST, as per https://wiki.archlinux.org/title/PKGBUILD#source :)
Try 5.5-1
Getting this error:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/flac2all_pkg/__init__.py", line 42, in <module>
from shell import shell
ModuleNotFoundError: No module named 'shell'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/flac2all", line 33, in <module>
sys.exit(load_entry_point('flac2all==5.2', 'console_scripts', 'flac2all')())
File "/usr/bin/flac2all", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 972, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 790, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "/usr/lib/python3.9/site-packages/flac2all_pkg/__init__.py", line 50, in <module>
from .core import modetable, generate_summary, write_logfile
File "/usr/lib/python3.9/site-packages/flac2all_pkg/core.py", line 69, in <module>
modetable.extend([["f:" + x[0], x[1]] for x in ffmpeg(None, None).codeclist()])
File "/usr/lib/python3.9/site-packages/flac2all_pkg/ffmpeg.py", line 27, in codeclist
flist = sp.check_output([
File "/usr/lib/python3.9/subprocess.py", line 420, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.9/subprocess.py", line 524, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ffmpeg', '-encoders']' returned non-zero exit status 127.
python 3.9.1, Arch 5.4.82-1-lts. Any ideas?
@jlangeveld or anyone - I do not have time to test 5.0-1 so please try it and report back.