View previous topic :: View next topic |
Author |
Message |
121488 n00b
Joined: 21 Oct 2005 Posts: 9
|
Posted: Tue Jun 19, 2018 1:00 pm Post subject: Error when emerging qtcore5 |
|
|
Can anyone help me to resolve this issue?
The error...
Code: | /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: qlibraryinfo_final.o: warning: relocation against `_ZN11QStringListD1Ev' in read-only section `.text._ZN16QLibrarySettings4loadEv'
qlibraryinfo_final.o: In function `QLibrarySettings::load()':
qlibraryinfo.cpp:(.text._ZN16QLibrarySettings4loadEv+0x319): undefined reference to `QStringList::~QStringList()'
qlibraryinfo.cpp:(.text._ZN16QLibrarySettings4loadEv+0x3e4): undefined reference to `QStringList::~QStringList()'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: creating a DT_TEXTREL in object.
collect2: error: ld returned 1 exit status |
The output...
https://www.dropbox.com/s/g7d7myxake93a3k/output.log?dl=0
Last edited by 121488 on Tue Jun 19, 2018 1:03 pm; edited 1 time in total |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31259 Location: here
|
Posted: Tue Jun 19, 2018 1:24 pm Post subject: |
|
|
Try to see https://bugs.gentoo.org/633930 _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
121488 n00b
Joined: 21 Oct 2005 Posts: 9
|
Posted: Tue Jun 19, 2018 1:59 pm Post subject: |
|
|
I added dev-qt/qtcore no-lto.conf to /etc/portage/package.env and qtcore emerge successfully.
Many thanks! |
|
Back to top |
|
|
|