Package Details: bmaptool 3.9.0-2

Git Clone URL: https://aur.archlinux.org/bmaptool.git (read-only, click to copy)
Package Base: bmaptool
Description: Tool optimized for copying largely sparse files using information from a block map (bmap) file
Upstream URL: https://github.com/yoctoproject/bmaptool
Licenses: GPL2
Replaces: bmap-tools
Submitter: 2bluesc
Maintainer: 2bluesc
Last Packager: 2bluesc
Votes: 14
Popularity: 0.024779
First Submitted: 2024-06-22 23:09 (UTC)
Last Updated: 2025-06-13 13:12 (UTC)

Latest Comments

1 2 Next › Last »

bart commented on 2025-06-13 07:27 (UTC)

Any reason you changed the package name to python-bmaptool? If I look at the naming rules on the wiki, I would assume dropping the python- prefix is the better option. But enlighten me if you disagree ;)

kistlin commented on 2025-06-10 14:16 (UTC)

...
  -> Extracting v3.9.0.tar.gz with bsdtar
==> Sources are ready.
bmaptool-3.9.0-1: parsing pkg list...
error: package list does not match srcinfo
error: packages failed to build: bmaptool-3.9.0-1

Looks like makepkg --printsrcinfo > .SRCINFO was missing after the latest chagnes.

2bluesc commented on 2024-05-17 16:19 (UTC)

@riv91 rebuilding this project (and all python packages) after installing python 3.12 is the recommended way.

riv91 commented on 2024-05-17 14:44 (UTC)

I have fixed the error "PackageNotFoundError" on latest Arch by copying files from the package not only to "/usr/lib/python3.11/" but also to "/usr/lib/python3.12/".

2bluesc commented on 2023-11-20 04:09 (UTC)

@jsimon0 oops. Not sure how I messed that up, but fixed now. Thanks for catching it.

jsimon0 commented on 2023-11-20 03:38 (UTC)

I think that last commit wasn't what you wanted my friend...PKGBUILD is entirely empty

julian.poidevin commented on 2023-05-24 07:19 (UTC)

@askebm Amazing ! That worked for me ! I only just needed to clean install the bmap-tools after reinstalling all python packages to get it finally working. Thanks a lot.

askebm commented on 2023-05-24 07:14 (UTC)

@akif @2bluesc I had the same issue. I ended up reinstalling all python packages to get it working yay -S --rebuild $(yay -Q | grep python | awk '{print $1}')

akif commented on 2023-05-15 03:14 (UTC) (edited on 2023-05-15 03:18 (UTC) by akif)

@2bluesc I am also getting the same error as @julian.poidevin.

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 "/usr/bin/bmaptool", line 33, in <module>
    sys.exit(load_entry_point('bmap-tools==3.6', 'console_scripts', 'bmaptool')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/bmaptool", 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 bmap-tools

2bluesc commented on 2023-05-10 00:12 (UTC)

@julian.poidevin I think something is wrong with your python environment, I can't reproduce this:

~ ❯❯❯ python3 --version
Python 3.11.3
~ ❯❯❯ bmaptool
usage: bmaptool [-h] [--version] [-q] [-d] {create,copy} ...
bmaptool: error: the following arguments are required: command
~ ❯❯❯ bmaptool --version
bmaptool 3.6