Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dovecot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • DebianDebian
  • dovecot
  • Merge requests
  • !28

Attempt to address build failures on non-release architectures

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Christian Göttsche requested to merge cgzones/dovecot:archs into master Jun 06, 2022
  • Overview 0
  • Commits 2
  • Pipelines 1
  • Changes 3
  • Avoid usage of PATH_MAX not available on hurd

  • Enable backtrace generation

    Currently building on hppa fails with:

    test-backtrace.c:10: Assert failed: backtrace_append(bt) == 0
    test-backtrace.c:14: Assert failed: strstr(str_c(bt), "test_backtrace") != NULL
    backtrace_append ..................................................... : FAILED
    test-backtrace.c:34: Assert failed: backtrace_get(&bt) == 0

    on riscv64:

    Debug: backtrace: './test-lib(+0x734d8) [0x2aaab1d4d8]'
    test-backtrace.c:21: Assert failed: strstr(str_c(bt), "test_backtrace_append") != NULL || strstr(str_c(bt), "main") != NULL
    backtrace_append ..................................................... : FAILED
    Debug: backtrace: './test-lib(+0x734d8) [0x2aaab1d4d8]'
    test-backtrace.c:45: Assert failed: strstr(bt, "test_backtrace_get") != NULL || strstr(bt, "main") != NULL
    backtrace_get ........................................................ : FAILED

    on sparc64:

    Debug: backtrace: './test-lib(+0x95ec8) [0x10000095ec8]'
    test-backtrace.c:21: Assert failed: strstr(str_c(bt), "test_backtrace_append") != NULL || strstr(str_c(bt), "main") != NULL
    backtrace_append ..................................................... : FAILED
    Debug: backtrace: './test-lib(+0x95ec8) [0x10000095ec8]'
    test-backtrace.c:45: Assert failed: strstr(bt, "test_backtrace_get") != NULL || strstr(bt, "main") != NULL
    backtrace_get ........................................................ : FAILED
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: archs