Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 956301 - sci-mathematics/lcalc-2.1.0-r1 - Lmisc.h: error: conversion from int to non-scalar type Complex {aka std::complex<qd_real>} requested
Summary: sci-mathematics/lcalc-2.1.0-r1 - Lmisc.h: error: conversion from int to non-s...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michael Orlitzky
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-19 07:02 UTC by Toralf Förster
Modified: 2025-05-28 15:41 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.83 KB, text/plain)
2025-05-19 07:02 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,165.72 KB, text/plain)
2025-05-19 07:02 UTC, Toralf Förster
Details
environment (environment,36.58 KB, text/plain)
2025-05-19 07:02 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,35.83 KB, application/x-xz)
2025-05-19 07:02 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,8.54 KB, application/x-xz)
2025-05-19 07:02 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,43.54 KB, application/x-xz)
2025-05-19 07:02 UTC, Toralf Förster
Details
sci-mathematics:lcalc-2.1.0-r1:20250518-210321.log (sci-mathematics:lcalc-2.1.0-r1:20250518-210321.log,85.12 KB, text/plain)
2025-05-19 07:02 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,11.70 KB, application/x-xz)
2025-05-19 07:02 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 2025-05-19 07:02:05 UTC
  188 | QD_API qd_real operator/(const qd_real &a, double b);
      |                ^~~~~~~~
Lglobals.h:58:16: note: candidate 2: 'Complex operator/(const Complex&, int)'
   58 | inline Complex operator/ (const Complex &l, int r) { return l /  Double(r); }
      |                ^~~~~~~~
Lmisc.h: In function 'Complex sinc(Complex)':
Lmisc.h:150:17: error: conversion from 'int' to non-scalar type 'Complex' {aka 'std::complex<qd_real>'} requested
  150 |     Complex ans=1;
      |                 ^

  -------------------------------------------------------------------
  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0-20250517-005503

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
llvm-config: 20.1.5
Python 3.13.3
go version go1.24.2 linux/amd64
Available Ruby profiles:
  [1]   ruby32 (with Rubygems)
  [2]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.81.0
  [2]   rust-bin-1.86.0
  [3]   rust-bin-1.87.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.15_p6 [openjdk-bin-17]
2)	Eclipse Temurin JDK 21.0.7_p6 [openjdk-bin-21]
*)	Eclipse Temurin JDK 8.452_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21 

  HEAD of ::gentoo
commit a6f7179093041c59c3a66c5d013b65d914a14e54
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun May 18 20:24:29 2025 +0000

    2025-05-18 20:24:29 UTC

The tinderbox task was: sci-mathematics/lcalc

emerge -qpvO =sci-mathematics/lcalc-2.1.0-r1
[ebuild  N    ] sci-mathematics/lcalc-2.1.0-r1  USE="pari quad-double -double -double-double"
Comment 1 Toralf Förster gentoo-dev 2025-05-19 07:02:06 UTC
Created attachment 929078 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2025-05-19 07:02:08 UTC
Created attachment 929079 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2025-05-19 07:02:09 UTC
Created attachment 929080 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2025-05-19 07:02:10 UTC
Created attachment 929081 [details]
etc.portage.tar.xz
Comment 5 Toralf Förster gentoo-dev 2025-05-19 07:02:13 UTC
Created attachment 929082 [details]
logs.tar.xz
Comment 6 Toralf Förster gentoo-dev 2025-05-19 07:02:14 UTC
Created attachment 929083 [details]
qlist-info.txt.xz
Comment 7 Toralf Förster gentoo-dev 2025-05-19 07:02:15 UTC
Created attachment 929084 [details]
sci-mathematics:lcalc-2.1.0-r1:20250518-210321.log
Comment 8 Toralf Förster gentoo-dev 2025-05-19 07:02:16 UTC
Created attachment 929085 [details]
temp.tar.xz
Comment 9 Larry the Git Cow gentoo-dev 2025-05-28 15:41:17 UTC
The bug has been closed via the following commit(s):

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

commit 2eb7e67c8cf48e6061728f7d3dbe8da3bf1b8e64
Author:     Michael Orlitzky <mjo@gentoo.org>
AuthorDate: 2025-05-28 15:13:13 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2025-05-28 15:40:11 +0000

    sci-mathematics/lcalc: add 2.1.1, drop 2.1.0-r1
    
    Closes: https://bugs.gentoo.org/956301
    Signed-off-by: Michael Orlitzky <mjo@gentoo.org>

 sci-mathematics/lcalc/Manifest                                      | 2 +-
 sci-mathematics/lcalc/{lcalc-2.1.0-r1.ebuild => lcalc-2.1.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)