Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Issues
  • #5434
Closed
Open
Issue created Mar 28, 2022 by Derek Bruening@derekbrueningContributor

build failure on Ubuntu22.04 from SIGSTKSZ not being an integer literal

In file included from /usr/include/signal.h:328,
                 from /home/derek/dr/git/src/core/drlibc/../lib/globals_shared.h:78,
                 from /home/derek/dr/git/src/core/drlibc/drlibc.h:47,
                 from /home/derek/dr/git/src/suite/tests/tools.h:46,
                 from /home/derek/dr/git/src/suite/tests/tools.c:35:
/home/derek/dr/git/src/suite/tests/tools.h:92:25: error: missing binary operator before token "("
   92 | #if defined(AARCH64) && SIGSTKSZ < 16384
      |                         ^~~~~~~~
[1021/1445] Building ASM object suite/tests/CMakeFiles/tools.dir/tools.c_asm.asm.o

It must be from this:

/usr/include/x86_64-linux-gnu/bits/sigstksz.h:# define SIGSTKSZ sysconf (_SC_SIGSTKSZ)
Assignee
Assign to
Time tracking