Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: [Perldl] Troubles with CPAN indexing of PDL::NetCDF and PDL::Graphics::PLplot

0 views
Skip to first unread message

Doug Hunt

unread,
May 6, 2011, 5:08:06 PM5/6/11
to module-...@perl.org, cpan-d...@perl.org, per...@jach.hawaii.edu
Hi all: I just uploaded a new version (4.13) of PDL::NetCDF with changes
suggested by Sisyphus, Robert Ginko and kmx. None of these seem to have
helped with the cpan shell. It still shows:

------------------------------------------------------------
cpan[2]> get PDL::NetCDF
Running get for module 'PDL::NetCDF'

The module PDL::NetCDF isn't available on CPAN.
------------------------------------------------------------

In addition, I'm no longer getting the email from PAUSE telling of successful
indexing. I think this is because I got rid of the METAMERGE line in
Makefile.PL which adds info the META.yml.

I think I'll put back the META.yml file, but I'm not sure where to go from
there.

--Doug

>
> On Thu, 5 May 2011, Sisyphus wrote:
>
>>
>> ----- Original Message ----- From: "Doug Hunt"
>>
>> < Yet under the CPAN shell on
>>> my linux box, I get this:
>>>
>>>
>>>
>>> -----------------------------------------------------------------------------
>>> cpan[2]> get PDL::NetCDF
>>> Running get for module 'PDL::NetCDF'
>>>
>>> The module PDL::NetCDF isn't available on CPAN.
>>>
>>> Either the module has not yet been uploaded to CPAN, or it is
>>> temporary unavailable. Please contact the author to find out
>>> more about the status. Try 'i PDL::NetCDF'.
>>
>> I get the same on MS Windows (perl-5.12).
>>
>>> Could someone please help me get these two modules to be downloadable via
>>> the cpan shell? Any pointers or hints much appreciated!
>>
>> Does META.yml serve any vital purpose ?
>> If not, I'd remove it altogether - it's existence is surely not part of the
>> solution. (None of my modules include that file.)
>>
>> You could also try deleting some of those earlier builds (eg
>> PDL::NetCDF-4.05 and earlier). They'll still be available on backpan,
>> anyway ... and it'd be interesting to see whether the 'i PDL::NetCDF'
>> output then changes.
>>
>> On top of that, I'm not even sure that there's much to be gained by having
>> PDL::NetCDF/PDL::Graphics::PLplot obtainable via the CPAN module. Any one
>> who wants either of those modules is probably just as happy to download and
>> install manually.
>> And it's unlikely that the cpan-testers have plplot or netcdf installed -
>> so there's nothing to be gained by making those modules available to them
>> via cpan either.
>> Still ... it'd be better if 'cpan -i' *did* work as advertised ... and if I
>> had a half-decent idea as to why that's not happening, I'd share it with
>> you :-)
>>
>> Cheers,
>> Rob
>
> _______________________________________________
> Perldl mailing list
> Per...@jach.hawaii.edu
> http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
>

(Andreas J. Koenig)

unread,
May 16, 2011, 2:12:57 AM5/16/11
to dh...@ucar.edu, module-...@perl.org, cpan-d...@perl.org, per...@jach.hawaii.edu
>>>>> On Fri, 6 May 2011 15:08:06 -0600 (MDT), Doug Hunt <dh...@ucar.edu> said:

> I think I'll put back the META.yml file, but I'm not sure where to go
> from there.

Since your distro has no *.pm file the indexer on PAUSE cannot index it
without your help. You must provide a META.yml and it must contain a
provides entry.

I suggest you do that and if it again does not work, contact me to debug
it. Offhand I cannot see the reason why it did not work and I cannot
debug it because 4.13 has no META.yml with a provides entry.

--
andreas

Doug Hunt

