Opened 12 years ago
Closed 12 years ago
#8986 closed bug (fixed)
hrev44619 broke PPC build
Reported by: | luroh | Owned by: | kallisti5 |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Sorry, I noticed the build failure the other week but forgot to report it. http://mmadia.dyndns.org:8010/builders/powerpc-any-host
C++ /Buildbot/slave/powerpc-any-host/generated.ppc/objects/haiku/ppc/release/bin/sysinfo.o In file included from /Buildbot/slave/haiku/src/bin/sysinfo.cpp:15:0: /Buildbot/slave/haiku/headers/private/shared/cpu_type.h: In function 'const char* get_cpu_model_string(system_info*)': /Buildbot/slave/haiku/headers/private/shared/cpu_type.h:403:28: error: 'cpuidName' was not declared in this scope /Buildbot/slave/haiku/headers/private/shared/cpu_type.h:403:37: error: 'get_cpuid_model_string' was not declared in this scope /Buildbot/slave/haiku/headers/private/shared/cpu_type.h:404:33: error: 'parse_intel' was not declared in this scope /Buildbot/slave/haiku/src/bin/sysinfo.cpp: At global scope: /Buildbot/slave/haiku/src/bin/sysinfo.cpp:217:1: warning: 'void print_TLB(uint32, const char*)' defined but not used [-Wunused-function] /Buildbot/slave/haiku/src/bin/sysinfo.cpp:241:1: warning: 'void print_level2_cache(uint32, const char*)' defined but not used [-Wunused-function] /Buildbot/slave/haiku/src/bin/sysinfo.cpp:261:1: warning: 'void print_level1_cache(uint32, const char*)' defined but not used [-Wunused-function] /Buildbot/slave/haiku/src/bin/sysinfo.cpp:352:1: warning: 'void print_amd_power_management_features(uint32)' defined but not used [-Wunused-function] /Buildbot/slave/haiku/src/bin/sysinfo.cpp:378:1: warning: 'void print_amd_features(uint32)' defined but not used [-Wunused-function] /Buildbot/slave/haiku/src/bin/sysinfo.cpp:405:1: warning: 'void print_extended_features(uint32)' defined but not used [-Wunused-function] /Buildbot/slave/haiku/src/bin/sysinfo.cpp:432:1: warning: 'void print_features(uint32)' defined but not used [-Wunused-function]
Note:
See TracTickets
for help on using tickets.
I can look into this..