| Summary: | mail-client/thunderbird-60.3.2 - /usr/bin/ld.lld: error: undefined symbol: sqlite3_db_config - clang-7: error: linker command failed | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Juergen Rose <rose> |
| Component: | Current packages | Assignee: | Mozilla Gentoo Team <mozilla> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | francoisvalenduc |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log.bz2 | ||
|
Description
Juergen Rose
2018-12-01 14:18:09 UTC
Same error here, with USE="-clang" the output is:
[code]17:59.50 /var/tmp/portage/mail-client/thunderbird-60.3.2/work/thunderbird-60.3.2/tbird/toolkit/library/../../storage/mozStorageConnection.o:mozStorageConnection.cpp:function mozilla::storage::Connection::initialize(): error: undefined reference to 'sqlite3_db_config'
17:59.50 /var/tmp/portage/mail-client/thunderbird-60.3.2/work/thunderbird-60.3.2/tbird/toolkit/library/../../storage/mozStorageConnection.o:mozStorageConnection.cpp:function mozilla::storage::Connection::initialize(nsIFile*): error: undefined reference to 'sqlite3_db_config'
17:59.50 /var/tmp/portage/mail-client/thunderbird-60.3.2/work/thunderbird-60.3.2/tbird/toolkit/library/../../storage/mozStorageConnection.o:mozStorageConnection.cpp:function mozilla::storage::Connection::initialize(nsIFileURL*): error: undefined reference to 'sqlite3_db_config'
17:59.50 collect2: error: ld returned 1 exit status
17:59.50 gmake[4]: *** [/var/tmp/portage/mail-client/thunderbird-60.3.2/work/thunderbird-60.3.2/config/rules.mk:701: libxul.so] Error 1
17:59.50 gmake[4]: Leaving directory '/var/tmp/portage/mail-client/thunderbird-60.3.2/work/thunderbird-60.3.2/tbird/toolkit/library'
17:59.50 gmake[3]: *** [/var/tmp/portage/mail-client/thunderbird-60.3.2/work/thunderbird-60.3.2/config/recurse.mk:73: toolkit/library/target] Error 2
17:59.50 gmake[3]: Leaving directory '/var/tmp/portage/mail-client/thunderbird-60.3.2/work/thunderbird-60.3.2/tbird'
17:59.50 gmake[2]: *** [/var/tmp/portage/mail-client/thunderbird-60.3.2/work/thunderbird-60.3.2/config/recurse.mk:33: compile] Error 2
17:59.50 gmake[2]: Leaving directory '/var/tmp/portage/mail-client/thunderbird-60.3.2/work/thunderbird-60.3.2/tbird'
17:59.50 gmake[1]: *** [/var/tmp/portage/mail-client/thunderbird-60.3.2/work/thunderbird-60.3.2/config/rules.mk:434: default] Error 2
17:59.50 gmake[1]: Leaving directory '/var/tmp/portage/mail-client/thunderbird-60.3.2/work/thunderbird-60.3.2/tbird'
17:59.50 gmake: *** [client.mk:168: build] Error 2
17:59.55 0 compiler warnings present.
* ERROR: mail-client/thunderbird-60.3.2::gentoo failed (compile phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 124: Called src_compile
* environment, line 5021: Called die
* The specific snippet of code:
* MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 ./mach build --verbose || die
*
* If you need support, post the output of `emerge --info '=mail-client/thunderbird-60.3.2::gentoo'`,
* the complete build log and the output of `emerge -pqv '=mail-client/thunderbird-60.3.2::gentoo'`.
* The complete build log is located at '/var/log/portage/mail-client:thunderbird-60.3.2:20181201-153940.log'.
* For convenience, a symlink to the build log is located at '/var/tmp/portage/mail-client/thunderbird-60.3.2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/mail-client/thunderbird-60.3.2/temp/environment'.
* Working directory: '/var/tmp/portage/mail-client/thunderbird-60.3.2/work/thunderbird-60.3.2'
* S: '/var/tmp/portage/mail-client/thunderbird-60.3.2/work/thunderbird-60.3.2'
*
* The following package has failed to build, install, or execute postinst:
*
* (mail-client/thunderbird-60.3.2:0/0::gentoo, ebuild scheduled for merge), Log file:
* '/var/log/portage/mail-client:thunderbird-60.3.2:20181201-153940.log'
* [/code]
The failure was addressed in =mail-client/thunderbird-60.3.2-r1. *** This bug has been marked as a duplicate of bug 672316 *** |