unread,
May 16, 2011, 12:35:05 PM5/16/11
to Andreas J. Koenig, module-...@perl.org, cpan-d...@perl.org, per...@jach.hawaii.edu
Hi Andreas: I tried that earlier and got only mixed success. I did get
an email from CPAN that it had indexed it which listed the correct
version.

I still was not able to install the module via the cpan shell. For the
next release, I'll put META.yml back in and submit it. If it still does
not work, I'll email you.

Thanks!

--Doug Hunt

dh...@ucar.edu
Software Engineer
UCAR - COSMIC, Tel. (303) 497-2611

Ivan Shmakov

unread,
Nov 27, 2011, 3:48:20 AM11/27/11
to cpan-d...@perl.org, module-...@perl.org, per...@jach.hawaii.edu
>>>>> Doug Hunt <dh...@ucar.edu> writes:
>>>>> On Mon, 16 May 2011, Andreas J. Koenig wrote:

[…]

>> I suggest you do that and if it again does not work, contact me to
>> debug it. Offhand I cannot see the reason why it did not work and I
>> cannot debug it because 4.13 has no META.yml with a provides entry.

> Hi Andreas: I tried that earlier and got only mixed success. I did
> get an email from CPAN that it had indexed it which listed the
> correct version.

> I still was not able to install the module via the cpan shell. For
> the next release, I'll put META.yml back in and submit it. If it
> still does not work, I'll email you.

Any progress on this one?

TIA.

cpan> i PDL::NetCDF
Module id = PDL::NetCDF
DESCRIPTION Reads/Writes NetCDF files from/to PDL objs
CPAN_USERID DHUNT (Douglas Hunt <dh...@ucar.edu>)
CPAN_VERSION undef
CPAN_FILE Contact Author Douglas Hunt <dh...@ucar.edu>
DSLIP_STATUS RdcOp
(released,developer,C,object-oriented,Standard-Perl)
INST_FILE (not installed)


cpan>

$ zgrep -EA9 -- ^File:\|PDL::NetCDF .cpan/sources/modules/03modlist.data.gz
File: 03modlist.data
Description: These are the data that are published in the module
list, but they may be more recent than the latest posted
modulelist. Over time we'll make sure that these data
can be used to print the whole part two of the
modulelist. Currently this is not the case.
Modcount: 6232
Written-By: PAUSE version 1.14
Date: Sat, 26 Nov 2011 19:27:43 GMT

--
'PDL::NetCDF',
'R',
'd',
'c',
'O',
'p',
'Reads/Writes NetCDF files from/to PDL objs',
'DHUNT',
'6'
],
$

(No mention of the module in modules/02packages.details.txt.gz.)

--
FSF associate member #7257

(Andreas J. Koenig)

unread,
Nov 27, 2011, 4:30:44 PM11/27/11
to Ivan Shmakov, cpan-d...@perl.org, module-...@perl.org, per...@jach.hawaii.edu
>>>>> On Sun, 27 Nov 2011 15:48:20 +0700, Ivan Shmakov <onei...@gmail.com> said:

>>>>> Doug Hunt <dh...@ucar.edu> writes:
>>>>> On Mon, 16 May 2011, Andreas J. Koenig wrote:

> […]

>>> I suggest you do that and if it again does not work, contact me to
>>> debug it. Offhand I cannot see the reason why it did not work and I
>>> cannot debug it because 4.13 has no META.yml with a provides entry.

>> Hi Andreas: I tried that earlier and got only mixed success. I did
>> get an email from CPAN that it had indexed it which listed the
>> correct version.

>> I still was not able to install the module via the cpan shell. For
>> the next release, I'll put META.yml back in and submit it. If it
>> still does not work, I'll email you.

> Any progress on this one?

I see another upload has happened:

31256 2011-08-08 DHUNT/PDL-NetCDF-4.14.tar.gz

But the content is again without a PDL/NetCDF.pm file and the META.yml
has no "provides" entry. Without either of those the indexing will not
happen. If you want to install it you must say (if you're using the cpan
shell):

