Opened 6 years ago

Closed 6 years ago

#56576 closed defect (fixed)

pmk: error: 32-bit absolute addressing is not supported in 64-bit mode

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: wyuenho (Jimmy Yuen Ho Wong)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: pmk

Description

pmk fails to build on recent systems:

tmp_asm.s:109:5: error: 32-bit absolute addressing is not supported in 64-bit mode
    movl    %eax,_x86_cpu_reg_eax
    ^
tmp_asm.s:110:5: error: 32-bit absolute addressing is not supported in 64-bit mode
    movl    %ebx,_x86_cpu_reg_ebx
    ^
tmp_asm.s:111:5: error: 32-bit absolute addressing is not supported in 64-bit mode
    movl    %ecx,_x86_cpu_reg_ecx
    ^
tmp_asm.s:112:5: error: 32-bit absolute addressing is not supported in 64-bit mode
    movl    %edx,_x86_cpu_reg_edx
    ^

https://paste.macports.org/8df9180dbafc

Change History (4)

comment:1 Changed 6 years ago by wyuenho (Jimmy Yuen Ho Wong)

I've relinquished all my ports a while back and I was added back to them last month. This port is woefully outdated and the project has seemingly been abandoned, can we remove this port?

comment:2 in reply to:  1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to wyuenho:

I've relinquished all my ports a while back and I was added back to them last month. This port is woefully outdated and the project has seemingly been abandoned, can we remove this port?

pmk was removed in [188d1df1d4b93fc550386eb879b54a81327c41c1/macports-ports].

Sorry, I didn't know you wanted to relinquish your ports. I didn't add you back to them last month; I merely added your GitHub handle to your existing MacPorts handle:

https://github.com/macports/macports-ports/pull/1646

Now that pmk is gone, you're still listed as maintaining astyle, premake and premake4. Do you wish to be removed as maintainer of those ports? If so you can submit a PR to do that, or let me know and I'll be happy to do it.

comment:3 Changed 6 years ago by wyuenho (Jimmy Yuen Ho Wong)

No worries, they are marked as open maintainer. I just didn't realize I didn't mark this port.

You can close this ticket now, thanks for the help!

comment:4 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.