- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: kernel build failure
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
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
11-11-2001 09:50 AM
11-11-2001 09:50 AM
kernel build failure
My hpux 10.20 workstation fails to build kernel
with the foll err.
< berkeley:// >/usr/sbin/mk_kernel
WARNING: No such device, tunable, or cdio mvfs.
Ignoring the following line.
mvfs
Compiling /stand/build/conf.c...
Loading the kernel...
/usr/ccs/bin/ld: Unsatisfied symbols:
init_phys_io_pdir_entry (code)
kpageoutcnt (data)
init_io_pdir_entry (code)
read_64 (code)
write_64 (code)
/usr/ccs/bin/ld: (Warning) Linker features were used that may not be supported i
n future releases. The +vallcompatwarnings option can be used to display more de
tails, and the ld(1) man page contains additional information. This warning can
be suppressed with the +vnocompatwarnings option.
*** Error exit code 1
Stop.
config: make did an exit(1)
< berkeley:// >
I figure out the below
/usr/ccs/bin/ld: Unsatisfied symbols:
init_phys_io_pdir_entry (code)
kpageoutcnt (data)
init_io_pdir_entry (code)
read_64 (code)
write_64 (code)
refer to whiat is contained in /usr/conf/lib/libhp-ux.a archive.
I actually changed this file from a sister m/c which resolved the build problem but the system would not boot with the new kernel. guess libhp-ux.a contains some disk/lvm related obj files which are system specific.
I had to replace with the old kernel and reboot.
How do I rectify this situation.
Because of this I am unable to apply kernel patches / updates / software which require a kernel build.
Would appreciate your help in this.
Thanks,
Shivakumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2001 11:08 AM
11-11-2001 11:08 AM
Re: kernel build failure
You can start by verifing the software you installed:
check out swverify. It might give you some patches you need to reinstall or reconfigure.
Hope this will help.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2001 12:23 PM
11-11-2001 12:23 PM
Re: kernel build failure
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2001 02:27 PM
11-11-2001 02:27 PM
Re: kernel build failure
You'd better have your make recovery tape
handy, I fear you may need it. When installing
*any* patch make sure your make recovery tape
is up to date. We in fact keep two sets, one
here in our data centre and one off site. It is
good pracise to have two sets anyway, just in
case something goes wrong.
You can try the 'swverify'
What patches were you trying to install? If
they are any type of reboot patch you should
*always* run them in "preview" mode first.
'swinstall -p -x autoreboot=true -x patch_match_target=true -s
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 02:09 AM
11-12-2001 02:09 AM
Re: kernel build failure
I had exactly the same problem after installing General Release patches. Verify the patches : swverify -l fileset -a state
then : swconfig This will reconfigure any unconfigured patches. If you're still having problems I'll find my notes on it.
cheers
Billy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 02:24 AM
11-12-2001 02:24 AM
Re: kernel build failure
patch : PHSS_21110 - replace patch PHSS_19981
PHSS_17225
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 06:41 AM
11-12-2001 06:41 AM
Re: kernel build failure
Thanks. Will try to find out the screwy patch ... in the mean, do any of you know the exact functionality of the /usr/conf/lib/libhp-ux.a archive?
Just keen to know since this is the one which is screwed!