[Webkit-unassigned] [Bug 123971] New: Jhbuild build bug workaround

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 7 00:48:07 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=123971

           Summary: Jhbuild build bug workaround
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: p.szymanski3 at samsung.com


Jhbuild build uses Makefile.plain lcated in po directory (WebKitBuild/Dependencies/Source/jhbuild/po). This makefile file uses grep -v '^\#' LINGUAS
Output from this grep is:

ca
cs
de
el
en_GB
(...)

If someone has set grep env variable GREP_OPTIONS=-n (or other that changes grep output) then this output will be:

2:ca
3:cs
4:de
5:el
6:en_GB
(...)

The line is added by grep.
After that jhbuild will not build because this grep output is different than expected.
If you will try to build jhbuild (make install) with this grep option output will be:

make[1]: Entering directory `WebKit/WebKitBuild/Dependencies/Source/jhbuild/po'
Makefile.plain:10: *** target pattern contains no `%'.  Stop.
make[1]: Leaving directory `WebKit/WebKitBuild/Dependencies/Source/jhbuild/po'
make: *** [install] Error 2

This patch is a WebKit workaround to this jhbuild issue. It doesn't changes anything else with WebKit build.

-- 
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