Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 716710 - dev-lua/lanes-3.10.0 : threading.h: error: implicit declaration of function pthread_yield
Summary: dev-lua/lanes-3.10.0 : threading.h: error: implicit declaration of function p...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-08 16:14 UTC by Toralf Förster
Modified: 2020-11-30 21:19 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.29 KB, text/plain)
2020-04-08 16:14 UTC, Toralf Förster
Details
dev-lua:lanes-3.10.0:20200408-155654.log (dev-lua:lanes-3.10.0:20200408-155654.log,4.16 KB, text/plain)
2020-04-08 16:14 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,393.54 KB, text/plain)
2020-04-08 16:14 UTC, Toralf Förster
Details
environment (environment,75.28 KB, text/plain)
2020-04-08 16:14 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,26.74 KB, application/x-bzip)
2020-04-08 16:14 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,18.99 KB, application/x-bzip)
2020-04-08 16:14 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 2020-04-08 16:14:29 UTC
In file included from lanes.c:89:
lanes.c: In function selfdestruct_gc:
threading.h:168:21: error: implicit declaration of function pthread_yield; did you mean pthread_self? [-Werror=implicit-function-declaration]
  168 |     #define YIELD() pthread_yield()
      |                     ^~~~~~~~~~~~~
lanes.c:1639:5: note: in expansion of macro YIELD

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-20200328-141627

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-9.3.0 *
clang version 10.0.0 
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.42.0 *
The following VMs are available for generation-2:
Available Java Virtual Machines:
  (none found)


timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Wed Apr  8 14:37:56 UTC 2020
/var/db/repos/musl	Sat Apr  4 03:02:24 UTC 2020

emerge -qpvO dev-lua/lanes
[ebuild  N    ] dev-lua/lanes-3.10.0
Comment 1 Toralf Förster gentoo-dev 2020-04-08 16:14:31 UTC
Created attachment 631390 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-08 16:14:35 UTC
Created attachment 631392 [details]
dev-lua:lanes-3.10.0:20200408-155654.log
Comment 3 Toralf Förster gentoo-dev 2020-04-08 16:14:37 UTC
Created attachment 631394 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-04-08 16:14:41 UTC
Created attachment 631396 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-04-08 16:14:43 UTC
Created attachment 631398 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-08 16:14:46 UTC
Created attachment 631400 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2020-11-30 21:19:22 UTC
The bug has been closed via the following commit(s):

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

commit a9d2d1976335b7eb653fb64247b21cfbf2fc93be
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2020-11-30 21:01:10 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2020-11-30 21:19:13 +0000

    dev-lua/lanes: bump to version 3.13.0
    
    Closes: https://bugs.gentoo.org/716710
    Closes: https://bugs.gentoo.org/727076
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 dev-lua/lanes/Manifest                          |  1 +
 dev-lua/lanes/files/lanes-3.13.0-makefile.patch | 93 +++++++++++++++++++++++++
 dev-lua/lanes/lanes-3.13.0.ebuild               | 59 ++++++++++++++++
 3 files changed, 153 insertions(+)