Re: [Koha] Problem upgrading to 21.05: perlapi-5-24.1 is not available

2021-12-08 Thread Mason James

also, make sure you are *not* using a 32-bit version of ubuntu - as many 
required packages for Koha are unavailable

 https://wiki.ubuntu.com/i386
 
https://ubuntu.com/blog/statement-on-32-bit-i386-packages-for-ubuntu-19-10-and-20-04-lts

32-bit debian looks to be ok, but we currently have no jenkins/CI to confirm 
this :0)


On 9/12/21 2:49 pm, Mason James wrote:

hi Fred
if you are attempting to upgrade to 21.05/olstable - your 'Candidate' values 
should match those below...



$ arch
x86_64

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.3 LTS
Release:    20.04
Codename:   focal

$ cat /etc/apt/sources.list.d/koha.list
deb http://debian.koha-community.org/koha 21.05  main

$ sudo apt-get update

$ apt-cache policy koha-common
koha-common:
  Installed: 21.05.07-1
  Candidate: 21.05.07-1 <<
  Version table:
 *** 21.05.07-1 500
    500 http://debian.koha-community.org/koha 21.05/main amd64 Packages
    100 /var/lib/dpkg/status

$ apt-cache policy libyaml-libyaml-perl
libyaml-libyaml-perl:
  Installed: 0.81+repack-1
  Candidate: 0.81+repack-1 <<
  Version table:
 *** 0.81+repack-1 500
    500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
    100 /var/lib/dpkg/status
 0.76+repack-1~bpo9+1 500
    500 http://debian.koha-community.org/koha 21.05/main amd64 Packages


On 9/12/21 5:06 am, King, Fred wrote:

Esteemed Colleagues,

I'm trying to upgrade my Koha instance from 20.11.01.000 to 21.05, or 21.11 if 
I can't do oldstable. I'm running it on Ubuntu 20.04LTS.

Short description: the upgrade appears to need perlapi-5-24.1, but it's not 
available.

Long description, my input is in (parentheses); system response is indented in 
courier:
(while upgrading)
E: Repository 'http://debian.koha-community.org/koha stable InRelease' changed 
its 'Codename' value from '20.11' to '21.11'
N: This must be accepted explicitly before updates for this repository can be 
applied. See apt-secure(8) manpage for details.
(so I typed: echo 'deb http://debian.koha-community.org/koha 21.05 main' | sudo 
tee /etc/apt/sources.list.d/koha.list)
(I also tried the above with 21.11)
(apt-get install koha-common)
koha-common: Depends: libyaml-libyaml-perl but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
(apt-get install libyaml-libyaml-perl)
The following packages have unmet dependencies:
   libyaml-libyaml-perl : Depends: perlapi-5.24.1 but it is not installable
E: Unable to correct problems, you have held broken packages.
(apt-get install perlapi-5.24.1)
Package perlapi-5-24.1 is not available, but it is referenced to by another 
package.
This may mean that the package is missing, has been obsoleted, or is only 
available from another source
E: Package 'perlapi-5.24.1 has no installation candidate
(locate perlapi)
/usr/share/perl/5.26.1/pod/perlapi.pod (and a few others)

I've searched the Wiki, Google, and elsewhere, but I haven't found an answer. 
However, I've been working mostly in my basement and have a bad case of 
Basement Brain. Could someone point me towards a solution?

Thanks,

Fred King, MSLS, AHIP
Medical Librarian, MedStar Washington Hospital Center
fred.k...@medstar.net
202-877-6670
ORCID -0001-5266-0279
MedStar Authors Catalog: http://medstarauthors.org

I don't know much about being a millionaire, but I'll bet I'd be darling at it.
--Dorothy Parker

--
MedStar Health is a not-for-profit, integrated healthcare delivery system, the 
largest in Maryland and the Washington, D.C., region. Nationally recognized for 
clinical quality in heart, orthopedics, cancer and GI.

IMPORTANT: This e-mail (including any attachments) may contain information that 
is private, confidential, or protected by attorney-client or other privilege. 
If you received this e-mail in error, please delete it from your system without 
copying it and notify sender by reply e-mail, so that our records can be 
corrected... Thank you.

