Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 746482 - app-i18n/libkkc-0.3.6_pre20190809104047 fails to compile
Summary: app-i18n/libkkc-0.3.6_pre20190809104047 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-04 06:05 UTC by Agostino Sarubbo
Modified: 2021-10-09 06:54 UTC (History)
0 users

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


Attachments
build.log (build.log,161.64 KB, text/plain)
2020-10-04 06:05 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,56.67 KB, text/plain)
2020-10-04 06:05 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 2020-10-04 06:05:15 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-i18n/libkkc-0.3.6_pre20190809104047 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses a gold linker (ld.gold).
If you think that this issue is strictly related to ld.gold please block bug 269315.
Comment 1 Agostino Sarubbo gentoo-dev 2020-10-04 06:05:17 UTC
Created attachment 663724 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-10-04 06:05:19 UTC
Created attachment 663727 [details]
1-config.log

1-config.log
Comment 3 Agostino Sarubbo gentoo-dev 2020-10-04 06:05:20 UTC
Possible context of error(s):

../libkkc/.libs/libkkc.so: error: undefined reference to 'operator new(unsigned long)'
../libkkc/.libs/libkkc.so: error: undefined reference to 'operator delete(void*, unsigned long)'
../libkkc/.libs/libkkc.so: error: undefined reference to '__gxx_personality_v0'
../libkkc/.libs/libkkc.so: error: undefined reference to 'operator delete[](void*)'
../libkkc/.libs/libkkc.so: error: undefined reference to 'operator delete[](void*, unsigned long)'
../libkkc/.libs/libkkc.so: error: undefined reference to '__cxa_begin_catch'
../libkkc/.libs/libkkc.so: error: undefined reference to '__cxa_end_catch'
../libkkc/.libs/libkkc.so: error: undefined reference to 'vtable for __cxxabiv1::__si_class_type_info'
../libkkc/.libs/libkkc.so: error: undefined reference to 'typeinfo for std::exception'
../libkkc/.libs/libkkc.so: error: undefined reference to 'operator new(unsigned long)'
Comment 4 Larry the Git Cow gentoo-dev 2021-10-09 06:54:18 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca8942c4c8623d146fdf6543f84ab662d0584a7

commit 2ca8942c4c8623d146fdf6543f84ab662d0584a7
Author:     Akinori Hattori <hattya@gentoo.org>
AuthorDate: 2021-10-09 06:43:20 +0000
Commit:     Akinori Hattori <hattya@gentoo.org>
CommitDate: 2021-10-09 06:54:09 +0000

    app-i18n/libkkc: fix link with gold
    
    Closes: https://bugs.gentoo.org/746482
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Akinori Hattori <hattya@gentoo.org>

 app-i18n/libkkc/files/libkkc-marisa-glib.patch     | 23 ++++++++++++++++++++++
 .../libkkc/libkkc-0.3.6_pre20190809104047.ebuild   |  2 ++
 app-i18n/libkkc/libkkc-9999.ebuild                 |  2 ++
 3 files changed, 27 insertions(+)