View previous topic :: View next topic |
Author |
Message |
Cueball n00b

Joined: 19 Sep 2009 Posts: 27 Location: Barrow-in-Furness
|
Posted: Sat Apr 19, 2025 12:05 pm Post subject: [SOLVED] Emerge failing net-im/tokodon-24.12.3 |
|
|
I am trying to update my laptop's install but for a while now I have been having trouble. This is one of the packages I'm having issue with and also was having a similar issue with another build which uses ninja, could this be the issue maybe?
I'm unsure if I have included all the relevant info but please let me know if you need anything else.
Emerge Log
https://paste2.org/2fyW9Zsz
Emerge Info
https://paste2.org/skat9zFK
Build Output
https://paste2.org/KM1Cvt6b _________________ "It said on the side of the box "Requires Windows 95 or better", So I installed Linux"
unzip; strip; touch; finger; grep; mount; fsck; more; yes; fsck; umount; sleep
Last edited by Cueball on Sat Apr 19, 2025 2:13 pm; edited 1 time in total |
|
Back to top |
|
 |
pietinger Moderator

Joined: 17 Oct 2006 Posts: 5656 Location: Bavaria
|
Posted: Sat Apr 19, 2025 12:40 pm Post subject: |
|
|
What happens if you do an "emerge --sync" and try again?
I ask because you have an unstable system:
Code: | ACCEPT_KEYWORDS="amd64 ~amd64" |
but version 24.12.3 is stable ->
Code: | # eix tokodon
[I] net-im/tokodon
Verfügbare Versionen: 24.12.3^t ~25.04.0^t {debug +mpv test webengine}
Installierte Versionen: 24.12.3^t(15:21:05 27.03.2025)(mpv -debug -test -webengine) |
So, you maybe have some exceptions defined OR this is simply too old:
Code: | Timestamp of repository gentoo: Thu, 27 Mar 2025 11:45:00 +0000 |
P.S.: Maybe do first an update of @world after syncing and before trying to emerge tokodon again ... _________________ https://wiki.gentoo.org/wiki/User:Pietinger |
|
Back to top |
|
 |
grknight Retired Dev

Joined: 20 Feb 2015 Posts: 2141
|
Posted: Sat Apr 19, 2025 12:59 pm Post subject: |
|
|
Code: | /usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libQt6WebSockets.so.6.7.3: undefined reference to `QHttpHeaderParser::headers() const@Qt_6_PRIVATE_API'
/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libQt6WebSockets.so.6.7.3: undefined reference to `QAuthenticatorPrivate::parseHttpResponse(QList<std::pair<QByteArray, QByteArray> > const&, bool, QStringView)@Qt_6_PRIVATE_API'
collect2: error: ld returned 1 exit status |
Looks like a bad library that needs a rebuild. Try emerge --oneshot /usr/lib64/libQt6WebSockets.so.6.7.3 |
|
Back to top |
|
 |
Cueball n00b

Joined: 19 Sep 2009 Posts: 27 Location: Barrow-in-Furness
|
Posted: Sat Apr 19, 2025 2:08 pm Post subject: |
|
|
grknight wrote: | Code: | /usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libQt6WebSockets.so.6.7.3: undefined reference to `QHttpHeaderParser::headers() const@Qt_6_PRIVATE_API'
/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libQt6WebSockets.so.6.7.3: undefined reference to `QAuthenticatorPrivate::parseHttpResponse(QList<std::pair<QByteArray, QByteArray> > const&, bool, QStringView)@Qt_6_PRIVATE_API'
collect2: error: ld returned 1 exit status |
Looks like a bad library that needs a rebuild. Try emerge --oneshot /usr/lib64/libQt6WebSockets.so.6.7.3 |
Perfect this sorted it thank you I didn't know how to read this but now that will help me on future errors too
pietinger: Yeah I had already tried this, unfortunately it has taken a while due to only having my laptop on limited time and it's old and slow. Plan is once it's all up to date is to try binhost. But also looking for a new(er) laptop. _________________ "It said on the side of the box "Requires Windows 95 or better", So I installed Linux"
unzip; strip; touch; finger; grep; mount; fsck; more; yes; fsck; umount; sleep |
|
Back to top |
|
 |
|