Package Details: bauerbill 2021.12.31-13

Git Clone URL: https://aur.archlinux.org/bauerbill.git (read-only, click to copy)
Package Base: bauerbill
Description: Extension of Powerpill with AUR and ABS support.
Upstream URL: https://xyne.dev/projects/bauerbill
Keywords: abs arch_linux aur pacman system
Licenses: GPL
Submitter: Xyne
Maintainer: Xyne
Last Packager: Xyne
Votes: 44
Popularity: 0.037315
First Submitted: 2015-12-04 17:46 (UTC)
Last Updated: 2023-06-27 09:32 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

Xyne commented on 2017-04-09 19:12 (UTC)

Did you update pm2ml?

<deleted-account> commented on 2017-03-31 14:33 (UTC)

After the last update I'm getting this error message: $ bb-wrapper -Syyu --aur Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/usr/lib/python3.6/site-packages/Bauerbill.py", line 1150, in <module> run_main() File "/usr/lib/python3.6/site-packages/Bauerbill.py", line 1132, in run_main return main(args) File "/usr/lib/python3.6/site-packages/Bauerbill.py", line 1084, in main bb.refresh() File "/usr/lib/python3.6/site-packages/Bauerbill.py", line 467, in refresh self.powerpill.pm2ml.refresh_databases(opi=False) AttributeError: 'Pm2ml' object has no attribute 'refresh_databases'

Xyne commented on 2016-07-10 20:55 (UTC)

I have been gradually working on a new backend for a while. It is available for testing here[1]. It is not entirely backwards-compatible so please give it a try now and get ready to migrate your configuration files and scripts. Extension developers are most welcome :D. Please keep related discussion in the forum thread. [1] https://bbs.archlinux.org/viewtopic.php?id=214706

Xyne commented on 2016-06-18 19:56 (UTC)

@print You need to build the package with makepkg. Please read the makepkg and PKGBUILD pages on the wiki.

print commented on 2016-06-16 02:11 (UTC)

% pacman -U bauerbill-2016.4.20.tar.xz loading packages... error: missing package metadata in bauerbill-2016.4.20.tar.xz error: 'bauerbill-2016.4.20.tar.xz': invalid or corrupted package

Xyne commented on 2016-02-15 01:30 (UTC)

NOTE TO ALL AUR USERS Please follow the forum thread for discussions about issues, updates, etc. In particular, the last release includes a patched version of makepkg that restores the deprecated --pkg option for selective installation of split packages along with some other changes that will require an update to the configuration file if it has been modified. https://bbs.archlinux.org/viewtopic.php?id=205834

Xyne commented on 2016-01-14 20:23 (UTC) (edited on 2016-01-14 20:24 (UTC) by Xyne)

@Imat The wiki page is from the previous version a few years ago. Other people wrote it and then it was removed when the previous version was deprecated. I may fill in the page myself but someone else will do it eventually if I don't. Until then, check the project page for usage examples. Post any questions that you have here or on the forum (preferably the forum for development question, here for packaging issues). The error indicates that you do not have the latest version of powerpill and probably some other dependencies. These packages are developed in parallel and need to be kept in sync. I suppose that it will be easier once bauerbill is installed ;) Until then, you can use my repo[1] to synchronize my packages if you don't want to do it manually. [1] http://xyne.archlinux.ca/repos/

lmat commented on 2016-01-14 19:49 (UTC)

Maybe I'm running it incorrectly? lawsa@ryle~/builds/aur/bauerbill$ bauerbill -Syu Traceback (most recent call last): File "/usr/lib/python3.5/runpy.py", line 170, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.5/runpy.py", line 85, in _run_code exec(code, run_globals) File "/usr/lib/python3.5/site-packages/Bauerbill.py", line 1422, in <module> run_main() File "/usr/lib/python3.5/site-packages/Bauerbill.py", line 1406, in run_main return main(args) File "/usr/lib/python3.5/site-packages/Bauerbill.py", line 1172, in main Powerpill.configure_logging(pp_pargs, pargs['bb-quiet']) AttributeError: module 'Powerpill' has no attribute 'configure_logging'

lmat commented on 2016-01-14 19:46 (UTC)

The wikipedia page is incorrect? https://wiki.archlinux.org/index.php/Bauerbill

Xyne commented on 2016-01-03 02:29 (UTC)

@Kaeltis I prefer to use long explicit options for non-pacman arguments to avoid potential name collisions in the future. That said, I plan to refactor the bauerbill/powerpill/pm2ml argument parsing which has become a mess and I have an idea to make arguments configurable.