Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2015 01:23:40 +0300
From:      Ivan Klymenko <fidaj@ukr.net>
To:        svn-src-all@freebsd.org
Subject:   Re: svn commit: r281713 - in head: lib/libpmc sys/conf sys/dev/hwpmc sys/modules/hwpmc sys/powerpc/booke sys/powerpc/include
Message-ID:  <20150419012340.043bdf90@nonamehost.local>
In-Reply-To: <201504182139.t3ILdHjO093364@svn.freebsd.org>
References:  <201504182139.t3ILdHjO093364@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Sat, 18 Apr 2015 21:39:17 +0000 (UTC)
Justin Hibbits <jhibbits@FreeBSD.org> =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=
=D0=B2:

> PMC_CLASS_E500

...
--- all_subdir_libpcap ---
/usr/local/libexec/ccache/world/cc -target x86_64-unknown-freebsd11.0 --sys=
root=3D/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 -m=
sse4.2 -mavx -maes -mpclmul -march=3Dnative  -DHAVE_CONFIG_H -Dyylval=3Dpca=
pyylval -I/usr/src/lib/libpcap -I. -D_U_=3D"__attribute__((unused))" -DHAVE=
_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVAR_H -I/usr/src/lib/libpca=
p/../../contrib/libpcap -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -W=
no-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautolog=
ical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functi=
on -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-e=
num -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 'PM=
C_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_TAB=
LE'
                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 fr=
om macro '__PMC_CLASSES'
        __PMC_CLASS(P5)         /* Intel Pentium counters */            \
        ^
/media/da0s1/obj/usr/src/tmp/usr/include/sys/pmc.h:143:24: note: expanded f=
rom 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 'P=
MC_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_TA=
BLE'
                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 fr=
om macro '__PMC_CLASSES'
        __PMC_CLASS(P5)         /* Intel Pentium counters */            \
        ^
/media/da0s1/obj/usr/src/tmp/usr/include/sys/pmc.h:143:24: note: expanded f=
rom 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 'P=
MC_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 fr=
om macro '__PMC_CLASSES'
        __PMC_CLASS(P5)         /* Intel Pentium counters */            \
        ^
/media/da0s1/obj/usr/src/tmp/usr/include/sys/pmc.h:143:24: note: expanded f=
rom 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150419012340.043bdf90>