public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* systemtap on arm and prelink
@ 2011-08-23 19:44 William Cohen
  2011-08-23 20:26 ` David Smith
  0 siblings, 1 reply; 7+ messages in thread
From: William Cohen @ 2011-08-23 19:44 UTC (permalink / raw)
  To: SystemTAP

Looks like Fedora 14 for ARM had a relatively old version of systemtap in it. There is a newer version being built right now (but it is going to take a while) http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=30277

The new version of systemtap-testsuite will still have the dependency on prelink which isn't available for arm. Maybe remove that dependency for arm versions. Any thoughts on the prelink dependency?



-Will

-------- Original Message --------
Subject: [fedora-arm] ARM F-14 Branched report: 20110823 changes
Date: Tue, 23 Aug 2011 14:18:56 +0000
From: ARM Branched Report <rawhide@fedoraproject.org>
To: arm@lists.fedoraproject.org, secondary@lists.fedoraproject.org

Compose started at Tue Aug 23 12:53:27 UTC 2011

Broken deps for arm
----------------------------------------------------------

	systemtap-testsuite-1.4-6.fc13.armv5tel requires prelink

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

* Re: systemtap on arm and prelink
  2011-08-23 19:44 systemtap on arm and prelink William Cohen
@ 2011-08-23 20:26 ` David Smith
  2011-08-23 20:45   ` David Smith
  0 siblings, 1 reply; 7+ messages in thread
From: David Smith @ 2011-08-23 20:26 UTC (permalink / raw)
  To: William Cohen; +Cc: SystemTAP

On 08/23/2011 02:44 PM, William Cohen wrote:
> The new version of systemtap-testsuite will still have the dependency on prelink
> which isn't available for arm. Maybe remove that dependency for arm
versions. Any
> thoughts on the prelink dependency?

We've got a "hard" dependency on prelink (explicitly listed in the
specfile).  If prelink isn't there, they only bad result that should
happen is extra failures in systemtap.exelib/exelib.exp.

So, it seems reasonable to remove that dependency for arm.  I'll take a
whack at exelib.exp and make sure it fails gracefully when prelink isn't
there.

-- 
David Smith
dsmith@redhat.com
Red Hat
http://www.redhat.com
256.217.0141 (direct)
256.837.0057 (fax)

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

* Re: systemtap on arm and prelink
  2011-08-23 20:26 ` David Smith
@ 2011-08-23 20:45   ` David Smith
  2011-08-23 21:09     ` William Cohen
  0 siblings, 1 reply; 7+ messages in thread
From: David Smith @ 2011-08-23 20:45 UTC (permalink / raw)
  To: William Cohen; +Cc: SystemTAP

On 08/23/2011 03:25 PM, David Smith wrote:
> I'll take a whack at exelib.exp and make sure it fails gracefully when prelink isn't
> there.

exelib.exp fails pretty gracefully when prelink isn't there.  It just
causes 3 extra failures.

-- 
David Smith
dsmith@redhat.com
Red Hat
http://www.redhat.com
256.217.0141 (direct)
256.837.0057 (fax)

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

* Re: systemtap on arm and prelink
  2011-08-23 20:45   ` David Smith
@ 2011-08-23 21:09     ` William Cohen
  2011-08-23 21:20       ` David Smith
  0 siblings, 1 reply; 7+ messages in thread
From: William Cohen @ 2011-08-23 21:09 UTC (permalink / raw)
  To: David Smith; +Cc: SystemTAP

On 08/23/2011 04:44 PM, David Smith wrote:
> On 08/23/2011 03:25 PM, David Smith wrote:
>> I'll take a whack at exelib.exp and make sure it fails gracefully when prelink isn't
>> there.
> 
> exelib.exp fails pretty gracefully when prelink isn't there.  It just
> causes 3 extra failures.
> 

Thanks, David. Sounds like the prelink dependency could be removed for systemtap-testsuite requirements.

-Will

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

* Re: systemtap on arm and prelink
  2011-08-23 21:09     ` William Cohen
