cancel
Showing results for 
Search instead for 
Did you mean: 

Error in invoking target 'nnfgt.o'

SherifEid
Explorer
0 Kudos

Dear Experts,

I'm upgrading my Oracle patch set 10.2.0.4 to 10.2.0.5.

but while installing the patch set I'm getting the following error

"NFO: Internal Error: Codeword

file /opt/aCC/newconfig/aCC.cwd,/opt/aCC/newconfig/ansic.cwd missing or

empty.

INFO:

Stop.

INFO: *** Error exit code 254

INFO: End output from spawned process.

INFO: -


INFO: Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target 'nnfgt.o' of

makefile '/oracle/EPQ/102_64/network/lib/ins_net_client.mk'.

See '/oracle/oraInventory/logs/installActions2011-03-09_11-40-43AM.log'

for details.

Exception Severity: 1

"

Accepted Solutions (0)

Answers (1)

Answers (1)

sivakumar_kilari3
Active Contributor
0 Kudos

Hi,

Can you post this logs.

See '/oracle/oraInventory/logs/installActions2011-03-09_11-40-43AM.log'

Regards

Siva

SherifEid
Explorer
0 Kudos

Dear Siva,

Here you are

NFO: End output from spawned process.
INFO: ----------------------------------
INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Bali Share
INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Oracle UIX
INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Buildtools Common Files
INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Parser Generator Required Support Files
INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Enterprise Manager Minimal Integration
INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Oracle interMedia Annotator
INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Database Workspace Manager
INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component JDBC Common Files
INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Oracle Required Support Files 32 bit Patch
INFO: Calling Action unixActions10.2.0.1.0  make
	installMakePath = /usr/bin/make
	installMakeFileName = /oracle/EPQ/102_64/network/lib/ins_net_client.mk
	installTarget = nnfgt.o
	installArguments = ORACLE_HOME =/oracle/EPQ/102_64
	undoMakeFileName = null
	undoTarget = null
	undoArguments = null
	logFile = /oracle/EPQ/102_64/install/make.log
	progMsg = Linking nnfgt

INFO: The output of this make operation is also available at: '/oracle/EPQ/102_64/install/make.log'
INFO: 

INFO: Start output from spawned process:
INFO: ----------------------------------
INFO: 

INFO: 	rm -f nnfgt.*

INFO: 	(if [ "compile" = "compile"  -a  -n ""  -a  -d "" ]; then \
	  echo "Building 32bit version of nnfgt.o"; \
	  /oracle/EPQ/102_64/bin/gennfgt > nnfgt.c ;\
	  cc  -c nnfgt.c ;\
	  rm -f nnfgt.o ;\
	  mv nnfgt.o  ;\
	  /usr/ccs/bin/ar rv libn10.a nnfgt.o ; fi)

INFO: 	(if [ "compile" = "compile" ] ; then \
	  /oracle/EPQ/102_64/bin/gennfgt > nnfgt.c ;\
	  cc +DD64 -c nnfgt.c ;\
	  rm -f /oracle/EPQ/102_64/lib/nnfgt.o ;\
	  mv nnfgt.o /oracle/EPQ/102_64/lib/ ;\
	  /usr/ccs/bin/ar rv /oracle/EPQ/102_64/lib/libn10.a /oracle/EPQ/102_64/lib/nnfgt.o ;\
	  cc  -c nnfgt.c ;\
	  rm -f /oracle/EPQ/102_64/lib32/nnfgt.o ;\
	  mv nnfgt.o /oracle/EPQ/102_64/lib32/ ;\
	  /usr/ccs/bin/ar rv /oracle/EPQ/102_64/lib32/libn10.a /oracle/EPQ/102_64/lib32/nnfgt.o ; fi)

INFO: Internal Error: Codeword file /opt/aCC/newconfig/aCC.cwd,/opt/aCC/newconfig/ansic.cwd missing or empty.

INFO: 
Stop.

INFO: *** Error exit code 254

INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'nnfgt.o' of makefile '/oracle/EPQ/102_64/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2011-03-09_11-40-43AM.log' for details.
Exception Severity: 1

Regards,

Sherif

sivakumar_kilari3
Active Contributor
0 Kudos

what is your OS ?

SherifEid
Explorer
0 Kudos

Hi Siva,

Release: HP-UX B.11.31

Version: U (unlimited-user license)

Machine: ia64

Regards,

sivakumar_kilari3
Active Contributor
0 Kudos

hI,

Internal Error: Codeword file /opt/ansic/newconfig/ansic.cwd missing or empty

Solutions:

-


found under --> HP Documentation

You need to copy the license file as follows

/opt/ansic/newconfig/ansic.cwd

as well as

/etc/opt/softbench/lib/softbench.cwd

/opt/aCC/newconfig/aCC.cwd

Follow the links.

[/thread/2141625 [original link is broken];

[http://download.oracle.com/docs/cd/E11882_01/install.112/e17880/pre_install.htm#BABFDGHJ]

[http://www.unix.com/hp-ux/25238-ansi-c-compiler-hp-ux-11-11-a.html]

Regards,

Siva

SherifEid
Explorer
0 Kudos

Hi Seva,

Thanks a lot for your help, i solved the error as following

As per the oracle metalink 552893.1, do the following steps:

1) Ignore any relinking errors that occur during the installation. Allow OUI to complete the install and update the inventory.

2) Switch to the bundled (native) HP C compiler.

% su root

  1. cd /usr/bin

  2. mv cc cc.notthebundled

  3. ln -s /usr/ccs/bin/cc cc

  4. exit

3) execute the following :

% su ora<sid>

% relink all (as per note 97953 )

regards,

Sherif