kyle-bersani / pythonext

Automatically exported from code.google.com/p/pythonext
Other
0 stars 1 forks source link

Not able to compile the extension #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?

Trying to compile the extension I get this output in the terminal:
Building python extension
  platform: Linux-i686
  python version: 2.6.5 (r265:79063, Apr  6 2010, 10:10:07) 
self.platform: 'Linux-i686', url: 
'http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/7.0.1/sdk/xulrun
ner-7.0.1.en-US.linux-i686.sdk.tar.bz2'
Fordere alle Änderungen an
Füge Änderungssätze hinzu
Füge Manifeste hinzu
Füge Dateiänderungen hinzu
Fügte 102 Änderungssätze mit 300 Änderungen an 150 Dateien hinzu (+4 Köpfe)
Aktualisiere auf Zweig default
150 Dateien aktualisiert, 0 Dateien zusammengeführt, 0 Dateien entfernt, 0 
Dateien ungelöst
patching file configure.in
Hunk #1 succeeded at 4279 (offset 16 lines).
patching file xpcom/src/dllmain.cpp
Hunk #1 succeeded at 95 (offset -1 lines).
Hunk #2 succeeded at 109 with fuzz 1 (offset -1 lines).
Hunk #3 succeeded at 140 (offset -6 lines).
patching file Makefile.in
Traceback (most recent call last):
  File "build_pythonext.py", line 603, in <module>
    main()
  File "build_pythonext.py", line 592, in main
    build.build()
  File "build_pythonext.py", line 230, in build
    cwd=self.pyxpcom_dir)
  File "/home/marek/temp/pythonext/build/py_install/lib/python2.6/subprocess.py", line 493, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/home/marek/temp/pythonext/build/py_install/lib/python2.6/subprocess.py", line 480, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/home/marek/temp/pythonext/build/py_install/lib/python2.6/subprocess.py", line 633, in __init__
    errread, errwrite)
  File "/home/marek/temp/pythonext/build/py_install/lib/python2.6/subprocess.py", line 1139, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

What version of the product are you using? On what operating system?
I was trying to compile the release-7.0.1 on Fedora 15.

Original issue reported on code.google.com by boba...@gmail.com on 21 Oct 2011 at 12:35

GoogleCodeExporter commented 9 years ago
install autoconf2.13 package and it will build. I had the same problem on 
latest Ubuntu x86_64.

Original comment by jimmikae...@gmail.com on 4 Nov 2011 at 7:42

GoogleCodeExporter commented 9 years ago
Yes, make sure you have autoconf2.13 installed (it's required for the Mozilla 
and PyXPCOM building).

Original comment by twhit...@gmail.com on 6 Mar 2012 at 12:37