* [devel] I: Sisyphus-20050623 unmets: +2 -2 (123/71)
@ 2005-06-22 20:25 Alexey Tourbin
2005-06-22 20:35 ` Dmitry V. Levin
0 siblings, 1 reply; 8+ messages in thread
From: Alexey Tourbin @ 2005-06-22 20:25 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
NEW unmet dependencies detected:
aspell-ispell#0.60.2-alt4 aspell (= 0.60.2)
libaspell-devel#0.60.2-alt4 libaspell (= 0.60.2)
OLD unmet dependencies evaporated:
aspell-ispell#0.60.2-alt3 aspell (= 0.60.2)
libaspell-devel#0.60.2-alt3 libaspell (= 0.60.2)
Total 71 packages have 123 unmet dependencies.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] I: Sisyphus-20050623 unmets: +2 -2 (123/71)
2005-06-22 20:25 [devel] I: Sisyphus-20050623 unmets: +2 -2 (123/71) Alexey Tourbin
@ 2005-06-22 20:35 ` Dmitry V. Levin
2005-06-22 20:47 ` [devel] " Alexey Tourbin
0 siblings, 1 reply; 8+ messages in thread
From: Dmitry V. Levin @ 2005-06-22 20:35 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 489 bytes --]
On Thu, Jun 23, 2005 at 12:25:31AM +0400, Alexey Tourbin wrote:
> NEW unmet dependencies detected:
> aspell-ispell#0.60.2-alt4 aspell (= 0.60.2)
> libaspell-devel#0.60.2-alt4 libaspell (= 0.60.2)
>
> OLD unmet dependencies evaporated:
> aspell-ispell#0.60.2-alt3 aspell (= 0.60.2)
> libaspell-devel#0.60.2-alt3 libaspell (= 0.60.2)
Это что странное.
Не надо использовать системный apt.conf, там страшные вещи написаны, для
подготовки отчётов он не годится.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* [devel] Re: I: Sisyphus-20050623 unmets: +2 -2 (123/71)
2005-06-22 20:35 ` Dmitry V. Levin
@ 2005-06-22 20:47 ` Alexey Tourbin
2005-06-22 21:00 ` Dmitry V. Levin
0 siblings, 1 reply; 8+ messages in thread
From: Alexey Tourbin @ 2005-06-22 20:47 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 841 bytes --]
On Thu, Jun 23, 2005 at 12:35:37AM +0400, Dmitry V. Levin wrote:
> > NEW unmet dependencies detected:
> > aspell-ispell#0.60.2-alt4 aspell (= 0.60.2)
> > libaspell-devel#0.60.2-alt4 libaspell (= 0.60.2)
> >
> > OLD unmet dependencies evaporated:
> > aspell-ispell#0.60.2-alt3 aspell (= 0.60.2)
> > libaspell-devel#0.60.2-alt3 libaspell (= 0.60.2)
>
> Это что странное.
>
> Не надо использовать системный apt.conf, там страшные вещи написаны, для
> подготовки отчётов он не годится.
Скрипт использует mkaptbox(1).
rm -rf unmets/aptbox
mkaptbox -q --without-stuff unmets
unmets/aptbox/apt-cache unmet >unmets/list.orig
Далее следует обработка list.orig и сравнение с результатами предыдущей
обработки. Т.е. установленные в хост-системе пакеты, по идее, не влияют
на результат.
Каким должен быть apt.conf?
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Re: I: Sisyphus-20050623 unmets: +2 -2 (123/71)
2005-06-22 20:47 ` [devel] " Alexey Tourbin
@ 2005-06-22 21:00 ` Dmitry V. Levin
2005-06-22 23:38 ` Alexey Tourbin
0 siblings, 1 reply; 8+ messages in thread
From: Dmitry V. Levin @ 2005-06-22 21:00 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 1197 bytes --]
On Thu, Jun 23, 2005 at 12:47:55AM +0400, Alexey Tourbin wrote:
> On Thu, Jun 23, 2005 at 12:35:37AM +0400, Dmitry V. Levin wrote:
> > > NEW unmet dependencies detected:
> > > aspell-ispell#0.60.2-alt4 aspell (= 0.60.2)
> > > libaspell-devel#0.60.2-alt4 libaspell (= 0.60.2)
> > >
> > > OLD unmet dependencies evaporated:
> > > aspell-ispell#0.60.2-alt3 aspell (= 0.60.2)
> > > libaspell-devel#0.60.2-alt3 libaspell (= 0.60.2)
> >
> > Это что странное.
> >
> > Не надо использовать системный apt.conf, там страшные вещи написаны, для
> > подготовки отчётов он не годится.
>
> Скрипт использует mkaptbox(1).
>
> rm -rf unmets/aptbox
> mkaptbox -q --without-stuff unmets
> unmets/aptbox/apt-cache unmet >unmets/list.orig
>
> Далее следует обработка list.orig и сравнение с результатами предыдущей
> обработки. Т.е. установленные в хост-системе пакеты, по идее, не влияют
> на результат.
Всё верно, но у mkaptbox(1) есть параметр --apt-config, который надо
использовать; apt.conf, используемый для отчётов, должен быть максимально
приближен к пакетному.
> Каким должен быть apt.conf?
Чем меньше в нём будет локальной специфики, тем лучше.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* [devel] Re: I: Sisyphus-20050623 unmets: +2 -2 (123/71)
2005-06-22 21:00 ` Dmitry V. Levin
@ 2005-06-22 23:38 ` Alexey Tourbin
2005-06-22 23:45 ` Dmitry V. Levin
0 siblings, 1 reply; 8+ messages in thread
From: Alexey Tourbin @ 2005-06-22 23:38 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 1862 bytes --]
On Thu, Jun 23, 2005 at 01:00:46AM +0400, Dmitry V. Levin wrote:
> Всё верно, но у mkaptbox(1) есть параметр --apt-config, который надо
> использовать; apt.conf, используемый для отчётов, должен быть максимально
> приближен к пакетному.
Взял apt.conf из пакета apt.
> > Каким должен быть apt.conf?
> Чем меньше в нём будет локальной специфики, тем лучше.
Не помогает!
$ cat apt.conf
/*
* This is the main configuration file for the APT suite of tools,
* see apt.conf(5) for details.
*/
// See apt-cdrom(8) for details.
Acquire::CDROM::Copy "true";
Acquire::CDROM::mount "/media/cdrom";
RPM
{
Allow-Duplicated {
// Old-style kernels.
"^(NVIDIA_)?(kernel|alsa)[0-9]*(-adv|-linus)?($|-up|-smp|-secure|-custom|-enterprise|-BOOT|-tape|-aureal)";
// New-style kernels.
"^kernel-(image|modules)-.*";
};
Hold {
// Old-style kernels.
"^(kernel|alsa)[0-9]+-source";
};
};
$ mkaptbox -q --without-stuff --apt-config=apt.conf dummy
/usr/bin/mkaptbox: line 201: cd: dummy: No such file or directory
$ mkdir dummy
$ mkaptbox -q --without-stuff --apt-config=apt.conf dummy
$ ./dummy/aptbox/apt-cache unmet |grep '^Package.*aspell'
Package aspell-ru-lebedev version 0.99f9-alt1 has an unmet dep:
Package libaspell-devel version 0.60.2-alt4 has an unmet dep:
Package aspell-be version 0.60-alt2 has an unmet dep:
Package aspell-de version 0.60-alt1 has an unmet dep:
Package aspell-en version 0.60-alt2 has an unmet dep:
Package aspell-uk version 0.60-alt1 has an unmet dep:
Package aspell-ru-rk version 1.1-alt5 has an unmet dep:
Package aspell-ispell version 0.60.2-alt4 has an unmet dep:
$
Вторая и последняя строчка добавились как раз сегодня.
Что конкретно нужно написать в apt.conf?
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Re: I: Sisyphus-20050623 unmets: +2 -2 (123/71)
2005-06-22 23:38 ` Alexey Tourbin
@ 2005-06-22 23:45 ` Dmitry V. Levin
2005-06-22 23:58 ` Alexey Tourbin
0 siblings, 1 reply; 8+ messages in thread
From: Dmitry V. Levin @ 2005-06-22 23:45 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 659 bytes --]
On Thu, Jun 23, 2005 at 03:38:43AM +0400, Alexey Tourbin wrote:
> On Thu, Jun 23, 2005 at 01:00:46AM +0400, Dmitry V. Levin wrote:
> > Всё верно, но у mkaptbox(1) есть параметр --apt-config, который надо
> > использовать; apt.conf, используемый для отчётов, должен быть максимально
> > приближен к пакетному.
>
> Взял apt.conf из пакета apt.
>
> > > Каким должен быть apt.conf?
> > Чем меньше в нём будет локальной специфики, тем лучше.
>
> Не помогает!
[...]
> Что конкретно нужно написать в apt.conf?
Ну, "мы это уже проходили".
Надо добавить в этот apt.conf:
Dir::Etc::main "/dev/null";
Dir::Etc::parts "/var/empty";
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* [devel] Re: I: Sisyphus-20050623 unmets: +2 -2 (123/71)
2005-06-22 23:45 ` Dmitry V. Levin
@ 2005-06-22 23:58 ` Alexey Tourbin
2005-06-23 8:10 ` [devel] mkaptbox apt.conf tips (was: I: Sisyphus-20050623 unmets: +2 -2 (123/71)) Michael Shigorin
0 siblings, 1 reply; 8+ messages in thread
From: Alexey Tourbin @ 2005-06-22 23:58 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 218 bytes --]
On Thu, Jun 23, 2005 at 03:45:25AM +0400, Dmitry V. Levin wrote:
> Ну, "мы это уже проходили".
>
> Надо добавить в этот apt.conf:
> Dir::Etc::main "/dev/null";
> Dir::Etc::parts "/var/empty";
В документацию!
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* [devel] mkaptbox apt.conf tips (was: I: Sisyphus-20050623 unmets: +2 -2 (123/71))
2005-06-22 23:58 ` Alexey Tourbin
@ 2005-06-23 8:10 ` Michael Shigorin
0 siblings, 0 replies; 8+ messages in thread
From: Michael Shigorin @ 2005-06-23 8:10 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 375 bytes --]
On Thu, Jun 23, 2005 at 03:58:22AM +0400, Alexey Tourbin wrote:
> > Ну, "мы это уже проходили".
> > Надо добавить в этот apt.conf:
> > Dir::Etc::main "/dev/null";
> > Dir::Etc::parts "/var/empty";
> В документацию!
Народ, хоть объясните грабли-то. Двуручные, да.
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2005-06-23 8:10 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-22 20:25 [devel] I: Sisyphus-20050623 unmets: +2 -2 (123/71) Alexey Tourbin
2005-06-22 20:35 ` Dmitry V. Levin
2005-06-22 20:47 ` [devel] " Alexey Tourbin
2005-06-22 21:00 ` Dmitry V. Levin
2005-06-22 23:38 ` Alexey Tourbin
2005-06-22 23:45 ` Dmitry V. Levin
2005-06-22 23:58 ` Alexey Tourbin
2005-06-23 8:10 ` [devel] mkaptbox apt.conf tips (was: I: Sisyphus-20050623 unmets: +2 -2 (123/71)) Michael Shigorin
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git