Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923446 - 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 )
Summary: app-editors/xmlcopyeditor-1.3.1.0 fails to compile: wraplibxml.cpp:709:14: er...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
: 923482 (view as bug list)
Depends on:
Blocks: libxml2-2.12
  Show dependency tree
 
Reported: 2024-02-01 07:57 UTC by Agostino Sarubbo
Modified: 2024-04-02 07:33 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,173.60 KB, text/plain)
2024-02-01 07:57 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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