You are not logged in.

#1 2024-05-15 21:37:35

icelord
Member
Registered: 2024-04-10
Posts: 31

zathura

what is all this, Is this right?

I am trying to pacman -S zathura-pdf-mupdf

warning: tesseract-data-afr will be installed before its tesseract dependency

Packages (8) gumbo-parser-0.12.1-1  jbig2dec-0.20-1  leptonica-1.84.1-2  libmupdf-1.24.2-1
             tesseract-5.3.4-1  tesseract-data-afr-2:4.1.0-4  tesseract-data-osd-2:4.1.0-4
             zathura-pdf-mupdf-0.4.1-21

Total Download Size:   36.06 MiB
Total Installed Size:  76.38 MiB

Offline

#2 2024-05-15 21:50:37

loqs
Member
Registered: 2014-03-06
Posts: 18,911

Re: zathura

warning: tesseract-data-afr will be installed before its tesseract dependency

Largely legacy warning as pacman now supports hooks.  The ordering between tesseract  and the package providing tessdata in this instance tesseract-data-afr is irrelevant.

Offline

#3 2024-05-15 21:52:36

icelord
Member
Registered: 2024-04-10
Posts: 31

Re: zathura

So in noob words my system has a dependency missing?

Offline

#4 2024-05-15 21:53:14

icelord
Member
Registered: 2024-04-10
Posts: 31

Re: zathura

What are hooks?

Offline

#5 2024-05-15 22:01:09

loqs
Member
Registered: 2014-03-06
Posts: 18,911

Re: zathura

icelord wrote:

So in noob words my system has a dependency missing?

No tesseract-data-afr depends on tesseract and tesseract depends on tesssdata which is provided by tesseract-data-afr so there is a cyclic dependency between those two packages.  Both packages are installed in the same transaction so no missing dependency.

icelord wrote:

What are hooks?

See alpm-hooks.5 for details.  In simple terms they are scripts that run before or after all packages have been installed so the installation order of packages in the same transaction does not matter to something run in a hook.

Last edited by loqs (2024-05-15 22:01:38)

Offline

#6 2024-05-15 22:04:41

icelord
Member
Registered: 2024-04-10
Posts: 31

Re: zathura

Okay thank you I will go read that.

I thought that something might have been wrong, with the package size being to big, thanks.

Offline

Board footer

Powered by FluxBB