Re: [Koha] 3.4.4 Perl upgrade/rebuilding perl-modules

2011-09-12 Thread jp
Really nobody has an idea on how to fix this?

Thu, 8 Sep 2011 08:08:00 -0700 (PDT) Perch kirjoitti:

 I upgraded my Perl (compiled a new version from source) from 5.8.8 to 5.14.1,
 because evidently Koha 3.4.4 needs a newer version of Perl than 5.8.8. Now
 I'm having problems getting some of the required CPAN modules to install.
 First of all:
 
 HTTP::OAI wants a newer version of XML::SAX::Base. I have version 1.02,
 while HTTP::OAI wants 1.04. However, when I try to upgrade it using CPAN,
 all I get is a message saying: XML::SAX::Base is up to date (1.02). So, no
 newer version available on CPAN?
 
 Secondly: PDF::Reuse::Barcode wants Barcode::Code128, which it tries to
 automatically install. However the installation fails (it fails if I try the
 install Barcode::Code128 manually too):
 
 Going to read '/root/.cpan/Metadata'
   Database was generated on Thu, 08 Sep 2011 09:28:48 GMT
 Running install for module 'Barcode::Code128'
 Running make for W/WR/WRW/Barcode-Code128-2.01.tar.gz
 Checksum for
 /root/.cpan/sources/authors/id/W/WR/WRW/Barcode-Code128-2.01.tar.gz ok
 
   CPAN.pm: Going to build W/WR/WRW/Barcode-Code128-2.01.tar.gz
 
 Checking if your kit is complete...
 Looks good
 Writing Makefile for Barcode::Code128
 Writing MYMETA.yml
 cp lib/Barcode/Code128.pm blib/lib/Barcode/Code128.pm
 Manifying blib/man3/Barcode::Code128.3
   WRW/Barcode-Code128-2.01.tar.gz
   /usr/bin/make -- OK
 Running make test
 PERL_DL_NONLAZY=1 /usr/lib/perl5/perl-5.14.1/bin/perl
 -MExtUtils::Command::MM -e test_harness(0, 'blib/lib', 'blib/arch')
 t/*.t
 t/barcode.t .. ok   
 t/gif.t .. skipped: (no reason given)
 t/png.t .. skipped: (no reason given)
 
 Test Summary Report
 ---
 t/gif.t(Wstat: 0 Tests: 1 Failed: 1)
   Failed test:  1
   Parse errors: Bad plan.  You planned 0 tests but ran 1.
 t/png.t(Wstat: 0 Tests: 1 Failed: 1)
   Failed test:  1
   Parse errors: Bad plan.  You planned 0 tests but ran 1.
 Files=3, Tests=4,  0 wallclock secs ( 0.05 usr  0.00 sys +  0.04 cusr  0.01
 csys =  0.10 CPU)
 Result: FAIL
 Failed 2/3 test programs. 2/4 subtests failed.
 make: *** [test_dynamic] Error 255
   WRW/Barcode-Code128-2.01.tar.gz
   /usr/bin/make test -- NOT OK
 //hint// to see the cpan-testers results for installing this module, try:
   reports WRW/Barcode-Code128-2.01.tar.gz
 Running make install
   make test had returned bad status, won't install without force
 
 Thirdly, the installtion of Schedule::At fails:
 
 Going to read '/root/.cpan/Metadata'
   Database was generated on Thu, 08 Sep 2011 09:28:48 GMT
 Running install for module 'Schedule::At'
 Running make for J/JO/JOSERODR/Schedule-At-1.13.tar.gz
 Checksum for
 /root/.cpan/sources/authors/id/J/JO/JOSERODR/Schedule-At-1.13.tar.gz ok
 
   CPAN.pm: Going to build J/JO/JOSERODR/Schedule-At-1.13.tar.gz
 
 Checking if your kit is complete...
 Looks good
 Writing Makefile for Schedule::At
 Writing MYMETA.yml and MYMETA.json
 cp At.pm blib/lib/Schedule/At.pm
 Manifying blib/man3/Schedule::At.3
   JOSERODR/Schedule-At-1.13.tar.gz
   /usr/bin/make -- OK
 Running make test
 PERL_DL_NONLAZY=1 /usr/lib/perl5/perl-5.14.1/bin/perl
 -MExtUtils::Command::MM -e test_harness(0, 'blib/lib', 'blib/arch')
 t/*.t
 t/t1.t .. 1/9 # Failed test 2 in t/t1.t at line 45
 #  t/t1.t line 45 is: ok(!$rv  ((scalar(keys %beforeJobs)+1) ==
 scalar(keys %afterJobs)));
 # Failed test 3 in t/t1.t at line 48
 #  t/t1.t line 48 is: ok(%atJobs);
 # Test 4 got: UNDEF (t/t1.t at line 51)
 #   Expected: /thisIsACommand/
 #  t/t1.t line 51 is: ok($content, '/thisIsACommand/');
 # Test 6 got:  (t/t1.t at line 73)
 #   Expected: /^(_TEST_tag1)+$/
 #  t/t1.t line 73 is: ok(join('', map { $_-{TAG} } values %tag1Jobs),
 '/^(_TEST_tag1)+$/');
 # Test 7 got: UNDEF (t/t1.t at line 76)
 #   Expected: /testCMD2/
 #  t/t1.t line 76 is: ok($content2, '/testCMD2/');
 # Test 8 got: UNDEF (t/t1.t at line 77)
 #   Expected: /testCMD3/
 #  t/t1.t line 77 is: ok($content2, '/testCMD3/');
 t/t1.t .. Failed 6/9 subtests 
 
 Test Summary Report
 ---
 t/t1.t (Wstat: 0 Tests: 9 Failed: 6)
   Failed tests:  2-4, 6-8
 Files=1, Tests=9,  0 wallclock secs ( 0.03 usr  0.01 sys +  0.04 cusr  0.07
 csys =  0.15 CPU)
 Result: FAIL
 Failed 1/1 test programs. 6/9 subtests failed.
 make: *** [test_dynamic] Error 255
   JOSERODR/Schedule-At-1.13.tar.gz
   /usr/bin/make test -- NOT OK
 //hint// to see the cpan-testers results for installing this module, try:
   reports JOSERODR/Schedule-At-1.13.tar.gz
 Running make install
   make test had returned bad status, won't install without force
 
 I tried installing ExtUtils::Command::MM, which went ok, but didn't help
 any.
 
 --
 View this message in context: 
 http://koha.1045719.n5.nabble.com/3-4-4-Perl-upgrade-rebuilding-perl-modules-tp4782778p4782778.html
 Sent from the Koha - Discuss mailing list archive at Nabble.com.
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 

Re: [Koha] 3.4.4 Perl upgrade/rebuilding perl-modules

2011-09-12 Thread Colin Campbell
On 08/09/11 16:08, Perch wrote:
 
 Secondly: PDF::Reuse::Barcode wants Barcode::Code128, which it tries to
 automatically install. However the installation fails (it fails if I try the
 install Barcode::Code128 manually too):
 
Theres a bug in Barcode::Code (see the rt patch) where one of the tests
fails. Doing a force install will ignore the failed test.

Colin


-- 
Colin Campbell
Chief Software Engineer,
PTFS Europe Limited
Content Management and Library Solutions
+44 (0) 845 557 5634 (phone)
+44 (0) 7759 633626  (mobile)
colin.campb...@ptfs-europe.com
skype: colin_campbell2

http://www.ptfs-europe.com
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] 3.4.4 Perl upgrade/rebuilding perl-modules

2011-09-12 Thread Colin Campbell
On 08/09/11 16:08, Perch wrote:

 HTTP::OAI wants a newer version of XML::SAX::Base. I have version 1.02,
 while HTTP::OAI wants 1.04. However, when I try to upgrade it using CPAN,
 all I get is a message saying: XML::SAX::Base is up to date (1.02). So, no
 newer version available on CPAN?
 
There is a bug related to version handling posted against XML::SAX::Base
on Friday. This may be the cause of your problem, I'd try downloading
1.07 manually from cpan and building it.

C.


-- 
Colin Campbell
Chief Software Engineer,
PTFS Europe Limited
Content Management and Library Solutions
+44 (0) 845 557 5634 (phone)
+44 (0) 7759 633626  (mobile)
colin.campb...@ptfs-europe.com
skype: colin_campbell2

http://www.ptfs-europe.com
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Job available : Sweden

2011-09-12 Thread Lenora Oftedahl
Please do not reply to me with any questions about this position, as I
am
posting it on behalf of a colleague.

For questions, please contact Chris Hoebeke, at c...@wmu.se.


Assistant Librarian, Systems and Development
Closing date: October 31, 2011

The World Maritime University is seeking an assistant librarian with
strong technology skills to help transition its library from a small but
selective print collection to a global center of maritime information.
While expanding support for the university curriculum and traditional
faculty research, the library aims to create an extensible online
platform
for hosting, managing and sharing data and services among the maritime
community. Commitment to Open Source is critical, not only to save
costs,
but to foster open standards and protocols that will facilitate
community-wide collaboration. While duties will chiefly involve library
technology development, the selected candidate will perform general
library work as needed on behalf of a student body and faculty recruited
literally from around the world. Working cheerfully and energetically in
a
diverse environment is expected. Fluency in English is required.

The positions offer an attractive salary, free of income tax in Sweden,
a
benefits package and relocation expenses.

Start date: Ideally by 1 Feb 2012, but start date negotiable for the
right candidate.

Duties: Responsible for library technology deployment and initiatives,
the assistant librarian will:
· Build and maintain library public portal, implementing IP
proxying and single-sign on solutions, and integrating third party
bibliographic databases and local resources via federated searching,
data
mashing, and social linking.
· Plan and implement a multi-user, multi-project content
management system, which can be integrated with maritime-related data
feeds, reference management software and services, and social networking
applications.
· Advise librarian in replacing and expanding existing digital
repository.
· Participate in the development and maintenance of the Koha
library management system.
· Assist with reference and circulation duties on occasion.
· Participate in building library staff portal that facilitates
documentation of procedures, simplifies access to third-party staff
resources, and integrates with university systems.
· Advise university IT on library technology matters; assist
university IT as needed.

Qualifications: Candidates must have a master's degree in library,
information, or computer science or a bachelor's degree and four years'
applicable experience. Minimum requirements are proficiency in LAMP
server
administration and web services delivery; strong programming skills in
at
least two of the following languages: Python, PhP, Ruby, Perl and/or
Java;
knowledge of one or more Open Source indexing systems (e.g., Solr,
Zebra);
Preferred: experience with Dublin Core meta data, MAR
C and MARC.XML
bibliographic and authority standards; working knowledge of YAZ, Z39.50,
SRU, and OAI protocols; familiarity with Dspace and/or Fedora Commons
digital library platforms; experience solving online authorization and
authentication issues; web administration or design expertise using a
major CMS application, preferably Drupal; Cloud computing and Google API
experience a plus.

Application: Applicants should upload a single document to WMU's
recruiter boxhttp://wmu.recruiterbox.com/jobs/4549 containing the
following sections, in order:

1. Letter of interest
2. Complete CV
3. URLs and descriptions of your roles in web projects of significance
4. Contact information of three references

Contact the HR
 Directorhttp://www.wmu.se/email/user/58/field_email or
the University Librarianhttp://www.wmu.se/user/34/contact if you are
unable to upload your application document.

About WMU: The World Maritime University was established in 1983 b
y the
International Maritime Organization, a specialized agency of the United
Nations. WMU wishes to enhance its role as a global centre of excellence
for postgraduate education and research in the maritime field. WMU
offers
Master of Science programs in several maritime areas, and a Ph.D. in
Maritime Administration. The main campus is in Malmö, Sweden, with
branches in Shanghai and Dalian, China.
--
Christopher Hoebeke
Librarian, World Maritime University
PO Box 500 S-201 24 Malmö, Sweden
Phone: +46 40 35 63 41
Fax: +46 40 12 84 42

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Fwd: Sorting lists carts by call number

2011-09-12 Thread Chris Cormack
-- Forwarded message --
From: Marie Wardall mward...@dce.k12.wi.us
Date: 13 September 2011 07:33
Subject: Sorting lists carts by call number
To: koha-ow...@lists.katipo.co.nz


We are wondering if there is a way to sort a List or cart by call
number?  It would make going to the shelf to look for the books much
easier when a teacher sends us the cart or list.

I am working with Koha 3.2 and have done some testing in Koha 3.4 as
well and can't seem to find a place that I am able to do this.

Am I just missing something?

Thanks,


Marie J. Wardall
Library Media Specialist
Mountain Bay Elementary School
8602 Schofield Ave.
Weston, WI 54476
mward...@dce.k12.wi.us
Phone: 715-355-0302 ext. 5824
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] sql report 952 z (non-public note)

2011-09-12 Thread Chris Cormack
On 13 September 2011 01:20, Linda Culberson lcul...@mdah.state.ms.us wrote:
 Chris,
 We use the non-public note to hold our information about the actual physical
 floor/row/bay/shelf information of the boxes in our archives (so we call it
 location in our query)  and to print out call slips. We use a sql
 statement  that includes;
 ExtractValue(more_subfields_xml,
 '/collection/record/datafield[\@tag=\999\]/subfield[\@code=\x\]') as
 location


This looks perfect, except needs to be 952 not 999

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Fwd: Sorting lists carts by call number

2011-09-12 Thread Rachel Hamilton-Williams



 Original Message 
Subject:Sorting lists carts by call number
Date:   Mon, 12 Sep 2011 14:33:16 -0500
From:   Marie Wardall mward...@dce.k12.wi.us
To: koha-ow...@lists.katipo.co.nz



We are wondering if there is a way to sort a List or cart by call number?  It 
would make going to the shelf to look for the books much easier when a teacher 
sends us the cart or list.

I am working with Koha 3.2 and have done some testing in Koha 3.4 as well and 
can't seem to find a place that I am able to do this.

Am I just missing something?

Thanks,


Marie J. Wardall
Library Media Specialist
Mountain Bay Elementary School
8602 Schofield Ave.
Weston, WI 54476
mward...@dce.k12.wi.us
Phone: 715-355-0302 ext. 5824



___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha