View previous topic :: View next topic |
Author |
Message |
Luke Gompertz n00b

Joined: 06 Jul 2024 Posts: 5
|
Posted: Fri Apr 11, 2025 7:45 pm Post subject: [Solved] Failed to emerge app-editors/qhexedit |
|
|
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 |
|
 |
grknight Retired Dev

Joined: 20 Feb 2015 Posts: 2141
|
Posted: Fri Apr 11, 2025 8:09 pm Post subject: |
|
|
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 |
|
 |
Luke Gompertz n00b

Joined: 06 Jul 2024 Posts: 5
|
Posted: Fri Apr 11, 2025 8:57 pm Post subject: |
|
|
Thanks so much, that worked! Yes I will depclean now that the emerge was successful. |
|
Back to top |
|
 |
|