Ryan Carsten Schmidt
Ryan Carsten Schmidt
> I will continue to use `--hls-prefer-native` for future downloads and will report back if the problem occurs when using that flag. I have now observed the problem occur more...
I don't believe it's rate-limiting since it can happen on the first video I download. It's just random. For all I know, maybe it's just that one of the Paramount...
There is no specific URL guaranteed to exhibit the problem. It occurs randomly with seemingly any CBS download URL.
I've [added the port](https://trac.macports.org/changeset/101244). It's available as php53-libev, php54-libev and php55-libev. Since there's no releases of php-libev yet I just used the last commit and used its date as the...
> @ryandesign is https://github.com/The-OpenROAD-Project/OpenLane#prerequisites met? I'm not familiar with "The-OpenROAD-Project" but I see at that link that it requires Python 3.6 or later. Indeed, macOS 10.14 and earlier do not...
Thanks. Using python3 does work. However if you intend to keep the codepath that uses cpp if python3 is not available, we should fix it so it works for all...
> ``` > ./configure: line 5252: -I/opt/local/include: No such file or directory > ``` This happens because it's trying to pass `-I/opt/local/include` and other flags to the C preprocessor but...
`AC_TYPE_UID_T` uses `$EGREP` but the configure script hasn't yet located a working `egrep`. Adding `AC_PROG_EGREP` to configure.ac results in a successful configure and build. I'll submit a PR for this...
There are a few suggestions [here](http://stackoverflow.com/questions/9314322/controlling-verbosity-of-make) which seem not to be too complicated.
...which seems to have been due to a MacPorts bug which has since been fixed: https://trac.macports.org/ticket/64377 Please `sudo port selfupdate` and `sudo port upgrade outdated` and then try again.