You are not logged in.
@Xyne
Great job, dude!
Offline
@birdspider
I didn't notice anything strange in your config. The bauerbill output suggests that you have clojure available in a repo that pacman doesn't recognize, but I don't understand how that could be possible unless you're using aliases to select configuration files. I can't reproduce this so I don't know where to begin.
What happens if you try "bauerbill -S --aur aur/clojure"?
@orphius1970
I don't want to integrate that into bauerbill. It would be cleaner to write a separate command-line news reader.
@nous
thanks
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
I get the same problem.
[~]$ sudo bauerbill -S --aur aur/hwinfo
--> resolving readline... installed
--> resolving ncurses... installed
--> resolving pam... installed
--> resolving tcp_wrappers... installed
--> Switching to pacman: /usr/bin/pacman-color -S aur/hwinfo
error: repository 'aur' not found
error: 'aur/hwinfo': no such repository
[~]$ sudo bauerbill -S --aur AUR/hwinfo
--> resolving readline... installed
--> resolving ncurses... installed
--> resolving pam... installed
--> resolving tcp_wrappers... installed
--> Switching to pacman: /usr/bin/pacman-color -S AUR/hwinfo
error: repository 'AUR' not found
error: 'AUR/hwinfo': no such repository
I was unsure whether the repository is case-sensitive or not.
Last edited by davobrosia (2010-03-17 02:18:19)
Offline
I have a problem which I guess is the same as birdspider and davobrosia's problem:
[~]$ sudo bauerbill -Ss tp_smapi --aur
AUR/tp_smapi 0.40-2 (installed)
Modules for ThinkPad's SMAPI functionality
[~]$ sudo bauerbill -S tp_smapi --aur
--> resolving readline... installed
--> resolving ncurses... installed
--> resolving pam... installed
--> resolving tcp_wrappers... installed
--> Switching to pacman: /usr/bin/pacman -S tp_smapi
tp_smapi package not found, searching for group...
error: 'tp_smapi': not found in sync db
Last edited by smradlev (2010-03-17 02:35:57)
Offline
Same problem as smradlev and birdspider: the quickfix is to comment out Memoize in /etc/bauerbill.conf
[22:45][joe@joe-desktop] ~ $ sudo bauerbill -S chromium-browser-bin
--> resolving readline... installed
--> resolving ncurses... installed
--> resolving pam... installed
--> resolving tcp_wrappers... installed
--> Switching to pacman: /usr/bin/pacman-color -S chromium-browser-bin
chromium-browser-bin package not found, searching for group...
error: 'chromium-browser-bin': not found in sync db
[22:45][joe@joe-desktop] ~ $ sudo sed -i 's/^Memoize/# Memoize/' /etc/bauerbill.conf
[22:45][joe@joe-desktop] ~ $ sudo bauerbill -S chromium-browser-bin
WARNING: chromium-browser-bin does not match any package or group in sync db
--> Searching for AUR packages...
--> Loading AUR taurball data...
WARNING: about to source /tmp/bauerbill/build/aur/chromium-browser-bin/PKGBUILD
view [v] backup [b] edit [e] continue [ok] skip [s] abort [x] x
aborting...
[22:45][joe@joe-desktop] ~ $ sudo bauerbill -Q perl-xyne-arch bauerbill
--> Switching to pacman: /usr/bin/pacman-color -Q perl-xyne-arch bauerbill
perl-xyne-arch 2010.03.16.1-1
bauerbill 2010.03.14.1-1
Offline
Ok, this should be fixed in perl-xyne-arch>=2010.03.17.1 (please confirm)
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
Yes, that fixed it. Thanks Xyne!
Offline
I couldn't repoduce the error either so I can't speak to whether it's fixed or not.. but I did stumble across a small inconvience(?) while tring to duplicate it. Seems there is no way to pass the --force (-f) flag to makepkg if a package has preciously been built (same day).
jwbirdhost jwbirdsong ~
$ sudo bauerbill -S -f uzbl-experimental-git --aur
WARNING: uzbl-experimental-git does not match any package or group in sync db
--> Searching for AUR packages...
--> Loading AUR taurball data...
WARNING: about to source /home/jwbirdsong/bauerbill/build/aur/uzbl-experimental-git/PKGBUILD
view [v] backup b edit [e] continue [ok] skip [s] abort [x] ok
--> resolving libwebkit>=1.1.15... installed (provided by libwebkit-newest)
--> resolving gtk2... installed
--> resolving libsoup>=2.24... installed
--> resolving git... installed
--> resolving pkgconfig... installed
--> Determining sizes of source files...
--> Building uzbl-experimental-git...
==> Determining latest git revision...
-> Version found: 20100316
==> ERROR: A package has already been built. (use -f to overwrite)
ERROR: makepkg exited with an error (256)
--> Installing /home/jwbirdsong/bauerbill/build/aur/uzbl-experimental-git/uzbl-experimental-git-20100316-1-x86_64.pkg.tar.gz...
--> Running pacman: /usr/bin/pacman --cachedir "/var/cache/pacman/pkg" -U -f /home/jwbirdsong/bauerbill/build/aur/uzbl-experimental-git/uzbl-experimental-git-20100316-1-x86_64.pkg.tar.gz
loading package data...
checking dependencies...
(1/1) upgrading uzbl-experimental-git [######################################################################################################################################################] 100%
--> Done
I tried bauerbill -Sf uzbl-experimental-git --aur and bauerbill -S uzbl-experimental-git --aur -f in addition to the above. .. Also tried with --force in all places.
Perhaps you are aware of that and part of what you meant by
Of course the parser is not perfect and there will be special cases in which it fails miserably
from man page. IF so I would hesitate to call the above small defect "fails miserably".
Thanks for ALL you work.
Last edited by jwbirdsong (2010-03-17 04:33:25)
PLEASE read and try to FIX/FILE BUGS instead of assuming other have/will.
Offline
@jwbirdsong
--makepkg-args [makepkg args]
Additional arguments to makepkg which will be used when building
packages from source. Check the makepkg documentation for details.Note that makepkg is NEVER RUN AS ROOT so there is no reason to pass it
arguments which would allow it to be run as root.
Try
bauerbill --makepkg-args '-f' ...
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
Sorry NOT sure how I missed that in man/help. I REALLY.. REALLY have read it. (more than once sadly) Ignore above.
PLEASE read and try to FIX/FILE BUGS instead of assuming other have/will.
Offline
@Xyne: confirm, last perl-xyne-arch fixes my problem -> BIG thanks
Offline
Bug fixed! Thanks a lot, Xyne!
Offline
Yep, fixed here. Thanks.
Offline
Can you add a feature to make the --aur flag force installation from the AUR even if the package exists in a repository?
Specifically, I'd like to install bin32-wine from AUR, but an older version is in archlinuxfr repo.
I.E., I'd like
bauerbill -S --aur bin32-wine
to install bin32-wine from the AUR.
Offline
Hello, i'd like to ask if there was an option so that bauerbill would continue installing available packages from aur and not stopping when it cannot find some of the requested packages in aur? I'm asking this because I have a couple packages that is not from aur, (made it my self, or from archaudio svn that I modified) and I wanted to use bauerbill -Su --aur --devel to automatically update packages that are using vcs. Because of this I had to manually type bauerbill -S --aur each_packages_that_i_want_to_update. Or is there any other workaround so I could supply the taurballs for those packages that are not found in aur?
bauerbill -Su --aur --devel
WARNING: python-fapws3-git does not match any package or group in sync db
WARNING: lxdm-git does not match any package or group in sync db
WARNING: qtractor-svn does not match any package or group in sync db
WARNING: rakarrack-git does not match any package or group in sync db
WARNING: tap-plugins-cvs does not match any package or group in sync db
WARNING: calf-git does not match any package or group in sync db
WARNING: phasex-git does not match any package or group in sync db
WARNING: jack2-svn does not match any package or group in sync db
WARNING: opentyrian-hg does not match any package or group in sync db
WARNING: mplayer-minimal-svn does not match any package or group in sync db
WARNING: mc-git does not match any package or group in sync db
--> Searching for AUR packages...
error: not found in sync db or AUR: "qtractor-svn" "python-fapws3-git" "jack2-svn"
sudo bauerbill -Su --aur --devel 11.71s user 2.22s system 78% cpu 17.821 total
Thank you for this very great software.
Offline
@pogeymanz i think it should work with
bauerbill -S --aur AUR/bin32-wine
Offline
@pogeymanz
See birdspider's post above this one. You can prefix the repo to the pkgname to force repo selection.
@shanipribadi
Install perl-xyne-arch>=2010.03.18.1 from my site and let me know if it works. It should print out a warning about unrecognized packages now instead of an error, then continue on with the operation.
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
I can not install opensonic that is in AUR for 32-bit through bauerbill. He thinks my system is 64 bits.
With makepkg works!
Sorry for English.
Arch Linux: The power in your hands!
Offline
@dapolinario
The PKGBUILD parser is not perfect and sometimes user intervention is required. Edit the PKGBUILD at the prompt by pressing "e" and change
[ "$CARCH" = "i686" ] && depends=('libxpm' 'libxcursor' 'libxxf86vm' 'libvorbis')
[ "$CARCH" = "x86_64" ] && depends=('lib32-libxpm' 'lib32-libxcursor' 'lib32-libxxf86vm' 'lib32-libvorbis')
to
depends=('libxpm' 'libxcursor' 'libxxf86vm' 'libvorbis')
if your system is i686.
If you enable "PatchDir" in the options, you can then use "[d] diff" at the prompt to create a patch. The next time you build the package, you will then be able to use "[p] patch" to avoid editing the PKGBUILD again.
I am working on a better PKGBUILD parser, but I don't have much time and I'm trying an entirely different method, so it will take a while before it's ready, if it even works at all.
Last edited by Xyne (2010-03-18 19:05:07)
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
Thanks!
Arch Linux: The power in your hands!
Offline
@pogeymanz i think it should work with
bauerbill -S --aur AUR/bin32-wine
Actually, it seems that the --aur is redundant.
bauerbill -S AUR/bin32-wine
works just fine.
Awesome.
Offline
FYI bin32-wine is up to date in the Arch-games repo. Jelly does a great job with keeping it fresh
[git] | [AURpkgs] | [arch-games]
Offline
@pogeymanz
Yeah, if you've enabled the "AUR" option in bauerbill.conf, you don't need to use the "--aur" command-lline option.
@Daenyth
Did the request to provide PKGBUILDs in the games repo ever make any progress?
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
It works great now, thank very much.!!!
Offline
Typo alert!
--> Searching for AUR packages...
--> Loading AUR taurball data..
Last edited by cool (2010-03-20 22:31:41)
Offline