Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 832104

Summary: dev-libs/gobject-introspection-1.70.0 USE="+doctools" build broken (FAILED tests/scanner/Regress-1.0)
Product: Gentoo Linux Reporter: Eric F. GARIOUD <eric-f.garioud>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build log
emerge.info

Description Eric F. GARIOUD 2022-01-26 18:36:21 UTC
As a requirement from media-libs/ganv-1.8.0, I tried to rebuild dev-libs/gobject-introspection-1.70.0 with the doctools use flag set.
In vain.


Reproducible: Always
Comment 1 Eric F. GARIOUD 2022-01-26 18:37:23 UTC
Created attachment 763685 [details]
Build log
Comment 2 Eric F. GARIOUD 2022-01-26 18:38:18 UTC
Created attachment 763686 [details]
emerge.info
Comment 3 Bruce Schultz 2022-01-26 22:40:53 UTC
I have the same issue. It has been fixed upstream post the 1.70.0 release in commit https://gitlab.gnome.org/GNOME/gobject-introspection/-/commit/827494d6415b696a98fa195cbd883b50cc893bfc

I have downloaded that commit as a patch and building with USE=doctool is successful.

mkdir -p /etc/portage/patches/dev-libs/gobject-introspection
cd /etc/portage/patches/dev-libs/gobject-introspection
wget https://gitlab.gnome.org/GNOME/gobject-introspection/-/commit/827494d6415b696a98fa195cbd883b50cc893bfc
.patch
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-01-26 22:53:36 UTC
(In reply to Bruce Schultz from comment #3)
> I have the same issue. It has been fixed upstream post the 1.70.0 release in
> commit
> https://gitlab.gnome.org/GNOME/gobject-introspection/-/commit/
> 827494d6415b696a98fa195cbd883b50cc893bfc
> 
> I have downloaded that commit as a patch and building with USE=doctool is
> successful.
> 
> mkdir -p /etc/portage/patches/dev-libs/gobject-introspection
> cd /etc/portage/patches/dev-libs/gobject-introspection
> wget
> https://gitlab.gnome.org/GNOME/gobject-introspection/-/commit/
> 827494d6415b696a98fa195cbd883b50cc893bfc
> .patch

Thanks!

*** This bug has been marked as a duplicate of bug 831463 ***