Tuesday, February 14, 2012

cc: warning 487: Possibly incorrect message catalog.

On HP-UX PA RISC:
===============
I was applying patch 13343244(CPU JAN'12) to 11.2.0.2 RDBMS home. The make step failed with below message:
Running make for target client_sharedlib
Running make for target client_sharedlib
Running make for target ioracle

OPatch found the word "failed" in the stderr of the make command.
Please look at this stderr. You can re-run this make command.
Stderr output:
cc: warning 487: Possibly incorrect message catalog.
total_lntt_bytes is 0, assuming size of .debug_lntt
Failed to mmap lntt temp file. File won't be debuggable (still a valid executable).



The local system has been patched and can be restarted.


UtilSession: N-Apply done.
--------------------------------------------------------------------------------
The following warnings have occurred during OPatch execution:
1) OUI-67215:
OPatch found the word "failed" in the stderr of the make command.
Please look at this stderr. You can re-run this make command.
Stderr output:
cc: warning 487: Possibly incorrect message catalog.
total_lntt_bytes is 0, assuming size of .debug_lntt
Failed to mmap lntt temp file. File won't be debuggable (still a valid executable).


--------------------------------------------------------------------------------
OPatch Session completed with warnings.

OPatch completed with warnings.


I checked output of "opatch lsinventory" and it showed correct information.
I restarted the database and listener without any issues.

Searched on Google to find if anyone has encountered this error. From the information I gathered it seems ansi C compiler issue.

So far I haven't seen any negative impact of this warning.

I searched by "total_lntt_bytes is 0, assuming size of .debug_lntt" and found below link which says we can ignore this warning (issue 4):

ftp://ftp.hj.se/Oracle/Patchar/11.1.0.7/PSU_OCT_2011/download.htm#BGBGADGB

Hope this helps.


No comments:

Post a Comment