Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 722006 - sci-electronics/freehdl-0.0.8 : ../.../kernel-db.hh: error: vector was not declared in this scope
Summary: sci-electronics/freehdl-0.0.8 : ../.../kernel-db.hh: error: vector was not de...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: The Soldering-Iron Brotherhood
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks: 649700 731872 856589 874381 898068
  Show dependency tree
 
Reported: 2020-05-10 07:57 UTC by Toralf Förster
Modified: 2023-12-15 20:58 UTC (History)
5 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.27 KB, text/plain)
2020-05-10 07:57 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,250.70 KB, text/plain)
2020-05-10 07:57 UTC, Toralf Förster
Details
environment (environment,16.35 KB, text/plain)
2020-05-10 07:57 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,16.31 KB, application/x-bzip)
2020-05-10 07:57 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,19.36 KB, application/x-bzip)
2020-05-10 07:57 UTC, Toralf Förster
Details
sci-electronics:freehdl-0.0.8:20200510-052522.log (sci-electronics:freehdl-0.0.8:20200510-052522.log,86.69 KB, text/plain)
2020-05-10 07:57 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,12.74 KB, application/x-bzip)
2020-05-10 07:57 UTC, Toralf Förster
Details
freehdl-0.0.8.ebuild.patch (freehdl-0.0.8.ebuild.patch,289 bytes, patch)
2021-06-09 10:37 UTC, Samuel Bauer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-05-10 07:57:00 UTC
In file included from ../freehdl/std-vhdl-types.hh:2231,
                 from error.cc:4:
../freehdl/kernel-db.hh:234:35: error: vector was not declared in this scope; did you mean std::vector?
  234 |   typedef pair<db_key_kind_base*, vector<db_entry_base*> > db_key_entry_pair;
      |                                   ^~~~~~
      |                                   std::vector

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-abi32+64-20200503-182741

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.1.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python3.8 (fallback)
  [3]   python3.7 (fallback)
  [4]   python2.7 (fallback)
  [5]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.43.1 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.252_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sun 10 May 2020 03:05:14 AM UTC

emerge -qpvO sci-electronics/freehdl
[ebuild  N    ] sci-electronics/freehdl-0.0.8
Comment 1 Toralf Förster gentoo-dev 2020-05-10 07:57:03 UTC
Created attachment 637378 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-05-10 07:57:06 UTC
Created attachment 637380 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-05-10 07:57:10 UTC
Created attachment 637382 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-05-10 07:57:13 UTC
Created attachment 637384 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-05-10 07:57:16 UTC
Created attachment 637386 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-05-10 07:57:19 UTC
Created attachment 637388 [details]
sci-electronics:freehdl-0.0.8:20200510-052522.log
Comment 7 Toralf Förster gentoo-dev 2020-05-10 07:57:22 UTC
Created attachment 637390 [details]
temp.tbz2
Comment 8 Agostino Sarubbo gentoo-dev 2021-04-14 06:23:57 UTC
Dear treecleaner@:

I'm still able to reproduce this issue right now.

Since it has not been fixed for a long time, I'd suggest to evaluate if it is the case to remove this package from the tree. Thanks
Comment 9 Samuel Bauer 2021-06-09 10:37:56 UTC
Created attachment 714903 [details, diff]
freehdl-0.0.8.ebuild.patch

This patch is quite raw, it includes "using namespace std;" at the top of all headers.

It may need to be refined but it works.

Treeclean for such trivial issues is may be overkill
Comment 10 Larry the Git Cow gentoo-dev 2023-10-26 17:00:38 UTC
The bug has been referenced in the following commit(s):

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

commit a7765f8b5c10087199efc953b296d12ecdfb000c
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-10-26 16:47:12 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-10-26 17:00:33 +0000

    package.mask: Last rite sci-electronics/freehdl
    
    Bug: https://bugs.gentoo.org/722006
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 profiles/package.mask | 6 ++++++
 1 file changed, 6 insertions(+)
Comment 11 Larry the Git Cow gentoo-dev 2023-12-15 20:57:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046da7b3cefe14d9a3508d9a1a09f49666a3a7bb

commit 046da7b3cefe14d9a3508d9a1a09f49666a3a7bb
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2023-12-15 20:57:18 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2023-12-15 20:57:18 +0000

    sci-electronics/freehdl: treeclean
    
    Closes: https://bugs.gentoo.org/722006
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 profiles/package.mask                              |   6 -
 sci-electronics/freehdl/Manifest                   |   1 -
 .../freehdl/files/freehdl-0.0.8-fix-c++14.patch    | 507 ---------------------
 .../freehdl/files/freehdl-0.0.8-qa.patch           | 279 ------------
 sci-electronics/freehdl/freehdl-0.0.8.ebuild       |  32 --
 sci-electronics/freehdl/metadata.xml               |  24 -
 6 files changed, 849 deletions(-)