cpan> install DHUNT/PDL-NetCDF-4.14.tar.gz

You can inform yourself about newer uploads with

cpan> ls DHUNT/PDL-NetCDF*


--
andreas

Doug Hunt

unread,
Nov 28, 2011, 3:15:16 PM11/28/11
to Andreas J. Koenig, Ivan Shmakov, module-...@perl.org, per...@jach.hawaii.edu, cpan-d...@perl.org
Hi Andreas:

I've added 'provides' in META.yml in the past. I've even got promising
looking emails from CPAN saying that PDL::NetCDF had been indexed under
the correct version. Still CPAN installs seem not to work.

I just made an update to PDL::NetCDF to bump its version to 4.15. I've
included a META_MERGE tag in the call to WriteMakefile which produces
the following META.yml:

------------------%<---------------------------------------------------
--- #YAML:1.0
name: PDL-NetCDF
version: 4.15
abstract: ~
author:
- Douglas Hunt (dh...@ucar.edu)
license: unknown
distribution_type: module
configure_requires:
ExtUtils::MakeMaker: 0
build_requires:
ExtUtils::MakeMaker: 0
requires:
PDL: 2.2
provides:
PDL::NetCDF:
file: netcdf.pd
version: 4.15
no_index:
directory:
- t
- inc
generated_by: ExtUtils::MakeMaker version 6.56
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
------------------%<---------------------------------------------------

Does this look right to you? If so, I'll submit this to CPAN and see what
happens.

Thanks!

--Doug Hunt

dh...@ucar.edu
Software Engineer
UCAR - COSMIC, Tel. (303) 497-2611

On Sun, 27 Nov 2011, Andreas J. Koenig wrote:

>>>>>> On Sun, 27 Nov 2011 15:48:20 +0700, Ivan Shmakov <onei...@gmail.com> said:
>
>>>>>> Doug Hunt <dh...@ucar.edu> writes:
>>>>>> On Mon, 16 May 2011, Andreas J. Koenig wrote:
>
> > [?]
>
> >>> I suggest you do that and if it again does not work, contact me to
> >>> debug it. Offhand I cannot see the reason why it did not work and I
> >>> cannot debug it because 4.13 has no META.yml with a provides entry.
>
> >> Hi Andreas: I tried that earlier and got only mixed success. I did
> >> get an email from CPAN that it had indexed it which listed the
> >> correct version.
>
> >> I still was not able to install the module via the cpan shell. For
> >> the next release, I'll put META.yml back in and submit it. If it
> >> still does not work, I'll email you.
>
> > Any progress on this one?
>
> I see another upload has happened:
>
> 31256 2011-08-08 DHUNT/PDL-NetCDF-4.14.tar.gz
>
> But the content is again without a PDL/NetCDF.pm file and the META.yml
> has no "provides" entry. Without either of those the indexing will not
> happen. If you want to install it you must say (if you're using the cpan
> shell):
>
> cpan> install DHUNT/PDL-NetCDF-4.14.tar.gz
>
> You can inform yourself about newer uploads with
>
> cpan> ls DHUNT/PDL-NetCDF*
>
>
> --
> andreas
>

(Andreas J. Koenig)

unread,
Nov 28, 2011, 4:24:50 PM11/28/11
to dh...@ucar.edu, Ivan Shmakov, module-...@perl.org, per...@jach.hawaii.edu, cpan-d...@perl.org
>>>>> On Mon, 28 Nov 2011 13:15:16 -0700 (MST), Doug Hunt <dh...@ucar.edu> said:

> [...]
> provides:
> PDL::NetCDF:
> file: netcdf.pd
> version: 4.15
> [...]
> ------------------%<---------------------------------------------------

> Does this look right to you? If so, I'll submit this to CPAN and see
> what happens.

Yes, this looks familiar to me, please try it out and complain
immediately to me if it doesn't work.

