Hi,
a updated PKGBUILD for 9.0.1 can you find here.
https://github.com/fanningert/PKGBUILDs/tree/master/aur/komodo-ide
Search Criteria
Package Details: komodo-ide 8.5.3_83298-2
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2014-08-22)
| Package Base: | komodo-ide |
|---|---|
| Description: | Proprietary version of ActiveState Komodo Edit - Based on XUL |
| Upstream URL: | http://www.activestate.com/komodo-ide |
| Category: | editors |
| Licenses: | |
| Submitter: | JokerBoy |
| Maintainer: | KsenZ |
| Last Packager: | None |
| Votes: | 3 |
| First Submitted: | 2013-06-02 18:52 |
| Last Updated: | 2014-04-09 04:49 |
Required by (0)
Sources
Latest Comments
Comment by fanningert
Comment by falmp
Well, I'm still getting the same error as my comment from 2013-07-26 09:43... hope the PKGBUILD helps someone.
(process:2813): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
Failed to import 'sitepyxpcom'
Traceback (most recent call last):
File "/opt/komodo-ide/lib/mozilla/python/komodo/sitepyxpcom.py", line 72, in <module>
import thread_helper
File "/opt/komodo-ide/lib/mozilla/python/komodo/thread_helper.py", line 92, in <module>
namer()
File "/opt/komodo-ide/lib/mozilla/python/komodo/thread_helper.py", line 61, in namer
import ctypes, ctypes.util, threading
<type 'exceptions.ValueError'>: bad marshal data (unknown type code)
Obtaining the module object from Python failed.
Traceback (most recent call last):
File "/opt/komodo-ide/lib/mozilla/python/xpcom/__init__.py", line 92, in <module>
import logging
<type 'exceptions.ValueError'>: bad marshal data (unknown type code)
Creating an interface object to be used as a result failed
Traceback (most recent call last):
File "/opt/komodo-ide/lib/mozilla/python/xpcom/client/__init__.py", line 39, in <module>
import new
<type 'exceptions.EOFError'>: EOF read where object expected
Failed to load the Python module: '/opt/komodo-ide/lib/mozilla/components/koConsoleLogger.py'
<type 'exceptions.SystemError'>: null argument to internal routine
Creating an interface object to be used as a result failed
<type 'exceptions.SystemError'>: null argument to internal routine
Failed to load the Python module: '/opt/komodo-ide/lib/mozilla/components/koInitService.py'
<type 'exceptions.SystemError'>: null argument to internal routine
Creating an interface object to be used as a result failed
<type 'exceptions.AttributeError'>: 'module' object has no attribute 'MakeInterfaceResult'
Failed to load the Python module: '/opt/komodo-ide/lib/mozilla/components/koPrefs.py'
<type 'exceptions.SystemError'>: null argument to internal routine
Creating an interface object to be used as a result failed
<type 'exceptions.AttributeError'>: 'module' object has no attribute 'MakeInterfaceResult'
Failed to load the Python module: '/opt/komodo-ide/lib/mozilla/components/koEnviron.py'
<type 'exceptions.SystemError'>: null argument to internal routine
Creating an interface object to be used as a result failed
<type 'exceptions.AttributeError'>: 'module' object has no attribute 'MakeInterfaceResult'
Failed to load the Python module: '/opt/komodo-ide/lib/mozilla/components/koInfoService.py'
<type 'exceptions.SystemError'>: null argument to internal routine
Comment by falmp
Here's the 9.0.0 PKGBUILD: http://pastie.org/10072507
Comment by alexandernst
8.5.4 is out
Comment by KsenZ
Proprietary version of ActiveState Komodo Edit
Comment by garyvdm
Description says this is Komodo Edit. Should be Komodo IDE.
Comment by WarheadsSE
Fix the error:
'''
find /opt/komodo-ide/ -name "*.py?" -exec rm -f {} \;
Comment by falmp
I'm getting the following error when installing this package:
$ komodo-ide
(process:17262): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
Obtaining the module object from Python failed.
Traceback (most recent call last):
File "/opt/komodo-ide/lib/mozilla/python/xpcom/__init__.py", line 92, in <module>
import logging
<type 'exceptions.ValueError'>: bad marshal data (unknown type code)
Creating an interface object to be used as a result failed
Traceback (most recent call last):
File "/opt/komodo-ide/lib/mozilla/python/xpcom/client/__init__.py", line 39, in <module>
import new
<type 'exceptions.EOFError'>: EOF read where object expected
Failed to load the Python module: '/opt/komodo-ide/lib/mozilla/components/koInitService.py'
<type 'exceptions.SystemError'>: null argument to internal routine
Creating an interface object to be used as a result failed
<type 'exceptions.SystemError'>: null argument to internal routine
Failed to load the Python module: '/opt/komodo-ide/lib/mozilla/components/koEnviron.py'
<type 'exceptions.SystemError'>: null argument to internal routine
Creating an interface object to be used as a result failed
<type 'exceptions.AttributeError'>: 'module' object has no attribute 'MakeInterfaceResult'
Failed to load the Python module: '/opt/komodo-ide/lib/mozilla/components/koInfoService.py'
<type 'exceptions.SystemError'>: null argument to internal routine