You are not logged in.
Pages: 1
Ukládám do: „sage-2.10.1.tar".
0% [ ] 829 372 294K/s wget: progress.c:972: create_image: Předpoklad „p - bp->buffer <= bp->width" nesplněn.
/usr/bin/makepkg: line 455: 6516 Neúspěšně ukončen (SIGABRT) $dlclient "$netfile"
==> CHYBA: Selhání při stahování sage-2.10.1.tarI found this http://www.mail-archive.com/wget@sunsit … 10842.html, but installing new version didn`t help. ![]()
Asus A6M-Q050
Offline
I found this http://www.mail-archive.com/wget@sunsit … 10842.html, but installing new version didn`t help.
The same for me, also czech locale. I downgraded wget and ignored it in pacman.conf and I'm just waiting for the next release.
PKGBUILD for v0.10.2 - works just fine
# $Id: PKGBUILD,v 1.24 2008/01/27 22:19:45 andyrtr Exp $
# Maintainer: Judd Vinet <jvinet@zeroflux.org>
pkgname=wget
pkgver=1.10.2
pkgrel=4
pkgdesc="A network utility to retrieve files from the Web"
arch=(i686 x86_64)
url="http://www.gnu.org/software/wget/wget.html"
license=('GPL3')
groups=('base')
depends=('glibc' 'openssl')
backup=('etc/wgetrc')
source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('795fefbb7099f93e2d346b026785c4b8')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc
make || return 1
make DESTDIR=$startdir/pkg install
}[dragonlord]
Server = http://repo.dragonlord.cz/arch/i686
or
Server = http://repo.dragonlord.cz/arch/x86_64
Offline
Same happends on my system. Once download, once not.
Offline
Tnx, that PKGBUILD fixed it.
Asus A6M-Q050
Offline
Tnx, that PKGBUILD fixed it.
now we just have to wait :)
btw. the russian version seems to have the same problem :P
[dragonlord]
Server = http://repo.dragonlord.cz/arch/i686
or
Server = http://repo.dragonlord.cz/arch/x86_64
Offline
Same problem with swedish version.
Offline
I have same problem, but i fix it with some changes in wget source in progressbar.c I remove line start with assert
Linux je jako mušketýři "jeden za všechny, všichni za jednoho"
Offline
Maybe that's an easy fix you've got there kozzi. Nevertheless I made a bug report: http://bugs.archlinux.org/task/9662
Offline
Pages: 1