Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 874561 - media-libs/libmpd-11.8.17-r1 - libmpd-playlist.c: error: incompatible pointer to integer conversion
Summary: media-libs/libmpd-11.8.17-r1 - libmpd-playlist.c: error: incompatible pointer...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-10-03 08:15 UTC by Toralf Förster
Modified: 2022-10-03 08:15 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.88 KB, text/plain)
2022-10-03 08:15 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,1.57 KB, application/x-bzip)
2022-10-03 08:15 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,50.79 KB, text/plain)
2022-10-03 08:15 UTC, Toralf Förster
Details
environment (environment,27.08 KB, text/plain)
2022-10-03 08:15 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,26.07 KB, application/x-bzip)
2022-10-03 08:15 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,5.75 KB, application/x-bzip)
2022-10-03 08:15 UTC, Toralf Förster
Details
media-libs:libmpd-11.8.17-r1:20221003-064959.log (media-libs:libmpd-11.8.17-r1:20221003-064959.log,10.04 KB, text/plain)
2022-10-03 08:15 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,11.87 KB, application/x-bzip)
2022-10-03 08:15 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-10-03 08:15:06 UTC
too long lines were shrinked:

libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -Wall -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c libmpd-status.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -Wall -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c libmpd-player.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -Wall -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c libmpd.c  -fPIC
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -Wall -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c libmpd-playlist
libmpd-playlist.c:783:10: error: incompatible pointer to integer conversion
      returning 'void *' from a function with result type 'int'
      [-Wint-conversion]

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-j4-20221002-133630

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.1
Python 3.10.7
Available Ruby profiles:
  [1]   ruby30 *
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

php cli (if any):
GNU Make 4.3

  HEAD of ::gentoo
commit af50553c502d12d3163e7ed114fc3646f1d1afd7
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Oct 3 05:33:59 2022 +0000

    2022-10-03 05:33:58 UTC

emerge -qpvO media-libs/libmpd
[ebuild  N    ] media-libs/libmpd-11.8.17-r1  USE="-doc -static-libs"
Comment 1 Toralf Förster gentoo-dev 2022-10-03 08:15:07 UTC
Created attachment 817354 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-03 08:15:07 UTC
Created attachment 817357 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-10-03 08:15:09 UTC
Created attachment 817360 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-10-03 08:15:10 UTC
Created attachment 817363 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-10-03 08:15:11 UTC
Created attachment 817366 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-10-03 08:15:12 UTC
Created attachment 817369 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-10-03 08:15:13 UTC
Created attachment 817372 [details]
media-libs:libmpd-11.8.17-r1:20221003-064959.log
Comment 8 Toralf Förster gentoo-dev 2022-10-03 08:15:14 UTC
Created attachment 817375 [details]
temp.tar.bz2