Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] Failed to emerge app-editors/qhexedit
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Luke Gompertz
n00b
n00b


Joined: 06 Jul 2024
Posts: 5

PostPosted: Fri Apr 11, 2025 7:45 pm    Post subject: [Solved] Failed to emerge app-editors/qhexedit Reply with quote

Hi, hopefully posting here is the right etiquette. `app-editors/qhexedit` failed to emerge for me today. I'm a fairly new Gentoo user so I don't understand how to fix my emerge issue on my own. As per the helpful emerge instructions:
  • `emerge --info` output is here: https://pastebin.com/RWTBvEeh
  • The build log is here: https://pastebin.com/EUNmP3vL
  • `emerge -pqv` output is:
    Code:
    emerge -pqv '=app-editors/qhexedit2-0.8.9_p20210525-r4::gentoo'
    [ebuild     U ] app-editors/qhexedit2-0.8.9_p20210525-r4 [0.8.9_p20210525-r3] USE="gui -doc -python" PYTHON_TARGETS="python3_12 -python3_10 -python3_11 -python3_13%"

    !!! The following installed packages are masked:
    - dev-lang/rust-1.82.0-r101::gentoo (masked by: package.mask)
    /var/db/repos/gentoo/profiles/package.mask:
    # Matt Jolly <kangie@gentoo.org> (2025-02-10)
    # Rust ebuilds are migrating to use RPATH/RUNPATH to find their libraries.
    # New revisions for each Slot are already in-tree and should be used instead.
    # Bug 949374

    For more information, see the MASKED PACKAGES section in the emerge
    man page or refer to the Gentoo Handbook.

Thanks for any assistance!


Last edited by Luke Gompertz on Fri Apr 11, 2025 8:57 pm; edited 1 time in total
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 2141

PostPosted: Fri Apr 11, 2025 8:09 pm    Post subject: Reply with quote

Broken library on the system:
Code:
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libQt5Core.so: undefined reference to `__cxa_call_terminate@CXXABI_1.3.15'

Run emerge -1 /usr/lib64/libQt5Core.so to fix it.
Also, consider a depclean so you get new gcc and other toolchain bits
Back to top
View user's profile Send private message
Luke Gompertz
n00b
n00b


Joined: 06 Jul 2024
Posts: 5

PostPosted: Fri Apr 11, 2025 8:57 pm    Post subject: Reply with quote

Thanks so much, that worked! :D Yes I will depclean now that the emerge was successful.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum