From robert.gallagher at heanet.ie Wed Mar 25 10:34:44 2009 From: robert.gallagher at heanet.ie (Rob Gallagher) Date: Wed, 25 Mar 2009 10:34:44 +0000 Subject: [dsc] Second and third level domains not appearing Message-ID: <20090325103444.52486440@tachikoma> Hi all, I recently migrated our DSC presenter to a new machine. Thought I'd gotten all the dependencies but it seems a few things are missing, mainly the second and third level domain datasets. The following errors appear in the dsc-xml-extractor.out log for each node: no extractor for second_ld_vs_rcode no extractor for third_ld_vs_rcode Is there a particular parser or perl module that I'm missing ? rg -- Rob Gallagher | Public Key: 0x1DD13A78 HEAnet Limited, Ireland's Education and Research Network 1st Floor, 5 George's Dock, IFSC, Dublin 1. Registered in Ireland, no 275301 T: (+353-1) 6609040 F: (+353-1) 6603666 WWW: http://www.heanet.ie/ From wessels at measurement-factory.com Wed Mar 25 16:40:38 2009 From: wessels at measurement-factory.com (Duane Wessels) Date: Wed, 25 Mar 2009 10:40:38 -0600 (MDT) Subject: [dsc] Second and third level domains not appearing In-Reply-To: <20090325103444.52486440@tachikoma> References: <20090325103444.52486440@tachikoma> Message-ID: On Wed, 25 Mar 2009, Rob Gallagher wrote: > Hi all, > > I recently migrated our DSC presenter to a new machine. Thought I'd > gotten all the dependencies but it seems a few things are missing, > mainly the second and third level domain datasets. > > The following errors appear in the dsc-xml-extractor.out log for each > node: > > no extractor for second_ld_vs_rcode > no extractor for third_ld_vs_rcode > > Is there a particular parser or perl module that I'm missing ? Hm, I'm not sure why those would be missing. If you look at your source package, in the file presenter/perllib/DSC/extractor/config.pm you should see this: second_ld_vs_rcode => { ndim => 2, type1 => 'Rcode', type2 => 'SecondLD', outputs => { second_ld_vs_rcode_accum => { data_munger => \&main::swap_dimensions, data_reader => \&DSC::extractor::read_data3, data_merger => \&main::merge_accum2d, data_writer => \&DSC::extractor::write_data3, }, }, }, Then, of course, after a 'make install' there should be a 'config.pm' file with the same contents installed in wherever perl modules normally go on your system. For me it is /usr/local/lib/perl5/site_perl/5.8.8/DSC/extractor/config.pm Duane W. From robert.gallagher at heanet.ie Wed Mar 25 17:14:37 2009 From: robert.gallagher at heanet.ie (Rob Gallagher) Date: Wed, 25 Mar 2009 17:14:37 +0000 Subject: [dsc] Second and third level domains not appearing In-Reply-To: References: <20090325103444.52486440@tachikoma> Message-ID: <20090325171437.0e6a3b85@tachikoma> On Wed, 25 Mar 2009 10:40:38 -0600 (MDT) Duane Wessels wrote: > Then, of course, after a 'make install' there should be a 'config.pm' > file with the same contents installed in wherever perl modules > normally go on your system. For me it is > /usr/local/lib/perl5/site_perl/5.8.8/DSC/extractor/config.pm Oops, my mistake! Turns out I copied across the Perl libraries for the previous version of DSC. rg -- Rob Gallagher | Public Key: 0x1DD13A78 HEAnet Limited, Ireland's Education and Research Network 1st Floor, 5 George's Dock, IFSC, Dublin 1. Registered in Ireland, no 275301 T: (+353-1) 6609040 F: (+353-1) 6603666 WWW: http://www.heanet.ie/