Search Criteria
Package Details: mpy-cross 1.23.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mpy-cross.git (read-only, click to copy) |
---|---|
Package Base: | mpy-cross |
Description: | MicroPython cross compiler compiles .py scripts into .mpy files |
Upstream URL: | https://github.com/micropython/micropython/tree/master/mpy-cross |
Licenses: | MIT |
Submitter: | XenGi |
Maintainer: | krzemin |
Last Packager: | krzemin |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-01-16 16:07 (UTC) |
Last Updated: | 2024-10-06 20:54 (UTC) |
Latest Comments
trilader commented on 2023-12-16 11:40 (UTC)
Building this inside a clean chroot with anything other than base-devel fails, as python is a build dependency but isn't specified.
ajb001 commented on 2023-07-03 05:36 (UTC)
Build fails. 6.3.9-arch1-1
../py/stackctrl.c: In function ‘mp_stack_ctrl_init’: ../py/stackctrl.c:32:32: error: storing the address of local variable ‘stack_dummy’ in ‘mp_state_ctx.thread.stack_top’ [-Werror=dangling-pointer=] 32 | MP_STATE_THREAD(stack_top) = (char *)&stack_dummy; ../py/stackctrl.c:31:18: note: ‘stack_dummy’ declared here 31 | volatile int stack_dummy; | ^~~~~~~~~~~ In file included from ../py/runtime.h:29, from ../py/stackctrl.c:27: ../py/mpstate.h:282:23: note: ‘mp_state_ctx’ declared here 282 | extern mp_state_ctx_t mp_state_ctx; | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make: *** [../py/mkrules.mk:63: build/py/stackctrl.o] Error 1
Score_Under commented on 2022-11-10 13:11 (UTC)
Needs python3 in makedepends
rcolistete commented on 2020-09-04 05:29 (UTC)
Error message
:: failed to verify integrity or prepare mpy-cross package
.Fixed by changing line 11 to :
XenGi commented on 2020-08-12 08:40 (UTC)
I sweitched back to sha256sums and updated it. Should work now.
CaboGuataca commented on 2020-08-10 12:30 (UTC)
Validation of the micropython-1.12.tar.gz source file using b2sums fails when I try to install it, could you please check this?