- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- aCC runtime: Use of "-mt" must be consistent durin...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 05:23 PM
03-09-2009 05:23 PM
"
This prog is calling a perl script which is failing with the below error It was running OK last week.
aCC runtime: Use of "-mt" must be consistent during both compilation and linking.
sh: 6436 Abort(coredump)"
Here is another error message from netbackup.
03/09/2009 11:00:10 - Error bpbrm (pid=3891) from client aded116n.ami.alcoa.com: aCC runtime: Use of "-mt" must be consistent during both compilation and linking.
03/09/2009 11:00:11 - Error bpbrm (pid=3891) client aded116n.ami.alcoa.com aborted
Here is the C+ related patches.
aded115n:root [/home/kumarts] grep C+ swlist.prod.03092009
ACXX C.03.70 HP aC++
PHKL_34670 1.0 Standards compliance; C++ warnings; stat.h
PHKL_34807 1.0 RTE PSETS, unistd.h C++ warnings
PHSS_33946 1.0 HP aC++ -AA runtime libraries (aCC A.03.85)
PHSS_36087 1.0 HP aC++ Compiler (A.03.77)
I am looking for a solution other than downgrading the patches.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 08:36 PM
03-09-2009 08:36 PM
Re: aCC runtime: Use of "-mt" must be consistent during both compilation and linking
aCC runtime: Use of "-mt" must be consistent during both compilation and linking.
To find the library or object that is missing -mt, use /usr/ccs/bin/footprints and look for the following:
-mt [(off) 1] -mt [on 1] (Or not present)
The number 1 above is the count of objects with that -mt setting. Not present implies the source was not compiled with a recent compiler that contains this information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 10:37 PM
03-09-2009 10:37 PM
Re: aCC runtime: Use of "-mt" must be consistent during both compilation and linking
>I am looking for a solution other than downgrading the patches.
You don't have much of a choice. netbackup is broken and wasn't compiled correctly. You need to either backout the aC++ runtime patch or get a fixed version of netbackup. (Symantec knows about the problem.)
>Avinash: Make sure that -mt is used consistently at compile and link times.
This doesn't help since netbackup is a broken third party application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2009 01:55 AM
03-10-2009 01:55 AM
SolutionAh !! I have already worked on this issue before.
Dennis ,. you are right.. :)
Some time back I has written a doc for 11.23 on similar issue
For 11.23:
The issue can be resolved by removing the patch PHSS_38140 , which is the recent patch against the patch PHSS_31855 (Recommended for Netbackup 6.5).
For 11.11:
Downgrade the patch aC++ Runtime time patch
This is an issue with netbackup which thry are already aware
--------------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2009 02:30 AM
03-10-2009 02:30 AM
Re: aCC runtime: Use of "-mt" must be consistent during both compilation and linking
http://www.mail-archive.com/veritas-bu@mailman.eng.auburn.edu/msg20052.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2009 05:08 AM
03-10-2009 05:08 AM
Re: aCC runtime: Use of "-mt" must be consistent during both compilation and linking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2009 12:57 AM
03-11-2009 12:57 AM