Help conserve valuable resources - only print this email if necessary.


___

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




___

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


Re: [Koha] Problem upgrading to 21.05: perlapi-5-24.1 is not available

2021-12-08 Thread Mason James

hi Fred
if you are attempting to upgrade to 21.05/olstable - your 'Candidate' values 
should match those below...



$ arch
x86_64

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.3 LTS
Release:    20.04
Codename:   focal

$ cat /etc/apt/sources.list.d/koha.list
deb http://debian.koha-community.org/koha 21.05  main

$ sudo apt-get update

$ apt-cache policy koha-common
koha-common:
  Installed: 21.05.07-1
  Candidate: 21.05.07-1 <<
  Version table:
 *** 21.05.07-1 500
    500 http://debian.koha-community.org/koha 21.05/main amd64 Packages
    100 /var/lib/dpkg/status

$ apt-cache policy libyaml-libyaml-perl
libyaml-libyaml-perl:
  Installed: 0.81+repack-1
  Candidate: 0.81+repack-1 <<
  Version table:
 *** 0.81+repack-1 500
    500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
    100 /var/lib/dpkg/status
 0.76+repack-1~bpo9+1 500
    500 http://debian.koha-community.org/koha 21.05/main amd64 Packages


On 9/12/21 5:06 am, King, Fred wrote:

Esteemed Colleagues,

I'm trying to upgrade my Koha instance from 20.11.01.000 to 21.05, or 21.11 if 
I can't do oldstable. I'm running it on Ubuntu 20.04LTS.

Short description: the upgrade appears to need perlapi-5-24.1, but it's not 
available.

Long description, my input is in (parentheses); system response is indented in 
courier:
(while upgrading)
E: Repository 'http://debian.koha-community.org/koha stable InRelease' changed 
its 'Codename' value from '20.11' to '21.11'
N: This must be accepted explicitly before updates for this repository can be 
applied. See apt-secure(8) manpage for details.
(so I typed: echo 'deb http://debian.koha-community.org/koha 21.05 main' | sudo 
tee /etc/apt/sources.list.d/koha.list)
(I also tried the above with 21.11)
(apt-get install koha-common)
koha-common: Depends: libyaml-libyaml-perl but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
(apt-get install libyaml-libyaml-perl)
The following packages have unmet dependencies:
   libyaml-libyaml-perl : Depends: perlapi-5.24.1 but it is not installable
E: Unable to correct problems, you have held broken packages.
(apt-get install perlapi-5.24.1)
Package perlapi-5-24.1 is not available, but it is referenced to by another 
package.
This may mean that the package is missing, has been obsoleted, or is only 
available from another source
E: Package 'perlapi-5.24.1 has no installation candidate
(locate perlapi)
/usr/share/perl/5.26.1/pod/perlapi.pod (and a few others)

I've searched the Wiki, Google, and elsewhere, but I haven't found an answer. 
However, I've been working mostly in my basement and have a bad case of 
Basement Brain. Could someone point me towards a solution?

Thanks,

Fred King, MSLS, AHIP
Medical Librarian, MedStar Washington Hospital Center
fred.k...@medstar.net
202-877-6670
ORCID -0001-5266-0279
MedStar Authors Catalog: http://medstarauthors.org

I don't know much about being a millionaire, but I'll bet I'd be darling at it.
--Dorothy Parker

--
MedStar Health is a not-for-profit, integrated healthcare delivery system, the 
largest in Maryland and the Washington, D.C., region. Nationally recognized for 
clinical quality in heart, orthopedics, cancer and GI.

IMPORTANT: This e-mail (including any attachments) may contain information that 
is private, confidential, or protected by attorney-client or other privilege. 
If you received this e-mail in error, please delete it from your system without 
copying it and notify sender by reply e-mail, so that our records can be 
corrected... Thank you.

Help conserve valuable resources - only print this email if necessary.


___

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


___

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


Re: [Koha] Error in step - Upgrade to 21.06.00.012 [10:59:41]: Bug 15067

2021-12-08 Thread David L. Whelchel
Hi George,

