Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908596 - www-plugins/lightspark-0.8.7 - /.../Dictionary.cpp: error: std::allocator<std::pair<lightspark::ASObject const, lightspark::asAtom
Summary: www-plugins/lightspark-0.8.7 - /.../Dictionary.cpp: error: std::allocator<std...
Status: RESOLVED DUPLICATE of bug 884821
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chí-Thanh Christopher Nguyễn
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-16 08:54 UTC by Toralf Förster
Modified: 2024-04-16 08:16 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,20.03 KB, text/plain)
2023-06-16 08:54 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,62.39 KB, application/x-xz)
2023-06-16 08:54 UTC, Toralf Förster
Details
environment (environment,98.39 KB, text/plain)
2023-06-16 08:54 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,980 bytes, application/x-xz)
2023-06-16 08:54 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,35.34 KB, application/x-xz)
2023-06-16 08:54 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,33.07 KB, application/x-xz)
2023-06-16 08:54 UTC, Toralf Förster
Details
www-plugins:lightspark-0.8.7:20230616-000758.log.xz (www-plugins:lightspark-0.8.7:20230616-000758.log.xz,10.63 KB, application/x-xz)
2023-06-16 08:54 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-06-16 08:54:42 UTC
too long lines were shrinked:

  115 | #define ATOMIC_SUB(x, v) (x.fetch_sub(v)-v)
      |                          ~~~~~~~~~~~~~~~^~~
/var/tmp/portage/www-plugins/lightspark-0.8.7/work/lightspark-0.8.7/src/memory_support.h:49:17: note: in expansion of macro 'ATOMIC_SUB'
   49 |                 ATOMIC_SUB(this->bytes, b);
      |                 ^~~~~~~~~~
/var/tmp/portage/www-plugins/lightspark-0.8.7/work/lightspark-0.8.7/src/scripting/flash/utils/Dictionary.cpp: In constructor 'lightspark::Dictionary::Dictionary(lightspark::ASWorker*, lightspark::Class_base*)':
/var/tmp/portage/www-plugins/lightspark-0.8.7/work/lightspark-0.8.7/src/scripting/flash/utils/Dictionary.cpp:34:9: error: 'std::allocator<std::pair<lightspark::ASObject* const, lightspark::asAtom> >' is an inaccessible base of 'lightspark::reporter_allocator<std::pair<lightspark::ASObject* const, li
   34 |         data(std::less<dictType::key_type>(), reporter_allocator<dictType::value_type>(c->memoryAccount)),weakkeys(false)
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_systemd-20230610-140905

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.6
Python 3.11.4
Available Rust versions:
  [1]   rust-bin-1.69.0
  [2]   rust-1.69.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.6_p10 [openjdk-bin-17]
*)	Eclipse Temurin JDK 8.362_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-17 

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

  HEAD of ::gentoo
commit 134604d8139ae75909c45ff877837b04fc243f73
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Jun 15 23:31:58 2023 +0000

    2023-06-15 23:31:58 UTC

emerge -qpvO www-plugins/lightspark
[ebuild  N    ] www-plugins/lightspark-0.8.7  USE="ffmpeg gles2-only profile -curl -nsplugin -ppapi -rtmp" CPU_FLAGS_X86="sse2"
Comment 1 Toralf Förster gentoo-dev 2023-06-16 08:54:43 UTC
Created attachment 863940 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-06-16 08:54:44 UTC
Created attachment 863941 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2023-06-16 08:54:45 UTC
Created attachment 863942 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-06-16 08:54:46 UTC
Created attachment 863943 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-06-16 08:54:47 UTC
Created attachment 863944 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-06-16 08:54:48 UTC
Created attachment 863945 [details]
temp.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-06-16 08:54:49 UTC
Created attachment 863946 [details]
www-plugins:lightspark-0.8.7:20230616-000758.log.xz
Comment 8 Toralf Förster gentoo-dev 2024-04-16 08:16:27 UTC

*** This bug has been marked as a duplicate of bug 884821 ***