@ 2011-08-23 21:20       ` David Smith
  2011-09-06 15:12         ` Mark Wielaard
  0 siblings, 1 reply; 7+ messages in thread
From: David Smith @ 2011-08-23 21:20 UTC (permalink / raw)
  To: William Cohen; +Cc: SystemTAP

On 08/23/2011 04:09 PM, William Cohen wrote:
> Thanks, David. Sounds like the prelink dependency could be removed
> for systemtap-testsuite requirements.

Hmm, personally I'd vote for just removing the prelink dependency for
arm.  If we remove it for all arches, we're going to be confused by the
testcase regression (assuming the system doesn't have prelink installed).

-- 
David Smith
dsmith@redhat.com
Red Hat
http://www.redhat.com
256.217.0141 (direct)
256.837.0057 (fax)

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

* Re: systemtap on arm and prelink
  2011-08-23 21:20       ` David Smith
@ 2011-09-06 15:12         ` Mark Wielaard
  2011-09-06 15:21           ` William Cohen
  0 siblings, 1 reply; 7+ messages in thread
From: Mark Wielaard @ 2011-09-06 15:12 UTC (permalink / raw)
  To: David Smith; +Cc: William Cohen, SystemTAP

On Tue, 2011-08-23 at 16:19 -0500, David Smith wrote:
> On 08/23/2011 04:09 PM, William Cohen wrote:
> > Thanks, David. Sounds like the prelink dependency could be removed
> > for systemtap-testsuite requirements.
> 
> Hmm, personally I'd vote for just removing the prelink dependency for
> arm.  If we remove it for all arches, we're going to be confused by the
> testcase regression (assuming the system doesn't have prelink installed).

Yes, please only remove it for architectures that really don't have
prelink available. The exelib prelink tests have shown some tricky
problems in the past, I would like them to PASS as much as possible.

Thanks,

Mark

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

* Re: systemtap on arm and prelink
  2011-09-06 15:12         ` Mark Wielaard
@ 2011-09-06 15:21           ` William Cohen
  0 siblings, 0 replies; 7+ messages in thread
From: William Cohen @ 2011-09-06 15:21 UTC (permalink / raw)
  To: Mark Wielaard; +Cc: David Smith, SystemTAP

On 09/06/2011 11:12 AM, Mark Wielaard wrote:
> On Tue, 2011-08-23 at 16:19 -0500, David Smith wrote:
>> On 08/23/2011 04:09 PM, William Cohen wrote:
>>> Thanks, David. Sounds like the prelink dependency could be removed
>>> for systemtap-testsuite requirements.
>>
>> Hmm, personally I'd vote for just removing the prelink dependency for
>> arm.  If we remove it for all arches, we're going to be confused by the
>> testcase regression (assuming the system doesn't have prelink installed).
> 
> Yes, please only remove it for architectures that really don't have
> prelink available. The exelib prelink tests have shown some tricky
> problems in the past, I would like them to PASS as much as possible.
> 
> Thanks,
> 
> Mark

Hi Mark,

Might be able to have this enabled for future ARM rpms. Jakub made some fixes for prelink on arm for https://bugzilla.redhat.com/show_bug.cgi?id=733089 and I have prelink working on my arm machine. These fixes have been rolled into the rawhide rpms:

http://koji.fedoraproject.org/koji/buildinfo?buildID=260584

However, not yet in the arm koji.

-Will

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

end of thread, other threads:[~2011-09-06 15:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-23 19:44 systemtap on arm and prelink William Cohen
2011-08-23 20:26 ` David Smith
2011-08-23 20:45   ` David Smith
2011-08-23 21:09     ` William Cohen
2011-08-23 21:20       ` David Smith
2011-09-06 15:12         ` Mark Wielaard
2011-09-06 15:21           ` William Cohen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).