<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ERROR:   The kernel build failed. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215657#M465871</link>
    <description>thanks dennis,&lt;BR /&gt;&lt;BR /&gt;here is the output, there are many bad files:&lt;BR /&gt;# file /usr/conf/mod/*|grep PA&lt;BR /&gt;/usr/conf/mod/echo:     ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/ffs:      ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/hpstreams:        ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/pat_psm:  ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/pdc:      ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/pipemod:  ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/pm_ttrc:  ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/pstat:    ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/sad:      ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/sc:       ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/strlog:   ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/timod:    ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/tirdwr:   ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/tlclts:   ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;&lt;BR /&gt;i don't have backup!</description>
    <pubDate>Tue, 22 Dec 2009 08:16:20 GMT</pubDate>
    <dc:creator>James.Z</dc:creator>
    <dc:date>2009-12-22T08:16:20Z</dc:date>
    <item>
      <title>ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215640#M465854</link>
      <description>hi all,&lt;BR /&gt;&lt;BR /&gt;when i was modifying the kernel tunable parameters, the system reported me the following error, could anyone help me on this? thanks a lot!&lt;BR /&gt;&lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX gsstaah1 B.11.31 U ia64 2800424092 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;Building a new kernel for the configuration to be used at next boot...ld: Mismatched machine types. Expected EM_IA_64 but found EM_PARISC in file /usr/conf/mod/afinet&lt;BR /&gt;Fatal error.&lt;BR /&gt; failed.&lt;BR /&gt;ERROR:   The kernel build failed.&lt;BR /&gt;Command Unsuccessful&lt;BR /&gt;press enter Key to continue&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Dec 2009 02:10:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215640#M465854</guid>
      <dc:creator>James.Z</dc:creator>
      <dc:date>2009-12-22T02:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215641#M465855</link>
      <description>Mismatched Machine Types&lt;BR /&gt;&lt;BR /&gt;The "Mismatched machine types" message indicates a file of the wrong architecture on the link line. This is most likely caused by the use of an incorrect directory on a -L option. For example: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;% cc +DD64 -L/lib/pa20_64 -lm foo.c&lt;BR /&gt;ld: Mismatched machine types. Expected EM_IA_64 but found &lt;BR /&gt;EM_PARISC in file /lib/pa20_64/libm.sl&lt;BR /&gt;Fatal error.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The error message itself identifies the problem library. In this case /lib/pa20_64/libm.sl is the source of the problem. The correct version of the library for the architecture will need to be located</description>
      <pubDate>Tue, 22 Dec 2009 02:19:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215641#M465855</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-12-22T02:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215642#M465856</link>
      <description>hope you suppose updates the location with &lt;BR /&gt;&lt;BR /&gt;IA -64 file. in stud i suspect you may download the PARISC.&lt;BR /&gt;&lt;BR /&gt;to shed more light, for information what actually you are trying do would be very helpful.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Dec 2009 02:22:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215642#M465856</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-12-22T02:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215643#M465857</link>
      <description>hi Johnson,&lt;BR /&gt;&lt;BR /&gt;i have seen similar answer on this forum, but the problem is that i don't know how to fix it. &lt;BR /&gt;&lt;BR /&gt;this error happens when i tune the kernel parameters. &lt;BR /&gt;&lt;BR /&gt;so, can i just copy a correct file '/usr/conf/mod/afinet' from other system to the system that this error occurred.</description>
      <pubDate>Tue, 22 Dec 2009 02:26:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215643#M465857</guid>
      <dc:creator>James.Z</dc:creator>
      <dc:date>2009-12-22T02:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215644#M465858</link>
      <description>i'm going to install a Oracle11g on this server, the installation process prompt me to adjust system kernel parameters. then, i got those error.</description>
      <pubDate>Tue, 22 Dec 2009 02:28:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215644#M465858</guid>
      <dc:creator>James.Z</dc:creator>
      <dc:date>2009-12-22T02:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215645#M465859</link>
      <description>&amp;gt;&amp;gt;&amp;gt;so, can i just copy a correct file '/usr/conf/mod/afinet' from other system to the system that this error occurred &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; &lt;BR /&gt;&lt;BR /&gt;the above post&lt;BR /&gt;does its question you are asking me ?&lt;BR /&gt;&lt;BR /&gt;why did you copied from other system ? other system may is not on PARISC.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Dec 2009 02:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215645#M465859</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-12-22T02:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215646#M465860</link>
      <description>can do you this &lt;BR /&gt;&lt;BR /&gt;# file /usr/conf/mod/afinet -&amp;gt; your output should like below &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Example :-&lt;BR /&gt;&lt;BR /&gt;# file /usr/conf/mod/afinet&lt;BR /&gt;/usr/conf/mod/afinet:   ELF-64 relocatable object file - IA64</description>
      <pubDate>Tue, 22 Dec 2009 02:35:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215646#M465860</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-12-22T02:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215647#M465861</link>
      <description>&amp;gt;Mismatched machine types. Expected EM_IA_64 but found EM_PARISC in file /usr/conf/mod/afinet&lt;BR /&gt;&lt;BR /&gt;You have a PA kernel module on an Integrity server, remove it.&lt;BR /&gt;You may first want to see what fileset contains it:&lt;BR /&gt;swlist -l file | grep /usr/conf/mod/afinet&lt;BR /&gt;&lt;BR /&gt;&amp;gt;can I just copy a correct file /usr/conf/mod/afinet from other system to the system that this error occurred?&lt;BR /&gt;&lt;BR /&gt;Do they have the same architecture and patch levels?&lt;BR /&gt;What does "file /usr/conf/mod/afinet" on each?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Johnson: This is most likely caused by the use of an incorrect directory on a -L option.&lt;BR /&gt;&lt;BR /&gt;Yes but not for kernel modules.</description>
      <pubDate>Tue, 22 Dec 2009 02:35:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215647#M465861</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-12-22T02:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215648#M465862</link>
      <description>for example:&lt;BR /&gt;the error system is:&lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX gsstaah1 B.11.31 U ia64 2800424092 unlimited-user license&lt;BR /&gt;# file /usr/conf/mod/afinet&lt;BR /&gt;/usr/conf/mod/afinet:   ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;now can i copy this file from a system as below, since i see this file on this system is a correct one:&lt;BR /&gt;system2-&amp;gt;root$ uname -a&lt;BR /&gt;HP-UX sgdsy301 B.11.31 U ia64 1566365000 unlimited-user license&lt;BR /&gt;system2-&amp;gt;root$ file /usr/conf/mod/afinet&lt;BR /&gt;/usr/conf/mod/afinet:   ELF-64 relocatable object file - IA64&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Dec 2009 02:38:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215648#M465862</guid>
      <dc:creator>James.Z</dc:creator>
      <dc:date>2009-12-22T02:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215649#M465863</link>
      <description>Yes, you got the answer,&lt;BR /&gt;&lt;BR /&gt;As per &amp;gt;Dennis &amp;lt;&amp;lt; Quote are the server are in same patch level. they you go head .&lt;BR /&gt;&lt;BR /&gt;finally,&lt;BR /&gt;&lt;BR /&gt;D'not forget to assign points and close the thread, keeping the thread open can avoid too many repeated posting</description>
      <pubDate>Tue, 22 Dec 2009 02:41:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215649#M465863</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-12-22T02:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215650#M465864</link>
      <description># swlist -l file | grep /usr/conf/mod/afinet&lt;BR /&gt;  Networking.NET2-KRN: /usr/conf/mod/afinet&lt;BR /&gt;  PHNE_38680.NET2-KRN: /usr/conf/mod/afinet&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Dec 2009 02:43:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215650#M465864</guid>
      <dc:creator>James.Z</dc:creator>
      <dc:date>2009-12-22T02:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215651#M465865</link>
      <description>&amp;gt;&amp;gt;&amp;gt;You have a PA kernel module on an Integrity server, remove it. &amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;how to remove it? what should i do next? thanks</description>
      <pubDate>Tue, 22 Dec 2009 02:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215651#M465865</guid>
      <dc:creator>James.Z</dc:creator>
      <dc:date>2009-12-22T02:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215652#M465866</link>
      <description>swremove file set</description>
      <pubDate>Tue, 22 Dec 2009 02:48:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215652#M465866</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-12-22T02:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215653#M465867</link>
      <description>thanks&lt;BR /&gt;&lt;BR /&gt;on the correct server, i see the patch is:&lt;BR /&gt;sgdsy301-&amp;gt;root$ swlist -l file | grep /usr/conf/mod/afinet&lt;BR /&gt;  Networking.NET2-KRN: /usr/conf/mod/afinet&lt;BR /&gt;  PHNE_36281.NET2-KRN: /usr/conf/mod/afinet&lt;BR /&gt;&lt;BR /&gt;on the error server, the patch is:&lt;BR /&gt;# swlist -l file | grep /usr/conf/mod/afinet&lt;BR /&gt;  Networking.NET2-KRN: /usr/conf/mod/afinet&lt;BR /&gt;  PHNE_38680.NET2-KRN: /usr/conf/mod/afinet&lt;BR /&gt;&lt;BR /&gt;so, i need to remove PHNE_38680 and install PHNE_36281, that right?</description>
      <pubDate>Tue, 22 Dec 2009 02:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215653#M465867</guid>
      <dc:creator>James.Z</dc:creator>
      <dc:date>2009-12-22T02:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215654#M465868</link>
      <description>&amp;gt;PHNE_38680.NET2-KRN: /usr/conf/mod/afinet&lt;BR /&gt;&lt;BR /&gt;Do you have this patch on both machines?&lt;BR /&gt;You could try installing the recommended patch PHNE_39203 on the bad machine.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;how to remove it?&lt;BR /&gt;&lt;BR /&gt;You could just use rm(1) but you would probably have other problems.  :-)&lt;BR /&gt;swremove of PHNE_38680 should work, if PHNE_39203 doesn't.</description>
      <pubDate>Tue, 22 Dec 2009 02:52:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215654#M465868</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-12-22T02:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215655#M465869</link>
      <description>another problem occurred. &lt;BR /&gt;&lt;BR /&gt;i got error:&lt;BR /&gt;Building a new kernel for the configuration to be used at next boot...ld: Mismatched machine types. Expected EM_IA_64 but found EM_PARISC in file /usr/conf/mod/echo&lt;BR /&gt;Fatal error.&lt;BR /&gt; failed.&lt;BR /&gt;ERROR:   The kernel build failed.&lt;BR /&gt;Command Unsuccessful&lt;BR /&gt;press enter Key to continue&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but on both machine, they have the same patch installed,&lt;BR /&gt;&lt;BR /&gt;on the good one:&lt;BR /&gt;$ swlist -l file |grep /usr/conf/mod/echo&lt;BR /&gt;  PHNE_37257.STREAMS2-KRN: /usr/conf/mod/echo&lt;BR /&gt;  Streams.STREAMS2-KRN: /usr/conf/mod/echo&lt;BR /&gt;sgdsy301-&amp;gt;root$ file /usr/conf/mod/echo&lt;BR /&gt;/usr/conf/mod/echo:     ELF-64 relocatable object file - IA64&lt;BR /&gt;&lt;BR /&gt;on the bad one:&lt;BR /&gt;# swlist -l file |grep /usr/conf/mod/echo&lt;BR /&gt;  PHNE_37257.STREAMS2-KRN: /usr/conf/mod/echo&lt;BR /&gt;  Streams.STREAMS2-KRN: /usr/conf/mod/echo&lt;BR /&gt;# file /usr/conf/mod/echo&lt;BR /&gt;/usr/conf/mod/echo:     ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;&lt;BR /&gt;could you tell me what the problem is?&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Dec 2009 03:26:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215655#M465869</guid>
      <dc:creator>James.Z</dc:creator>
      <dc:date>2009-12-22T03:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215656#M465870</link>
      <description>&amp;gt;Mismatched machine types. Expected EM_IA_64 but found EM_PARISC in file /usr/conf/mod/echo&lt;BR /&gt;&lt;BR /&gt;It appears you have massive corruption in /usr/conf/mod/.  You might want to do "file /usr/conf/mod/*" to see how many are bad.&lt;BR /&gt;&lt;BR /&gt;You might also look at the dates of these files and of the mod/ directory.&lt;BR /&gt;&lt;BR /&gt;Since PHNE_37257 is on both of them, you might be able to copy /usr/conf/mod/echo but you better figure out how this system became corrupted.&lt;BR /&gt;&lt;BR /&gt;Do you have an ignite backup?&lt;BR /&gt;&lt;BR /&gt;A recent forum question was whether kernel regens should be done every so often.  This seems like it would find your case sooner.</description>
      <pubDate>Tue, 22 Dec 2009 07:50:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215656#M465870</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-12-22T07:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215657#M465871</link>
      <description>thanks dennis,&lt;BR /&gt;&lt;BR /&gt;here is the output, there are many bad files:&lt;BR /&gt;# file /usr/conf/mod/*|grep PA&lt;BR /&gt;/usr/conf/mod/echo:     ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/ffs:      ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/hpstreams:        ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/pat_psm:  ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/pdc:      ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/pipemod:  ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/pm_ttrc:  ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/pstat:    ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/sad:      ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/sc:       ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/strlog:   ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/timod:    ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/tirdwr:   ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;/usr/conf/mod/tlclts:   ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;&lt;BR /&gt;i don't have backup!</description>
      <pubDate>Tue, 22 Dec 2009 08:16:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215657#M465871</guid>
      <dc:creator>James.Z</dc:creator>
      <dc:date>2009-12-22T08:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215658#M465872</link>
      <description>&amp;gt;here is the output, there are many bad files:&lt;BR /&gt;&lt;BR /&gt;You should use that swlist to find if any common patches caused this:&lt;BR /&gt;swlist -l file | grep -f bad-file-list&lt;BR /&gt;&lt;BR /&gt;(Put each bad filename in your bad-file-list.  This will find them all in one pass of swlist.)&lt;BR /&gt;&lt;BR /&gt;Then do the same on your good system.  If they match, you can copy them over.&lt;BR /&gt;If not, you can "extract" the modules from the appropriate patches.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I don't have backup!&lt;BR /&gt;&lt;BR /&gt;Did we learn any lessons?  :-)&lt;BR /&gt;I'm not sure you'll be successful after fiddling with all of these modules.  You may start thinking about a plan B if it fails.</description>
      <pubDate>Tue, 22 Dec 2009 08:46:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215658#M465872</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-12-22T08:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR:   The kernel build failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215659#M465873</link>
      <description>thanks dennis,&lt;BR /&gt;&lt;BR /&gt;since our servers are managed by IT guy, we don't have permissions to do things like a backup. &lt;BR /&gt;&lt;BR /&gt;anyway, thanks for you help, i will try to copy all those problematic files from the good one to this server.</description>
      <pubDate>Tue, 22 Dec 2009 09:40:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-the-kernel-build-failed/m-p/5215659#M465873</guid>
      <dc:creator>James.Z</dc:creator>
      <dc:date>2009-12-22T09:40:28Z</dc:date>
    </item>
  </channel>
</rss>

