Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 769779 - sci-libs/pastix-5.2.3 : sopalin/.../starpu_submit_tasks.c: error: expected expression before ; token
Summary: sci-libs/pastix-5.2.3 : sopalin/.../starpu_submit_tasks.c: error: expected ex...
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:
 
Reported: 2021-02-09 17:33 UTC by Toralf Förster
Modified: 2023-01-05 13:23 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.33 KB, text/plain)
2021-02-09 17:33 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,91.50 KB, text/plain)
2021-02-09 17:33 UTC, Toralf Förster
Details
environment (environment,85.55 KB, text/plain)
2021-02-09 17:33 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,12.90 KB, application/x-bzip)
2021-02-09 17:33 UTC, Toralf Förster
Details
sci-libs:pastix-5.2.3:20210209-165110.log (sci-libs:pastix-5.2.3:20210209-165110.log,69.77 KB, text/plain)
2021-02-09 17:33 UTC, Toralf Förster
Details
build log (pastix-5.2.3:20230105-124552.log,107.02 KB, text/plain)
2023-01-05 13:16 UTC, Alex Fan
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-02-09 17:33:44 UTC
      | ^~~
sopalin/src/starpu_submit_tasks.c: In function ‘po_starpu_submit_bunch_of_gemm’:
sopalin/src/starpu_submit_tasks.c:1244:67: error: expected expression before ‘;’ token
 1244 |         rc = pthread_mutex_lock(starpu_loop_data->mutex_end_facto);
      |                                                                   ^
sopalin/src/starpu_submit_tasks.c:1250:67: error: expected expression before ‘;’ token

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-20210204-145218

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.2.0 *
clang version 11.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/11/bin
/usr/lib/llvm/11
11.0.1
Python 3.8.7
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.49.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.272_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Tue Feb  9 15:17:37 UTC 2021

emerge -qpvO sci-libs/pastix
[ebuild  N    ] sci-libs/pastix-5.2.3  USE="starpu -doc -int64 -mpi -smp -static-libs"
Comment 1 Toralf Förster gentoo-dev 2021-02-09 17:33:45 UTC
Created attachment 686148 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-02-09 17:33:47 UTC
Created attachment 686151 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-02-09 17:33:48 UTC
Created attachment 686154 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-02-09 17:33:49 UTC
Created attachment 686157 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-02-09 17:33:51 UTC
Created attachment 686160 [details]
sci-libs:pastix-5.2.3:20210209-165110.log
Comment 6 Alex Fan archtester 2023-01-05 13:16:28 UTC
Created attachment 847320 [details]
build log
Comment 7 Alex Fan archtester 2023-01-05 13:17:06 UTC
I don't have the exact same error, but starpu_submit_tasks.c on version 5.2.3 still uses starpu_perfmodel.per_arch. That field has been removed since starpu-1.2 by https://gitub.u-bordeaux.fr/starpu/starpu/-/commit/352da7186b93014bf5025744ab36accd6461c936 

That means pastix[starpu] 5.2.3 can't be built with any starpu versions currently in the tree.
Comment 8 Alex Fan archtester 2023-01-05 13:23:00 UTC
ah, sorry. scratch the above. I didn't see it has a condition on STARPU_1_2, but doesn't account for 1.3. pastix 5.2.3 is not compatible with starpu 1.3