> Thanks!

You're welcome!

--
andreas

Doug Hunt

unread,
Nov 28, 2011, 6:05:05 PM11/28/11
to Andreas J. Koenig, Ivan Shmakov, module-...@perl.org, per...@jach.hawaii.edu, cpan-d...@perl.org
Hi again, Andreas!

I submitted this an hour or so ago. I got this reassuring email from
PAUSE:

------------------%<-----------------------------------------------------------
The following report has been written by the PAUSE namespace indexer.
Please contact mod...@perl.org if there are any open questions.

User: DHUNT (Douglas Hunt)
Distribution file: PDL-NetCDF-4.15.tar.gz
Number of files: 13
*.pm files: 0
README: PDL-NetCDF-4.15/README
META.yml: PDL-NetCDF-4.15/META.yml
YAML-Parser: YAML::XS 0.32
META-driven index: yes
Timestamp of file: Mon Nov 28 21:58:52 2011 UTC
Time of this run: Mon Nov 28 22:00:27 2011 UTC

Status of this distro: OK
=========================

The following packages (grouped by status) have been found in the distro:

Status: Successfully indexed
============================

module: PDL::NetCDF
version: 4.15
in file: netcdf.pd
status: indexed

__END__
------------------%<-----------------------------------------------------------

but I still don't see an index from cpan:

------------------%<-----------------------------------------------------------
nolock_cpan[2]> i /PDL::NetCDF/
Module id = PDL::NetCDF
DESCRIPTION Reads/Writes NetCDF files from/to PDL objs
CPAN_USERID DHUNT (Douglas Hunt <dh...@ucar.edu>)
CPAN_VERSION undef
CPAN_FILE Contact Author Douglas Hunt <dh...@ucar.edu>
DSLIP_STATUS RdcOp
(released,developer,C,object-oriented,Standard-Perl)
INST_FILE (not installed)

(as opposed to, for example):
nolock_cpan[3]> i /Term::ReadLine::Perl/
Module id = Term::ReadLine::Perl
DESCRIPTION GNU Readline history and completion in Perl
CPAN_USERID ILYAZ (Ilya Zakharevich <cp...@ilyaz.org>)
CPAN_VERSION 1.0303
CPAN_FILE I/IL/ILYAZ/modules/Term-ReadLine-Perl-1.0303.tar.gz
DSLIP_STATUS RdpO? (released,developer,perl,object-oriented,)
INST_FILE (not installed)
------------------%<-----------------------------------------------------------

So, I think I'm stuck where I've always been.

Any ideas or suggestions welcome!

Regards,

Doug


dh...@ucar.edu
Software Engineer
UCAR - COSMIC, Tel. (303) 497-2611

David Mertens

unread,
Nov 28, 2011, 7:07:32 PM11/28/11
to dh...@ucar.edu, Andreas J. Koenig, module-...@perl.org, Ivan Shmakov, per...@jach.hawaii.edu, cpan-d...@perl.org
Doug, all -

To be clear, when I fire up CPAN and type the command you supply, I get
this output:

