Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Adélie Package Tree Adélie Package Tree
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 385
    • Issues 385
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 20
    • Merge requests 20
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Adélie Linux
  • Adélie Package TreeAdélie Package Tree
  • Issues
  • #671
Closed
Open
Created May 07, 2022 by Zach van Rijn@zOwner

system/grep: (ppc) error: 'mcontext_t' {aka 'struct <anonymous>'} has no member named 'uc_regs'

...
  CC       pipe-safer.o
sigsegv.c: In function 'sigsegv_handler':
sigsegv.c:225:75: error: 'mcontext_t' {aka 'struct <anonymous>'} has no member named 'uc_regs'; did you mean 'gregs'?
 #    define SIGSEGV_FAULT_STACKPOINTER  ((ucontext_t *) ucp)->uc_mcontext.uc_regs->gregs[1]
                                                                           ^~~~~~~
sigsegv.c:940:43: note: in expansion of macro 'SIGSEGV_FAULT_STACKPOINTER'
           uintptr_t old_sp = (uintptr_t) (SIGSEGV_FAULT_STACKPOINTER);
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:2328: sigsegv.o] Error 1
make[3]: *** Waiting for unfinished jobs....

20220507-06_41_53.151973677_grep.log

Edited May 07, 2022 by Zach van Rijn
Assignee
Assign to
Time tracking