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]

Re: elfutils issues when building systemtap rpm from snapshot onrawhide


William Cohen wrote:
When attempting to build a systemtap rpm with elfutils-0.116 and a snapshot of the systemtap I ran across a problem on i386 rawhide.

You shouldn't see any of this since the Makefiles should make sure the code is compiled with -Wno-format. Apparently it doesn't for you which means something is fishy with your make. I run rawhide and have no problem.


The first printf problem is testament to that since otherwise this would have been noticed. I've checked in a patch for that. The %a code is correct and is the reason why -Wno-format is used.

Again, youhave to look for the problem on your side, use make's debugging capabilities if needed.

--
â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â


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