Thank you, here is the dump of the table. I did remove items in separate tests 
including trying to remove specific problematic entries like the Arab Script 
below and then all the entries. It seams that there is an index somewhere that 
needs to be rebuilt.  I am proficient in some parts of Koha but not all and see 
my weakness here in this one!!

subtag  typelangdescription id
opaci   en  OPAC1
opaci   fr  OPAC2
intraneti   en  Staff Client3
intraneti   fr  4
progt   en  Prog5
progt   fr  Prog6
ar  languagear  لعربية  7
ar  languageen  Arabic  8
ar  languagefr  Arabe   9
hy  languagehy  Հայերեն 10
hy  languageen  Armenian11
hy  languagefr  Armenian12
bg  languagebg  Български   13
bg  languageen  Bulgarian   14
bg  languagefr  Bulgare 15
zh  languagezh  中文  16
zh  languageen  Chinese 17
zh  languagefr  Chinois 18
cs  languagecs  Čeština 19
cs  languageen  Czech   20
cs  languagefr  Tchèque21
da  languageda  Dansk   22
da  languageen  Danish  23
da  languagefr  Danois  24
nl  languagenl  Nederlands  25
nl  languageen  Dutch   26
nl  languagefr  Néerlandais27
en  languageen  English 28
en  languagefr  Anglais 29
fi  languagefi  Suomi   30
fi  languageen  Finnish 31
fr  languageen  French  32
fr  languagefr  Français33
lo  languagelo  ພາສາລາວ 34
lo  languageen  Lao 35
de  languagede  Deutsch 36
de  languageen  German  37
de  languagefr  Allemand38
el  languageel  Ελληνικά39
el  languageen  Greek, Modern [1453- ]  40
el  languagefr  Grec Moderne (Après 1453)  41
he  languagehe  עִבְרִית42
he  languageen  Hebrew  43
he  languagefr  Hébreu 44
hi  languagehi  हिन्दी  45
hi  languageen  Hindi   46
hi  languagefr  Hindi   47
hu  languagehu  Magyar  48
hu  languageen  Hungarian   49
hu  languagefr  Hongrois50
id  languageid  Bahasa Indonesia51
id  languageen  Indonesian  52
id  languagefr  Indonésien 53
it  languageit  Italiano54
it  languageen  Italian 55
it  languagefr  Italien 56
ja  languageja  日本語 57
ja  languageen  Japanese58
ja  languagefr  Japonais59
ko  languageko  한국어 60
ko  languageen  Korean  61
ko  languagefr  Coréen 62
la  languagela  Latina  63
la  languageen  Latin   64
la  languagefr  Latin   65
gl  languagegl  Galego  66
gl  languageen  Galician67
nb  languagenb  Norsk bokmål68
nb  languageen  Norwegian bokmål69
nb  languagefr  Norvégien bokmål70
fa  languagefa  فارسى   71
fa  languageen  Persian 72
fa  languagefr  Persan  73
pl  languagepl  Polski  74
pl  languageen  Polish  75
pl  languagefr  Polonais76
pt  languagept  Português   77
pt  languageen  Portuguese  78
pt  languagefr  Portugais   79
ro  languagero  Română  80
ro  languageen  Romanian81
ro  languagefr  Roumain 82
ru  languageru  Русский 83
ru  languageen  Russian 84
ru  languagefr  Russe   85
sr  languagesr  Cрпски  86
sr  languageen  Serbian 87
es  languagees  Español 88
es  languageen  Spanish 89
es  languagefr  Espagnol90
sv  languagesv  Svenska 91
sv  languageen  Swedish 92
sv  languagefr  Suédois93
tet languagetet Tetun   94
tet languageen  Tetum   95
th  languageth  ภาษาไทย 96
th  languageen  Thai97
th  languagefr  Thaï   98
tr  languagetr  Türkçe  99
tr  languageen  Turkish 100
tr  language 

Re: [Koha] Koha sets due date to current date when checking out

2021-12-08 Thread Michael Kuhn

Hi Michael

Today you wrote:

> I saw your email on the Koha list serv about the difficulties with a
> patron due date. We had a similar issue earlier this year, and it
> turned out that it was related to the Koha calendar. There were closed
> dates set that were messing up our normal return dates.
>
> It's a long shot, and you've probably already thought of that, but I
> wanted to share it with you just in case. :-)

