Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930473 - dev-db/firebird-3.0.10.33601.0-r1 - src/.../Main.cpp: error: use of undeclared identifier generator; did
Summary: dev-db/firebird-3.0.10.33601.0-r1 - src/.../Main.cpp: error: use of undeclare...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-23 07:00 UTC by Toralf Förster
Modified: 2024-04-23 07:00 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,20.13 KB, text/plain)
2024-04-23 07:00 UTC, Toralf Förster
Details
dev-db:firebird-3.0.10.33601.0-r1:20240422-210805.log (dev-db:firebird-3.0.10.33601.0-r1:20240422-210805.log,29.04 KB, text/plain)
2024-04-23 07:00 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,211.74 KB, text/plain)
2024-04-23 07:00 UTC, Toralf Förster
Details
environment (environment,110.22 KB, text/plain)
2024-04-23 07:00 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.20 KB, application/x-xz)
2024-04-23 07:00 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,21.18 KB, application/x-xz)
2024-04-23 07:00 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,16.10 KB, application/x-xz)
2024-04-23 07:00 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,53.67 KB, application/x-xz)
2024-04-23 07:00 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,339.74 KB, application/x-xz)
2024-04-23 07:00 UTC, Toralf Förster
Details
var.tmp.clang.tar.xz (var.tmp.clang.tar.xz,2.47 KB, application/x-xz)
2024-04-23 07:00 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-04-23 07:00:13 UTC
too long lines were shrinked:

clang++ -c -ggdb -fPIC -MMD -MP -W -Wall -Wno-unused-parameter -O2 -pipe -march=native -fno-diagnostics-color  -O3 src/cloop/Parser.cpp -o /var/tmp/portage/dev-db/firebird-3.0.10.33601.0-r1/work/Firebird-3.0.10.33601-0/temp/Release/cloop/release/cloop/Parser.o
clang++ -c -ggdb -fPIC -MMD -MP -W -Wall -Wno-unused-parameter -O2 -pipe -march=native -fno-diagnostics-color  -O3 src/cloop/Main.cpp -o /var/tmp/portage/dev-db/firebird-3.0.10.33601.0-r1/work/Firebird-3.0.10.33601-0/temp/Release/cloop/release/cloop/Main.o
clang -c -ggdb -fPIC -MMD -MP -W -Wall -Wno-unused-parameter -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int  src/tests/test1/CTest.c -o /var/tmp/portage/dev-db/firebird-3.0.10.33601.0-r1/work/Firebird-3.0.10.33601-0/temp/Release/cloop/releas
src/cloop/Main.cpp:31:12: error: no member named 'auto_ptr' in namespace 'std'
   31 | using std::auto_ptr;
      |       ~~~~~^
src/cloop/Main.cpp:56:22: error: use of undeclared identifier 'generator'; did
      you mean 'operator'?
   56 |         auto_ptr<Generator> generator;

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-14 *
clang/llvm (if any):
clang version 18.1.4+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.4+libcxx
Python 3.11.9
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.77.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.10_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.2_p13 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.402_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm

php cli (if any):
go version go1.22.2 linux/amd64

  HEAD of ::gentoo
commit 73cf7ed8959eb36fcdb781b9505e5ea5c674030e
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Apr 22 20:49:18 2024 +0000

    2024-04-22 20:49:18 UTC

emerge -qpvO dev-db/firebird
[ebuild  N    ] dev-db/firebird-3.0.10.33601.0-r1  USE="examples server -doc -xinetd"
Comment 1 Toralf Förster gentoo-dev 2024-04-23 07:00:14 UTC
Created attachment 891431 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-04-23 07:00:15 UTC
Created attachment 891432 [details]
dev-db:firebird-3.0.10.33601.0-r1:20240422-210805.log
Comment 3 Toralf Förster gentoo-dev 2024-04-23 07:00:17 UTC
Created attachment 891433 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-04-23 07:00:18 UTC
Created attachment 891434 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-04-23 07:00:19 UTC
Created attachment 891435 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-04-23 07:00:20 UTC
Created attachment 891436 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-04-23 07:00:21 UTC
Created attachment 891437 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2024-04-23 07:00:22 UTC
Created attachment 891438 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2024-04-23 07:00:23 UTC
Created attachment 891439 [details]
temp.tar.xz
Comment 10 Toralf Förster gentoo-dev 2024-04-23 07:00:24 UTC
Created attachment 891440 [details]
var.tmp.clang.tar.xz