[Webkit-unassigned] [Bug 104124] New: [Qt] Fix the build if the path contains "~" character
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 5 07:50:17 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=104124
Summary: [Qt] Fix the build if the path contains "~" character
Product: WebKit
Version: 420+
Platform: All
OS/Version: All
Status: NEW
Keywords: Qt, QtTriaged
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ossy at webkit.org
CC: hausmann at webkit.org, vestbo at webkit.org
Debian/Ubuntu package names usually contain "~" character and now the build
is broken if the path contains any tilde with the following error message:
make[3]: execvp: /bin/sh: Argument list too long
make[3]: *** [../../lib/libWebCore.so.1.0.0] Error 127
make[3]: Leaving directory `/home/oszi/WebKit~tilde/WebKitBuild/Release/Source/WebCore'
make[2]: *** [sub-Target-pri-make_first-ordered] Error 2
make[2]: Leaving directory `/home/oszi/WebKit~tilde/WebKitBuild/Release/Source/WebCore'
make[1]: *** [sub-Source-WebCore-WebCore-pro-make_first-ordered] Error 2
make[1]: Leaving directory `/home/oszi/WebKit~tilde/WebKitBuild/Release'
make: *** [incremental] Error 2
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list