Thanks for the hint, but yes, I thought of that - in our case the 
calendar does not define any kind of holidays. So this can't be the 
reason for Koha's abnormal behaviour.


Best wishes: Michael
--
Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis
Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz
T 0041 (0)61 261 55 61 · E m...@adminkuhn.ch · W www.adminkuhn.ch
___

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


[Koha] Problem upgrading to 21.05: perlapi-5-24.1 is not available

2021-12-08 Thread King, Fred
Esteemed Colleagues,

I'm trying to upgrade my Koha instance from 20.11.01.000 to 21.05, or 21.11 if 
I can't do oldstable. I'm running it on Ubuntu 20.04LTS.

Short description: the upgrade appears to need perlapi-5-24.1, but it's not 
available.

Long description, my input is in (parentheses); system response is indented in 
courier:
(while upgrading)
E: Repository 'http://debian.koha-community.org/koha stable InRelease' changed 
its 'Codename' value from '20.11' to '21.11'
N: This must be accepted explicitly before updates for this repository can be 
applied. See apt-secure(8) manpage for details.
(so I typed: echo 'deb http://debian.koha-community.org/koha 21.05 main' | sudo 
tee /etc/apt/sources.list.d/koha.list)
(I also tried the above with 21.11)
(apt-get install koha-common)
koha-common: Depends: libyaml-libyaml-perl but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
(apt-get install libyaml-libyaml-perl)
The following packages have unmet dependencies:
  libyaml-libyaml-perl : Depends: perlapi-5.24.1 but it is not installable
E: Unable to correct problems, you have held broken packages.
(apt-get install perlapi-5.24.1)
Package perlapi-5-24.1 is not available, but it is referenced to by another 
package.
This may mean that the package is missing, has been obsoleted, or is only 
available from another source
E: Package 'perlapi-5.24.1 has no installation candidate
(locate perlapi)
/usr/share/perl/5.26.1/pod/perlapi.pod (and a few others)

I've searched the Wiki, Google, and elsewhere, but I haven't found an answer. 
However, I've been working mostly in my basement and have a bad case of 
Basement Brain. Could someone point me towards a solution?

Thanks,

Fred King, MSLS, AHIP
Medical Librarian, MedStar Washington Hospital Center
fred.k...@medstar.net
202-877-6670
ORCID -0001-5266-0279
MedStar Authors Catalog: http://medstarauthors.org

I don't know much about being a millionaire, but I'll bet I'd be darling at it.
--Dorothy Parker

--
MedStar Health is a not-for-profit, integrated healthcare delivery system, the 
largest in Maryland and the Washington, D.C., region. Nationally recognized for 
clinical quality in heart, orthopedics, cancer and GI.

IMPORTANT: This e-mail (including any attachments) may contain information that 
is private, confidential, or protected by attorney-client or other privilege. 
If you received this e-mail in error, please delete it from your system without 
copying it and notify sender by reply e-mail, so that our records can be 
corrected... Thank you.

Help conserve valuable resources - only print this email if necessary.


___

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


Re: [Koha] OPACXSLDetailsDisplay - No display at all in OPAC

2021-12-08 Thread Jonathan Druart
Bonjour Rémi,

Can you confirm that you are using UNIMARC? Does it work if you use
"default" instead of the full path to the xsl files?
From which version of Koha did you upgrade?

Regards,
Jonathan

Le mar. 7 déc. 2021 à 18:32, Bibliothèque Lyon
 a écrit :
>
> Hi everybody,
>
> It's my first message on this list. I hope that I'm using it properly.
>
> Since the upgrade of my installation of Koha to version 20.11.11.000, I
> have the following issue.
>
> If I change the settings of OPACXSLTDetailsDisplay system property to
> /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl
> and
> of OPACXSLTResultsDisplay to
> /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl,
> I get an *empty display without any data*, as if Koha ignores completely
> the xsl transformation and returns *nothing to display*. Koha ignores
> completely the directives in this XSL file.
>
> There is probably something I've completely forgotten.
> Any help would be appreciated!
>
> Rémi
> ___
>
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
___

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