cpan[1]> i /PDL::NetCDF/
CPAN: Storable loaded ok (v2.27)
Reading '/home/visitors/dcmertens/.cpan/Metadata'
Database was generated on Tue, 08 Nov 2011 06:29:47 GMT
CPAN: LWP::UserAgent loaded ok (v6.02)
CPAN: Time::HiRes loaded ok (v1.972101)
Fetching with LWP:
http://cpan.msi.umn.edu/authors/01mailrc.txt.gz
Reading '/home/visitors/dcmertens/.cpan/sources/authors/01mailrc.txt.gz'
CPAN: Compress::Zlib loaded ok (v2.033)
............................................................................DONE
Fetching with LWP:
http://cpan.msi.umn.edu/modules/02packages.details.txt.gz
Reading
'/home/visitors/dcmertens/.cpan/sources/modules/02packages.details.txt.gz'
* Database was generated on Mon, 28 Nov 2011 06:29:30 GMT
*
............................................................................DONE
Fetching with LWP:
http://cpan.msi.umn.edu/modules/03modlist.data.gz
Reading '/home/visitors/dcmertens/.cpan/sources/modules/03modlist.data.gz'
............................................................................DONE
Writing /home/visitors/dcmertens/.cpan/Metadata
Module id = PDL::NetCDF
DESCRIPTION Reads/Writes NetCDF files from/to PDL objs
CPAN_USERID DHUNT (Douglas Hunt <dh...@ucar.edu>)
CPAN_VERSION undef
CPAN_FILE Contact Author Douglas Hunt <dh...@ucar.edu>
DSLIP_STATUS RdcOp (released,developer,C,object-oriented,Standard-Perl)
INST_FILE (not installed)

Notice the emphasized line. If I understand this correctly, this means that
the packages file was last updated this mornig at 06:29:30, GMT. I believe
that if you check back after the package list has been updated to a
time-stamp after you submitted the new module, it should have the correct
information.

David

On Mon, Nov 28, 2011 at 6:02 PM, David Mertens <dcmerte...@gmail.com>wrote:

> I could be wrong here, but I was under the impression that it can take
> many hours for the various CPAN mirrors to update. How much time did you
> give them to update?
>
> David
>
>
> On Mon, Nov 28, 2011 at 5:05 PM, Doug Hunt <dh...@ucar.edu> wrote:
>
>> Hi again, Andreas!
>>
>> I submitted this an hour or so ago. I got this reassuring email from
>> PAUSE:
>>
>> ------------------%<----------**------------------------------**
>> -------------------
>> The following report has been written by the PAUSE namespace indexer.
>> Please contact mod...@perl.org if there are any open questions.
>>
>> User: DHUNT (Douglas Hunt)
>> Distribution file: PDL-NetCDF-4.15.tar.gz
>> Number of files: 13
>> *.pm files: 0
>> README: PDL-NetCDF-4.15/README
>> META.yml: PDL-NetCDF-4.15/META.yml
>> YAML-Parser: YAML::XS 0.32
>> META-driven index: yes
>> Timestamp of file: Mon Nov 28 21:58:52 2011 UTC
>> Time of this run: Mon Nov 28 22:00:27 2011 UTC
>>
>> Status of this distro: OK
>> =========================
>>
>> The following packages (grouped by status) have been found in the distro:
>>
>> Status: Successfully indexed
>> ============================
>>
>> module: PDL::NetCDF
>> version: 4.15
>> in file: netcdf.pd
>> status: indexed
>>
>> __END__
>> ------------------%<----------**------------------------------**
>> -------------------
>>
>> but I still don't see an index from cpan:
>>
>> ------------------%<----------**------------------------------**
>> -------------------
>> nolock_cpan[2]> i /PDL::NetCDF/
>>
>> Module id = PDL::NetCDF
>> DESCRIPTION Reads/Writes NetCDF files from/to PDL objs
>> CPAN_USERID DHUNT (Douglas Hunt <dh...@ucar.edu>)
>> CPAN_VERSION undef
>> CPAN_FILE Contact Author Douglas Hunt <dh...@ucar.edu>
>> DSLIP_STATUS RdcOp (released,developer,C,object-**
>> oriented,Standard-Perl)
>> INST_FILE (not installed)
>>
>> (as opposed to, for example):
>> nolock_cpan[3]> i /Term::ReadLine::Perl/
>> Module id = Term::ReadLine::Perl
>> DESCRIPTION GNU Readline history and completion in Perl
>> CPAN_USERID ILYAZ (Ilya Zakharevich <cp...@ilyaz.org>)
>> CPAN_VERSION 1.0303
>> CPAN_FILE I/IL/ILYAZ/modules/Term-**ReadLine-Perl-1.0303.tar.gz
>> DSLIP_STATUS RdpO? (released,developer,perl,**object-oriented,)
>> INST_FILE (not installed)
>> ------------------%<----------**------------------------------**
>> -------------------
>>
>> So, I think I'm stuck where I've always been.
>>
>> Any ideas or suggestions welcome!
>>
>> Regards,
>>
>> Doug
>>
>>
>>
>> dh...@ucar.edu
>> Software Engineer
>> UCAR - COSMIC, Tel. (303) 497-2611
>>
>> On Mon, 28 Nov 2011, Andreas J. Koenig wrote:
>>
>> On Mon, 28 Nov 2011 13:15:16 -0700 (MST), Doug Hunt <dh...@ucar.edu>
>>>>>>>> said:
>>>>>>>>
>>>>>>>
>>> > [...]
>>> > provides:
>>> > PDL::NetCDF:
>>> > file: netcdf.pd
>>> > version: 4.15
>>> > [...]
>>> > ------------------%<----------**------------------------------**
>>> -----------
>>>
>>> > Does this look right to you? If so, I'll submit this to CPAN and see
>>> > what happens.
>>>
>>> Yes, this looks familiar to me, please try it out and complain
>>> immediately to me if it doesn't work.
>>>
>>> > Thanks!
>>>
>>> You're welcome!
>>>
>>> --
>>> andreas
>>>
>>>
>> ______________________________**_________________
>> Perldl mailing list
>> Per...@jach.hawaii.edu
>> http://mailman.jach.hawaii.**edu/mailman/listinfo/perldl<http://mailman.jach.hawaii.edu/mailman/listinfo/perldl>
>>
>
>
>
> --
> Sent via my carrier pigeon.
>



