Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 919728 - sci-mathematics/nestedsums-1.5.2-r1 - [clang] basic_letter.cc: error: call to pow is ambiguous
Summary: sci-mathematics/nestedsums-1.5.2-r1 - [clang] basic_letter.cc: error: call to...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-11 18:20 UTC by Toralf Förster
Modified: 2023-12-11 18:21 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.79 KB, text/plain)
2023-12-11 18:20 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,126.45 KB, text/plain)
2023-12-11 18:20 UTC, Toralf Förster
Details
environment (environment,85.56 KB, text/plain)
2023-12-11 18:20 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.14 KB, application/x-xz)
2023-12-11 18:20 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,27.57 KB, application/x-xz)
2023-12-11 18:20 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,6.62 KB, application/x-xz)
2023-12-11 18:20 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,184.64 KB, text/plain)
2023-12-11 18:20 UTC, Toralf Förster
Details
sci-mathematics:nestedsums-1.5.2-r1:20231211-181639.log (sci-mathematics:nestedsums-1.5.2-r1:20231211-181639.log,11.11 KB, text/plain)
2023-12-11 18:21 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,28.56 KB, application/x-xz)
2023-12-11 18:21 UTC, Toralf Förster
Details
var.tmp.clang.tar.xz (var.tmp.clang.tar.xz,1.24 KB, application/x-xz)
2023-12-11 18:21 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 2023-12-11 18:20:51 UTC
too long lines were shrinked:

/bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..     -O3 -pipe -march=native -fno-diagnostics-color -std=c++14 -c -o letter.lo letter.cc
/bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..     -O3 -pipe -march=native -fno-diagnostics-color -std=c++14 -c -o unit_letter.lo unit_letter.cc
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -pipe -march=native -fno-diagnostics-color -std=c++14 -c basic_letter.cc  -fPIC -DPIC -o .libs/basic_letter.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -pipe -march=native -fno-diagnostics-color -std=c++14 -c root_of_unity.cc  -fPIC -DPIC -o .libs/root_of_unity.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -pipe -march=native -fno-diagnostics-color -std=c++14 -c letter.cc  -fPIC -DPIC -o .libs/letter.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -pipe -march=native -fno-diagnostics-color -std=c++14 -c unit_letter.cc  -fPIC -DPIC -o .libs/unit_letter.o
basic_letter.cc:403:36: error: call to 'pow' is ambiguous
  403 |           res += binomial(m1+m2-k-1,m2-1)*pow(-1,m1-k)*pow(c2-c1,-m1-m2+k)
      |                                           ^~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd_clang-20231210-041514

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
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+libcxx
Python 3.11.7
Available Rust versions:
  [1]   rust-bin-1.74.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm

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

  HEAD of ::gentoo
commit 0320764b4824ac1684e1f425d8c7b302e33a55ba
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Dec 11 17:03:56 2023 +0000

    2023-12-11 17:03:56 UTC

emerge -qpvO sci-mathematics/nestedsums
[ebuild  N    ] sci-mathematics/nestedsums-1.5.2-r1  USE="-doc"
Comment 1 Toralf Förster gentoo-dev 2023-12-11 18:20:52 UTC
Created attachment 878803 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-12-11 18:20:53 UTC
Created attachment 878804 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-12-11 18:20:55 UTC
Created attachment 878805 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-12-11 18:20:55 UTC
Created attachment 878806 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-12-11 18:20:57 UTC
Created attachment 878807 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-12-11 18:20:58 UTC
Created attachment 878808 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-12-11 18:20:59 UTC
Created attachment 878809 [details]
qlist-info.txt
Comment 8 Toralf Förster gentoo-dev 2023-12-11 18:21:00 UTC
Created attachment 878810 [details]
sci-mathematics:nestedsums-1.5.2-r1:20231211-181639.log
Comment 9 Toralf Förster gentoo-dev 2023-12-11 18:21:01 UTC
Created attachment 878811 [details]
temp.tar.xz
Comment 10 Toralf Förster gentoo-dev 2023-12-11 18:21:02 UTC
Created attachment 878812 [details]
var.tmp.clang.tar.xz