Opened 15 years ago

Closed 12 years ago

#22107 closed defect (fixed)

omniORB upgrade fails

Reported by: glen.henshaw@… Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc:
Port: omniORB

Description (last modified by jmroot (Joshua Root))

omniORB upgrade from 4.1.3_0 to 4.1.4_0 fails on a MacBok Pro running OSX 10.6.1.

Error follows:

../../../../bin/omkdepend -D__cplusplus -D__GNUG__ -D__GNUC__ -p static/ -p shared/ -I/opt/local/include -I.. -I./.. -I../../../../include/omniORB4/internal -I../../../../include/omniORB4/internal -DUSE_omniORB_logStream -D_OMNIORB_LIBRARY -DOMNIORB_VERSION_STRING="4.1.4" -DOMNIORB_VERSION_HEX=0x040104F1 -DCONFIG_DEFAULT_LOCATION="/opt/local/etc/omniORB.cfg" -DCONFIG_ENV="OMNIORB_CONFIG" -DUnixArchitecture -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=1 -D__darwin__ -D__x86__ ./unix/unixActive.cc ./unix/unixAddress.cc ./unix/unixEndpoint.cc ./unix/unixConnection.cc ./unix/unixTransportImpl.cc ./tcp/tcpActive.cc ./tcp/tcpAddress.cc ./tcp/tcpEndpoint.cc ./tcp/tcpConnection.cc ./tcp/tcpTransportImpl.cc Namingstub.cc poastubs.cc objectStub.cc bootstrapstub.cc cs-UTF-16.cc cs-UTF-8.cc cs-8859-1.cc cs-16bit.cc cs-8bit.cc codeSets.cc SocketCollection.cc giopMonitor.cc giopBiDir.cc giopImpl12.cc giopImpl11.cc giopImpl10.cc giopStreamImpl.cc GIOP_S.cc GIOP_C.cc giopRendezvouser.cc giopWorker.cc giopServer.cc giopStream.cc giopStrand.cc giopRope.cc giopEndpoint.cc cdrValueChunkStream.cc cdrMemoryStream.cc cdrStreamAdapter.cc cdrStream.cc omniTransport.cc omniPolicy.cc uri.cc rmutex.cc transportRules.cc tracedthread.cc callHandle.cc shutdownIdentity.cc inProcessIdentity.cc remoteIdentity.cc proxyFactory.cc portableserver.cc policy.cc poamanager.cc poa.cc orbOptionsFile.cc orbOptions.cc omniServant.cc omniORB.cc omniObjRef.cc omniIOR.cc omniInternal.cc objectAdapter.cc minorCode.cc logIOstream.cc localObject.cc localIdentity.cc omniIdentity.cc libcWrapper.cc ior.cc invoker.cc interceptors.cc initRefs.cc exceptn.cc exception.cc dynamicLib.cc current.cc corbaWString.cc corbaString.cc corbaFixed.cc corbaOrb.cc corbaBoa.cc corbaObject.cc constants.cc callDescriptor.cc anonObject.cc
+ ../../../../bin/scripts/omkdirhier static
/usr/bin/g++-4.2 -c -O2 -arch x86_64 -fno-common -bind_at_load  -I/opt/local/include -I.. -I./.. -I../../../../include/omniORB4/internal -I../../../../include/omniORB4/internal  -DUSE_omniORB_logStream -D_OMNIORB_LIBRARY -DOMNIORB_VERSION_STRING='"4.1.4"' -DOMNIORB_VERSION_HEX='0x040104F1' -DCONFIG_DEFAULT_LOCATION='"/opt/local/etc/omniORB.cfg"' -DCONFIG_ENV='"OMNIORB_CONFIG"' -DUnixArchitecture -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=1 -D__darwin__ -D__x86__ -o static/anonObject.o anonObject.cc
/usr/bin/g++-4.2 -c -O2 -arch x86_64 -fno-common -bind_at_load  -I/opt/local/include -I.. -I./.. -I../../../../include/omniORB4/internal -I../../../../include/omniORB4/internal  -DUSE_omniORB_logStream -D_OMNIORB_LIBRARY -DOMNIORB_VERSION_STRING='"4.1.4"' -DOMNIORB_VERSION_HEX='0x040104F1' -DCONFIG_DEFAULT_LOCATION='"/opt/local/etc/omniORB.cfg"' -DCONFIG_ENV='"OMNIORB_CONFIG"' -DUnixArchitecture -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=1 -D__darwin__ -D__x86__ -o static/callDescriptor.o callDescriptor.cc
callDescriptor.cc:153: error: no 'void omniCallDescriptor::validateUserException(const CORBA::UserException&)' member function declared in class 'omniCallDescriptor'
make[4]: *** [static/callDescriptor.o] Error 1
make[3]: *** [export] Error 1
make[2]: *** [export] Error 1
make[1]: *** [export] Error 1
make: *** [all] Error 1

Attachments (1)

build.log (4.0 KB) - added by glen.henshaw@… 15 years ago.

Download all attachments as: .zip

Change History (8)

Changed 15 years ago by glen.henshaw@…

Attachment: build.log added

comment:1 Changed 15 years ago by stromnov (Andrey Stromnov)

Owner: changed from macports-tickets@… to stromnov@…
Port: 4.1.4_0 removed

comment:2 Changed 15 years ago by stromnov (Andrey Stromnov)

Please, try to deactivate previous omniORB first (via port deactivate).

comment:3 Changed 15 years ago by glen.henshaw@…

That worked (eventually) = the difference between python25 and python26 variants bit me, because the deactivate didn't delete the library or include files. port uninstall would probably have solved this.

comment:4 Changed 15 years ago by jmroot (Joshua Root)

Description: modified (diff)

comment:5 Changed 13 years ago by jmroot (Joshua Root)

So is this still going to be a problem with future updates, or can this ticket just be closed?

comment:6 Changed 12 years ago by pixilla (Bradley Giesbrecht)

OmniORB is now at 4.1.6. If this issue still exists reopen this ticket.

comment:7 Changed 12 years ago by stromnov (Andrey Stromnov)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.