--
Sent via my carrier pigeon.

(Andreas J. Koenig)

unread,
Nov 29, 2011, 2:01:05 AM11/29/11
to dh...@ucar.edu, Ivan Shmakov, module-...@perl.org, per...@jach.hawaii.edu, cpan-d...@perl.org
>>>>> On Mon, 28 Nov 2011 16:05:05 -0700 (MST), Doug Hunt <dh...@ucar.edu> said:

> but I still don't see an index from cpan:

I found (and removed[0]) a long forgotten sanity check in the pause
indexer which prevented the inclusion into 02packages.details.txt, the
file that publishes the index and now, finally, I see

% grep NetCDF /home/ftp/pub/PAUSE/modules/02packages.details.txt
PDL::NetCDF 4.15 D/DH/DHUNT/PDL-NetCDF-4.15.tar.gz

And I can ask the CPAN shell:

cpan[6]> m PDL::NetCDF
Module id = PDL::NetCDF
DESCRIPTION Reads/Writes NetCDF files from/to PDL objs
CPAN_USERID DHUNT (Douglas Hunt <dh...@ucar.edu>)
CPAN_VERSION 4.15
CPAN_FILE D/DH/DHUNT/PDL-NetCDF-4.15.tar.gz
UPLOAD_DATE 2011-11-28
DSLIP_STATUS RdcOp (released,developer,C,object-oriented,Standard-Perl)
INST_FILE (not installed)


Thanks for not giving up on this one!

And sorry for the mess,
--
andreas

[0]
https://github.com/andk/pause/commit/ae6379f6a49cc640679821522cab5da10f5e5482

Doug Hunt

unread,
Nov 29, 2011, 11:15:53 AM11/29/11
to Andreas J. Koenig, Ivan Shmakov, module-...@perl.org, per...@jach.hawaii.edu, cpan-d...@perl.org
WooHoo!

--Doug

dh...@ucar.edu
Software Engineer
UCAR - COSMIC, Tel. (303) 497-2611

Doug Hunt

