W T Meyer
2006-11-07 02:14:28 UTC
I'm trying to install omniORBpy-2.7 on a new system running
Scientific Linux 3.0.7 on a Dell computr with an Intel
processor. I've already installed omniORB-4.07, and the echo example
works. After extracting omniORBpy-2.7 and running the configure
script, running 'make' works fine until it enters the COS directory,
where it fails. Any help is appreciated.
Here is the tail of the output:
make[2]: Entering directory `/usr/local/omniORBpy-2.7/build/python/COS'
/usr/local/bin/omniidl -p../../../omniidl_be \
-I/usr/local/share/idl/omniORB/COS -I/usr/local/share/idl/omniORB
-I/usr/local/idl/omniORB -I/usr/local/idl/omniORB/COS
-I../../../idl -I../../../idl/COS -I/usr/local/share/idl/omniORB
-I/usr/local/share/idl/omniORB/COS -bpython
/usr/local/share/idl/omniORB/COS/CosCollection.idl
Traceback (most recent call last):
File "/usr/local/bin/omniidl", line 105, in <module>
omniidl.main.main()
File "./main.py", line 497, in main
File "../../../omniidl_be/python.py", line 832, in run
File "./idlast.py", line 171, in accept
File "../../../omniidl_be/python.py", line 919, in visitAST
# Interface
File "./idlast.py", line 300, in accept
File "../../../omniidl_be/python.py", line 971, in visitModule
for c in node.callables():
File "./idlast.py", line 345, in accept
File "../../../omniidl_be/python.py", line 1074, in visitInterface
self.st.out(objref_methods, methods = methods)
File "../../../omniidl_be/python.py", line 2349, in operationToDescriptors
outf = open(tmpfile, "w")
AttributeError: 'module' object has no attribute 'containsValueType'
make[2]: *** [CosCollection_idl.py] Error 1
make[2]: Leaving directory `/usr/local/omniORBpy-2.7/build/python/COS'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/usr/local/omniORBpy-2.7/build/python'
make: *** [all] Error 1
Scientific Linux 3.0.7 on a Dell computr with an Intel
processor. I've already installed omniORB-4.07, and the echo example
works. After extracting omniORBpy-2.7 and running the configure
script, running 'make' works fine until it enters the COS directory,
where it fails. Any help is appreciated.
Here is the tail of the output:
make[2]: Entering directory `/usr/local/omniORBpy-2.7/build/python/COS'
/usr/local/bin/omniidl -p../../../omniidl_be \
-I/usr/local/share/idl/omniORB/COS -I/usr/local/share/idl/omniORB
-I/usr/local/idl/omniORB -I/usr/local/idl/omniORB/COS
-I../../../idl -I../../../idl/COS -I/usr/local/share/idl/omniORB
-I/usr/local/share/idl/omniORB/COS -bpython
/usr/local/share/idl/omniORB/COS/CosCollection.idl
Traceback (most recent call last):
File "/usr/local/bin/omniidl", line 105, in <module>
omniidl.main.main()
File "./main.py", line 497, in main
File "../../../omniidl_be/python.py", line 832, in run
File "./idlast.py", line 171, in accept
File "../../../omniidl_be/python.py", line 919, in visitAST
# Interface
File "./idlast.py", line 300, in accept
File "../../../omniidl_be/python.py", line 971, in visitModule
for c in node.callables():
File "./idlast.py", line 345, in accept
File "../../../omniidl_be/python.py", line 1074, in visitInterface
self.st.out(objref_methods, methods = methods)
File "../../../omniidl_be/python.py", line 2349, in operationToDescriptors
outf = open(tmpfile, "w")
AttributeError: 'module' object has no attribute 'containsValueType'
make[2]: *** [CosCollection_idl.py] Error 1
make[2]: Leaving directory `/usr/local/omniORBpy-2.7/build/python/COS'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/usr/local/omniORBpy-2.7/build/python'
make: *** [all] Error 1