* [devel] I: new unmets in Sisyphus-20031007
@ 2003-10-07 14:10 Dmitry V. Levin
2003-10-07 14:16 ` [devel] " Michael Shigorin
` (3 more replies)
0 siblings, 4 replies; 9+ messages in thread
From: Dmitry V. Levin @ 2003-10-07 14:10 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 370 bytes --]
Пакет alt-docs-xsl-website версии 0.3-alt2 имеет неудовлетворенные зависимости:
Требует: website (>= 2.4.0-alt2)
Пакет apache-mod_perl версии 1.3.28rusPL30.18-alt5 имеет неудовлетворенные зависимости:
Требует: perl(mod_perl.pm) (>= 0:1.1701)
Пакет perl-Net-DNS версии 0.41-alt1 имеет неудовлетворенные зависимости:
Требует: perl(Net/DNS/Resolver/Win32.pm)
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* [devel] Re: I: new unmets in Sisyphus-20031007
2003-10-07 14:10 [devel] I: new unmets in Sisyphus-20031007 Dmitry V. Levin
@ 2003-10-07 14:16 ` Michael Shigorin
2003-10-07 14:41 ` Alexey Tourbin
` (2 subsequent siblings)
3 siblings, 0 replies; 9+ messages in thread
From: Michael Shigorin @ 2003-10-07 14:16 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 321 bytes --]
On Tue, Oct 07, 2003 at 06:10:57PM +0400, Dmitry V. Levin wrote:
> Пакет apache-mod_perl версии 1.3.28rusPL30.18-alt5 имеет неудовлетворенные зависимости:
> Требует: perl(mod_perl.pm) (>= 0:1.1701)
Really fixed in alt6.
--
---- 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] 9+ messages in thread
* [devel] Re: I: new unmets in Sisyphus-20031007
2003-10-07 14:10 [devel] I: new unmets in Sisyphus-20031007 Dmitry V. Levin
2003-10-07 14:16 ` [devel] " Michael Shigorin
@ 2003-10-07 14:41 ` Alexey Tourbin
2003-10-07 14:46 ` Alexey Tourbin
2003-10-07 14:57 ` Vitaly Ostanin
2003-10-07 15:37 ` perl-Net-DNS (Re: [devel] I: new unmets in Sisyphus-20031007) DH
3 siblings, 1 reply; 9+ messages in thread
From: Alexey Tourbin @ 2003-10-07 14:41 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 691 bytes --]
On Tue, Oct 07, 2003 at 06:10:57PM +0400, Dmitry V. Levin wrote:
> Пакет perl-Net-DNS версии 0.41-alt1 имеет неудовлетворенные зависимости:
> Требует: perl(Net/DNS/Resolver/Win32.pm)
Сломались Provides?
А вообще:
if ($^O eq 'MSWin32') {
require Net::DNS::Resolver::Win32;
@ISA = qw(Net::DNS::Resolver::Win32);
} else {
require Net::DNS::Resolver::UNIX;
@ISA = qw(Net::DNS::Resolver::UNIX);
}
У меня уже была идея сделать отсеивание зависимостей в блоках с проверкой $^O,
так же, как сейчас отсеиваются зависимости в блоках eval. Но в общем это
несколько сложнее и пока не реализовано.
> --
> ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* [devel] Re: I: new unmets in Sisyphus-20031007
2003-10-07 14:41 ` Alexey Tourbin
@ 2003-10-07 14:46 ` Alexey Tourbin
2003-10-07 15:29 ` DH
0 siblings, 1 reply; 9+ messages in thread
From: Alexey Tourbin @ 2003-10-07 14:46 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 340 bytes --]
On Tue, Oct 07, 2003 at 06:41:28PM +0400, Alexey Tourbin wrote:
> On Tue, Oct 07, 2003 at 06:10:57PM +0400, Dmitry V. Levin wrote:
> > Пакет perl-Net-DNS версии 0.41-alt1 имеет неудовлетворенные зависимости:
> > Требует: perl(Net/DNS/Resolver/Win32.pm)
>
> Сломались Provides?
Ан нет, там этот файл просто из тарболла вынесли. Странно.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [devel] Re: I: new unmets in Sisyphus-20031007
2003-10-07 14:46 ` Alexey Tourbin
@ 2003-10-07 15:29 ` DH
2003-10-07 15:33 ` Alexey Tourbin
0 siblings, 1 reply; 9+ messages in thread
From: DH @ 2003-10-07 15:29 UTC (permalink / raw)
To: ALT Devel discussion list
Alexey Tourbin wrote:
> On Tue, Oct 07, 2003 at 06:41:28PM +0400, Alexey Tourbin wrote:
>
>>On Tue, Oct 07, 2003 at 06:10:57PM +0400, Dmitry V. Levin wrote:
>>
>>>Пакет perl-Net-DNS версии 0.41-alt1 имеет неудовлетворенные зависимости:
>>> Требует: perl(Net/DNS/Resolver/Win32.pm)
>>
>>Сломались Provides?
>
>
> Ан нет, там этот файл просто из тарболла вынесли. Странно.
С ним пакет не собирался.:(
Ок!
Сейчас новую версию кину.
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Devel mailing list
> Devel@altlinux.ru
> http://altlinux.ru/mailman/listinfo/devel
--
DH (http://dh.opennet.ru ICQ#:22751243)
-*******-
Win98 is called Win98 because 98% of all hardware components will need
driver updates.
-*******-
^ permalink raw reply [flat|nested] 9+ messages in thread
* [devel] Re: I: new unmets in Sisyphus-20031007
2003-10-07 15:29 ` DH
@ 2003-10-07 15:33 ` Alexey Tourbin
2003-10-07 15:38 ` DH
0 siblings, 1 reply; 9+ messages in thread
From: Alexey Tourbin @ 2003-10-07 15:33 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 222 bytes --]
On Tue, Oct 07, 2003 at 07:29:57PM +0400, DH wrote:
> >Ан нет, там этот файл просто из тарболла вынесли. Странно.
>
> С ним пакет не собирался.:(
>
> Ок!
>
> Сейчас новую версию кину.
Так нельзя перепаковывать tar'ы!
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [devel] Re: I: new unmets in Sisyphus-20031007
2003-10-07 15:33 ` Alexey Tourbin
@ 2003-10-07 15:38 ` DH
0 siblings, 0 replies; 9+ messages in thread
From: DH @ 2003-10-07 15:38 UTC (permalink / raw)
To: ALT Devel discussion list
А я и не перепаковывал.
Там все патчем делается.
Alexey Tourbin wrote:
> On Tue, Oct 07, 2003 at 07:29:57PM +0400, DH wrote:
>
>>>Ан нет, там этот файл просто из тарболла вынесли. Странно.
>>
>>С ним пакет не собирался.:(
>>
>>Ок!
>>
>>Сейчас новую версию кину.
>
>
> Так нельзя перепаковывать tar'ы!
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Devel mailing list
> Devel@altlinux.ru
> http://altlinux.ru/mailman/listinfo/devel
--
DH (http://dh.opennet.ru ICQ#:22751243)
-*******-
Welcome to Hell! Here's your copy of Windows 98!
-*******-
^ permalink raw reply [flat|nested] 9+ messages in thread
* [devel] Re: I: new unmets in Sisyphus-20031007
2003-10-07 14:10 [devel] I: new unmets in Sisyphus-20031007 Dmitry V. Levin
2003-10-07 14:16 ` [devel] " Michael Shigorin
2003-10-07 14:41 ` Alexey Tourbin
@ 2003-10-07 14:57 ` Vitaly Ostanin
2003-10-07 15:37 ` perl-Net-DNS (Re: [devel] I: new unmets in Sisyphus-20031007) DH
3 siblings, 0 replies; 9+ messages in thread
From: Vitaly Ostanin @ 2003-10-07 14:57 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 385 bytes --]
On Tue, 7 Oct 2003 18:10:57 +0400
"Dmitry V. Levin" <ldv@altlinux.org> wrote:
> Пакет alt-docs-xsl-website версии 0.3-alt2 имеет
> неудовлетворенные зависимости:
> Требует: website (>= 2.4.0-alt2)
website-2.4.0-alt2
сегодня залит в incoming/Sisyphus (сборка зависит от
alt-docs-xsl-xhtml)
<skipped/>
--
Regards, Vyt
mailto: vyt@vzljot.ru
JID: vyt@vzljot.ru
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* perl-Net-DNS (Re: [devel] I: new unmets in Sisyphus-20031007)
2003-10-07 14:10 [devel] I: new unmets in Sisyphus-20031007 Dmitry V. Levin
` (2 preceding siblings ...)
2003-10-07 14:57 ` Vitaly Ostanin
@ 2003-10-07 15:37 ` DH
3 siblings, 0 replies; 9+ messages in thread
From: DH @ 2003-10-07 15:37 UTC (permalink / raw)
To: ALT Devel discussion list
Ушел в incoming (0.41-alt2).
Все пофиксено.
Dmitry V. Levin wrote:
> Пакет alt-docs-xsl-website версии 0.3-alt2 имеет неудовлетворенные зависимости:
> Требует: website (>= 2.4.0-alt2)
> Пакет apache-mod_perl версии 1.3.28rusPL30.18-alt5 имеет неудовлетворенные зависимости:
> Требует: perl(mod_perl.pm) (>= 0:1.1701)
> Пакет perl-Net-DNS версии 0.41-alt1 имеет неудовлетворенные зависимости:
> Требует: perl(Net/DNS/Resolver/Win32.pm)
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Devel mailing list
> Devel@altlinux.ru
> http://altlinux.ru/mailman/listinfo/devel
--
DH (http://dh.opennet.ru ICQ#:22751243)
-*******-
Welcome to Hell! Here's your copy of Windows 98!
-*******-
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2003-10-07 15:38 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-07 14:10 [devel] I: new unmets in Sisyphus-20031007 Dmitry V. Levin
2003-10-07 14:16 ` [devel] " Michael Shigorin
2003-10-07 14:41 ` Alexey Tourbin
2003-10-07 14:46 ` Alexey Tourbin
2003-10-07 15:29 ` DH
2003-10-07 15:33 ` Alexey Tourbin
2003-10-07 15:38 ` DH
2003-10-07 14:57 ` Vitaly Ostanin
2003-10-07 15:37 ` perl-Net-DNS (Re: [devel] I: new unmets in Sisyphus-20031007) DH
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