Hy with the new version I thought I would give elasticsearch a try (zebra works ;-) new server Debian 5.10.106-1 10.5.15-MariaDB Apache/2.4.53 but koha-elasticsearch Preparing to unpack .../libmarc-xml-perl_1.0.5-1_all.deb ... Unpacking libmarc-xml-perl (1.0.5-1) ... dpkg: error processing archive /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_ all.deb (--unpack): trying to overwrite '/usr/bin/marc2xml', which is also in package libmarc-file- xml-perl 1.0.5-1~koha+1 Errors were encountered while processing: /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_all.deb apt --fix-broken install The following additional packages will be installed: libmarc-xml-perl dpkg: error processing archive /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_ all.deb (--unpack): trying to overwrite '/usr/bin/marc2xml', which is also in package libmarc-file- xml-perl 1.0.5-1~koha+1 Did anyone else encounter this problem ? Kind regards Hofrat Mag. Rainer Stowasser Head of Library and Archives ZAMG
Hi, What is the version of Koha (package koha-common) ? Debian 5.10.106-1 ? Which name is that (Buster, Bullseye, ...) ? Did you first run "apt update" ? Le 07/06/2022 à 22:40, Stowasser Rainer a écrit :
Hy
with the new version I thought I would give elasticsearch a try (zebra works ;-)
new server Debian 5.10.106-1 10.5.15-MariaDB Apache/2.4.53
but
koha-elasticsearch
Preparing to unpack .../libmarc-xml-perl_1.0.5-1_all.deb ... Unpacking libmarc-xml-perl (1.0.5-1) ... dpkg: error processing archive /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_ all.deb (--unpack): trying to overwrite '/usr/bin/marc2xml', which is also in package libmarc-file- xml-perl 1.0.5-1~koha+1 Errors were encountered while processing: /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_all.deb
apt --fix-broken install The following additional packages will be installed: libmarc-xml-perl
dpkg: error processing archive /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_ all.deb (--unpack): trying to overwrite '/usr/bin/marc2xml', which is also in package libmarc-file- xml-perl 1.0.5-1~koha+1
Did anyone else encounter this problem ?
Kind regards Hofrat Mag. Rainer Stowasser Head of Library and Archives ZAMG _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
-- Fridolin SOMERS <fridolin.somers@biblibre.com> Software and system maintainer 🦄 BibLibre, France
Dear Fridolin Debian buster koha common 22.05 yes what I found out till now is that it seems to be related to catmandu and 2 versions of marc2xml perl dependencies are "very interesting" ;-) Kind regards Hofrat Mag. Rainer Stowasser Head of Library and Archives ZAMG ________________________________________ Von: Koha-devel <koha-devel-bounces@lists.koha-community.org> im Auftrag von Fridolin SOMERS <fridolin.somers@biblibre.com> Gesendet: Donnerstag, 9. Juni 2022 08:36:55 An: koha-devel@lists.koha-community.org Betreff: Re: [Koha-devel] koha 22:05 elasticsearch Hi, What is the version of Koha (package koha-common) ? Debian 5.10.106-1 ? Which name is that (Buster, Bullseye, ...) ? Did you first run "apt update" ? Le 07/06/2022 à 22:40, Stowasser Rainer a écrit :
Hy
with the new version I thought I would give elasticsearch a try (zebra works ;-)
new server Debian 5.10.106-1 10.5.15-MariaDB Apache/2.4.53
but
koha-elasticsearch
Preparing to unpack .../libmarc-xml-perl_1.0.5-1_all.deb ... Unpacking libmarc-xml-perl (1.0.5-1) ... dpkg: error processing archive /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_ all.deb (--unpack): trying to overwrite '/usr/bin/marc2xml', which is also in package libmarc-file- xml-perl 1.0.5-1~koha+1 Errors were encountered while processing: /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_all.deb
apt --fix-broken install The following additional packages will be installed: libmarc-xml-perl
dpkg: error processing archive /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_ all.deb (--unpack): trying to overwrite '/usr/bin/marc2xml', which is also in package libmarc-file- xml-perl 1.0.5-1~koha+1
Did anyone else encounter this problem ?
Kind regards Hofrat Mag. Rainer Stowasser Head of Library and Archives ZAMG _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
-- Fridolin SOMERS <fridolin.somers@biblibre.com> Software and system maintainer 🦄 BibLibre, France _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/ EXTERNAL EMAIL: Do not click any links or open any attachments unless you trust the sender and know the content is safe.
According to the error both libmarc-xml-perl_1.0.5-1 and libmarc-file- xml-perl_1.0.5-1 are trying to place the file /usr/bin/marc2xml, which the package manager helpfully catches and gives this wonder error message about. I'm guessing that libmarc-file-xml-perl_1.0.5-1 is coming from the koha-community repo. The real question is what to do about it. I'm not familiar enough with debian packaging to say if there is a way to override the other packages claim on the file. I suppose it's possible to put that file in the alternatives system (/etc/alternatives), but that might be overkill. I think the root of the error is that either the name of the debian package (libmarc-xml-perl) has diverged from the the koha-community package (libmarc-file-xml-perl), or this file found its way into the libmarc-file-xml-perl package my mistake. Though if the problem was the package name (which could be fixed with a "provides" entry) I would expect to see more file conflicts, but maybe the package manager just stopped on the first one. I think the proper solution is to either change the libmarc-file-xml-perl package to match the libmarc-xml-perl package (probably with a "provides" entry), or to take this file out of it (and provide a modified libmarc-xml-perl package if necessary). Again, that advice is given with my very limited knowledge of debian packaging. On Thu, Jun 9, 2022 at 12:52 AM Stowasser Rainer < rainer.stowasser@zamg.ac.at> wrote:
Dear Fridolin
Debian buster
koha common 22.05
yes
what I found out till now is that it seems to be related to catmandu and 2 versions of marc2xml perl dependencies are "very interesting" ;-)
Kind regards Hofrat Mag. Rainer Stowasser Head of Library and Archives ZAMG
________________________________________ Von: Koha-devel <koha-devel-bounces@lists.koha-community.org> im Auftrag von Fridolin SOMERS <fridolin.somers@biblibre.com> Gesendet: Donnerstag, 9. Juni 2022 08:36:55 An: koha-devel@lists.koha-community.org Betreff: Re: [Koha-devel] koha 22:05 elasticsearch
Hi,
What is the version of Koha (package koha-common) ?
Debian 5.10.106-1 ? Which name is that (Buster, Bullseye, ...) ?
Did you first run "apt update" ?
Hy
with the new version I thought I would give elasticsearch a try (zebra works ;-)
new server Debian 5.10.106-1 10.5.15-MariaDB Apache/2.4.53
but
koha-elasticsearch
Preparing to unpack .../libmarc-xml-perl_1.0.5-1_all.deb ... Unpacking libmarc-xml-perl (1.0.5-1) ... dpkg: error processing archive /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_ all.deb (--unpack): trying to overwrite '/usr/bin/marc2xml', which is also in package
xml-perl 1.0.5-1~koha+1 Errors were encountered while processing: /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_all.deb
apt --fix-broken install The following additional packages will be installed: libmarc-xml-perl
dpkg: error processing archive /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_ all.deb (--unpack): trying to overwrite '/usr/bin/marc2xml', which is also in package
Le 07/06/2022 à 22:40, Stowasser Rainer a écrit : libmarc-file- libmarc-file-
xml-perl 1.0.5-1~koha+1
Did anyone else encounter this problem ?
Kind regards Hofrat Mag. Rainer Stowasser Head of Library and Archives ZAMG _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
-- Fridolin SOMERS <fridolin.somers@biblibre.com> Software and system maintainer 🦄 BibLibre, France _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/ EXTERNAL EMAIL: Do not click any links or open any attachments unless you trust the sender and know the content is safe.
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
-- Michael Hafen Washington County School District Technology Department Systems Analyst
hi folks the koha repo does have a redundant 'libmarc-file-xml-perl' package i'll aim to remove the package, after running some tests - this should fix the problem On 10/06/22 4:16 am, Michael Hafen wrote:
According to the error both libmarc-xml-perl_1.0.5-1 and libmarc-file- xml-perl_1.0.5-1 are trying to place the file /usr/bin/marc2xml, which the package manager helpfully catches and gives this wonder error message about. I'm guessing that libmarc-file-xml-perl_1.0.5-1 is coming from the koha-community repo. The real question is what to do about it. I'm not familiar enough with debian packaging to say if there is a way to override the other packages claim on the file. I suppose it's possible to put that file in the alternatives system (/etc/alternatives), but that might be overkill. I think the root of the error is that either the name of the debian package (libmarc-xml-perl) has diverged from the the koha-community package (libmarc-file-xml-perl), or this file found its way into the libmarc-file-xml-perl package my mistake. Though if the problem was the package name (which could be fixed with a "provides" entry) I would expect to see more file conflicts, but maybe the package manager just stopped on the first one. I think the proper solution is to either change the libmarc-file-xml-perl package to match the libmarc-xml-perl package (probably with a "provides" entry), or to take this file out of it (and provide a modified libmarc-xml-perl package if necessary). Again, that advice is given with my very limited knowledge of debian packaging.
On Thu, Jun 9, 2022 at 12:52 AM Stowasser Rainer <rainer.stowasser@zamg.ac.at> wrote:
Dear Fridolin
Debian buster
koha common 22.05
yes
what I found out till now is that it seems to be related to catmandu and 2 versions of marc2xml perl dependencies are "very interesting" ;-)
Kind regards Hofrat Mag. Rainer Stowasser Head of Library and Archives ZAMG
________________________________________ Von: Koha-devel <koha-devel-bounces@lists.koha-community.org> im Auftrag von Fridolin SOMERS <fridolin.somers@biblibre.com> Gesendet: Donnerstag, 9. Juni 2022 08:36:55 An: koha-devel@lists.koha-community.org Betreff: Re: [Koha-devel] koha 22:05 elasticsearch
Hi,
What is the version of Koha (package koha-common) ?
Debian 5.10.106-1 ? Which name is that (Buster, Bullseye, ...) ?
Did you first run "apt update" ?
Le 07/06/2022 à 22:40, Stowasser Rainer a écrit : > Hy > > with the new version I thought I would give elasticsearch a try (zebra works ;-) > > new server > Debian 5.10.106-1 > 10.5.15-MariaDB > Apache/2.4.53 > > but > > koha-elasticsearch > > Preparing to unpack .../libmarc-xml-perl_1.0.5-1_all.deb ... > Unpacking libmarc-xml-perl (1.0.5-1) ... > dpkg: error processing archive /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_ > all.deb (--unpack): > trying to overwrite '/usr/bin/marc2xml', which is also in package libmarc-file- > xml-perl 1.0.5-1~koha+1 > Errors were encountered while processing: > /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_all.deb > > apt --fix-broken install > The following additional packages will be installed: > libmarc-xml-perl > > dpkg: error processing archive /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_ > all.deb (--unpack): > trying to overwrite '/usr/bin/marc2xml', which is also in package libmarc-file- > xml-perl 1.0.5-1~koha+1 > > Did anyone else encounter this problem ? > > Kind regards > Hofrat Mag. Rainer Stowasser > Head of Library and Archives ZAMG > _______________________________________________ > Koha-devel mailing list > Koha-devel@lists.koha-community.org > https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel > website : https://www.koha-community.org/ > git : https://git.koha-community.org/ > bugs : https://bugs.koha-community.org/
-- Fridolin SOMERS <fridolin.somers@biblibre.com> Software and system maintainer 🦄 BibLibre, France _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/ EXTERNAL EMAIL: Do not click any links or open any attachments unless you trust the sender and know the content is safe.
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
-- Michael Hafen Washington County School District Technology Department Systems Analyst
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
hi Rainer the problem should be fixed now On 10/06/22 3:59 pm, Mason James wrote:
hi folks the koha repo does have a redundant 'libmarc-file-xml-perl' package
i'll aim to remove the package, after running some tests - this should fix the problem
On 10/06/22 4:16 am, Michael Hafen wrote:
According to the error both libmarc-xml-perl_1.0.5-1 and libmarc-file- xml-perl_1.0.5-1 are trying to place the file /usr/bin/marc2xml, which the package manager helpfully catches and gives this wonder error message about. I'm guessing that libmarc-file-xml-perl_1.0.5-1 is coming from the koha-community repo. The real question is what to do about it. I'm not familiar enough with debian packaging to say if there is a way to override the other packages claim on the file. I suppose it's possible to put that file in the alternatives system (/etc/alternatives), but that might be overkill. I think the root of the error is that either the name of the debian package (libmarc-xml-perl) has diverged from the the koha-community package (libmarc-file-xml-perl), or this file found its way into the libmarc-file-xml-perl package my mistake. Though if the problem was the package name (which could be fixed with a "provides" entry) I would expect to see more file conflicts, but maybe the package manager just stopped on the first one. I think the proper solution is to either change the libmarc-file-xml-perl package to match the libmarc-xml-perl package (probably with a "provides" entry), or to take this file out of it (and provide a modified libmarc-xml-perl package if necessary). Again, that advice is given with my very limited knowledge of debian packaging.
On Thu, Jun 9, 2022 at 12:52 AM Stowasser Rainer <rainer.stowasser@zamg.ac.at> wrote:
Dear Fridolin
Debian buster
koha common 22.05
yes
what I found out till now is that it seems to be related to catmandu and 2 versions of marc2xml perl dependencies are "very interesting" ;-)
Kind regards Hofrat Mag. Rainer Stowasser Head of Library and Archives ZAMG
________________________________________ Von: Koha-devel <koha-devel-bounces@lists.koha-community.org> im Auftrag von Fridolin SOMERS <fridolin.somers@biblibre.com> Gesendet: Donnerstag, 9. Juni 2022 08:36:55 An: koha-devel@lists.koha-community.org Betreff: Re: [Koha-devel] koha 22:05 elasticsearch
Hi,
What is the version of Koha (package koha-common) ?
Debian 5.10.106-1 ? Which name is that (Buster, Bullseye, ...) ?
Did you first run "apt update" ?
Le 07/06/2022 à 22:40, Stowasser Rainer a écrit : > Hy > > with the new version I thought I would give elasticsearch a try (zebra works ;-) > > new server > Debian 5.10.106-1 > 10.5.15-MariaDB > Apache/2.4.53 > > but > > koha-elasticsearch > > Preparing to unpack .../libmarc-xml-perl_1.0.5-1_all.deb ... > Unpacking libmarc-xml-perl (1.0.5-1) ... > dpkg: error processing archive /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_ > all.deb (--unpack): > trying to overwrite '/usr/bin/marc2xml', which is also in package libmarc-file- > xml-perl 1.0.5-1~koha+1 > Errors were encountered while processing: > /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_all.deb > > apt --fix-broken install > The following additional packages will be installed: > libmarc-xml-perl > > dpkg: error processing archive /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_ > all.deb (--unpack): > trying to overwrite '/usr/bin/marc2xml', which is also in package libmarc-file- > xml-perl 1.0.5-1~koha+1 > > Did anyone else encounter this problem ? > > Kind regards > Hofrat Mag. Rainer Stowasser > Head of Library and Archives ZAMG > _______________________________________________ > Koha-devel mailing list > Koha-devel@lists.koha-community.org > https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel > website : https://www.koha-community.org/ > git : https://git.koha-community.org/ > bugs : https://bugs.koha-community.org/
-- Fridolin SOMERS <fridolin.somers@biblibre.com> Software and system maintainer 🦄 BibLibre, France _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/ EXTERNAL EMAIL: Do not click any links or open any attachments unless you trust the sender and know the content is safe.
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
-- Michael Hafen Washington County School District Technology Department Systems Analyst
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
Dear James thx I can confirm that Kind regards Hofrat Mag. Rainer Stowasser Head of Library and Archives ZAMG ________________________________________ Von: Mason James <mtj@kohaaloha.com> Gesendet: Sonntag, 12. Juni 2022 14:59:29 An: Michael Hafen; Stowasser Rainer Cc: koha-devel@lists.koha-community.org Betreff: Re: [Koha-devel] koha 22:05 elasticsearch hi Rainer the problem should be fixed now On 10/06/22 3:59 pm, Mason James wrote:
hi folks the koha repo does have a redundant 'libmarc-file-xml-perl' package
i'll aim to remove the package, after running some tests - this should fix the problem
On 10/06/22 4:16 am, Michael Hafen wrote:
According to the error both libmarc-xml-perl_1.0.5-1 and libmarc-file- xml-perl_1.0.5-1 are trying to place the file /usr/bin/marc2xml, which the package manager helpfully catches and gives this wonder error message about. I'm guessing that libmarc-file-xml-perl_1.0.5-1 is coming from the koha-community repo. The real question is what to do about it. I'm not familiar enough with debian packaging to say if there is a way to override the other packages claim on the file. I suppose it's possible to put that file in the alternatives system (/etc/alternatives), but that might be overkill. I think the root of the error is that either the name of the debian package (libmarc-xml-perl) has diverged from the the koha-community package (libmarc-file-xml-perl), or this file found its way into the libmarc-file-xml-perl package my mistake. Though if the problem was the package name (which could be fixed with a "provides" entry) I would expect to see more file conflicts, but maybe the package manager just stopped on the first one. I think the proper solution is to either change the libmarc-file-xml-perl package to match the libmarc-xml-perl package (probably with a "provides" entry), or to take this file out of it (and provide a modified libmarc-xml-perl package if necessary). Again, that advice is given with my very limited knowledge of debian packaging.
On Thu, Jun 9, 2022 at 12:52 AM Stowasser Rainer <rainer.stowasser@zamg.ac.at> wrote:
Dear Fridolin
Debian buster
koha common 22.05
yes
what I found out till now is that it seems to be related to catmandu and 2 versions of marc2xml perl dependencies are "very interesting" ;-)
Kind regards Hofrat Mag. Rainer Stowasser Head of Library and Archives ZAMG
________________________________________ Von: Koha-devel <koha-devel-bounces@lists.koha-community.org> im Auftrag von Fridolin SOMERS <fridolin.somers@biblibre.com> Gesendet: Donnerstag, 9. Juni 2022 08:36:55 An: koha-devel@lists.koha-community.org Betreff: Re: [Koha-devel] koha 22:05 elasticsearch
Hi,
What is the version of Koha (package koha-common) ?
Debian 5.10.106-1 ? Which name is that (Buster, Bullseye, ...) ?
Did you first run "apt update" ?
Le 07/06/2022 à 22:40, Stowasser Rainer a écrit : > Hy > > with the new version I thought I would give elasticsearch a try (zebra works ;-) > > new server > Debian 5.10.106-1 > 10.5.15-MariaDB > Apache/2.4.53 > > but > > koha-elasticsearch > > Preparing to unpack .../libmarc-xml-perl_1.0.5-1_all.deb ... > Unpacking libmarc-xml-perl (1.0.5-1) ... > dpkg: error processing archive /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_ > all.deb (--unpack): > trying to overwrite '/usr/bin/marc2xml', which is also in package libmarc-file- > xml-perl 1.0.5-1~koha+1 > Errors were encountered while processing: > /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_all.deb > > apt --fix-broken install > The following additional packages will be installed: > libmarc-xml-perl > > dpkg: error processing archive /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_ > all.deb (--unpack): > trying to overwrite '/usr/bin/marc2xml', which is also in package libmarc-file- > xml-perl 1.0.5-1~koha+1 > > Did anyone else encounter this problem ? > > Kind regards > Hofrat Mag. Rainer Stowasser > Head of Library and Archives ZAMG > _______________________________________________ > Koha-devel mailing list > Koha-devel@lists.koha-community.org > https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel > website : https://www.koha-community.org/ > git : https://git.koha-community.org/ > bugs : https://bugs.koha-community.org/
-- Fridolin SOMERS <fridolin.somers@biblibre.com> Software and system maintainer 🦄 BibLibre, France _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/ EXTERNAL EMAIL: Do not click any links or open any attachments unless you trust the sender and know the content is safe.
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
-- Michael Hafen Washington County School District Technology Department Systems Analyst
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
EXTERNAL EMAIL: Do not click any links or open any attachments unless you trust the sender and know the content is safe.
hi Rainer are you upgrading koha? if so, from which version? On 9/06/22 6:52 pm, Stowasser Rainer wrote:
Dear Fridolin
Debian buster
koha common 22.05
yes
what I found out till now is that it seems to be related to catmandu and 2 versions of marc2xml perl dependencies are "very interesting" ;-)
Kind regards Hofrat Mag. Rainer Stowasser Head of Library and Archives ZAMG
________________________________________ Von: Koha-devel <koha-devel-bounces@lists.koha-community.org> im Auftrag von Fridolin SOMERS <fridolin.somers@biblibre.com> Gesendet: Donnerstag, 9. Juni 2022 08:36:55 An: koha-devel@lists.koha-community.org Betreff: Re: [Koha-devel] koha 22:05 elasticsearch
Hi,
What is the version of Koha (package koha-common) ?
Debian 5.10.106-1 ? Which name is that (Buster, Bullseye, ...) ?
Did you first run "apt update" ?
Le 07/06/2022 à 22:40, Stowasser Rainer a écrit :
Hy
with the new version I thought I would give elasticsearch a try (zebra works ;-)
new server Debian 5.10.106-1 10.5.15-MariaDB Apache/2.4.53
but
koha-elasticsearch
Preparing to unpack .../libmarc-xml-perl_1.0.5-1_all.deb ... Unpacking libmarc-xml-perl (1.0.5-1) ... dpkg: error processing archive /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_ all.deb (--unpack): trying to overwrite '/usr/bin/marc2xml', which is also in package libmarc-file- xml-perl 1.0.5-1~koha+1 Errors were encountered while processing: /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_all.deb
apt --fix-broken install The following additional packages will be installed: libmarc-xml-perl
dpkg: error processing archive /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_ all.deb (--unpack): trying to overwrite '/usr/bin/marc2xml', which is also in package libmarc-file- xml-perl 1.0.5-1~koha+1
Did anyone else encounter this problem ?
Kind regards Hofrat Mag. Rainer Stowasser Head of Library and Archives ZAMG _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/ -- Fridolin SOMERS <fridolin.somers@biblibre.com> Software and system maintainer 🦄 BibLibre, France
Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/ EXTERNAL EMAIL: Do not click any links or open any attachments unless you trust the sender and know the content is safe.
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
Dear James no upgrade its a fresh install Kind regards Hofrat Mag. Rainer Stowasser Head of Library and Archives ZAMG ________________________________________ Von: Koha-devel <koha-devel-bounces@lists.koha-community.org> im Auftrag von Mason James <mtj@kohaaloha.com> Gesendet: Freitag, 10. Juni 2022 05:00:28 An: koha-devel@lists.koha-community.org Betreff: Re: [Koha-devel] koha 22:05 elasticsearch hi Rainer are you upgrading koha? if so, from which version? On 9/06/22 6:52 pm, Stowasser Rainer wrote:
Dear Fridolin
Debian buster
koha common 22.05
yes
what I found out till now is that it seems to be related to catmandu and 2 versions of marc2xml perl dependencies are "very interesting" ;-)
Kind regards Hofrat Mag. Rainer Stowasser Head of Library and Archives ZAMG
________________________________________ Von: Koha-devel <koha-devel-bounces@lists.koha-community.org> im Auftrag von Fridolin SOMERS <fridolin.somers@biblibre.com> Gesendet: Donnerstag, 9. Juni 2022 08:36:55 An: koha-devel@lists.koha-community.org Betreff: Re: [Koha-devel] koha 22:05 elasticsearch
Hi,
What is the version of Koha (package koha-common) ?
Debian 5.10.106-1 ? Which name is that (Buster, Bullseye, ...) ?
Did you first run "apt update" ?
Le 07/06/2022 à 22:40, Stowasser Rainer a écrit :
Hy
with the new version I thought I would give elasticsearch a try (zebra works ;-)
new server Debian 5.10.106-1 10.5.15-MariaDB Apache/2.4.53
but
koha-elasticsearch
Preparing to unpack .../libmarc-xml-perl_1.0.5-1_all.deb ... Unpacking libmarc-xml-perl (1.0.5-1) ... dpkg: error processing archive /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_ all.deb (--unpack): trying to overwrite '/usr/bin/marc2xml', which is also in package libmarc-file- xml-perl 1.0.5-1~koha+1 Errors were encountered while processing: /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_all.deb
apt --fix-broken install The following additional packages will be installed: libmarc-xml-perl
dpkg: error processing archive /var/cache/apt/archives/libmarc-xml-perl_1.0.5-1_ all.deb (--unpack): trying to overwrite '/usr/bin/marc2xml', which is also in package libmarc-file- xml-perl 1.0.5-1~koha+1
Did anyone else encounter this problem ?
Kind regards Hofrat Mag. Rainer Stowasser Head of Library and Archives ZAMG _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/ -- Fridolin SOMERS <fridolin.somers@biblibre.com> Software and system maintainer 🦄 BibLibre, France
Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/ EXTERNAL EMAIL: Do not click any links or open any attachments unless you trust the sender and know the content is safe.
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/ EXTERNAL EMAIL: Do not click any links or open any attachments unless you trust the sender and know the content is safe.
participants (4)
-
Fridolin SOMERS -
Mason James -
Michael Hafen -
Stowasser Rainer