unread,
Nov 29, 2011, 11:13:54 AM11/29/11
to David Mertens, Andreas J. Koenig, module-...@perl.org, Ivan Shmakov, per...@jach.hawaii.edu, cpan-d...@perl.org
Hi David: OK, thanks--I'll wait until tomorrow to check 'cpan'.

--Doug

dh...@ucar.edu
Software Engineer
UCAR - COSMIC, Tel. (303) 497-2611

On Mon, 28 Nov 2011, David Mertens wrote:

> Doug, all -
>
> To be clear, when I fire up CPAN and type the command you supply, I get this output:
>
> cpan[1]> i /PDL::NetCDF/
> CPAN: Storable loaded ok (v2.27)
> Reading '/home/visitors/dcmertens/.cpan/Metadata'
>   Database was generated on Tue, 08 Nov 2011 06:29:47 GMT
> CPAN: LWP::UserAgent loaded ok (v6.02)
> CPAN: Time::HiRes loaded ok (v1.972101)
> Fetching with LWP:
> http://cpan.msi.umn.edu/authors/01mailrc.txt.gz
> Reading '/home/visitors/dcmertens/.cpan/sources/authors/01mailrc.txt.gz'
> CPAN: Compress::Zlib loaded ok (v2.033)
> ............................................................................DONE
> Fetching with LWP:
> http://cpan.msi.umn.edu/modules/02packages.details.txt.gz
> Reading '/home/visitors/dcmertens/.cpan/sources/modules/02packages.details.txt.gz'
>   Database was generated on Mon, 28 Nov 2011 06:29:30 GMT
> ............................................................................DONE
> Fetching with LWP:
> http://cpan.msi.umn.edu/modules/03modlist.data.gz
> Reading '/home/visitors/dcmertens/.cpan/sources/modules/03modlist.data.gz'
> ............................................................................DONE
> Writing /home/visitors/dcmertens/.cpan/Metadata
> Module id = PDL::NetCDF
>     DESCRIPTION  Reads/Writes NetCDF files from/to PDL objs
>     CPAN_USERID  DHUNT (Douglas Hunt <dh...@ucar.edu>)
>     CPAN_VERSION undef
>     CPAN_FILE    Contact Author Douglas Hunt <dh...@ucar.edu>
>     DSLIP_STATUS RdcOp (released,developer,C,object-oriented,Standard-Perl)
>     INST_FILE    (not installed)
>
> Notice the emphasized line. If I understand this correctly, this means that the packages file was last updated this mornig at
> 06:29:30, GMT. I believe that if you check back after the package list has been updated to a time-stamp after you submitted the
> new module, it should have the correct information.
>
> David
>
> On Mon, Nov 28, 2011 at 6:02 PM, David Mertens <dcmerte...@gmail.com> wrote:
> I could be wrong here, but I was under the impression that it can take many hours for the various CPAN mirrors to
> update. How much time did you give them to update?
>
> David
>
> On Mon, Nov 28, 2011 at 5:05 PM, Doug Hunt <dh...@ucar.edu> wrote:
> Hi again, Andreas!
>
> I submitted this an hour or so ago.  I got this reassuring email from PAUSE:
>
> ------------------%<-----------------------------------------------------------
> The following report has been written by the PAUSE namespace indexer.
>  Please contact mod...@perl.org if there are any open questions.
>
>  User: DHUNT (Douglas Hunt)
>  Distribution file: PDL-NetCDF-4.15.tar.gz
>  Number of files: 13
>  *.pm files: 0
>  README: PDL-NetCDF-4.15/README
>  META.yml: PDL-NetCDF-4.15/META.yml
>  YAML-Parser: YAML::XS 0.32
>  META-driven index: yes
>  Timestamp of file: Mon Nov 28 21:58:52 2011 UTC
>  Time of this run: Mon Nov 28 22:00:27 2011 UTC
>
> Status of this distro: OK
> =========================
>
> The following packages (grouped by status) have been found in the distro:
>
> Status: Successfully indexed
>          ============================
>
>     module: PDL::NetCDF
>          version: 4.15
>          in file: netcdf.pd
>          status: indexed
>
> __END__
> ------------------%<-----------------------------------------------------------
>
> but I still don't see an index from cpan:
>
> ------------------%<-----------------------------------------------------------
> nolock_cpan[2]> i /PDL::NetCDF/
> Module id = PDL::NetCDF
>    DESCRIPTION  Reads/Writes NetCDF files from/to PDL objs
>    CPAN_USERID  DHUNT (Douglas Hunt <dh...@ucar.edu>)
>    CPAN_VERSION undef
>    CPAN_FILE    Contact Author Douglas Hunt <dh...@ucar.edu>
>    DSLIP_STATUS RdcOp (released,developer,C,object-oriented,Standard-Perl)
>    INST_FILE    (not installed)
>
> (as opposed to, for example):
> nolock_cpan[3]> i /Term::ReadLine::Perl/
> Module id = Term::ReadLine::Perl
>    DESCRIPTION  GNU Readline history and completion in Perl
>    CPAN_USERID  ILYAZ (Ilya Zakharevich <cp...@ilyaz.org>)
>    CPAN_VERSION 1.0303
>    CPAN_FILE    I/IL/ILYAZ/modules/Term-ReadLine-Perl-1.0303.tar.gz
>    DSLIP_STATUS RdpO? (released,developer,perl,object-oriented,)
>    INST_FILE    (not installed)
> ------------------%<-----------------------------------------------------------
>
> So, I think I'm stuck where I've always been.
>
> Any ideas or suggestions welcome!
>
> Regards,
>
>  Doug
>
>
> dh...@ucar.edu
> Software Engineer
> UCAR - COSMIC, Tel. (303) 497-2611
>
> On Mon, 28 Nov 2011, Andreas J. Koenig wrote:
>
> On Mon, 28 Nov 2011 13:15:16 -0700 (MST),
> Doug Hunt <dh...@ucar.edu> said:
>
>
>  > [...]
>  > provides:
>  >     PDL::NetCDF:
>  >         file:     netcdf.pd
>  >         version:  4.15
>  > [...]
>  > ------------------%<---------------------------------------------------
>
>  > Does this look right to you?  If so, I'll submit this to CPAN and see
>  > what happens.
>
> Yes, this looks familiar to me, please try it out and complain
> immediately to me if it doesn't work.
>
>  > Thanks!
>
> You're welcome!
>
> --
> andreas
>
>
> _______________________________________________
> Perldl mailing list
> Per...@jach.hawaii.edu

