[MacPorts] #72294: odin at 0.2025.04 port upgrade fails (arm64); src/ptr_map.cpp:377:28: error: member reference type 'const PtrMapIterator<K, V>' is not a pointer
MacPorts
noreply at macports.org
Sun Apr 6 02:19:06 UTC 2025
#72294: odin at 0.2025.04 port upgrade fails (arm64); src/ptr_map.cpp:377:28: error:
member reference type 'const PtrMapIterator<K, V>' is not a pointer
-----------------------+------------------------
Reporter: kwolcott | Owner: mohd-akram
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: odin |
-----------------------+------------------------
Changes (by jmroot):
* owner: (none) => mohd-akram
* status: new => assigned
Old description:
> :info:build In file included from src/common.cpp:350:
> :info:build src/ptr_map.cpp:377:28: error: member reference type 'const
> PtrMapIterator<K, V>' is not a pointer; did you mean to use '.'?
> :info:build 377 | return this->map == other->map &&
> this->index == other->index;
> :info:build | ~~~~~^~
> :info:build | .
> :info:build src/ptr_map.cpp:377:57: error: member reference type 'const
> PtrMapIterator<K, V>' is not a pointer; did you mean to use '.'?
> :info:build 377 | return this->map == other->map &&
> this->index == other->index;
> :info:build |
> ~~~~~^~
> :info:build |
> .
> :info:build 2 errors generated.
> :info:build make: *** [release] Error 1
New description:
{{{
:info:build In file included from src/common.cpp:350:
:info:build src/ptr_map.cpp:377:28: error: member reference type 'const
PtrMapIterator<K, V>' is not a pointer; did you mean to use '.'?
:info:build 377 | return this->map == other->map &&
this->index == other->index;
:info:build | ~~~~~^~
:info:build | .
:info:build src/ptr_map.cpp:377:57: error: member reference type 'const
PtrMapIterator<K, V>' is not a pointer; did you mean to use '.'?
:info:build 377 | return this->map == other->map &&
this->index == other->index;
:info:build |
~~~~~^~
:info:build |
.
:info:build 2 errors generated.
:info:build make: *** [release] Error 1
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/72294#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list