Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939410 - dev-libs/poco-1.13.3 - [gcc-15] /.../SimpleRowFormatter.h: error: declaration of std::_Require<std::_not_<std::_is_tuple_like<_Tp> >, std::is_move_constructibl
Summary: dev-libs/poco-1.13.3 - [gcc-15] /.../SimpleRowFormatter.h: error: declaration...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: David Roman
URL:
Whiteboard:
Keywords: PATCH, PullRequest
Depends on:
Blocks: gcc-15
  Show dependency tree
 
Reported: 2024-09-10 07:10 UTC by Toralf Förster
Modified: 2025-01-03 16:41 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.95 KB, text/plain)
2024-09-10 07:10 UTC, Toralf Förster
Details
dev-libs:poco-1.13.3:20240909-230657.log.xz (dev-libs:poco-1.13.3:20240909-230657.log.xz,17.77 KB, application/x-xz)
2024-09-10 07:10 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,187.04 KB, text/plain)
2024-09-10 07:10 UTC, Toralf Förster
Details
environment (environment,102.75 KB, text/plain)
2024-09-10 07:10 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.20 KB, application/x-xz)
2024-09-10 07:10 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,19.94 KB, application/x-xz)
2024-09-10 07:10 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,49.98 KB, application/x-xz)
2024-09-10 07:10 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,24.12 KB, application/x-xz)
2024-09-10 07:10 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-10 07:10:24 UTC
too long lines were shrinked:

FAILED: Data/CMakeFiles/Data.dir/src/ArchiveStrategy.cpp.o 
/usr/bin/x86_64-pc-linux-gnu-g++ -DData_EXPORTS -DPOCO_ENABLE_CPP11 -DPOCO_ENABLE_CPP14 -DPOCO_HAVE_FD_EPOLL -DPOCO_OS_FAMILY_UNIX -DPOCO_UNBUNDLED -DSQLParser_EXPORTS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D_XOPEN_SOURCE=500 -I/var/tmp/portage/dev-libs/poco-1.13.3
In file included from /var/tmp/portage/dev-libs/poco-1.13.3/work/poco-poco-1.13.3-release/Data/include/Poco/Data/Statement.h:27,
                 from /var/tmp/portage/dev-libs/poco-1.13.3/work/poco-poco-1.13.3-release/Data/include/Poco/Data/Session.h:23,
                 from /var/tmp/portage/dev-libs/poco-1.13.3/work/poco-poco-1.13.3-release/Data/include/Poco/Data/ArchiveStrategy.h:22,
                 from /var/tmp/portage/dev-libs/poco-1.13.3/work/poco-poco-1.13.3-release/Data/src/ArchiveStrategy.cpp:15:
/var/tmp/portage/dev-libs/poco-1.13.3/work/poco-poco-1.13.3-release/Data/include/Poco/Data/SimpleRowFormatter.h:114:21: error: declaration of std::_Require<std::__not_<std::__is_tuple_like<_Tp> >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) noexcept [with _T
  114 |         inline void swap<Poco::Data::SimpleRowFormatter>(Poco::Data::SimpleRowFormatter& s1,
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

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

  UNMASKED:
    Please re-assign to toolchain@ if you get a test failure in C, C++, or Fortran code which makes no sense.
  /etc/portage/package.unmask/60gcc:<sys-devel/gcc-15.0.9999:15

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang/llvm (if any):
clang version 18.1.8
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
Python 3.12.6
Available Rust versions:
  [1]   rust-bin-1.80.1 *
php cli (if any):
  [1]   php8.3 *
go version go1.23.0 linux/amd64

  HEAD of ::gentoo
commit 5e54fc28ab33c3847dddf836e4542bfbdfe0f657
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Sep 9 22:33:58 2024 +0000

    2024-09-09 22:33:58 UTC

emerge -qpvO =dev-libs/poco-1.13.3
[ebuild  N    ] dev-libs/poco-1.13.3  USE="data examples file2pagecompiler json mongodb net pagecompiler pdf ssl util xml zip -7z -activerecord -cppparser -iodbc -jwt -mariadb -mysql -odbc -pocodoc -postgres -prometheus -sqlite -test"
Comment 1 Toralf Förster gentoo-dev 2024-09-10 07:10:25 UTC
Created attachment 902512 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-09-10 07:10:26 UTC
Created attachment 902513 [details]
dev-libs:poco-1.13.3:20240909-230657.log.xz
Comment 3 Toralf Förster gentoo-dev 2024-09-10 07:10:27 UTC
Created attachment 902514 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-09-10 07:10:29 UTC
Created attachment 902515 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-09-10 07:10:30 UTC
Created attachment 902516 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-09-10 07:10:30 UTC
Created attachment 902517 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-09-10 07:10:32 UTC
Created attachment 902518 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2024-09-10 07:10:33 UTC
Created attachment 902519 [details]
temp.tar.xz
Comment 9 Larry the Git Cow gentoo-dev 2025-01-03 16:41:15 UTC
The bug has been closed via the following commit(s):

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

commit 96d3238f330bb3491fbfbad4984aa6969d1c4c04
Author:     David Roman <droman@ifae.es>
AuthorDate: 2024-12-02 16:09:12 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2025-01-03 16:26:09 +0000

    dev-libs/poco: add 1.14.0
    
    Added avahi support
    
    USE changes: "ssl" has been renamed to "crypt" while "jwt" has been dropped.
    Previously "ssl" enabled POCO_SSL and POCO_CRYPTO modules.
    Now "crypt" enables both of them plus POCO_JWT module.
    
    Closes: https://bugs.gentoo.org/939410
    Closes: https://bugs.gentoo.org/940705
    Signed-off-by: David Roman <droman@ifae.es>
    Closes: https://github.com/gentoo/gentoo/pull/39567
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 dev-libs/poco/Manifest           |   1 +
 dev-libs/poco/metadata.xml       |   6 +-
 dev-libs/poco/poco-1.14.0.ebuild | 138 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 143 insertions(+), 2 deletions(-)