Marcel Bochtler

Results 16 comments of Marcel Bochtler

@litori 1. Install Macfuse 2. Install go 3. Download / Clone this repository 4. Run [build.bash](https://github.com/rfjakob/gocryptfs/blob/master/build.bash) which will produce the gocryptfs binary. Disclaimer: Didn't test this on a M1 Macbook....

> My guess at the moment is that gocryptfs v2.x is completely broken on macos (with all macfuse versions). That is not correct. I'm using it [installed via macports](https://ports.macports.org/port/gocryptfs/summary) on...

> Can you try > > ``` > ./test-without-openssl.bash -v > ``` > > ? These tests also fail for me. Additionally the tests create files with multiple hundreds of...

It does not hang anymore. Results: Click to expand! ``` ~/workspace/gocryptfs master ❯ ./test-without-openssl.bash Using TMPDIR=/var/folders/_x/5t9ddfn94s9cx9ln43smhrw80000gn/T/ flock is not available, skipping gocryptfs v2.2.1-22-gc23a7f2 without_openssl; go-fuse v2.1.1-0.20211219085202-934a183ed914; 2022-01-04 go1.17.5 darwin/arm64 shellcheck...

In the project that I'm trying to analyze, the `JavaScript heap out of memory` issue only occurs when using the `--json` option, and it works fine without that option or...

> We may run OK on Apple ARM M1 too though this is not tested and likely requires the x86 emulation mode. For me, running ScanCode on my M1 Mac...

l've installed the `universal` variant of Python 3.8 on my MacBook Pro 14" M1 Max using [MacPorts](https://www.macports.org/): ```sh sudo port install python38 +universal ``` ```sh ❯ arch -x86_64 /opt/local/bin/python3.8 -c...

Merging despite the unrelated test failures.

A possible way to fix this would be to offer an optional Analyzer option to select the variant which should be analysed.

Yes, and I also had no luck building the image with instructions [like this](https://blog.jaimyn.dev/how-to-build-multi-architecture-docker-images-on-an-m1-mac/). When building the image, I see logs like this: ``` ❯ docker build -t ort ....