Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 650572 - dev-libs/ucommon-6.0.3 : string.cpp:344:52: error: exception cleanup for this placement new selects non-placement operator delete [-fpermissive]
Summary: dev-libs/ucommon-6.0.3 : string.cpp:344:52: error: exception cleanup for this...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Maxim Koltsov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-15 17:10 UTC by Toralf Förster
Modified: 2018-10-14 10:18 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.81 KB, text/plain)
2018-03-15 17:10 UTC, Toralf Förster
Details
dev-libs:ucommon-6.0.3:20180315-135125.log (dev-libs:ucommon-6.0.3:20180315-135125.log,18.27 KB, text/plain)
2018-03-15 17:10 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,295.87 KB, text/plain)
2018-03-15 17:10 UTC, Toralf Förster
Details
environment (environment,91.46 KB, text/plain)
2018-03-15 17:10 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.91 KB, application/x-bzip)
2018-03-15 17:10 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,12.12 KB, application/x-bzip)
2018-03-15 17:10 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,28.38 KB, application/x-bzip)
2018-03-15 17:11 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 2018-03-15 17:10:41 UTC
libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -DNEW_STDCPP -pthread -fno-check-new -finline -fvisibility=hidden -DUCOMMON_VISIBILITY=1 -O2 -pipe -march=native -c string.cpp  -fPIC -DPIC -o .libs/string.o
string.cpp: In member function ‘ucommon::String::cstring* ucommon::String::create(ucommon::strsize_t, char) const’:
string.cpp:344:52: error: exception cleanup for this placement new selects non-placement operator delete [-fpermissive]
         return new((size_t)size) cstring(size, fill);
                                                    ^
<built-in>: note: ‘void operator delete(void*, long unsigned int)’ is a usual (non-placement) deallocation function in C++14 (or with -fsized-deallocation)

=== This is an issue at stable ===


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

  This is an stable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop_stable_20180307-182850

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
  [3]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems)
  [2]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.7.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv dev-libs/ucommon
[ebuild  N    ] dev-libs/ucommon-6.0.3  USE="cxx ssl -debug -doc -gnutls -socks -static-libs"
Comment 1 Toralf Förster gentoo-dev 2018-03-15 17:10:44 UTC
Created attachment 524006 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-03-15 17:10:47 UTC
Created attachment 524008 [details]
dev-libs:ucommon-6.0.3:20180315-135125.log
Comment 3 Toralf Förster gentoo-dev 2018-03-15 17:10:50 UTC
Created attachment 524010 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-03-15 17:10:53 UTC
Created attachment 524012 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-03-15 17:10:56 UTC
Created attachment 524014 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-03-15 17:10:59 UTC
Created attachment 524016 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-03-15 17:11:02 UTC
Created attachment 524018 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2018-10-14 10:18:39 UTC
The bug has been closed via the following commit(s):

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

commit 5aaeaca38d2f1f8cb0a510200cd90f8255bcf77f
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2018-10-14 10:14:51 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2018-10-14 10:18:15 +0000

    dev-libs/ucommon: Bump to 7.0.0
    
    Closes: https://bugs.gentoo.org/596826
    Closes: https://bugs.gentoo.org/634680
    Closes: https://bugs.gentoo.org/650572
    Closes: https://bugs.gentoo.org/663560
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-libs/ucommon/Manifest             |  1 +
 dev-libs/ucommon/ucommon-7.0.0.ebuild | 77 +++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)