Gentoo Archives: gentoo-user-ru

From: "Попов Владимир Ильич" <vip@×××××××××.ru>
To: gentoo-user-ru@l.g.o
Subject: [gentoo-user-ru] getdelta.sh
Date: Mon, 10 Nov 2008 06:51:42
Message-Id: 200811101252.01188.vip@bti.secna.ru
1 Добрый день!
2 После очередного обновления системы, перестал работать emerge с обновлениями
3 через дельту. Процесс просто останавливается...
4
5 пример:
6 >>> Fetching (12 of 257) kde-base/kdeartwork-iconthemes-4.1.3
7 >>> Downloading
8 'http://distfiles.gentoo.org/distfiles/kdeartwork-4.1.3.tar.bz2'
9
10 >>>Searching for a previously downloaded file in /usr/portage/distfiles
11
12 >>>We have the following candidates to choose from
13 >>>kdeartwork-3.5.10.tar.bz2
14 >>>kdeartwork-3.5.9.tar.bz2
15 >>>kdeartwork-4.1.2.tar.bz2
16
17 >>>The best of all is ... kdeartwork-4.1.2.tar.bz2
18
19 >>>Checking if this file is OK.
20
21
22 Я удалил настройки /etc/deltup. После чего, перезапустив скрипт getdelta.sh,
23 увидел новые чудеса..
24
25 >>> Fetching (12 of 257) kde-base/kdeartwork-iconthemes-4.1.3
26 >>> Downloading
27 'http://distfiles.gentoo.org/distfiles/kdeartwork-4.1.3.tar.bz2'
28 >>> /usr/bin/getdelta.sh: line 298: 3: command not found
29 >>> /usr/bin/getdelta.sh: line 298: 3: command not found
30 >>> /usr/bin/getdelta.sh: line 298: 3: command not found
31 >>> /usr/bin/getdelta.sh: line 298: 3: command not found
32
33 И процесс опять останавливается... :(
34
35 Открывая скрипт getdelta.sh на указанной строке, вижу следующее:
36
37 296 # some colors for colored output
38 297 output() {
39 298 ${VERBOSITY} && echo -e "$1${NORMAL}" | tee -a $LOGFILE
40 299 }
41
42 На какую команду ругается? Кто-нибудь с таким сталкивался?

Replies

Subject Author
Re: [gentoo-user-ru] getdelta.sh Edward Hades <edward.hades@×××××.com>
Re: [gentoo-user-ru] getdelta.sh hajit <hajit@×××××××××.ru>