-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APT whitelist request for qt5-default #442
Comments
Ran tests and found setuid bits by purely textual search. Further analysis is required. If these are found to be benign, add: libqt5core5a libqt5gui5 libqt5libqgtk2 libqt5network5 libqt5opengl5 libqt5sql5 libqt5sql5-mysql libqt5sql5-odbc libqt5sql5-psql libqt5sql5-sqlite libqt5sql5-tds libqt5xml5 libqt5dbus5 libqt5test5 libqt5concurrent5 libqt5widgets5 libqt5printsupport5 qtbase5-dev qtbase5-private-dev libqt5opengl5-dev qtbase5-dev-tools qt5-qmake qtbase5-examples qtbase5-dbg qtbase5-dev-tools-dbg qtbase5-examples-dbg qt5-default qtbase5-doc-html See https://travis-ci.org/travis-ci/apt-whitelist-checker/builds/72545681. |
We also need this whitelisted. 👍 |
Also 👍 |
👍 to get this onto the whitelist |
See travis-ci/apt-package-safelist#442 for whitelisting status of qt5 on ubuntu 12.04 or wait until 14.04 is available on travis
👍 |
Any updates on this? |
👍 |
What may be useful for people stumbling over this issue, is that you can use apt-get to install Qt 5 on the new Docker-enabled images. Somewhere in your sudo: required
services:
- docker And then you can do: before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq qt5-default qttools5-dev-tools
- qmake -version You'll see it installed Qt version 5.2.1, as available on Ubuntu 14.04. |
Oh that's sweet, I didn't know about this. Well then this makes this issue kind of obsolete, now doesn't it... |
Well, it relies on a somewhat experimental environment that was announced in this blog post: http://blog.travis-ci.com/2015-08-19-using-docker-on-travis-ci/ So far I'm not aware of more recent news on whether this new environment would replace the container based one, which as of that blog post was still preferable in terms of boot times. So whitelisting qt5-default could still be helpful for now. |
Docker is all fine and good, but I want a newer version of Qt, and I want dependency caching. When that's introduced into the docker infrastructure, I'll bite. |
👍 |
Does anyone know what these are? https://travis-ci.org/travis-ci/apt-whitelist-checker/builds/72545681#L544-L545
Other occurrences are benign; I just want to be sure that these are, too. |
@BanzaiMan I think those are from the code snippet in the docs here: |
_This is an automated comment._ Ran tests and found setuid bits by purely textual search. Further analysis is required. If these are found to be benign, examine http://github.com/travis-ci/apt-package-whitelist/compare/test-apt-package-whitelist-442 and its PR. Packages found: libqt5core5a libqt5gui5 libqt5libqgtk2 libqt5network5 libqt5opengl5 libqt5sql5 libqt5sql5-mysql libqt5sql5-odbc libqt5sql5-psql libqt5sql5-sqlite libqt5sql5-tds libqt5xml5 libqt5dbus5 libqt5test5 libqt5concurrent5 libqt5widgets5 libqt5printsupport5 qtbase5-dev qtbase5-private-dev libqt5opengl5-dev qtbase5-dev-tools qt5-qmake qtbase5-examples qtbase5-dbg qtbase5-dev-tools-dbg qtbase5-examples-dbg qt5-default qtbase5-doc-html See https://travis-ci.org/travis-ci/apt-whitelist-checker/builds/86679088 for details. |
Packages: libqt5core5a libqt5gui5 libqt5libqgtk2 libqt5network5 libqt5opengl5 libqt5sql5 libqt5sql5-mysql libqt5sql5-odbc libqt5sql5-psql libqt5sql5-sqlite libqt5sql5-tds libqt5xml5 libqt5dbus5 libqt5test5 libqt5concurrent5 libqt5widgets5 libqt5printsupport5 qtbase5-dev qtbase5-private-dev libqt5opengl5-dev qtbase5-dev-tools qt5-qmake qtbase5-examples qtbase5-dbg qtbase5-dev-tools-dbg qtbase5-examples-dbg qt5-default qtbase5-doc-html
I just tried to use qt5 but the apt step failed: https://travis-ci.org/Phonations/TravisTest#L83-L84 What's wrong? |
It's in the https://travis-ci.org/travis-ci/apt-whitelist-checker/builds/86679088#L467-L473 |
🎉 |
Nice! |
This stuff worked for me:
|
Unfortunately this solution currently gives me an error: W: There is no public key available for the following key IDs: 7638D0442B90D010 Which is a secondary key for Debian archive it seems . . |
@annejan I have the same issue with silversearcher-ag |
This replaces travis-ci/travis-ci#4518.
The original text by @mcmire follows
This is necessary in order to run capybara-webkit tests against a project that requires Qt 5 (using features that weren't available in Qt 4, such as ES5 getters/setters). (Source)
Thanks!
The text was updated successfully, but these errors were encountered: