Re: configure's checks for --enable-tap-tests are insufficient

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема Re: configure's checks for --enable-tap-tests are insufficient
Дата
Msg-id 20180320200041.GB22250@msg.df7cb.de
обсуждение исходный текст
Ответ на Re: configure's checks for --enable-tap-tests are insufficient  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: configure's checks for --enable-tap-tests are insufficient  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
Re: Alvaro Herrera 2018-03-20 <20180320185038.r3hjvfio4elnaqku@alvherre.pgsql>
> Time::HiRes is also in libperl5.24, so as far Debian goes, that one
> would be unnecessary; but IPC::Run and Test::More are in separate
> packages (libipc-run-perl and libtest-base-perl, respectively.)

The Debian package build-depends on these:

 libipc-run-perl,
 libperl-dev,
 perl (>= 5.8),

Test::More is provided by several packages:

perl-modules-5.24: /usr/share/perl/5.24.1/Test/More.pm
perl-modules-5.26: /usr/share/perl/5.26.1/Test/More.pm
libtest-simple-perl: /usr/share/perl5/Test/More.pm

... so depending on "perl" is enough, which pulls in
perl-modules-$current.

> As for the others Dagfinn mentioned, most seem to be in perl-base, and a
> few in perl-modules-5.24, which is depended upon by libperl5.24, so I
> think the proposed set is good enough for now.

Christoph


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: configure's checks for --enable-tap-tests are insufficient
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: [HACKERS] VACUUM and ANALYZE disagreeing on what reltuples means