Skip to content
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

Qt 5's makefile generator breaks on dirs that have parentheses in them #7

Open
mkrautz opened this issue Jan 11, 2015 · 3 comments
Open

Comments

@mkrautz
Copy link
Contributor

mkrautz commented Jan 11, 2015

+ qmake -recursive main.pro 'CONFIG+=release no-client ermine' 'DEFINES+=MUMBLE_VERSION=1.3.0~508~ga7d103f~snapshot SNAPSHOT_BUILD=1'
Reading /+MumbleBuilderHome/workspace/Murmur Linux x86 Ermine (CentOS 5.9)/src/murmur/murmur.pro
Project WARNING: CONFIG+=qdbus is deprecated. Use QT+=dbus instead.
Project WARNING: CONFIG+=qdbus is deprecated. Use QT+=dbus instead.
Project WARNING: CONFIG+=qdbus is deprecated. Use QT+=dbus instead.
+ make
cd src/murmur/ && ( test -e Makefile || /MumbleBuild/centos-ermine-1.3.x-2015-01-09-d4a1a4c/Qt5/bin/qmake /+MumbleBuilderHome/workspace/Murmur\ Linux\ x86\ Ermine\ (CentOS\ 5.9)/src/murmur/murmur.pro CONFIG+=release\ no-client\ ermine DEFINES+=MUMBLE_VERSION=1.3.0~508~ga7d103f~snapshot\ SNAPSHOT_BUILD=1 -o Makefile ) && make -f Makefile 
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `cd src/murmur/ && ( test -e Makefile || /MumbleBuild/centos-ermine-1.3.x-2015-01-09-d4a1a4c/Qt5/bin/qmake /+MumbleBuilderHome/workspace/Murmur\ Linux\ x86\ Ermine\ (CentOS\ 5.9)/src/murmur/murmur.pro CONFIG+=release\ no-client\ ermine DEFINES+=MUMBLE_VERSION=1.3.0~508~ga7d103f~snapshot\ SNAPSHOT_BUILD=1 -o Makefile ) && make -f Makefile '
make: *** [sub-src-murmur-make_first-ordered] Error 2
@mkrautz
Copy link
Contributor Author

mkrautz commented Jan 14, 2015

We've worked around this in Jenkins by renaming the builder.

@hacst
Copy link
Contributor

hacst commented May 16, 2015

Something to report upstream? Or is that something we did?

@mkrautz
Copy link
Contributor Author

mkrautz commented May 16, 2015

Should probably be reported upstream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants