You are not logged in.

#551 2010-03-16 19:55:20

nous
Member
From: Across the Universe
Registered: 2006-08-18
Posts: 323
Website

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

@Xyne

Great job, dude!

Offline

#552 2010-03-17 01:24:12

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,965
Website

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

@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 smile


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#553 2010-03-17 02:12:34

davobrosia
Member
Registered: 2009-07-05
Posts: 3

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

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

#554 2010-03-17 02:27:35

smradlev
Member
Registered: 2009-06-26
Posts: 18

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

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

#555 2010-03-17 02:51:40

airbreather
Member
Registered: 2010-03-17
Posts: 4

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

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

#556 2010-03-17 04:03:26

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,965
Website

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

Ok, this should be fixed in perl-xyne-arch>=2010.03.17.1 (please confirm)


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#557 2010-03-17 04:17:52

airbreather
Member
Registered: 2010-03-17
Posts: 4

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

Yes, that fixed it.  Thanks Xyne!

Offline

#558 2010-03-17 04:29:00

jwbirdsong
Member
From: Western KS USA
Registered: 2006-11-25
Posts: 173

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

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

#559 2010-03-17 04:34:11

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,965
Website

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

@jwbirdsong

bauerbill --help wrote:

--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 StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#560 2010-03-17 04:51:43

jwbirdsong
Member
From: Western KS USA
Registered: 2006-11-25
Posts: 173

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

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

#561 2010-03-17 11:29:47

birdspider
Member
From: Vienna
Registered: 2007-12-29
Posts: 30
Website

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

@Xyne: confirm, last perl-xyne-arch fixes my problem -> BIG thanks wink

Offline

#562 2010-03-17 12:35:46

smradlev
Member
Registered: 2009-06-26
Posts: 18

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

Bug fixed! Thanks a lot, Xyne!

Offline

#563 2010-03-17 18:25:00

davobrosia
Member
Registered: 2009-07-05
Posts: 3

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

Yep, fixed here. Thanks.

Offline

#564 2010-03-17 19:51:48

pogeymanz
Member
Registered: 2008-03-11
Posts: 1,020

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

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

#565 2010-03-17 20:29:34

shanipribadi
Member
Registered: 2009-08-14
Posts: 6

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

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

#566 2010-03-18 01:39:02

birdspider
Member
From: Vienna
Registered: 2007-12-29
Posts: 30
Website

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

@pogeymanz i think it should work with

bauerbill -S --aur AUR/bin32-wine

Offline

#567 2010-03-18 02:56:53

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,965
Website

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

@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 StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#568 2010-03-18 15:44:07

dapolinario
Member
From: Brasil
Registered: 2010-03-18
Posts: 58

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

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

#569 2010-03-18 19:04:34

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,965
Website

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

@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 StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#570 2010-03-18 19:17:09

dapolinario
Member
From: Brasil
Registered: 2010-03-18
Posts: 58

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

Thanks!


Arch Linux: The power in your hands!

Offline

#571 2010-03-19 19:06:45

pogeymanz
Member
Registered: 2008-03-11
Posts: 1,020

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

birdspider wrote:

@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. big_smile

Offline

#572 2010-03-19 19:17:43

Daenyth
Forum Fellow
From: Boston, MA
Registered: 2008-02-24
Posts: 1,244

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

FYI bin32-wine is up to date in the Arch-games repo. Jelly does a great job with keeping it fresh smile

Offline

#573 2010-03-20 00:06:27

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,965
Website

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

@pogeymanz
Yeah, if you've enabled the "AUR" option in bauerbill.conf, you don't need to use the "--aur" command-lline option. wink tongue

@Daenyth
Did the request to provide PKGBUILDs in the games repo ever make any progress?


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#574 2010-03-20 02:04:44

shanipribadi
Member
Registered: 2009-08-14
Posts: 6

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

It works great now, thank very much.!!!

Offline

#575 2010-03-20 22:30:32

cool
Member
Registered: 2008-09-12
Posts: 111
Website

Re: Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

Typo alert!

--> Searching for AUR packages...
--> Loading AUR taurball data..

Last edited by cool (2010-03-20 22:31:41)

Offline

Board footer

Powered by FluxBB