* [devel] Пересечения пакетов по файлам
@ 2012-01-19 0:24 Terechkov Evgenii
2012-01-19 0:44 ` Dmitry V. Levin
2012-01-20 12:11 ` George V. Kouryachy
0 siblings, 2 replies; 8+ messages in thread
From: Terechkov Evgenii @ 2012-01-19 0:24 UTC (permalink / raw)
To: devel
Preparing...
################################################################################################### [100%]
file /usr/share/zsh/Completion/Unix/_notmuch from install of zsh-4.3.15-alt6 conflicts with file from package notmuch-0.8-alt1
E: Error while running transaction
E: Handler silently failed
А разве это не должно ловиться сборорочницой?
--
С уважением, Терешков
Евгений.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Пересечения пакетов по файлам
2012-01-19 0:24 [devel] Пересечения пакетов по файлам Terechkov Evgenii
@ 2012-01-19 0:44 ` Dmitry V. Levin
2012-01-19 1:29 ` Terechkov Evgenii
2012-01-19 13:02 ` Sergey V Turchin
2012-01-20 12:11 ` George V. Kouryachy
1 sibling, 2 replies; 8+ messages in thread
From: Dmitry V. Levin @ 2012-01-19 0:44 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 1095 bytes --]
On Thu, Jan 19, 2012 at 08:24:46AM +0800, Terechkov Evgenii wrote:
>
> Preparing...
> ################################################################################################### [100%]
> file /usr/share/zsh/Completion/Unix/_notmuch from install of zsh-4.3.15-alt6 conflicts with file from package notmuch-0.8-alt1
> E: Error while running transaction
> E: Handler silently failed
>
> А разве это не должно ловиться сборорочницой?
У нас очень много пакетов, которые конфликтуют по файлам, но не
содержат соответствующих тэгов Conflicts:
http://repocop.altlinux.org/pub/repocop/reports/txt/by-test/rpm-filesystem-conflict-file-file.txt
http://repocop.altlinux.org/pub/repocop/reports/txt/by-test/rpm-filesystem-conflict-symlink-symlink.txt
http://repocop.altlinux.org/pub/repocop/reports/txt/by-test/rpm-filesystem-conflict-symlink-file.txt
http://repocop.altlinux.org/pub/repocop/reports/txt/by-test/rpm-filesystem-conflict-dir-dir.txt
Не знаю, что с этим делать.
P.S. Один из таких необъявленных конфликтов обнаружен в пакете по имени conflict. :)
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Пересечения пакетов по файлам
2012-01-19 0:44 ` Dmitry V. Levin
@ 2012-01-19 1:29 ` Terechkov Evgenii
2012-01-19 13:02 ` Sergey V Turchin
1 sibling, 0 replies; 8+ messages in thread
From: Terechkov Evgenii @ 2012-01-19 1:29 UTC (permalink / raw)
To: ALT Devel discussion list
On Thu, 19 Jan 2012 04:44:41 +0400, "Dmitry V. Levin" <ldv@altlinux.org> wrote:
> > Preparing...
> > ################################################################################################### [100%]
> > file /usr/share/zsh/Completion/Unix/_notmuch from install of zsh-4.3.15-alt6 conflicts with file from package notmuch-0.8-alt1
> > E: Error while running transaction
> > E: Handler silently failed
> > А разве это не должно ловиться сборорочницой?
> У нас очень много пакетов, которые конфликтуют по файлам, но не
> содержат соответствующих тэгов Conflicts:
> http://repocop.altlinux.org/pub/repocop/reports/txt/by-test/rpm-filesystem-conflict-file-file.txt
> http://repocop.altlinux.org/pub/repocop/reports/txt/by-test/rpm-filesystem-conflict-symlink-symlink.txt
> http://repocop.altlinux.org/pub/repocop/reports/txt/by-test/rpm-filesystem-conflict-symlink-file.txt
> http://repocop.altlinux.org/pub/repocop/reports/txt/by-test/rpm-filesystem-conflict-dir-dir.txt
> Не знаю, что с этим делать.
Спасибо, понятно.
--
С уважением, Терешков
Евгений.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Пересечения пакетов по файлам
2012-01-19 0:44 ` Dmitry V. Levin
2012-01-19 1:29 ` Terechkov Evgenii
@ 2012-01-19 13:02 ` Sergey V Turchin
2012-01-19 22:15 ` Igor Vlasenko
1 sibling, 1 reply; 8+ messages in thread
From: Sergey V Turchin @ 2012-01-19 13:02 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 696 bytes --]
On 19 января 2012 04:44:41 Dmitry V. Levin wrote:
[...]
> Не знаю, что с этим делать.
Можно еще один тест сделать ;-)
Я такое, например, встречал: библиотека содержит ссылку на свой же каталог, а
другой пакет кладет файлы не в каталог, а в ссылку. Т.е. есть есть каталог
/dir1.1/dir1.2/dir1.3
и ссылка
/dir2.1/sym2.2 (на /dir1.1/dir1.2)
, а другой пакет кладет файл в
/dir2.1/sym2.2/dir1.3/file
, а не
/dir1.1/dir1.2/dir1.3/file
--
Regards, Sergey. ALT Linux, http://www.altlinux.ru/
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Пересечения пакетов по файлам
2012-01-19 13:02 ` Sergey V Turchin
@ 2012-01-19 22:15 ` Igor Vlasenko
0 siblings, 0 replies; 8+ messages in thread
From: Igor Vlasenko @ 2012-01-19 22:15 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Thu, Jan 19, 2012 at 05:02:55PM +0400, Sergey V Turchin wrote:
> Можно еще один тест сделать ;-)
> Я такое, например, встречал: библиотека содержит ссылку на свой же каталог, а
> другой пакет кладет файлы не в каталог, а в ссылку. Т.е. есть есть каталог
> /dir1.1/dir1.2/dir1.3
> и ссылка
> /dir2.1/sym2.2 (на /dir1.1/dir1.2)
> , а другой пакет кладет файл в
> /dir2.1/sym2.2/dir1.3/file
> , а не
> /dir1.1/dir1.2/dir1.3/file
Да, такой тест тоже нужно написать,
спасибо за замечание!
--
Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Пересечения пакетов по файлам
2012-01-19 0:24 [devel] Пересечения пакетов по файлам Terechkov Evgenii
2012-01-19 0:44 ` Dmitry V. Levin
@ 2012-01-20 12:11 ` George V. Kouryachy
2012-01-20 12:42 ` Terechkov Evgenii
1 sibling, 1 reply; 8+ messages in thread
From: George V. Kouryachy @ 2012-01-20 12:11 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Thu, Jan 19, 2012 at 08:24:46AM +0800, Terechkov Evgenii wrote:
>
> Preparing...
> ################################################################################################### [100%]
> file /usr/share/zsh/Completion/Unix/_notmuch from install of zsh-4.3.15-alt6 conflicts with file from package notmuch-0.8-alt1
> E: Error while running transaction
> E: Handler silently failed
Давайте пока решим локальную проблему: какой файл кошернее?
Или пропишем альтернативы?
--
George V. Kouryachy (aka Fr. Br. George)
Mailto/JID: george@altlinux.org
Mobile: (8)9161738325
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Пересечения пакетов по файлам
2012-01-20 12:11 ` George V. Kouryachy
@ 2012-01-20 12:42 ` Terechkov Evgenii
2012-01-20 12:57 ` George V. Kouryachy
0 siblings, 1 reply; 8+ messages in thread
From: Terechkov Evgenii @ 2012-01-20 12:42 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Fri, 20 Jan 2012 16:11:18 +0400, "George V. Kouryachy" <george@altlinux.org> wrote:
> > Preparing...
> > ################################################################################################### [100%]
> > file /usr/share/zsh/Completion/Unix/_notmuch from install of zsh-4.3.15-alt6 conflicts with file from package notmuch-0.8-alt1
> > E: Error while running transaction
> > E: Handler silently failed
> Давайте пока решим локальную проблему: какой файл кошернее?
> Или пропишем альтернативы?
Файлы, по сути, одинаковые. Я готовлю новую сборку notmuch в которой
этого файла не будет.
Альтернативы в данном случае, ИМХО, не годятся.
--
С уважением, Терешков
Евгений.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Пересечения пакетов по файлам
2012-01-20 12:42 ` Terechkov Evgenii
@ 2012-01-20 12:57 ` George V. Kouryachy
0 siblings, 0 replies; 8+ messages in thread
From: George V. Kouryachy @ 2012-01-20 12:57 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Fri, Jan 20, 2012 at 08:42:31PM +0800, Terechkov Evgenii wrote:
> On Fri, 20 Jan 2012 16:11:18 +0400, "George V. Kouryachy" <george@altlinux.org> wrote:
>
> >> Preparing...
> >> ################################################################################################### [100%]
> >> file /usr/share/zsh/Completion/Unix/_notmuch from install of zsh-4.3.15-alt6 conflicts with file from package notmuch-0.8-alt1
> >> E: Error while running transaction
> >> E: Handler silently failed
>> Давайте пока решим локальную проблему: какой файл кошернее?
>> Или пропишем альтернативы?
>
> Файлы, по сути, одинаковые. Я готовлю новую сборку notmuch в которой
> этого файла не будет.
>
> Альтернативы в данном случае, ИМХО, не годятся.
Если что-то изменится, вешайте багу.
--
George V. Kouryachy (aka Fr. Br. George)
Mailto/JID: george@altlinux.org
Mobile: (8)9161738325
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-01-20 12:57 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-19 0:24 [devel] Пересечения пакетов по файлам Terechkov Evgenii
2012-01-19 0:44 ` Dmitry V. Levin
2012-01-19 1:29 ` Terechkov Evgenii
2012-01-19 13:02 ` Sergey V Turchin
2012-01-19 22:15 ` Igor Vlasenko
2012-01-20 12:11 ` George V. Kouryachy
2012-01-20 12:42 ` Terechkov Evgenii
2012-01-20 12:57 ` George V. Kouryachy
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