user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] INSTALL: fix Date::Parse dependency for Debian
@ 2019-01-09 11:44 Eric Wong
  2019-05-05  3:39 ` Date::Parse RPM dependency? [was: fix Date::Parse dependency for Debian] Eric Wong
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Wong @ 2019-01-09 11:44 UTC (permalink / raw)
  To: meta

So yes, both "libdatetime-perl" and "libtimedate-perl" exist
in Debian.  We want the latter for the Date::Parse module.

(And the former pulls in THIRTY-SEVEN dependencies on a fresh
 sid chroot, ohg yrsgcnq vf abg bar bs gurz).
---
 INSTALL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index aa4afb5..7c98c11 100644
--- a/INSTALL
+++ b/INSTALL
@@ -25,7 +25,7 @@ To accept incoming mail into a public inbox, you'll likely want:
 
 Beyond that, there is a long list of Perl modules required, starting with:
 
-* Date::Parse                   deb: libdatetime-perl
+* Date::Parse                   deb: libtimedate-perl
                                 rpm: perl-Time-ParseDate
 
 * Email::MIME                   deb: libemail-mime-perl
-- 
EW


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

* Date::Parse RPM dependency? [was: fix Date::Parse dependency for Debian]
  2019-01-09 11:44 [PATCH] INSTALL: fix Date::Parse dependency for Debian Eric Wong
@ 2019-05-05  3:39 ` Eric Wong
  2019-05-10 15:53   ` Jonathan Corbet
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Wong @ 2019-05-05  3:39 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: meta

Eric Wong <e@80x24.org> wrote:
> -* Date::Parse                   deb: libdatetime-perl
> +* Date::Parse                   deb: libtimedate-perl
>                                  rpm: perl-Time-ParseDate

Btw, I think the RPM should be perl-TimeDate (current is 2.30),
there; too.  It's also p5-TimeDate on the FreeBSD I'm setting up.

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

* Re: Date::Parse RPM dependency? [was: fix Date::Parse dependency for Debian]
  2019-05-05  3:39 ` Date::Parse RPM dependency? [was: fix Date::Parse dependency for Debian] Eric Wong
@ 2019-05-10 15:53   ` Jonathan Corbet
  2019-05-10 20:23     ` Eric Wong
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Corbet @ 2019-05-10 15:53 UTC (permalink / raw)
  To: Eric Wong; +Cc: meta

On Sun, 5 May 2019 03:39:47 +0000
Eric Wong <e@80x24.org> wrote:

> Eric Wong <e@80x24.org> wrote:
> > -* Date::Parse                   deb: libdatetime-perl
> > +* Date::Parse                   deb: libtimedate-perl
> >                                  rpm: perl-Time-ParseDate  
> 
> Btw, I think the RPM should be perl-TimeDate (current is 2.30),
> there; too.  It's also p5-TimeDate on the FreeBSD I'm setting up.

I actually have both on the system I'm running.  Would have to dig in to
see which one (or possibly both) is really necessary.

[I'm way behind in all things public-inbox, been overwhelmed by
other things.  I do intend to start paying more attention in the near
future...]

Thanks,

jon

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

* Re: Date::Parse RPM dependency? [was: fix Date::Parse dependency for Debian]
  2019-05-10 15:53   ` Jonathan Corbet
@ 2019-05-10 20:23     ` Eric Wong
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Wong @ 2019-05-10 20:23 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: meta

Jonathan Corbet <corbet@lwn.net> wrote:
> On Sun, 5 May 2019 03:39:47 +0000
> Eric Wong <e@80x24.org> wrote:
> 
> > Eric Wong <e@80x24.org> wrote:
> > > -* Date::Parse                   deb: libdatetime-perl
> > > +* Date::Parse                   deb: libtimedate-perl
> > >                                  rpm: perl-Time-ParseDate  
> > 
> > Btw, I think the RPM should be perl-TimeDate (current is 2.30),
> > there; too.  It's also p5-TimeDate on the FreeBSD I'm setting up.
> 
> I actually have both on the system I'm running.  Would have to dig in to
> see which one (or possibly both) is really necessary.

Thanks for the response.  On my CentOS 7 chroot, I got Date/Parse.pm
from perl-TimeDate-2.30-2.el7.noarch

Btw, I also got IO/Compress/Gzip.pm from
perl-IO-Compress-2.061-2.el7.noarch;
(not perl-PerlIO-gzip, which seems to be for "IO Layers" and
 AFAIK not commonly used)

I've only managed to use rinse 3.4 successfully to get CentOS 7
going, but CentOS 7 seems to lack Xapian Perl bindings
(Search::Xapian module) :<

rinse seems to misconfigure yum on the postinstall for Fedora-28;
(or maybe Fedora 28 is too old?).
29 and 30 are both missing so I filed a bug about it:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928679

> [I'm way behind in all things public-inbox, been overwhelmed by
> other things.  I do intend to start paying more attention in the near
> future...]

No worries.  I'm way behind on most things, too :x

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

end of thread, other threads:[~2019-05-10 20:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-09 11:44 [PATCH] INSTALL: fix Date::Parse dependency for Debian Eric Wong
2019-05-05  3:39 ` Date::Parse RPM dependency? [was: fix Date::Parse dependency for Debian] Eric Wong
2019-05-10 15:53   ` Jonathan Corbet
2019-05-10 20:23     ` Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).