Paul Bransford

Results 82 comments of Paul Bransford

See here: https://github.com/raspberrypi/firmware/tree/master/opt/vc

`qt5-qtquickcontrols2-devel` on RHEL8 (presumably similar on fedora)

Reopening. I had confused myself while writing this. I actually do want this open. Relevant code snippet from `site-packages/cobbler/modules/authentication/ldap.py`: ```python # if we're not allowed to search anonymously, grok the...

Yes, that would do. At least if it was documented... Perhaps a comment in the default file would suffice?

example STDERR spam: ``` debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf:...

Workaround for anyone else who is annoyed by this, meanwhile: ``` echo "set debconf/frontend noninteractive" | DEBIAN_FRONTEND=noninteractive debconf-communicate ``` This will switch the default for debconf. The variable is defined...

Getting something similar, but without the git related error. (this is happening via buildah) ``` STEP 17: RUN sudo apt-get update && pybombs recipes update && pybombs prefix init ~/.gnuradio...

Note debian 9.x is "stretch" and not "squeeze" (that was 6.x) `libssl-dev` doesn't work as it fails the autoconf test for libcrypto. `libssl1.0-dev` doesn't work, as while it passes that...

This issue should be fixed [upstream](https://issues.apache.org/jira/browse/THRIFT-3207) - is pybombs requiring thrift older than 0.11.0?

Yes, looks like we're pulling in an ancient version of thrift ([0.9.3](https://github.com/gnuradio/gr-recipes/blob/03b560f7741bcec5502642d76194bd2a11bdbe3d/apache-thrift.lwr#L40) - it would be wonderful if work can happen to update that.