[Bug 21484] New: The "make -j2" invoked by chromium's webkit build aborts early?

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 24 16:18:27 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=21484

           Summary: The "make -j2" invoked by chromium's webkit build
                    aborts early?
           Product: Wine
           Version: 1.1.37
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Keywords: download
          Severity: normal
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dank at kegel.com


After working around bug 21174 with
  export NUMBER_OF_PROCESSORS_PLUS_1=2
the commands
  wget
http://code.google.com/p/winezeug/source/browse/trunk/testsuites/chromium/build.sh
  sh build.sh build webcore_bindings_sources

failed in an interesting way: each time I ran it, a few more files
appear in C:/chromium/src/chrome/Debug/obj/global_intermedia/webkit/bindings.

I now use
  export NUMBER_OF_PROCESSORS_PLUS_1=1
which avoids the problem.

A slightly reduced testcase is
  sh build.sh cmd
  cd c:\chromium\src\third_party\WebKit\WebCore\WebCore.gyp
  call c:\chromium\src\third_party\cygwin\setup_env.bat
  set CYGWIN=nontsec
  bash -c "make OutDir=c:/chromium/src/chrome/Debug
IntDir=C:/chromium/src/chrome/Debug/obj/webcore_bindings_sources -j2 -f
webcore_bindings_sources_rules.mk"

That makefile invokes a python script which invokes a perl script. 
Evidently running that in parallel is too much for wine at the moment?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list