Opened 3 weeks ago

Last modified 3 weeks ago

#18904 new bug

PAGE_xxx_TRACING not available

Reported by: adumerat Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: System/Kernel Version: R1/beta4
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

following ticket #18860 ... enabling TRACE in tracing_config.h leads to multiple build issues, including %ld vs %d str formatting, AddDump prototypes issues, VMCache const qualifiers issues, etc.

Attachments (1)

18904.patch (20.7 KB ) - added by adumerat 3 weeks ago.
buildfix patchset

Download all attachments as: .zip

Change History (2)

comment:1 by waddlesplash, 3 weeks ago

Component: - GeneralSystem/Kernel
Keywords: trace outdated code removed

A number of these look like 32/64 bit issues. To fix them properly you will need to use the B_PRI macros instead of raw format specifiers.

(For the next version of the patchset, can you post it to Gerrit directly?)

by adumerat, 3 weeks ago

Attachment: 18904.patch added

buildfix patchset

Note: See TracTickets for help on using tickets.