MBuild icon indicating copy to clipboard operation
MBuild copied to clipboard

Build system for Mezzano

Results 13 MBuild issues
Sort by recently updated
recently updated
newest added

This seemed like a good idea at the time... Changes to VBox and variations on different systems have made it useless.

This adds the tool cl-isolated https://github.com/kanru/cl-isolated to the home dir packages. This makes running untrusted code in a lisp operating system a little safer.

Sometime in January 2021 these two repositories were removed. In fact the user HackerTheory (who was hosting pngload) seems not to exist at all anymore.

Hello, I am building under Mac OS X Big Sur, with sbcl v. 2.1.7 Any idea why during the building of the latest snapshot, I got this error? thanks Fausto...

This is really low priority, but the build is breaking for me: ; caught error: ; common-lisp:read error during compile-file: ; ; Symbol "DIVSS" not found in the MEZZANO.LAP.X86 package....

"--script" causes sbcl to run quicklisp.lisp and exit. Using "--load" leaves the user at the SBCL prompt with quicklisp loaded, which is more convenient.

It will cause compile error when compile iterate. When replace with the most recent version of iterate on quicklisp (iterate-20140713-darcs), it will success.

Makefile:36: recipe for target 'cold-image-vmdk' failed make: [cold-image-vmdk] Error 1 (ignored) rm -f mezzano.vmdk VBoxManage convertfromraw --format vmdk mezzano.image mezzano.vmdk Converting from raw image file="mezzano.image" to file="mezzano.vmdk"... Creating dynamic image...

The README mentions the FILE_SERVER_IP but doesn't say how to set the file server up. Could this be added to the README?

When applying https://github.com/metayan/mezzano-asdf/commit/4cf93c03eb493fc7bd9bc6217820b940947f6b07 ( https://github.com/froggey/asdf/pull/1 ) we encounter this error: ``` ASDF could not load split-sequence because The value of SYSTEM.INTERNALS::INDEX is (ASDF/ACTION:DOWNWARD-OPERATION "slot unbound"), which is not of type...