Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938875 - media-libs/alure-1.2-r4 - [ncurses-6.5] [llvm] /.../main.h: error: use of undeclared identifier ret
Summary: media-libs/alure-1.2-r4 - [ncurses-6.5] [llvm] /.../main.h: error: use of und...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-01 09:19 UTC by Toralf Förster
Modified: 2024-09-01 09:19 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,22.26 KB, text/plain)
2024-09-01 09:19 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,67.37 KB, application/x-xz)
2024-09-01 09:19 UTC, Toralf Förster
Details
environment (environment,114.71 KB, text/plain)
2024-09-01 09:19 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.21 KB, application/x-xz)
2024-09-01 09:19 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,54.61 KB, application/x-xz)
2024-09-01 09:19 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,1.01 KB, application/x-xz)
2024-09-01 09:19 UTC, Toralf Förster
Details
media-libs:alure-1.2-r4:20240901-032842.log (media-libs:alure-1.2-r4:20240901-032842.log,27.43 KB, text/plain)
2024-09-01 09:19 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,69.92 KB, application/x-xz)
2024-09-01 09:19 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,34.61 KB, application/x-xz)
2024-09-01 09:19 UTC, Toralf Förster
Details
var.tmp.clang.tar.xz (var.tmp.clang.tar.xz,2.61 KB, application/x-xz)
2024-09-01 09:19 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-09-01 09:19:22 UTC
/var/tmp/portage/media-libs/alure-1.2-r4/work/alure-1.2/include/main.h:339:14: error: no member named 'auto_ptr' in namespace 'std'
  339 |         std::auto_ptr<alureStream> ret(new T(file));
      |         ~~~~~^
/var/tmp/portage/media-libs/alure-1.2-r4/work/alure-1.2/include/main.h:339:23: error: unexpected type name 'alureStream': expected expression
  339 |         std::auto_ptr<alureStream> ret(new T(file));
      |                       ^
/var/tmp/portage/media-libs/alure-1.2-r4/work/alure-1.2/include/main.h:340:12: error: use of undeclared identifier 'ret'
  340 |         if(ret->IsValid()) return ret;
      |            ^

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_llvm-20240825-084454

  UNMASKED:
    Requested by sam
  /etc/portage/package.unmask/50unstable:>=sys-libs/ncurses-6.5

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 18.1.8+libcxx
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/18/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/18
18.1.8+libcxx
Python 3.12.5
Available Rust versions:
  [1]   rust-bin-1.80.1
  [2]   rust-1.80.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.24_p8 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.12_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.4_p7 [openjdk-bin-21]
4)	Eclipse Temurin JDK 8.422_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.23.0 linux/amd64

  HEAD of ::gentoo
commit e3dd5ccf684dc7aaa82a7d76fa712bc1f066d2ff
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Sep 1 02:48:49 2024 +0000

    Merge updates from master

emerge -qpvO =media-libs/alure-1.2-r4
[ebuild  N    ] media-libs/alure-1.2-r4  USE="-dumb -examples -flac -fluidsynth -mp3 -sndfile -static-libs -vorbis"
Comment 1 Toralf Förster gentoo-dev 2024-09-01 09:19:22 UTC
Created attachment 901820 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-09-01 09:19:24 UTC
Created attachment 901821 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2024-09-01 09:19:25 UTC
Created attachment 901822 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-09-01 09:19:26 UTC
Created attachment 901823 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-09-01 09:19:26 UTC
Created attachment 901824 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-09-01 09:19:27 UTC
Created attachment 901825 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-09-01 09:19:28 UTC
Created attachment 901826 [details]
media-libs:alure-1.2-r4:20240901-032842.log
Comment 8 Toralf Förster gentoo-dev 2024-09-01 09:19:29 UTC
Created attachment 901827 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2024-09-01 09:19:31 UTC
Created attachment 901828 [details]
temp.tar.xz
Comment 10 Toralf Förster gentoo-dev 2024-09-01 09:19:31 UTC
Created attachment 901829 [details]
var.tmp.clang.tar.xz