Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898290 - sci-libs/scalapack-2.1.0 fails to compile: igsum2d_.c:153:7: error: call to undeclared function BI_imvcopy; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
Summary: sci-libs/scalapack-2.1.0 fails to compile: igsum2d_.c:153:7: error: call to u...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-02-28 09:49 UTC by Agostino Sarubbo
Modified: 2024-03-05 20:59 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,87.99 KB, text/plain)
2023-02-28 09:49 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 2023-02-28 09:49:42 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-libs/scalapack-2.1.0 fails to compile (MUSL-CLANG-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-CLANG-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc + clang16 but this bug MAY or MAY NOT BE related to musl/clang16.
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-28 09:49:45 UTC
Created attachment 855114 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-28 09:49:47 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: CMakeFiles/scalapack.dir/BLACS/SRC/cgsum2d_.c.o 
FAILED: CMakeFiles/scalapack.dir/BLACS/SRC/dgamx2d_.c.o 
FAILED: CMakeFiles/scalapack.dir/BLACS/SRC/dgsum2d_.c.o 
FAILED: CMakeFiles/scalapack.dir/BLACS/SRC/igamx2d_.c.o 
FAILED: CMakeFiles/scalapack.dir/BLACS/SRC/igsum2d_.c.o 
FAILED: CMakeFiles/scalapack.dir/BLACS/SRC/sgamx2d_.c.o 
FAILED: CMakeFiles/scalapack.dir/BLACS/SRC/sgsum2d_.c.o 
FAILED: CMakeFiles/scalapack.dir/BLACS/SRC/zgsum2d_.c.o 
/var/tmp/portage/sci-libs/scalapack-2.1.0/work/scalapack-2.1.0/BLACS/SRC/igsum2d_.c:153:7: error: call to undeclared function 'BI_imvcopy'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
Comment 3 Eli Schwartz 2024-03-05 20:58:51 UTC
Reproduced with glibc + gcc. ;)