Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 811570 - =dev-db/mysql-8.0.26: no always-lock-free property in ARCH=riscv
Summary: =dev-db/mysql-8.0.26: no always-lock-free property in ARCH=riscv
Status: RESOLVED DUPLICATE of bug 761715
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: riscv Linux
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: riscv-keywording
  Show dependency tree
 
Reported: 2021-09-04 09:31 UTC by Yixun Lan
Modified: 2021-09-06 13:26 UTC (History)
1 user (show)

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


Attachments
full build log (build.log.xz,35.26 KB, application/x-xz)
2021-09-04 09:31 UTC, Yixun Lan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yixun Lan archtester gentoo-dev 2021-09-04 09:31:02 UTC
In file included from /var/tmp/portage/dev-db/mysql-8.0.26/work/mysql/storage/temptable/include/temptable/lock_free_pool.h:31,
                 from /var/tmp/portage/dev-db/mysql-8.0.26/work/mysql/storage/temptable/include/temptable/shared_block_pool.h:35,
                 from /var/tmp/portage/dev-db/mysql-8.0.26/work/mysql/storage/temptable/src/handler.cc:35:
/var/tmp/portage/dev-db/mysql-8.0.26/work/mysql/storage/temptable/include/temptable/lock_free_type.h:195:17: error: static assertion failed: (unsigned) short type on this platform does not have an always-lock-free property. Bailing out ...
  195 |   static_assert(false,
      |                 ^~~~~
/var/tmp/portage/dev-db/mysql-8.0.26/work/mysql/storage/temptable/include/temptable/lock_free_type.h:209:17: error: static assertion failed: (unsigned) char type on this platform does not have an always-lock-free property. Bailing out ...
  209 |   static_assert(false,
      |                 ^~~~~
/var/tmp/portage/dev-db/mysql-8.0.26/work/mysql/storage/temptable/include/temptable/lock_free_type.h:222:17: error: static assertion failed: bool type on this platform does not have an always-lock-free property. Bailing out ...
  222 |   static_assert(false,
      |                 ^~~~~


Reproducible: Always
Comment 1 Yixun Lan archtester gentoo-dev 2021-09-04 09:31:48 UTC
Created attachment 737446 [details]
full build log
Comment 2 Yixun Lan archtester gentoo-dev 2021-09-04 09:34:29 UTC
also there is upstream bug report here
https://bugs.mysql.com/bug.php?id=100356
Comment 3 Marek Szuba archtester gentoo-dev 2021-09-06 13:26:45 UTC

*** This bug has been marked as a duplicate of bug 761715 ***