ARM64 build? #27

Closed
opened 2021-09-28 20:22:02 +00:00 by davidfmatheson · 2 comments

Hello! Thanks for the Raspbian build the other day, now I'm also having trouble with your ARM64 build on Ubuntu 20.04 64 bit for Pi:

$ sudo apt install ./minecraft-pi-reborn-client_2.2.5_arm64.deb
... stuff ...
The following packages have unmet dependencies:
minecraft-pi-reborn-client : Depends: libc6:armhf but it is not installable
Depends: libstdc++6:armhf but it is not installable

Why does the ARM64 deb depend on ARMHF stuff?

Hello! Thanks for the Raspbian build the other day, now I'm also having trouble with your ARM64 build on Ubuntu 20.04 64 bit for Pi: $ sudo apt install ./minecraft-pi-reborn-client_2.2.5_arm64.deb ... stuff ... The following packages have unmet dependencies: minecraft-pi-reborn-client : Depends: libc6:armhf but it is not installable Depends: libstdc++6:armhf but it is not installable Why does the ARM64 deb depend on ARMHF stuff?

While a prety large portion of MCPI-Reborn can be compiled for ARM64, MCPI itself is still ARM 32-bit only, and it needs an ARM libc. But libc and libstdc++ should be the only ARM32 dependencies since libpng is bundled and the Media Layer Proxy allows it to use an ARM64 GLES driver.

While a prety large portion of MCPI-Reborn can be compiled for ARM64, MCPI itself is still ARM 32-bit only, and it needs an ARM `libc`. But `libc` and `libstdc++` should be the only ARM32 dependencies since `libpng` is bundled and the Media Layer Proxy allows it to use an ARM64 GLES driver.

No response, closing.

No response, closing.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: minecraft-pi-reborn/minecraft-pi-reborn#27
No description provided.