svn commit: r281713 - in head: lib/libpmc sys/conf sys/dev/hwpmc sys/modules/hwpmc sys/powerpc/booke sys/powerpc/include

Ivan Klymenko fidaj at ukr.net
Sat Apr 18 22:40:21 UTC 2015


Sat, 18 Apr 2015 21:39:17 +0000 (UTC)
Justin Hibbits <jhibbits at FreeBSD.org> написав:

> PMC_CLASS_E500

...
--- all_subdir_libpcap ---
/usr/local/libexec/ccache/world/cc -target x86_64-unknown-freebsd11.0 --sysroot=/media/da0s1/obj/usr/src/tmp -B/media/da0s1/obj/usr/src/tmp/usr/bin -fpic -DPIC  -O2 -pipe -mmmx -msse -msse2 -msse3 -mssse3 -msse4 -msse4.1 -msse4.2 -mavx -maes -mpclmul -march=native  -DHAVE_CONFIG_H -Dyylval=pcapyylval -I/usr/src/lib/libpcap -I. -D_U_="__attribute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVAR_H -I/usr/src/lib/libpcap/../../contrib/libpcap -std=gnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/lib/libpcap/../../contrib/libpcap/optimize.c -o optimize.So
--- all_subdir_libpmc ---
/usr/src/lib/libpmc/libpmc.c:302:1: error: use of undeclared identifier 'PMC_CLASS_E500'; did you mean 'PMC_CLASS_P5'?
PMC_MDEP_TABLE(e500, E500, PMC_CLASS_SOFT, PMC_CLASS_E500, PMC_CLASS_TSC);
^
/usr/src/lib/libpmc/libpmc.c:273:3: note: expanded from macro 'PMC_MDEP_TABLE'
                PMC_CLASS_##C, __VA_ARGS__                      \
                ^
<scratch space>:64:1: note: expanded from here
PMC_CLASS_E500
^
/media/da0s1/obj/usr/src/tmp/usr/include/sys/pmc.h:144:2: note: 'PMC_CLASS_P5' declared here
        __PMC_CLASSES()
        ^
/media/da0s1/obj/usr/src/tmp/usr/include/sys/pmc.h:125:2: note: expanded from macro '__PMC_CLASSES'
        __PMC_CLASS(P5)         /* Intel Pentium counters */            \
        ^
/media/da0s1/obj/usr/src/tmp/usr/include/sys/pmc.h:143:24: note: expanded from macro '__PMC_CLASS'
#define __PMC_CLASS(N)  PMC_CLASS_##N ,
                        ^
<scratch space>:46:1: note: expanded from here
PMC_CLASS_P5
^
/usr/src/lib/libpmc/libpmc.c:302:44: error: use of undeclared identifier 'PMC_CLASS_E500'; did you mean 'PMC_CLASS_P5'?
PMC_MDEP_TABLE(e500, E500, PMC_CLASS_SOFT, PMC_CLASS_E500, PMC_CLASS_TSC);
                                           ^~~~~~~~~~~~~~
                                           PMC_CLASS_P5
/usr/src/lib/libpmc/libpmc.c:273:18: note: expanded from macro 'PMC_MDEP_TABLE'
                PMC_CLASS_##C, __VA_ARGS__                      \
                               ^
/media/da0s1/obj/usr/src/tmp/usr/include/sys/pmc.h:144:2: note: 'PMC_CLASS_P5' declared here
        __PMC_CLASSES()
        ^
/media/da0s1/obj/usr/src/tmp/usr/include/sys/pmc.h:125:2: note: expanded from macro '__PMC_CLASSES'
        __PMC_CLASS(P5)         /* Intel Pentium counters */            \
        ^
/media/da0s1/obj/usr/src/tmp/usr/include/sys/pmc.h:143:24: note: expanded from macro '__PMC_CLASS'
#define __PMC_CLASS(N)  PMC_CLASS_##N ,
                        ^
<scratch space>:46:1: note: expanded from here
PMC_CLASS_P5
^
/usr/src/lib/libpmc/libpmc.c:2961:7: error: use of undeclared identifier 'PMC_CLASS_E500'; did you mean 'PMC_CLASS_P5'?
        case PMC_CLASS_E500:
             ^~~~~~~~~~~~~~
             PMC_CLASS_P5
/media/da0s1/obj/usr/src/tmp/usr/include/sys/pmc.h:144:2: note: 'PMC_CLASS_P5' declared here
        __PMC_CLASSES()
        ^
/media/da0s1/obj/usr/src/tmp/usr/include/sys/pmc.h:125:2: note: expanded from macro '__PMC_CLASSES'
        __PMC_CLASS(P5)         /* Intel Pentium counters */            \
        ^
/media/da0s1/obj/usr/src/tmp/usr/include/sys/pmc.h:143:24: note: expanded from macro '__PMC_CLASS'
#define __PMC_CLASS(N)  PMC_CLASS_##N ,
                        ^
<scratch space>:46:1: note: expanded from here
PMC_CLASS_P5
^
/usr/src/lib/libpmc/libpmc.c:2961:7: error: duplicate case value 'PMC_CLASS_P5'
        case PMC_CLASS_E500:
             ^
/usr/src/lib/libpmc/libpmc.c:2925:7: note: previous case defined here
        case PMC_CLASS_P5:
             ^
4 errors generated.
*** [libpmc.So] Error code 1

make[5]: stopped in /usr/src/lib/libpmc
1 error

make[5]: stopped in /usr/src/lib/libpmc
*** [all_subdir_libpmc] Error code 2

make[4]: stopped in /usr/src/lib
--- all_subdir_libdwarf ---
A failure has been detected in another branch of the parallel make

make[5]: stopped in /usr/src/lib/libdwarf
*** [all_subdir_libdwarf] Error code 2

make[4]: stopped in /usr/src/lib
--- all_subdir_libpcap ---
A failure has been detected in another branch of the parallel make

make[5]: stopped in /usr/src/lib/libpcap
*** [all_subdir_libpcap] Error code 2

make[4]: stopped in /usr/src/lib
--- all_subdir_libngatm ---
A failure has been detected in another branch of the parallel make

make[5]: stopped in /usr/src/lib/libngatm
*** [all_subdir_libngatm] Error code 2

make[4]: stopped in /usr/src/lib
4 errors

make[4]: stopped in /usr/src/lib
A failure has been detected in another branch of the parallel make

make[3]: stopped in /usr/src
*** [libraries] Error code 2

make[2]: stopped in /usr/src
1 error

make[2]: stopped in /usr/src
*** [_libraries] Error code 2

make[1]: stopped in /usr/src
1 error

make[1]: stopped in /usr/src
*** [buildworld] Error code 2

make: stopped in /usr/src
1 error

make: stopped in /usr/src


More information about the svn-src-all mailing list