Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921489 - media-libs/spandsp-0.0.6-r3 - v17rx.c: error: passing argument 1 of vec_circular_dot_prodi16 from incompatible pointer type [-Wincompatible-pointer-ty
Summary: media-libs/spandsp-0.0.6-r3 - v17rx.c: error: passing argument 1 of vec_circu...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2024-01-06 09:22 UTC by Toralf Förster
Modified: 2024-04-11 01:20 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.44 KB, text/plain)
2024-01-06 09:22 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,121.64 KB, text/plain)
2024-01-06 09:22 UTC, Toralf Förster
Details
environment (environment,26.60 KB, text/plain)
2024-01-06 09:22 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.12 KB, application/x-xz)
2024-01-06 09:22 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,31.29 KB, application/x-xz)
2024-01-06 09:22 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,12.55 KB, application/x-xz)
2024-01-06 09:22 UTC, Toralf Förster
Details
media-libs:spandsp-0.0.6-r3:20240106-040831.log (media-libs:spandsp-0.0.6-r3:20240106-040831.log,176.68 KB, text/plain)
2024-01-06 09:22 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,205.54 KB, text/plain)
2024-01-06 09:22 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,16.01 KB, application/x-xz)
2024-01-06 09:22 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 2024-01-06 09:22:16 UTC
too long lines were shrinked:

rdlibtool: lconf: openat(AT_FDCWD,"../",O_DIRECTORY,0) = 3.
rdlibtool: lconf: fstat(3,...) = 0 {.st_dev = 64, .st_ino = 2584376}.
rdlibtool: lconf: openat(3,"libtool",O_RDONLY,0) = 4.
rdlibtool: lconf: found "/var/tmp/portage/media-libs/spandsp-0.0.6-r3/work/spandsp-0.0.6/libtool".
rdlibtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DNDEBUG -mmmx -msse -msse2 -msse3 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wunused-but-set-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -O2
v17rx.c: In function v17_rx:
v17rx.c:1265:40: error: passing argument 1 of vec_circular_dot_prodi16 from incompatible pointer type [-Wincompatible-pointer-types]
 1265 |         vi = vec_circular_dot_prodi16(s->rrc_filter, rx_pulseshaper_re[step], V17_RX_FILTER_STEPS, s->rrc_filter_step);
      |                                       ~^~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-20240104-075517

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-14 *
clang/llvm (if any):
clang version 17.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.6
Python 3.11.7
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.74.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.20.1_p1 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21]
4)	Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17 
  [4]   openjdk-bin-21  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
go version go1.21.5 linux/amd64

  HEAD of ::gentoo
commit dd04ae0481ef15033fb2f0cebab075e669d60b43
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Jan 6 03:03:24 2024 +0000

    2024-01-06 03:03:24 UTC

emerge -qpvO media-libs/spandsp
[ebuild  N    ] media-libs/spandsp-0.0.6-r3  USE="fixed-point -doc" CPU_FLAGS_X86="mmx sse sse2 sse3"
Comment 1 Toralf Förster gentoo-dev 2024-01-06 09:22:17 UTC
Created attachment 881544 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-01-06 09:22:18 UTC
Created attachment 881545 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2024-01-06 09:22:19 UTC
Created attachment 881546 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-01-06 09:22:20 UTC
Created attachment 881547 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-01-06 09:22:21 UTC
Created attachment 881548 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-01-06 09:22:22 UTC
Created attachment 881549 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-01-06 09:22:23 UTC
Created attachment 881550 [details]
media-libs:spandsp-0.0.6-r3:20240106-040831.log
Comment 8 Toralf Förster gentoo-dev 2024-01-06 09:22:25 UTC
Created attachment 881551 [details]
qlist-info.txt
Comment 9 Toralf Förster gentoo-dev 2024-01-06 09:22:25 UTC
Created attachment 881552 [details]
temp.tar.xz