Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 810502 - sci-biology/tree-puzzle-5.2 - ./ppuzzle.c: error: MPI_ERR_LASTCODE undeclared (first use in this function)
Summary: sci-biology/tree-puzzle-5.2 - ./ppuzzle.c: error: MPI_ERR_LASTCODE undeclared...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Biology related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-26 16:56 UTC by Toralf Förster
Modified: 2022-01-29 00:00 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.84 KB, text/plain)
2021-08-26 16:56 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,380.07 KB, text/plain)
2021-08-26 16:56 UTC, Toralf Förster
Details
environment (environment,54.61 KB, text/plain)
2021-08-26 16:56 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,44.61 KB, application/x-bzip)
2021-08-26 16:56 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,4.02 KB, application/x-bzip)
2021-08-26 16:56 UTC, Toralf Förster
Details
sci-biology:tree-puzzle-5.2:20210826-113859.log (sci-biology:tree-puzzle-5.2:20210826-113859.log,53.64 KB, text/plain)
2021-08-26 16:56 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,18.22 KB, application/x-bzip)
2021-08-26 16:56 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 2021-08-26 16:56:06 UTC
/usr/bin/mpicc -DPARALLEL -DHAVE_CONFIG_H -I. -I.. -I. -I./sprng      -pipe -march=native -fno-diagnostics-color -O2  -c ./ppuzzle.c 
./ppuzzle.c: In function ‘PP_Printerror’:
./ppuzzle.c:159:38: error: ‘MPI_ERR_LASTCODE’ undeclared (first use in this function)
  159 |   if ((err > MPI_SUCCESS) && (err <= MPI_ERR_LASTCODE)) {
      |                                      ^~~~~~~~~~~~~~~~
./ppuzzle.c:159:38: note: each undeclared identifier is reported only once for each function it appears in
./ppuzzle.c: In function ‘PP_Update_EEI’:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-j4-20210822-201008

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
/usr/lib/llvm/12
12.0.1
Python 3.9.6
Available Rust versions:
  [1]   rust-bin-1.54.0
  [2]   rust-1.54.0 *
The following VMs are available for generation-2:
1)	JamVM JDK 2.0.0 [jamvm]
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   jamvm 
  [2]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  HEAD of ::gentoo
commit f7acacf07e330cc201ba35157d4ddf550c2e2d72
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Aug 26 10:36:28 2021 +0000

    2021-08-26 10:36:27 UTC

emerge -qpvO sci-biology/tree-puzzle
[ebuild  N    ] sci-biology/tree-puzzle-5.2  USE="mpi"
Comment 1 Toralf Förster gentoo-dev 2021-08-26 16:56:07 UTC
Created attachment 736114 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-08-26 16:56:09 UTC
Created attachment 736117 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-08-26 16:56:10 UTC
Created attachment 736120 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-08-26 16:56:12 UTC
Created attachment 736123 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-08-26 16:56:13 UTC
Created attachment 736126 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-08-26 16:56:14 UTC
Created attachment 736129 [details]
sci-biology:tree-puzzle-5.2:20210826-113859.log
Comment 7 Toralf Förster gentoo-dev 2021-08-26 16:56:15 UTC
Created attachment 736132 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2022-01-29 00:00:28 UTC
The bug has been closed via the following commit(s):

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

commit 8fe21c3fd5b5e7be60a75a09ba4b3ec4bad417bd
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2022-01-29 00:00:14 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2022-01-29 00:00:14 +0000

    sci-biology/tree-puzzle: fix build system and MPI
    
    Closes: https://bugs.gentoo.org/690900
    Closes: https://bugs.gentoo.org/810502
    Closes: https://bugs.gentoo.org/814185
    Signed-off-by: David Seifert <soap@gentoo.org>

 .../files/tree-puzzle-5.2-MPI-3.0.patch            | 362 +++++++++++++++++++++
 sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild     |  25 +-
 2 files changed, 375 insertions(+), 12 deletions(-)