ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] "Битые" пакеты 
@ 2003-11-05 23:10 Anton Komarevtsev
  2003-11-06  7:37 ` [sisyphus] " Michael Shigorin
  0 siblings, 1 reply; 4+ messages in thread
From: Anton Komarevtsev @ 2003-11-05 23:10 UTC (permalink / raw)
  To: sisyphus

У меня репозитарий плохой или на самом деле на этой неделе в сизифе 
чего-то не хватает? ;)

Следующие пакеты имеют неудовлетворенные зависимости:
   rpm-build: Требует: autoconf
              Требует: autoconf-common но пакет не будет установлен
E: Извините, `битые' пакеты



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [sisyphus] Re: "Битые" пакеты
  2003-11-05 23:10 [sisyphus] "Битые" пакеты Anton Komarevtsev
@ 2003-11-06  7:37 ` Michael Shigorin
  2003-11-06 19:00   ` Anton Komarevtsev
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Shigorin @ 2003-11-06  7:37 UTC (permalink / raw)
  To: sisyphus

On Thu, Nov 06, 2003 at 02:10:10AM +0300, Anton Komarevtsev wrote:
> У меня репозитарий плохой или на самом деле на этой неделе в
> сизифе чего-то не хватает? ;)
>   rpm-build: Требует: autoconf

Кажется, первое.  apt-get install autoconf-common => ?

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] Re: "Битые" пакеты
  2003-11-06  7:37 ` [sisyphus] " Michael Shigorin
@ 2003-11-06 19:00   ` Anton Komarevtsev
  2003-11-07 18:23     ` Michael Shigorin
  0 siblings, 1 reply; 4+ messages in thread
From: Anton Komarevtsev @ 2003-11-06 19:00 UTC (permalink / raw)
  To: sisyphus

Michael Shigorin wrote:
> On Thu, Nov 06, 2003 at 02:10:10AM +0300, Anton Komarevtsev wrote:
> 
>>У меня репозитарий плохой или на самом деле на этой неделе в
>>сизифе чего-то не хватает? ;)
>>  rpm-build: Требует: autoconf
> 
> 
> Кажется, первое.  apt-get install autoconf-common => ?
> 
Нет, кажется, второе. Пакет autoconf-common установлен. autoconf - 
виртуальный. php завязан на autoconf_2.5, rpm-build - не понятно, на 
что. Но выдает эту ошибку как при наличии 2.5, так и при 2.13. То же 
самое валится, даже если удалить весь autoconf



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [sisyphus] Re: "Битые" пакеты
  2003-11-06 19:00   ` Anton Komarevtsev
@ 2003-11-07 18:23     ` Michael Shigorin
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Shigorin @ 2003-11-07 18:23 UTC (permalink / raw)
  To: sisyphus

On Thu, Nov 06, 2003 at 10:00:34PM +0300, Anton Komarevtsev wrote:
> >>У меня репозитарий плохой или на самом деле на этой неделе в
> >>сизифе чего-то не хватает? ;)
> >> rpm-build: Требует: autoconf
> >Кажется, первое.  apt-get install autoconf-common => ?
> Нет, кажется, второе. Пакет autoconf-common установлен.
> autoconf - виртуальный. php завязан на autoconf_2.5, rpm-build
> - не понятно, на что. Но выдает эту ошибку как при наличии 2.5,
> так и при 2.13. То же самое валится, даже если удалить весь
> autoconf

work:~> rpm -qa | grep autoconf
autoconf_2.5-2.57-alt2
autoconf-common-0.2-alt1
work:~> sudo apt-get remove autoconf-common                        
Reading Package Lists... Done
Collecting File Provides... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
  autoconf-common autoconf_2.5 hasher rox rpm-build rpm-utils sisyphus
  tcl-devel
0 packages upgraded, 0 newly installed, 8 removed and 0 not upgraded.
Need to get 0B of archives.
After unpacking 7954kB disk space will be freed.
Do you want to continue? [Y/n] 
Executing RPM (/bin/rpm -e --fancypercent --nodeps)...
work:~> sudo apt-get install hasher rpm-utils
Reading Package Lists... Done
Collecting File Provides... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  autoconf-common autoconf_2.5 rpm-build sisyphus
The following NEW packages will be installed:
  autoconf-common autoconf_2.5 hasher rpm-build rpm-utils sisyphus
0 packages upgraded, 6 newly installed, 0 removed and 0 not upgraded.
Need to get 0B/658kB of archives.
After unpacking 1633kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Executing RPM (/bin/rpm -Uvh --fancypercent --oldpackage)...
Preparing...                 ########################################### [100%]
1: autoconf-common           ########################################### [ 16%]
2: autoconf_2.5              ########################################### [ 33%]
3: rpm-build                 ########################################### [ 50%]
4: rpm-utils                 ########################################### [ 66%]
5: sisyphus                  ########################################### [ 83%]
6: hasher                    ########################################### [100%]
work:~> cat /etc/altlinux-release 
ALT Linux Sisyphus (20031106)

Все работает.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-11-07 18:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-05 23:10 [sisyphus] "Битые" пакеты Anton Komarevtsev
2003-11-06  7:37 ` [sisyphus] " Michael Shigorin
2003-11-06 19:00   ` Anton Komarevtsev
2003-11-07 18:23     ` Michael Shigorin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git