Package Details: gnome-doc-utils 0.20.10+16+gc03cc09-4

Git Clone URL: https://aur.archlinux.org/gnome-doc-utils.git (read-only, click to copy)
Package Base: gnome-doc-utils
Description: Documentation utilities for Gnome
Upstream URL: https://www.gnome.org
Licenses: GPL, LGPL
Submitter: arojas
Maintainer: patlefort
Last Packager: patlefort
Votes: 10
Popularity: 0.005454
First Submitted: 2020-03-17 12:49 (UTC)
Last Updated: 2024-01-12 05:39 (UTC)

Latest Comments

1 2 3 Next › Last »

patlefort commented on 2025-07-19 10:45 (UTC)

I'm not suspended? I was able to build and run the only package that depend on it, agave. Are there other issues?

MarsSeed commented on 2024-03-30 22:29 (UTC)

It seems that gnome-doc-utils keeps being broken during runtime, and it still causes build failures in most of its reverse dependencies.

MarsSeed commented on 2024-01-12 07:34 (UTC) (edited on 2024-01-12 07:50 (UTC) by MarsSeed)

It is confirmed here (EDIT: also here) that @truocolo is Pellegrino Prevete, also known as @tallero.

MarsSeed commented on 2024-01-12 06:45 (UTC)

@patlefort, be aware that @truocolo is, in all likelihood, a different alias for @tallero, former maintainer who did nothing on this package for more than a year.

@truocolo got registered on AUR in December 2023, and almost overnight became co-maintainer on a large number of @tallero's packages. In some cases, @truocolo became the sole maintainer of formerly @tallero's packages.

@tallero has been prone to pushing defunct, nonworking updates on his packages.

I think you might want to consider removing @truocolo from co-maintainers' list.

florosus commented on 2023-07-20 13:20 (UTC) (edited on 2023-07-20 14:09 (UTC) by florosus)

Found a fix: change doc/Makefile.am to read SUBDIRS = This will disable building docs.

So in PKGBUILD, add

sed -i 's/SUBDIRS = .*/SUBDIRS = /' doc/Makefile.am

as the last line of the prepare() block

For reference, --disable-documentation isn't a supported option, while --enable-documentation is for compiling xml2po.1, which doesn't use the broken python2 module.

tallero commented on 2023-07-04 20:30 (UTC) (edited on 2023-07-04 20:31 (UTC) by tallero)

@Hebgs, @nahno, @schnecki, @ragasubekti:

I've tried solving the missing xmlHandleEntity by providing an old version (2.9.10) of libxml2 to the system (see libxml2-2.9 aur package), but I am not sure how to tell libxml2mod.so to load that version instead of default one.

ragasubekti commented on 2023-04-29 13:27 (UTC)

Anyone know how to disable generating documentation phase? --disable-documentation still throws out libxml2mod related error

schnecki commented on 2023-04-16 16:35 (UTC) (edited on 2023-04-16 16:36 (UTC) by schnecki)

The function xmlHandleEntity was deleted from the libxml library, but is only used to compile the help pages. I disabled the compilation of the help pages with the lastest update. Please retry installation with the latest PKGBUILD version.

nahno commented on 2023-04-14 20:25 (UTC)

Hi, Did anyone solve the import libxml2mod issue? Any help is appreciated :) Thanks