<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">The issue is in fact really similar to <a href="http://lkml.iu.edu/hypermail/linux/kernel/1408.3/00285.html" class="">http://lkml.iu.edu/hypermail/linux/kernel/1408.3/00285.html</a>. In my case Dwarf is disabled too as opposed to your build.<br class=""><div class="">
-- <br class="">Cyril SCETBON

</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On 26 Nov 2014, at 17:47, Cyril Scetbon <<a href="mailto:cyril.scetbon@free.fr" class="">cyril.scetbon@free.fr</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">Building this kernel on an X86_64 works like a charm, however it fails on an AMD64. You can find the output of the build at <a href="http://pastebin.com/fXTwucbg" class="">http://pastebin.com/fXTwucbg</a>.</div><div class=""><br class=""></div><div class="">To be able to build it I had to apply the attached patch. </div><div class=""><br class=""></div><div class="">=> Explanation of the issue</div><div class=""><br class=""></div><div class="">The matter is that in debian/build/tools-perarch/tools/perf/Makefile.perf I find :</div><div class=""><br class=""></div><div class=""><div class="">ifeq ($(ARCH),x86)
<div class="">LIB_OBJS += $(OUTPUT)tests/perf-time-to-tsc.o</div>
</div>
<div class="">endif</div></div><div class=""><br class=""></div><div class="">which means it's not included for ARCH=amd64. However functions stored in the file above are referred in debian/build/tools-perarch/tools/perf/tests/builtin-test.c :</div><div class=""><br class=""></div><div class=""><div class="">#if defined(__x86_64__) || defined(__i386__)</div><div class="">        {</div><div class="">                .desc = "Test converting perf time to TSC",</div><div class="">                .func = test__perf_time_to_tsc,</div><div class="">        },</div><div class="">#endif</div></div><div class=""><br class=""></div><div class="">In fact, on an AMD64,  "defined(__x86_64__)" is True while "ifeq ($(ARCH),x86") is FALSE and that's the cause of the issue. I'm amazed to see you build it on AMD64 and don't seem to get issues on launchpad ...</div><div class=""><br class=""></div><div class=""></div></div><span id="cid:97A89AF8-2B67-4AAE-AAE1-D28ECDD6CB21@fti.net"><utopic-fix.patch></span><meta http-equiv="Content-Type" content="text/html charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""></div><div class=""><div class="">
-- <br class="">Cyril SCETBON

</div>
<br class=""></div></div>-- <br class="">Ubuntu-devel-discuss mailing list<br class=""><a href="mailto:Ubuntu-devel-discuss@lists.ubuntu.com" class="">Ubuntu-devel-discuss@lists.ubuntu.com</a><br class="">Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss<br class=""></div></blockquote></div><br class=""></body></html>