Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build breaks: error: no member named 'm_ptr' in 'parray<T, ThreadSafe>' #5860

Closed
3 tasks done
yurivict opened this issue Oct 27, 2024 · 1 comment
Closed
3 tasks done
Labels
bug Something isn't working

Comments

@yurivict
Copy link

yurivict commented Oct 27, 2024

Prerequisites

Please put an X between the brackets as you perform the following steps:

Description

In file included from /wrkdirs/usr/ports/math/lean/work/lean-3.51.1/src/library/init_module.cpp:54:
/wrkdirs/usr/ports/math/lean/work/lean-3.51.1/src/library/parray.h:592:20: error: no member named 'm_ptr' in 'parray<T, ThreadSafe>'
  592 |         m_cell = s.m_ptr;
      |                  ~ ^
/wrkdirs/usr/ports/math/lean/work/lean-3.51.1/src/library/parray.h:593:11: error: no member named 'm_ptr' in 'parray<T, ThreadSafe>'
  593 |         s.m_ptr = nullptr;
      |         ~ ^
2 errors generated.

log

Context

The failure occurs during the build of the FreeBSD port.

Versions

3.51.1
clang-18
FreeBSD 14.1

@yurivict yurivict added the bug Something isn't working label Oct 27, 2024
@Kha
Copy link
Member

Kha commented Oct 28, 2024

This is the repo for Lean 4. Lean 3 is no longer maintained.

@Kha Kha closed this as not planned Won't fix, can't repro, duplicate, stale Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants