You are not logged in.

#1 2008-02-18 20:14:27

KimTjik
Member
From: Sweden
Registered: 2007-08-22
Posts: 715

Help figuring out a makepkg problem (Song-bird)

I've tried today to make a package based on AUR PKGBUILDs of Song-bird. I'm a bit confused since I don't know whether I've got a problem or there's something wrong with the package alternatively the download.

Anyway this happens all the time with both Song-bird and the nightly build in AUR:

HTTP-begäran skickad, väntar på svar... 200 OK
Längd: 19727562 (19M) [binary/octet-stream]
Sparar till "Songbird_0.4_linux-i686.tar.gz".

2% [>                                                        ] 471 219      158K/s             wget: progress.c:972: create_image: Försäkran "p - bp->buffer <= bp->width" falsk.
/usr/bin/makepkg: line 455: 18013 Avbruten (SIGABRT)      $dlclient "$netfile"
==> ERROR: Failure while downloading Songbird_0.4_linux-i686.tar.gz

I don't know what affect the line 455 has on this, but to make it easier here it is:

local netfile
    for netfile in ${source[@]}; do     <-----this is line 455
        local file=$(strip_url "$netfile")
        if [ -f "$startdir/$file" ]; then
            msg2 "$(gettext "Found %s in build dir")" "$file"
            cp -s --remove-destination "$startdir/$file" "$srcdir/"
            continue
        elif [ -f "$SRCDEST/$file" ]; then
            msg2 "$(gettext "Using cached copy of %s")" "$file"
            cp -s --remove-destination "$SRCDEST/$file" "$srcdir/"
            continue
        fi

I don't have any issues with other packages, or at least not the ones I've made until today. On a previous Arch system I didn't have any problems with Song-bird.

For clarity: I'm making it as user, fakeroot, in my home folder, and I've got all permissions for it (I did have permission problems at the beginning of this ftp-install, but that's a know issue, so that has been korrekted and /tmp also has 1777 permissions). Still something doesn't work out right.

Help appreciated.

Regards,
KimTjik

Last edited by KimTjik (2008-02-18 20:15:44)

Offline

#2 2008-02-18 20:24:38

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: Help figuring out a makepkg problem (Song-bird)

And what happens when you use wget manually :
wget http://s3.amazonaws.com/download.songbi … 686.tar.gz
?


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#3 2008-02-18 20:34:44

KimTjik
Member
From: Sweden
Registered: 2007-08-22
Posts: 715

Re: Help figuring out a makepkg problem (Song-bird)

Hm, something seems wrong here, but I don't know what. wget ends with the same error, but downloading through FireFox works.

Honestly, I don't know what to fix or how.

Edit: after some more search I see that other also have a problem with this: http://bbs.archlinux.org/viewtopic.php?id=43406 and bug report: http://bugs.archlinux.org/task/9299

Last edited by KimTjik (2008-02-18 20:37:20)

Offline

Board footer

Powered by FluxBB