Boyd Waters

Results 10 comments of Boyd Waters

The BlockBlock Installer app is essentially a wrapper around a bash shell script. You can modify this script in a text editor. I will use Visual Studio Code here, from...

> A workaround for that is to install local::lib and export the environment variables before starting cpan for the first time. I agree that it would be nice if it...

> Created a PR to fix this. Links have changed so the current commands won't work anymore. Thanks, but alas, this does not resolve the problem for me. I am...

@alxwolf My UDM (not pro) claims to be running the 1.11.4 firmware. The deb pkg downloaded MD5 hash is `cf074321756a464ee6d0fa4d47eb9714` Full transcript is ```shell # # unifi-os shell root@ubnt:/# dpkg...

@alxwolf Thanks for the details on the deb-preinst function. Yes, it's weird that it is an exit code of 255. I will try to poke at this more this week...

A "Release Candidate" flang-classic 12: https://lists.llvm.org/pipermail/flang-dev/2021-March/000655.html I am totally new to this project and do not know the status of this RC. But my Apple M1 is encouraged.

Sorry for going dark for 9 months... **TL;DR : (almost) WORKSFORME** I have just resumed working on the UDM, and just tried the installation sequence again. This time with 1.0.6...

> ```shell > % cpan -j ${HOME}/.local/share/cpan/CPAN/MyConfig.pm > Nothing to install! > ``` > > I haven't yet found a way to explain `$XDG_DATA_HOME` to cpan. _Got this working._ Make...

```C #include #include #include #include int main(void) { struct winsize w; if (ioctl(1, TIOCGWINSZ, &w) < 0) { fprintf(stderr, "Couldn't get window size: %s\n", strerror(errno)); } else { printf( "chars...

M1 MacBook Air 2020, Mojave, Xcode and Xcode CLI Tools, but no other system tweaks yet such as HomeBrew or MacPorts: Same dylib loader errors. I tried to explicitly set...