Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910541 - sci-visualization/paraview-5.11.1 fails to compile (PYTHON-3.12-SYSTEM): proj_json_streaming_writer.hpp:42:14: error: int64_t in namespace std does not name a type
Summary: sci-visualization/paraview-5.11.1 fails to compile (PYTHON-3.12-SYSTEM): proj...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords: PATCH
: 904746 (view as bug list)
Depends on:
Blocks: gcc-13
  Show dependency tree
 
Reported: 2023-07-19 07:06 UTC by Agostino Sarubbo
Modified: 2024-01-09 04:07 UTC (History)
4 users (show)

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


Attachments
build.log.xz (build.log.xz,147.84 KB, application/x-xz)
2023-07-19 07:06 UTC, Agostino Sarubbo
Details
paraview-5.11.1-missing-include.patch (paraview-5.11.1-missing-include.patch,554 bytes, patch)
2023-08-26 13:22 UTC, Attila Tóth
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-07-19 07:06:12 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-visualization/paraview-5.11.1 fails to compile (PYTHON-3.12-SYSTEM).
Discovered on: amd64 (internal ref: python-3.12_tinderbox)

NOTE:
(PYTHON-3.12-SYSTEM) in the summary means that the bug was found on a machine that runs python-3.12 but this bug MAY or MAY NOT BE related to the new python version
Comment 1 Agostino Sarubbo gentoo-dev 2023-07-19 07:06:15 UTC
Created attachment 865789 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2023-07-19 07:06:16 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: VTK/ThirdParty/libproj/vtklibproj/src/CMakeFiles/libproj.dir/proj_json_streaming_writer.cpp.o 
/var/tmp/portage/sci-visualization/paraview-5.11.1/work/ParaView-v5.11.1/VTK/ThirdParty/libproj/vtklibproj/src/proj_json_streaming_writer.hpp:42:14: error: ‘int64_t’ in namespace ‘std’ does not name a type
Comment 3 Attila Tóth 2023-08-26 13:22:31 UTC
Created attachment 868770 [details, diff]
paraview-5.11.1-missing-include.patch

Missing include.
Comment 4 Matthias Maier gentoo-dev 2024-01-08 22:52:13 UTC
*** Bug 904746 has been marked as a duplicate of this bug. ***
Comment 5 Larry the Git Cow gentoo-dev 2024-01-08 23:31:56 UTC
The bug has been closed via the following commit(s):

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

commit 43ac4e061e2033642bd8c137e0a5753ea6070b53
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2024-01-08 22:48:01 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2024-01-08 23:31:50 +0000

    sci-visualization/paraview: fix compilation
    
    Thanks to Attila Tóth for the patch
    
    Closes: https://bugs.gentoo.org/910541
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>

 .../paraview/files/paraview-5.11.1-missing-include.patch      | 11 +++++++++++
 sci-visualization/paraview/paraview-5.11.1.ebuild             |  3 ++-
 2 files changed, 13 insertions(+), 1 deletion(-)