- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 11i. Kernel build problems...
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
08-03-2004 07:20 AM
08-03-2004 07:20 AM
11i. Kernel build problems...
I am trying to build a new kernel on a 11i system and receive the following when trying to make the kernel:
Generating module: krm...
Generating module: gvid_info...
Compiling conf.c...
Generating module: drmfgl...
Generating module: gvid_him_fglrx...
Generating module: drmfglrx...
Loading the kernel...
ld: Duplicate symbol "$$div2I" in files mod_wk.d/drmfgl/smod.o and mod_wk.d/gvid
_him_fglrx/smod.o
ld: Duplicate symbol "$$div2U" in files mod_wk.d/drmfgl/smod.o and mod_wk.d/gvid
_him_fglrx/smod.o
ld: Duplicate symbol "firegl_agp_acquire" in files mod_wk.d/drmfgl/smod.o and mo
d_wk.d/drmfglrx/smod.o
ld: Duplicate symbol "__ke_agp_allocate_memory" in files mod_wk.d/drmfgl/smod.o
and mod_wk.d/drmfglrx/smod.o
.
.
.
.
.
ld: Duplicate symbol "init_sequence" in files mod_wk.d/gvid_him_fglrx/smod.o and
/usr/conf/lib/libgraf.a[sti_vga.o]
ld: Duplicate symbol "mult_kludge" in files mod_wk.d/gvid_him_fglrx/smod.o and /
usr/conf/lib/libgraf.a[sti_vga.o]
ld: Duplicate symbol "write_vga_reg" in files mod_wk.d/gvid_him_fglrx/smod.o and
/usr/conf/lib/libgraf.a[sti_vga.o]
235 errors.
*** Error exit code 1
I left off a great many of the errors message, all concerning Duplicate symbol. There was a kernel build awhile back on this system that went awry and I am trying to clean it up and build a clean kernel. Any thoughts are greatly appreciated.
Thanks!
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 11:53 PM
08-04-2004 11:53 PM
Re: 11i. Kernel build problems...
I suspect you did not follow the correct procedure to build the kernel. What have you done exactly ?
The correct procedure to build a kernel is on page 177 at http://docs.hp.com/hpux/pdf/5187-2216.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 12:14 AM
08-05-2004 12:14 AM
Re: 11i. Kernel build problems...
check whether do you have enough space in /stand ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 12:30 AM
08-05-2004 12:30 AM
Re: 11i. Kernel build problems...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 02:00 AM
08-05-2004 02:00 AM
Re: 11i. Kernel build problems...
I finally, due to time constrains, just reloaded the root drive. This system is a test box. I bet the patch installation was the issue. I did notice, when I ran a swlist, that quite a few packages were installed, but not configured.
Thanks again!
Chris