Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 849617 - [guru] sys-cluster/extrae-4.0.1 fails to compile: ld: libmpi2prv.a(libmpi2prv_la-HardwareCounters.o): undefined reference to symbol pfm_get_pmu_info
Summary: [guru] sys-cluster/extrae-4.0.1 fails to compile: ld: libmpi2prv.a(libmpi2prv...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alessandro Barbieri
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-04 06:32 UTC by Agostino Sarubbo
Modified: 2022-06-06 16:28 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,41.85 KB, application/x-xz)
2022-06-04 06:32 UTC, Agostino Sarubbo
Details

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

Issue: sys-cluster/extrae-4.0.1 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-06-04 06:32:09 UTC
Created attachment 782648 [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 2022-06-04 06:32:10 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../src/merger/.libs/libmpi2prv.a(libmpi2prv_la-HardwareCounters.o): undefined reference to symbol 'pfm_get_pmu_info'
collect2: error: ld returned 1 exit status
Comment 3 Larry the Git Cow gentoo-dev 2022-06-06 16:28:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=87b2c352eb08e4fb6274834a2d2d1ad7c07e9c1a

commit 87b2c352eb08e4fb6274834a2d2d1ad7c07e9c1a
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2022-06-05 13:24:47 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2022-06-05 20:57:58 +0000

    sys-cluster/extrae: fix pfm linking
    
    Closes: https://bugs.gentoo.org/849617
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

 sys-cluster/extrae/extrae-4.0.1.ebuild                      |  6 ++++--
 sys-cluster/extrae/files/extrae-4.0.1-fix-pfm-linking.patch | 12 ++++++++++++
 2 files changed, 16 insertions(+), 2 deletions(-)