← Back to team overview

openjdk team mailing list archive

[Bug 1371761] [NEW] pylucene ftbfs on ppc64el, not enough stack space

 

Public bug reported:

the ppc64el build fails with:

The stack size specified is too small, Specify at least 768k
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/lib/python2.7/dist-packages/jcc/__main__.py", line 107, in <module>
    cpp.jcc(sys.argv)
  File "/usr/lib/python2.7/dist-packages/jcc/cpp.py", line 521, in jcc
    env = initVM(os.pathsep.join(classpath) or None, **initvm_args)
ValueError: An error occurred while creating Java VM
Makefile:321: recipe for target 'compile' failed
make[2]: *** [compile] Error 1

so either fix the pylucene build to set a custom stack size, or increase
the default stack size for the VM. I didn't see this ppc64el specific
behaviour for other packages.

** Affects: openjdk-7 (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: pylucene (Ubuntu)
     Importance: Undecided
         Status: Confirmed


** Tags: ftbfs ppc64el

** Also affects: openjdk-7 (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/1371761

Title:
  pylucene ftbfs on ppc64el, not enough stack space

Status in “openjdk-7” package in Ubuntu:
  New
Status in “pylucene” package in Ubuntu:
  Confirmed

Bug description:
  the ppc64el build fails with:

  The stack size specified is too small, Specify at least 768k
  Traceback (most recent call last):
    File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
      "__main__", fname, loader, pkg_name)
    File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
      exec code in run_globals
    File "/usr/lib/python2.7/dist-packages/jcc/__main__.py", line 107, in <module>
      cpp.jcc(sys.argv)
    File "/usr/lib/python2.7/dist-packages/jcc/cpp.py", line 521, in jcc
      env = initVM(os.pathsep.join(classpath) or None, **initvm_args)
  ValueError: An error occurred while creating Java VM
  Makefile:321: recipe for target 'compile' failed
  make[2]: *** [compile] Error 1

  so either fix the pylucene build to set a custom stack size, or
  increase the default stack size for the VM. I didn't see this ppc64el
  specific behaviour for other packages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1371761/+subscriptions


Follow ups

References