@Zaed thanks, confirmed that this is indeed a new problem.
keytext.c:38:10: fatal error: libxml/parser.h: No such file or directory
38 | #include <libxml/parser.h> /* Ver.2.80 */
| ^~~~~~~~~~~~~~~~~
You're right the symlink is not an ideal solution. The issue is xml2-config
doesn't exist anymore (did it ever exist before?) and should be changed to pkg-config libxml-2.0
instead. This can be found in configuration.in
in two files. I think in arch this is the correct solution.
Added a new patch. It should work now.
Pinned Comments
unit73e commented on 2022-10-01 15:47 (UTC)
Just a kindly reminder (because I forgot) that to have the scanner working you probably should use avahi:
https://wiki.archlinux.org/title/SANE/Scanner-specific_problems#Scanning_over_the_network_with_Canon_PIXMA_or_imageCLASS_all-in-one_printer/scanners
There are other methods but this is the easiest one.