Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 806577 - sys-fabric/dapl-2.0.40 - dapl_test_util.c:(.text+<snip>): undefined reference to pthread_yield
Summary: sys-fabric/dapl-2.0.40 - dapl_test_util.c:(.text+<snip>): undefined reference...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks: EAPI5Removal glibc-2.34
  Show dependency tree
 
Reported: 2021-08-05 17:03 UTC by Toralf Förster
Modified: 2021-11-28 21:48 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.47 KB, text/plain)
2021-08-05 17:03 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,131.66 KB, text/plain)
2021-08-05 17:03 UTC, Toralf Förster
Details
environment (environment,88.51 KB, text/plain)
2021-08-05 17:03 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,22.03 KB, application/x-bzip)
2021-08-05 17:03 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,6.31 KB, application/x-bzip)
2021-08-05 17:03 UTC, Toralf Förster
Details
sys-fabric:dapl-2.0.40:20210805-151620.log (sys-fabric:dapl-2.0.40:20210805-151620.log,606.81 KB, text/plain)
2021-08-05 17:03 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,34.76 KB, application/x-bzip)
2021-08-05 17:03 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 2021-08-05 17:03:38 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dapltest-dapl_test_util.o: in function `DT_dto_event_poll':
dapl_test_util.c:(.text+0x944): undefined reference to `pthread_yield'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:362: dapltest] Error 1
make[2]: Leaving directory '/var/tmp/portage/sys-fabric/dapl-2.0.40/work/dapl-2.0.40/test/dapltest'
make[1]: *** [Makefile:4422: all-recursive] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-j3-20210804-131442

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
clang version 12.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.1
Python 3.9.6
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.54.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK JRE 8.292_p10 [openjdk-jre-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-jre-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
  [1]   php7.3
  [2]   php7.4
  [3]   php8.0 *

  HEAD of ::gentoo
commit 6e1192a998447551811a16009d7ab19c9af61fcc
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Aug 5 13:51:18 2021 +0000

    2021-08-05 13:51:16 UTC

emerge -qpvO sys-fabric/dapl
[ebuild  N    ] sys-fabric/dapl-2.0.40
Comment 1 Toralf Förster gentoo-dev 2021-08-05 17:03:39 UTC
Created attachment 730413 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-08-05 17:03:40 UTC
Created attachment 730416 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-08-05 17:03:42 UTC
Created attachment 730419 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-08-05 17:03:43 UTC
Created attachment 730422 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-08-05 17:03:44 UTC
Created attachment 730425 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-08-05 17:03:46 UTC
Created attachment 730428 [details]
sys-fabric:dapl-2.0.40:20210805-151620.log
Comment 7 Toralf Förster gentoo-dev 2021-08-05 17:03:47 UTC
Created attachment 730431 [details]
temp.tar.bz2
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-10-17 09:34:04 UTC
Ping
Comment 9 Larry the Git Cow gentoo-dev 2021-10-26 17:08:26 UTC
The bug has been referenced in the following commit(s):

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

commit 3e6c7ff39b28498d3a6d81f468e280cc0fdc7936
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2021-10-26 17:02:50 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2021-10-26 17:07:36 +0000

    package.mask: Last rite sys-fabric/dapl
    
    Bug: https://bugs.gentoo.org/806577
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 profiles/package.mask | 5 +++++
 1 file changed, 5 insertions(+)
Comment 10 Larry the Git Cow gentoo-dev 2021-11-28 21:48:26 UTC
The bug has been closed via the following commit(s):

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

commit 2e10e8cd85756ecc0ff63c2f03a87e88f9384874
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2021-11-28 21:44:46 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2021-11-28 21:44:46 +0000

    sys-fabric/dapl: treeclean
    
    Closes: https://bugs.gentoo.org/806577
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 profiles/package.mask              |  5 -----
 profiles/updates/2Q-2016           |  1 -
 sys-fabric/dapl/Manifest           |  1 -
 sys-fabric/dapl/dapl-2.0.40.ebuild | 22 ----------------------
 sys-fabric/dapl/metadata.xml       | 13 -------------
 5 files changed, 42 deletions(-)