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


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

--- Comment #2 from standby24x7 at gmail dot com ---
Hi,
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]
cc1plus: all warnings being treated as errors
make[2]: *** [stap-buildrun.o] Error 1
make[2]: Leaving directory `/home/iida/Repo/systemtap'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/iida/Repo/systemtap'
make: *** [all] Error 2

I am testing this on Fedora 18(x86).

Thanks
Masanari

-- 
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]