-
Notifications
You must be signed in to change notification settings - Fork 25
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
Failed to run on travis #8
Labels
Comments
Omg...this is debug code, it entered by mistake on the master branch. Sorry
for that, I'll fix it ASAP (next hours)
…On 31 Oct 2017 09:05, "raoulh" ***@***.***> wrote:
Hi,
I used to use your tool for generating my app bundle on travis-ci. But
lately some changes did break our build with such errors from
macdeployqtfix:
python macdeployqtfix.py build/$APP.app/Contents/MacOS/[secure] /usr/local/Cellar/qt5/5.*/
Traceback (most recent call last):
File "macdeployqtfix.py", line 15, in <module>
import ipdb
ImportError: No module named ipdb
Any idea on the cause of that?
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAdF6p6DjndyIvifgvJyonpu9RPiFz_Jks5sxtS0gaJpZM4QMWbs>
.
|
Thanks for reporting
…On 31 Oct 2017 09:25, "Aurelien RAINONE" ***@***.***> wrote:
Omg...this is debug code, it entered by mistake on the master branch.
Sorry for that, I'll fix it ASAP (next hours)
On 31 Oct 2017 09:05, "raoulh" ***@***.***> wrote:
> Hi,
>
> I used to use your tool for generating my app bundle on travis-ci. But
> lately some changes did break our build with such errors from
> macdeployqtfix:
>
> python macdeployqtfix.py build/$APP.app/Contents/MacOS/[secure] /usr/local/Cellar/qt5/5.*/
>
> Traceback (most recent call last):
>
> File "macdeployqtfix.py", line 15, in <module>
>
> import ipdb
>
> ImportError: No module named ipdb
>
> Any idea on the cause of that?
>
> Thanks
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#8>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/AAdF6p6DjndyIvifgvJyonpu9RPiFz_Jks5sxtS0gaJpZM4QMWbs>
> .
>
|
I just pushed a fix, I'll let you close the issue when and if it's fixed on your side. |
Works now! Awesome! Thanks a lot for being so fast! |
Great!
I guess the guilty commit entered in the master at least one week ago...
That shouldn't happen again thanks to your report and to PR #9
Have a nice day
On 31 Oct 2017 10:06, "raoulh" <[email protected]> wrote:
Works now! Awesome!
Thanks a lot for being so fast!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAdF6v7rHxnd9zTlIg_l4fREhY2Egdleks5sxuL4gaJpZM4QMWbs>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I used to use your tool for generating my app bundle on travis-ci. But lately some changes did break our build with such errors from macdeployqtfix:
Any idea on the cause of that?
Thanks
The text was updated successfully, but these errors were encountered: