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

Bug 923446

Summary: app-editors/xmlcopyeditor-1.3.1.0 fails to compile: wraplibxml.cpp:709:14: error: cannot initialize a variable of type xmlErrorPtr (aka _xmlError ) with an rvalue of type const xmlError (aka const _xmlError )
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: jeff.hayes87, mads, toralf
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/35918
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 917537    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-02-01 07:57:50 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-editors/xmlcopyeditor-1.3.1.0 fails to compile.
Discovered on: amd64 (internal ref: clang-lld_tinderbox)
System: CLANG-LLD (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CLANG-LLD)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-01 07:57:53 UTC
Created attachment 883897 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-01 07:57:53 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


./configure: line 17926: CXXFLAGS?=: command not found
./configure: line 18603: ,: command not found
wraplibxml.cpp:709:14: error: cannot initialize a variable of type 'xmlErrorPtr' (aka '_xmlError *') with an rvalue of type 'const xmlError *' (aka 'const _xmlError *')
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-02-01 17:51:05 UTC
*** Bug 923482 has been marked as a duplicate of this bug. ***
Comment 4 Mads 2024-03-10 15:35:39 UTC
It's like two places where you have to fix a pointer like done here: https://github.com/NixOS/nixpkgs/pull/279333/commits/03ec4d4c912aac8463c2321f17ee4b03b9e8fca9
Comment 5 Larry the Git Cow gentoo-dev 2024-05-13 06:49:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41b2bfc76e943bf53df3e23abdf3257df00a674

commit e41b2bfc76e943bf53df3e23abdf3257df00a674
Author:     Chris Mayo <aklhfex@gmail.com>
AuthorDate: 2024-05-09 18:50:20 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2024-05-13 06:49:06 +0000

    app-editors/xmlcopyeditor: fix dependencies
    
    Closes: https://bugs.gentoo.org/923446
    Signed-off-by: Chris Mayo <aklhfex@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/35918
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 .../files/xmlcopyeditor-1.3.1.0-libxml2-2.12.patch | 20 +++++++++
 .../xmlcopyeditor/xmlcopyeditor-1.3.1.0-r1.ebuild  | 50 ++++++++++++++++++++++
 2 files changed, 70 insertions(+)