You are not logged in.

#1 2010-03-13 09:01:01

smileoa
Member
Registered: 2010-01-21
Posts: 8

[SOLVED] After upgrade aria2c bauerbill doesn't work.

HI,ALL


my bauerbill

......
:: The following packages will be downloaded:
   [extra]
     gnumeric

:: Number of Packages:                       1
:: Total Download Size:               8.81 MiB
:: Binary Package Install Size:      27.76 MiB

:: Proceed with download? [Y/n] 
--> Reflecting... retrieved 45 mirrors.

Exception caught
Exception: [MetalinkHelper.cc:75] No file entry found. Probably, the metalink file is not configured properly or broken.


:: 1 unsuccessful download(s). Would you like to retry? [Y/n]

but powerpill pacman yaourt all ok.

help me,thanks.

Last edited by smileoa (2010-03-14 02:54:06)

Offline

#2 2010-03-13 09:35:32

Primoz
Member
From: Ljubljana-Slovena-EU
Registered: 2009-03-04
Posts: 689

Re: [SOLVED] After upgrade aria2c bauerbill doesn't work.

Same thing here...

:: The following packages will be downloaded:
   [testing]
     vim

:: Number of Packages:                       1
:: Total Download Size:               5.40 MiB
:: Binary Package Install Size:      29.16 MiB

:: Proceed with download? [Y/n] y
--> Reflecting... retrieved 45 mirrors.

Exception caught
Exception: [MetalinkHelper.cc:75] No file entry found. Probably, the metalink file is not configured properly or broken.

I think the best thing to do is check aria2c settings; or revert back...


Arch x86_64 ATI AMD APU KDE frameworks 5
---------------------------------
Whatever I do, I always end up with something horribly mis-configured.

Offline

#3 2010-03-13 10:44:04

smileoa
Member
Registered: 2010-01-21
Posts: 8

Re: [SOLVED] After upgrade aria2c bauerbill doesn't work.

@Primoz
downgrade aria2 to 1.8.3-1, it works.
thanks.

Offline

#4 2010-03-14 01:00:30

delroth
Member
Registered: 2008-10-11
Posts: 8

Re: [SOLVED] After upgrade aria2c bauerbill doesn't work.

It looks like this new aria2 version does not allow absolute paths in the "name" absolute of "file" tags. And AFAICT, there is no flag to change this behavior.

Powerpill is working fine because it is using relative paths in the metalink file and sends the --dir=/var/cache/pacman/pkg option to aria2c. Bauerbill should be updated to do the same.

EDIT: A new upstream perl-xyne-arch version has been released, but does not fix this bug. I'll work on a patch.

EDIT2: A quick and very dirty solution : create a /usr/bin/aria2c-wrapper script containing this :

#!/bin/sh

sed 's@"/@"@g' | /usr/bin/aria2c $*

Then, chmod +x /usr/bin/aria2c-wrapper and change your /etc/{powerpill,bauerbill}.conf to have /usr/bin/aria2c-wrapper as your Aria2Bin.

Last edited by delroth (2010-03-14 01:29:28)

Offline

#5 2010-03-14 02:51:47

smileoa
Member
Registered: 2010-01-21
Posts: 8

Re: [SOLVED] After upgrade aria2c bauerbill doesn't work.

@delroth

It runs normal ,thank you very much.

Offline

#6 2010-03-14 03:12:38

Xyne
Forum Fellow
Registered: 2008-08-03
Posts: 6,965
Website

Re: [SOLVED] After upgrade aria2c bauerbill doesn't work.

This should be fixed now. Please use the bauerbill thread to report issues (or send me a message directly). I would have fixed this yesterday if I had known about it.

@delroth
Thanks for pinpointing the problem. It led me straight to a solution.


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

Offline

#7 2010-03-14 06:48:22

hw-tph
Member
Registered: 2006-11-01
Posts: 149

Re: [SOLVED] After upgrade aria2c bauerbill doesn't work.

Odd. I grabbed bauerbill 2010.02.17.1-2 from AUR and installed it but I still get the same aria2 error message posted above.

Offline

#8 2010-03-14 11:06:19

delroth
Member
Registered: 2008-10-11
Posts: 8

Re: [SOLVED] After upgrade aria2c bauerbill doesn't work.

Bauerbill uses Perl modules contained in the perl-xyne-arch package as its backend. You must upgrade the perl-xyne-arch package, not the bauerbill package.

Offline

#9 2010-03-15 19:16:43

hw-tph
Member
Registered: 2006-11-01
Posts: 149

Re: [SOLVED] After upgrade aria2c bauerbill doesn't work.

You're right, of course. Thanks. Today's update solved it.

Offline

Board footer

Powered by FluxBB