Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 870436 - media-sound/aseqview-0.2.8-r1:0 - portlib.c: error: implicit declaration of function pthread_mutex_init [-Werror=implicit-function
Summary: media-sound/aseqview-0.2.8-r1:0 - portlib.c: error: implicit declaration of f...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-09-16 18:05 UTC by Toralf Förster
Modified: 2022-09-28 02:35 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.48 KB, text/plain)
2022-09-16 18:05 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,56.07 KB, application/x-bzip)
2022-09-16 18:05 UTC, Toralf Förster
Details
environment (environment,27.63 KB, text/plain)
2022-09-16 18:05 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,26.78 KB, application/x-bzip)
2022-09-16 18:05 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,5.11 KB, application/x-bzip)
2022-09-16 18:05 UTC, Toralf Förster
Details
media-sound:aseqview-0.2.8-r1:20220916-175846.log (media-sound:aseqview-0.2.8-r1:20220916-175846.log,14.54 KB, text/plain)
2022-09-16 18:05 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,11.44 KB, application/x-bzip)
2022-09-16 18:05 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 2022-09-16 18:05:32 UTC
too long lines were shrinked:

x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.    -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid 
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.    -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid 
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.    -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid 
portlib.c: In function MUTEX_INIT:
portlib.c:94:17: error: implicit declaration of function pthread_mutex_init [-Werror=implicit-function-declaration]
   94 |                 pthread_mutex_init(&client->lock, NULL);
      |                 ^~~~~~~~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-j4-20220913-120004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.1 *
clang/llvm (if any):
clang version 15.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.0
Python 3.10.7
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.63.0 *
The following VMs are available for generation-2:
1)	IcedTea JDK 3.21.0 [icedtea-8]
2)	OpenJDK 17.0.5_p5 [openjdk-17]
3)	Eclipse Temurin JDK 11.0.16.1_p1 [openjdk-bin-11]
4)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
*)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
6)	Eclipse Temurin JRE 17.0.4.1_p1 [openjdk-jre-bin-17]
Available Java Virtual Machines:
  [1]   icedtea-8 
  [2]   openjdk-17 
  [3]   openjdk-bin-8  system-vm
  [4]   openjdk-bin-11 
  [5]   openjdk-bin-17 
  [6]   openjdk-jre-bin-17 

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3

  HEAD of ::gentoo
commit e5cd60aa15289f27c42e8230065d3f4c599234a6
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Sep 16 17:46:46 2022 +0000

    2022-09-16 17:46:45 UTC

emerge -qpvO media-sound/aseqview
[ebuild  N    ] media-sound/aseqview-0.2.8-r1
Comment 1 Toralf Förster gentoo-dev 2022-09-16 18:05:33 UTC
Created attachment 805831 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-16 18:05:34 UTC
Created attachment 805834 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2022-09-16 18:05:36 UTC
Created attachment 805837 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-09-16 18:05:37 UTC
Created attachment 805840 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-09-16 18:05:38 UTC
Created attachment 805843 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-16 18:05:39 UTC
Created attachment 805846 [details]
media-sound:aseqview-0.2.8-r1:20220916-175846.log
Comment 7 Toralf Förster gentoo-dev 2022-09-16 18:05:40 UTC
Created attachment 805849 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2022-09-28 02:35:27 UTC
The bug has been closed via the following commit(s):

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

commit ccc31e43661c1648154f87f6081ce23a385ad177
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-09-28 00:14:56 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-09-28 02:34:34 +0000

    media-sound/aseqview: fix build with clang16
    
    Closes: https://bugs.gentoo.org/870436
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 media-sound/aseqview/aseqview-0.2.8-r1.ebuild           | 4 ++++
 media-sound/aseqview/files/aseqview-0.2.8-clang16.patch | 7 +++++++
 2 files changed, 11 insertions(+)