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: Marmotte
Last Packager: 2bluesc
Votes: 14
Popularity: 0.003027
First Submitted: 2024-06-22 23:09 (UTC)
Last Updated: 2025-06-13 13:12 (UTC)

Latest Comments

1 2 3 Next › Last »

Marmotte commented on 2026-06-15 13:52 (UTC)

@maik93 On my end it is correctly installed in /usr/bin/bmaptool so I'm not sure why we are getting different install path.

Maik93 commented on 2026-01-10 18:29 (UTC) (edited on 2026-01-10 18:42 (UTC) by Maik93)

why is the binary installed in /usr/lib/bin/bmaptool? Replacing line 23 with python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl whould fix

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}')