* [ltt-dev] lttng-ust can't build on ppc?
@ 2011-02-10 5:54 Cui, Dexuan
2011-02-10 5:59 ` Brosseau, Yannick
0 siblings, 1 reply; 5+ messages in thread
From: Cui, Dexuan @ 2011-02-10 5:54 UTC (permalink / raw)
Hi, I got the following build failure on ppc:
| make[2]: Entering directory 'ust-0.11/libust'
| CC libust_la-buffers.lo
| In file included from buffers.c:30:0:
| ../include/ust/clock.h: In function 'trace_clock_frequency':
| ../include/ust/clock.h:111:6: error: 'CLOCK_TRACE' undeclared (first use in this function)
| ../include/ust/clock.h:111:6: note: each undeclared identifier is reported only once for each function it appears in
| ../include/ust/clock.h:112:17: error: 'CLOCK_TRACE_FREQ' undeclared (first use in this function)
| ../include/ust/clock.h:113:13: error: dereferencing pointer to incomplete type
| make[2]: *** [libust_la-buffers.lo] Error 1
| make[2]: Leaving directory `ust-0.11/libust'
I think commit 9c6bb08180ab0a65bbf3d47247a9d36e257fa44a introduced this issue.
Can someboby please have a look?
Thanks,
-- Dexuan
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ltt-dev] lttng-ust can't build on ppc?
2011-02-10 5:54 [ltt-dev] lttng-ust can't build on ppc? Cui, Dexuan
@ 2011-02-10 5:59 ` Brosseau, Yannick
2011-02-10 5:59 ` Brosseau, Yannick
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Brosseau, Yannick @ 2011-02-10 5:59 UTC (permalink / raw)
Please see the patch I've posted earlier today. It fix this.
Le 2011-02-10 00:55, "Cui, Dexuan" <dexuan.cui at intel.com> a ?crit :
> Hi, I got the following build failure on ppc:
>
> | make[2]: Entering directory 'ust-0.11/libust'
> | CC libust_la-buffers.lo
> | In file included from buffers.c:30:0:
> | ../include/ust/clock.h: In function 'trace_clock_frequency':
> | ../include/ust/clock.h:111:6: error: 'CLOCK_TRACE' undeclared (first use
in this function)
> | ../include/ust/clock.h:111:6: note: each undeclared identifier is
reported only once for each function it appears in
> | ../include/ust/clock.h:112:17: error: 'CLOCK_TRACE_FREQ' undeclared
(first use in this function)
> | ../include/ust/clock.h:113:13: error: dereferencing pointer to
incomplete type
> | make[2]: *** [libust_la-buffers.lo] Error 1
> | make[2]: Leaving directory `ust-0.11/libust'
>
> I think commit 9c6bb08180ab0a65bbf3d47247a9d36e257fa44a introduced this
issue.
>
> Can someboby please have a look?
>
> Thanks,
> -- Dexuan
>
>
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20110210/b08fe17d/attachment-0002.htm>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ltt-dev] lttng-ust can't build on ppc?
2011-02-10 5:59 ` Brosseau, Yannick
@ 2011-02-10 5:59 ` Brosseau, Yannick
2011-02-10 5:59 ` Brosseau, Yannick
2011-02-10 6:30 ` Cui, Dexuan
2 siblings, 0 replies; 5+ messages in thread
From: Brosseau, Yannick @ 2011-02-10 5:59 UTC (permalink / raw)
Please see the patch I've posted earlier today. It fix this.
Le 2011-02-10 00:55, "Cui, Dexuan" <dexuan.cui at intel.com> a ?crit :
> Hi, I got the following build failure on ppc:
>
> | make[2]: Entering directory 'ust-0.11/libust'
> | CC libust_la-buffers.lo
> | In file included from buffers.c:30:0:
> | ../include/ust/clock.h: In function 'trace_clock_frequency':
> | ../include/ust/clock.h:111:6: error: 'CLOCK_TRACE' undeclared (first use
in this function)
> | ../include/ust/clock.h:111:6: note: each undeclared identifier is
reported only once for each function it appears in
> | ../include/ust/clock.h:112:17: error: 'CLOCK_TRACE_FREQ' undeclared
(first use in this function)
> | ../include/ust/clock.h:113:13: error: dereferencing pointer to
incomplete type
> | make[2]: *** [libust_la-buffers.lo] Error 1
> | make[2]: Leaving directory `ust-0.11/libust'
>
> I think commit 9c6bb08180ab0a65bbf3d47247a9d36e257fa44a introduced this
issue.
>
> Can someboby please have a look?
>
> Thanks,
> -- Dexuan
>
>
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20110210/b08fe17d/attachment-0003.htm>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ltt-dev] lttng-ust can't build on ppc?
2011-02-10 5:59 ` Brosseau, Yannick
2011-02-10 5:59 ` Brosseau, Yannick
@ 2011-02-10 5:59 ` Brosseau, Yannick
2011-02-10 6:30 ` Cui, Dexuan
2 siblings, 0 replies; 5+ messages in thread
From: Brosseau, Yannick @ 2011-02-10 5:59 UTC (permalink / raw)
Please see the patch I've posted earlier today. It fix this.
Le 2011-02-10 00:55, "Cui, Dexuan" <dexuan.cui at intel.com> a ?crit :
> Hi, I got the following build failure on ppc:
>
> | make[2]: Entering directory 'ust-0.11/libust'
> | CC libust_la-buffers.lo
> | In file included from buffers.c:30:0:
> | ../include/ust/clock.h: In function 'trace_clock_frequency':
> | ../include/ust/clock.h:111:6: error: 'CLOCK_TRACE' undeclared (first use
in this function)
> | ../include/ust/clock.h:111:6: note: each undeclared identifier is
reported only once for each function it appears in
> | ../include/ust/clock.h:112:17: error: 'CLOCK_TRACE_FREQ' undeclared
(first use in this function)
> | ../include/ust/clock.h:113:13: error: dereferencing pointer to
incomplete type
> | make[2]: *** [libust_la-buffers.lo] Error 1
> | make[2]: Leaving directory `ust-0.11/libust'
>
> I think commit 9c6bb08180ab0a65bbf3d47247a9d36e257fa44a introduced this
issue.
>
> Can someboby please have a look?
>
> Thanks,
> -- Dexuan
>
>
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/ltt-dev/attachments/20110210/b08fe17d/attachment.htm>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ltt-dev] lttng-ust can't build on ppc?
2011-02-10 5:59 ` Brosseau, Yannick
2011-02-10 5:59 ` Brosseau, Yannick
2011-02-10 5:59 ` Brosseau, Yannick
@ 2011-02-10 6:30 ` Cui, Dexuan
2 siblings, 0 replies; 5+ messages in thread
From: Cui, Dexuan @ 2011-02-10 6:30 UTC (permalink / raw)
Thanks a lot for the quick reply!
The patch looks good to me. Hope it will be in release 0.12 soon. :-)
thanks
-- Dexuan
________________________________
From: Brosseau, Yannick [mailto:yannick.brosseau@gmail.com]
Sent: 2011?2?10? 13:59
To: Cui, Dexuan
Cc: Nils Carlson; David Goulet; ltt-dev at lists.casi.polymtl.ca; Julien Desfossez
Subject: Re: [ltt-dev] lttng-ust can't build on ppc?
Please see the patch I've posted earlier today. It fix this.
Le 2011-02-10 00:55, "Cui, Dexuan" <dexuan.cui at intel.com> a ?crit :
> Hi, I got the following build failure on ppc:
>
> | make[2]: Entering directory 'ust-0.11/libust'
> | CC libust_la-buffers.lo
> | In file included from buffers.c:30:0:
> | ../include/ust/clock.h: In function 'trace_clock_frequency':
> | ../include/ust/clock.h:111:6: error: 'CLOCK_TRACE' undeclared (first use in this function)
> | ../include/ust/clock.h:111:6: note: each undeclared identifier is reported only once for each function it appears in
> | ../include/ust/clock.h:112:17: error: 'CLOCK_TRACE_FREQ' undeclared (first use in this function)
> | ../include/ust/clock.h:113:13: error: dereferencing pointer to incomplete type
> | make[2]: *** [libust_la-buffers.lo] Error 1
> | make[2]: Leaving directory `ust-0.11/libust'
>
> I think commit 9c6bb08180ab0a65bbf3d47247a9d36e257fa44a introduced this issue.
>
> Can someboby please have a look?
>
> Thanks,
> -- Dexuan
>
>
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-02-10 6:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-10 5:54 [ltt-dev] lttng-ust can't build on ppc? Cui, Dexuan
2011-02-10 5:59 ` Brosseau, Yannick
2011-02-10 5:59 ` Brosseau, Yannick
2011-02-10 5:59 ` Brosseau, Yannick
2011-02-10 6:30 ` Cui, Dexuan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox