All of lore.kernel.org
 help / color / mirror / Atom feed
* building makedumpfile 1.5.4 for sles11sp2?
@ 2013-11-05  0:37 Jay Lan
  2013-11-05  2:25 ` Jingbai Ma
  2013-11-05 12:39 ` Petr Tesarik
  0 siblings, 2 replies; 4+ messages in thread
From: Jay Lan @ 2013-11-05  0:37 UTC (permalink / raw)
  To: kexec

Hi,

It seems the makedumpfile.spec was written for fedora. It
probably would work in rhel, but I was not able to build it
in an sles11sp2 build environment...

The spec file complained it needed elfutils-devel-static.
I tried to install elfutils-devel-static-0.156-5.fc19.x86_64.rpm
to an sles11sp2, it then complained more failed dependency.

How do I build makedumpfile with community tarball in an
sles11sp2 environment? Thanks in advance!

Jay


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: building makedumpfile 1.5.4 for sles11sp2?
  2013-11-05  0:37 building makedumpfile 1.5.4 for sles11sp2? Jay Lan
@ 2013-11-05  2:25 ` Jingbai Ma
  2013-11-05 12:39 ` Petr Tesarik
  1 sibling, 0 replies; 4+ messages in thread
From: Jingbai Ma @ 2013-11-05  2:25 UTC (permalink / raw)
  To: Jay Lan; +Cc: kexec

On 11/05/2013 08:37 AM, Jay Lan wrote:
> Hi,
>
> It seems the makedumpfile.spec was written for fedora. It
> probably would work in rhel, but I was not able to build it
> in an sles11sp2 build environment...
>
> The spec file complained it needed elfutils-devel-static.
> I tried to install elfutils-devel-static-0.156-5.fc19.x86_64.rpm
> to an sles11sp2, it then complained more failed dependency.
>
> How do I build makedumpfile with community tarball in an
> sles11sp2 environment? Thanks in advance!
>

You can try to link it dynamically by this command:
make LINKTYPE=dynamic


> Jay
>
>
> _______________________________________________
> kexec mailing list
> kexec@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/kexec


-- 
Thanks,
Jingbai Ma

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: building makedumpfile 1.5.4 for sles11sp2?
  2013-11-05  0:37 building makedumpfile 1.5.4 for sles11sp2? Jay Lan
  2013-11-05  2:25 ` Jingbai Ma
@ 2013-11-05 12:39 ` Petr Tesarik
  2013-11-05 18:43   ` Jay Lan
  1 sibling, 1 reply; 4+ messages in thread
From: Petr Tesarik @ 2013-11-05 12:39 UTC (permalink / raw)
  To: kexec

V Mon, 04 Nov 2013 16:37:13 -0800
Jay Lan <jay.zen.lan@gmail.com> napsáno:

> Hi,
> 
> It seems the makedumpfile.spec was written for fedora. It
> probably would work in rhel, but I was not able to build it
> in an sles11sp2 build environment...
> 
> The spec file complained it needed elfutils-devel-static.
> I tried to install elfutils-devel-static-0.156-5.fc19.x86_64.rpm
> to an sles11sp2, it then complained more failed dependency.
> 
> How do I build makedumpfile with community tarball in an
> sles11sp2 environment? Thanks in advance!

What prevents you from using the sources (or even the binary RPMs for
your favourite SLES version) from

https://build.opensuse.org/package/show/Kernel%3Akdump/makedumpfile

?

Petr T

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: building makedumpfile 1.5.4 for sles11sp2?
  2013-11-05 12:39 ` Petr Tesarik
@ 2013-11-05 18:43   ` Jay Lan
  0 siblings, 0 replies; 4+ messages in thread
From: Jay Lan @ 2013-11-05 18:43 UTC (permalink / raw)
  To: Petr Tesarik; +Cc: kexec

On 11/05/2013 04:39 AM, Petr Tesarik wrote:
> V Mon, 04 Nov 2013 16:37:13 -0800
> Jay Lan <jay.zen.lan@gmail.com> napsáno:
>
>> Hi,
>>
>> It seems the makedumpfile.spec was written for fedora. It
>> probably would work in rhel, but I was not able to build it
>> in an sles11sp2 build environment...
>>
>> The spec file complained it needed elfutils-devel-static.
>> I tried to install elfutils-devel-static-0.156-5.fc19.x86_64.rpm
>> to an sles11sp2, it then complained more failed dependency.
>>
>> How do I build makedumpfile with community tarball in an
>> sles11sp2 environment? Thanks in advance!
> What prevents you from using the sources (or even the binary RPMs for
> your favourite SLES version) from
>
> https://build.opensuse.org/package/show/Kernel%3Akdump/makedumpfile

Hi Petr,

Lack of knowledge of existence of this site? ;-)

Thanks! The official release for sles11sp2 is 1.4.0, and I am
working on  porting 1.5.4 tarball based on the spec file of 1.4.0...
Beautiful! Thanks for your pointer!

Jay

>
> ?
>
> Petr T
>
> _______________________________________________
> kexec mailing list
> kexec@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/kexec


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-05 18:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-05  0:37 building makedumpfile 1.5.4 for sles11sp2? Jay Lan
2013-11-05  2:25 ` Jingbai Ma
2013-11-05 12:39 ` Petr Tesarik
2013-11-05 18:43   ` Jay Lan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.