This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/16276] resource limits interfering with buildrun.cxx make -j


https://sourceware.org/bugzilla/show_bug.cgi?id=16276

Mark Wielaard <mjw at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjw at redhat dot com

--- Comment #3 from Mark Wielaard <mjw at redhat dot com> ---
(In reply to standby24x7 from comment #2)
> After 3c4476ac7d50 added, I can not compile the systemtap.
> 
>   CXX      stap-buildrun.o
> buildrun.cxx: In function âint run_make_cmd(systemtap_session&,
> std::vector<std::basic_string<char> >&, bool, bool)â:
> buildrun.cxx:69:61: error: comparison between signed and unsigned
> integer expressions [-Werror=sign-compare]
> buildrun.cxx:70:61: error: comparison between signed and unsigned
> integer expressions [-Werror=sign-compare]

Is this resolved by the Lukas commit right after that?

commit 5dd70393015421dd92b3abc0aca4a2034dfda06a
Author: Lukas Berk <lberk@redhat.com>
Date:   Fri Nov 29 20:36:11 2013 -0500

    Fix build error signed/unsigned comparison

    *buildrun.cxx - change const int severely_limited to const unsigned int

-- 
You are receiving this mail because:
You are the assignee for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]