Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688464 - dev-libs/libunistring-0.9.10 : [TEST] FAIL: test-thread_create
Summary: dev-libs/libunistring-0.9.10 : [TEST] FAIL: test-thread_create
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Scheme Project
URL:
Whiteboard:
Keywords: TESTFAILURE
: 688690 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-06-22 08:06 UTC by Toralf Förster
Modified: 2022-10-11 16:21 UTC (History)
4 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.52 KB, text/plain)
2019-06-22 08:06 UTC, Toralf Förster
Details
dev-libs:libunistring-0.9.10:20190622-003338.log.bz2 (dev-libs:libunistring-0.9.10:20190622-003338.log.bz2,53.97 KB, application/x-bzip)
2019-06-22 08:06 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,2.48 KB, text/plain)
2019-06-22 08:06 UTC, Toralf Förster
Details
environment (environment,92.37 KB, text/plain)
2019-06-22 08:06 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.52 KB, application/x-bzip)
2019-06-22 08:06 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,67.02 KB, application/x-bzip)
2019-06-22 08:06 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,135.17 KB, application/x-bzip)
2019-06-22 08:07 UTC, Toralf Förster
Details
tests.tbz2 (tests.tbz2,699.14 KB, application/x-bzip)
2019-06-22 08:07 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-06-22 08:06:38 UTC
PASS: test-init.sh
PASS: test-thread_self
FAIL: test-thread_create
PASS: test-time
PASS: test-cased
PASS: test-ignorable

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-desktop-gnome_libressl-abi32+64-test_20190621-191902

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)





emerge -qpvO dev-libs/libunistring
[ebuild   R   ] dev-libs/libunistring-0.9.10  USE="-doc -static-libs" ABI_X86="32* (64) (-x32)"
Comment 1 Toralf Förster gentoo-dev 2019-06-22 08:06:40 UTC
Created attachment 580360 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-06-22 08:06:43 UTC
Created attachment 580362 [details]
dev-libs:libunistring-0.9.10:20190622-003338.log.bz2
Comment 3 Toralf Förster gentoo-dev 2019-06-22 08:06:46 UTC
Created attachment 580364 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-06-22 08:06:50 UTC
Created attachment 580366 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-06-22 08:06:54 UTC
Created attachment 580368 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-06-22 08:06:58 UTC
Created attachment 580370 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-06-22 08:07:01 UTC
Created attachment 580372 [details]
temp.tbz2
Comment 8 Toralf Förster gentoo-dev 2019-06-22 08:07:04 UTC
Created attachment 580374 [details]
tests.tbz2
Comment 9 Bernardine 2021-08-27 19:19:33 UTC
The test fails due to -Wl,--as-needed (because pthread_create is declared weak), which seems to be added by portage by default.  Corresponding upstream bug report [1] and the upstream fix [2] which is not yet published in a stable version.

[1] https://savannah.gnu.org/bugs/index.php?56053
[2] https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=cca32830b57e91f837c01d15b8732f23ff97fc36
Comment 10 Akinori Hattori gentoo-dev 2021-11-15 13:04:59 UTC
*** Bug 688690 has been marked as a duplicate of this bug. ***
Comment 11 Larry the Git Cow gentoo-dev 2021-11-15 13:11:10 UTC
The bug has been closed via the following commit(s):

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

commit facca24efb1aeab457357adf25a23b55fb5b350f
Author:     Akinori Hattori <hattya@gentoo.org>
AuthorDate: 2021-11-15 13:09:51 +0000
Commit:     Akinori Hattori <hattya@gentoo.org>
CommitDate: 2021-11-15 13:11:04 +0000

    dev-libs/libunistring: fix tests
    
    Thanks-to: Bernardine <bernardine@you-spam.com>
    Closes: https://bugs.gentoo.org/688464
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Akinori Hattori <hattya@gentoo.org>

 dev-libs/libunistring/files/libunistring-test.patch | 15 +++++++++++++++
 dev-libs/libunistring/libunistring-0.9.10-r1.ebuild |  1 +
 2 files changed, 16 insertions(+)