Doug Hunt

unread,
Nov 29, 2011, 4:17:35 PM11/29/11
to Andreas J. Koenig, Ivan Shmakov, module-...@perl.org, per...@jach.hawaii.edu, cpan-d...@perl.org
Hi again, Andreas:

After the latest mirror update, now my cpan command shows the correct
index:

$ cpan

...

cpan[2]> reload index
CPAN: Storable loaded ok (v2.22)
Going to read '/home/cosmicops/.cpan/Metadata'
Database was generated on Tue, 29 Nov 2011 03:32:34 GMT

...

cpan[3]> i /PDL::NetCDF/
Module id = PDL::NetCDF
DESCRIPTION Reads/Writes NetCDF files from/to PDL objs
CPAN_USERID DHUNT (Douglas Hunt <dh...@ucar.edu>)
CPAN_VERSION 4.15
CPAN_FILE D/DH/DHUNT/PDL-NetCDF-4.15.tar.gz
DSLIP_STATUS RdcOp
(released,developer,C,object-oriented,Standard-Perl)
INST_FILE (not installed)

Very cool! I've been fighting this problem for some months now.

Thanks, Andreas!

--Doug


dh...@ucar.edu
Software Engineer
UCAR - COSMIC, Tel. (303) 497-2611

0 new messages