Build of oprofile with clang_glibc toolchain

The build took 00h 03m 07s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
19,678 cpp
19,488 makefile
11,383 sh
10,057 ansic
60,606 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: oprofile 1.1.0-2 (Thu Apr 13 17:17:04 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# checking whether basename is declared... yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking whether clang understands -c and -o together... (cached) yes
# checking dependency style of clang... (cached) gcc3
# checking how to run the C preprocessor... clang -E
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking how to run the C++ preprocessor... clang++ -E
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC -DPIC
# checking if clang++ PIC flag -fPIC -DPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for ld... /usr/bin/ld -m elf_x86_64
# checking /usr/include/linux/perf_event.h usability... yes
# checking /usr/include/linux/perf_event.h presence... yes
# checking for /usr/include/linux/perf_event.h... yes
# checking kernel supports perf_events... yes
# checking whether PERF_RECORD_MISC_GUEST_KERNEL is defined in perf_event.h... yes
# checking whether precise_ip is defined in perf_event.h... yes
# checking whether malloc attribute is understood... no
# checking whether __builtin_expect is understood... yes
# checking for sched_setaffinity... yes
# checking for perfmonctl... no
# checking for poptGetContext in -lpopt... yes
# checking libiberty.h usability... no
# checking libiberty.h presence... no
# checking for libiberty.h... no
# checking for cplus_demangle in -liberty... yes
# checking for xcalloc... yes
# checking for xmemdup... yes
# checking for dlopen in -ldl... yes
# checking for main in -lintl... no
# checking for bfd_openr in -lbfd... yes
# checking whether bfd_get_synthetic_symtab() exists in BFD library... no
# checking popt prototype... takes const char **
# checking whether to use included sstream... no
# checking whether bfd defines bool... no
# checking type of size_t... unsigned long
# checking type of ptrdiff_t... long
# checking for X... libraries , headers
# checking for gethostbyname... yes
# checking for connect... yes
# checking for remove... yes
# checking for shmat... yes
# checking for IceConnectionNumber in -lICE... yes
# checking for xsltproc... xsltproc
# checking whether xsltproc works... yes
# checking whether clang -W is understood... yes
# checking whether clang++ -W is understood... yes
# checking whether clang -Wall is understood... yes
# checking whether clang++ -Wall is understood... yes
# checking whether clang -fno-common is understood... yes
# checking whether clang++ -fno-common is understood... yes
# checking whether clang++ -ftemplate-depth-50 is understood... yes
# checking whether clang -Wdeclaration-after-statement is understood... yes
# checking for clock_gettime... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating pe_counting/Makefile
# config.status: creating libpe_utils/Makefile
# config.status: creating pe_profiling/Makefile
# config.status: creating libperf_events/Makefile
# config.status: creating m4/Makefile
# config.status: creating libutil/Makefile
# config.status: creating libutil/tests/Makefile
# config.status: creating libutil++/Makefile
# config.status: creating libutil++/tests/Makefile
# config.status: creating libop/Makefile
# config.status: creating libop/tests/Makefile
# config.status: creating libopagent/Makefile
# config.status: creating libopt++/Makefile
# config.status: creating libdb/Makefile
# config.status: creating libdb/tests/Makefile
# config.status: creating libabi/Makefile
# config.status: creating libabi/tests/Makefile
# config.status: creating libregex/Makefile
# config.status: creating libregex/tests/Makefile
# config.status: creating libregex/stl.pat
# config.status: creating libregex/tests/mangled-name
# config.status: creating events/Makefile
# config.status: creating utils/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/xsl/catalog-1.xml
# config.status: creating doc/oprofile.1
# config.status: creating doc/ophelp.1
# config.status: creating doc/op-check-perfevents.1
# config.status: creating doc/opreport.1
# config.status: creating doc/opannotate.1
# config.status: creating doc/opgprof.1
# config.status: creating doc/oparchive.1
# config.status: creating doc/opimport.1
# config.status: creating doc/operf.1
# config.status: creating doc/ocount.1
# config.status: creating doc/srcdoc/Doxyfile
# config.status: creating libpp/Makefile
# config.status: creating opjitconv/Makefile
# config.status: creating pp/Makefile
# config.status: creating agents/Makefile
# config.status: creating agents/jvmti/Makefile
# config.status: creating agents/jvmpi/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# Warning: The user account 'oprofile:oprofile' does not exist on the system.
# To profile JITed code, this special user account must exist.
# Please ask your system administrator to add the following user and group:
# user name : 'oprofile'
# group name: 'oprofile'
# The 'oprofile' group must be the default group for the 'oprofile' user.
# make all-recursive
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0'
# Making all in .
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0'
# Making all in m4
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/m4'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/m4'
# Making all in libutil
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libutil'
# Making all in .
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libutil'
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -W -Wall -fno-common -Wdeclaration-after-statement -MT op_deviceio.o -MD -MP -MF .deps/op_deviceio.Tpo -c -o op_deviceio.o op_deviceio.c
# mv -f .deps/op_deviceio.Tpo .deps/op_deviceio.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -W -Wall -fno-common -Wdeclaration-after-statement -MT op_lockfile.o -MD -MP -MF .deps/op_lockfile.Tpo -c -o op_lockfile.o op_lockfile.c
# mv -f .deps/op_lockfile.Tpo .deps/op_lockfile.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -W -Wall -fno-common -Wdeclaration-after-statement -MT op_file.o -MD -MP -MF .deps/op_file.Tpo -c -o op_file.o op_file.c
# mv -f .deps/op_file.Tpo .deps/op_file.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -W -Wall -fno-common -Wdeclaration-after-statement -MT op_fileio.o -MD -MP -MF .deps/op_fileio.Tpo -c -o op_fileio.o op_fileio.c
# mv -f .deps/op_fileio.Tpo .deps/op_fileio.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -W -Wall -fno-common -Wdeclaration-after-statement -MT op_get_time.o -MD -MP -MF .deps/op_get_time.Tpo -c -o op_get_time.o op_get_time.c
# mv -f .deps/op_get_time.Tpo .deps/op_get_time.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -W -Wall -fno-common -Wdeclaration-after-statement -MT op_libiberty.o -MD -MP -MF .deps/op_libiberty.Tpo -c -o op_libiberty.o op_libiberty.c
# mv -f .deps/op_libiberty.Tpo .deps/op_libiberty.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -W -Wall -fno-common -Wdeclaration-after-statement -MT op_popt.o -MD -MP -MF .deps/op_popt.Tpo -c -o op_popt.o op_popt.c
# mv -f .deps/op_popt.Tpo .deps/op_popt.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -W -Wall -fno-common -Wdeclaration-after-statement -MT op_string.o -MD -MP -MF .deps/op_string.Tpo -c -o op_string.o op_string.c
# mv -f .deps/op_string.Tpo .deps/op_string.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -W -Wall -fno-common -Wdeclaration-after-statement -MT op_cpufreq.o -MD -MP -MF .deps/op_cpufreq.Tpo -c -o op_cpufreq.o op_cpufreq.c
# mv -f .deps/op_cpufreq.Tpo .deps/op_cpufreq.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -W -Wall -fno-common -Wdeclaration-after-statement -MT op_version.o -MD -MP -MF .deps/op_version.Tpo -c -o op_version.o op_version.c
# mv -f .deps/op_version.Tpo .deps/op_version.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -W -Wall -fno-common -Wdeclaration-after-statement -MT op_growable_buffer.o -MD -MP -MF .deps/op_growable_buffer.Tpo -c -o op_growable_buffer.o op_growable_buffer.c
# mv -f .deps/op_growable_buffer.Tpo .deps/op_growable_buffer.Po
# rm -f libutil.a
# ar cru libutil.a op_deviceio.o op_lockfile.o op_file.o op_fileio.o op_get_time.o op_libiberty.o op_popt.o op_string.o op_cpufreq.o op_version.o op_growable_buffer.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libutil.a
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libutil'
# Making all in tests
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libutil/tests'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libutil/tests'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libutil'
# Making all in libop
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libop'
# Making all in .
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libop'
# clang -DHAVE_CONFIG_H -I. -I.. -I../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT op_events.o -MD -MP -MF .deps/op_events.Tpo -c -o op_events.o op_events.c
# op_events.c:397:12: warning: comparison of constant 4294967295 with expression of type 'enum unit_mask_type' is always false [-Wtautological-constant-out-of-range-compare]
# if (type == -1U)
# ~~~~ ^ ~~~
# op_events.c:412:11: warning: comparison of constant 4294967295 with expression of type 'enum unit_mask_type' is always false [-Wtautological-constant-out-of-range-compare]
# if (type == -1U)
# ~~~~ ^ ~~~
# 2 warnings generated.
# mv -f .deps/op_events.Tpo .deps/op_events.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT op_parse_event.o -MD -MP -MF .deps/op_parse_event.Tpo -c -o op_parse_event.o op_parse_event.c
# mv -f .deps/op_parse_event.Tpo .deps/op_parse_event.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT op_cpu_type.o -MD -MP -MF .deps/op_cpu_type.Tpo -c -o op_cpu_type.o op_cpu_type.c
# mv -f .deps/op_cpu_type.Tpo .deps/op_cpu_type.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT op_mangle.o -MD -MP -MF .deps/op_mangle.Tpo -c -o op_mangle.o op_mangle.c
# mv -f .deps/op_mangle.Tpo .deps/op_mangle.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT op_alloc_counter.o -MD -MP -MF .deps/op_alloc_counter.Tpo -c -o op_alloc_counter.o op_alloc_counter.c
# mv -f .deps/op_alloc_counter.Tpo .deps/op_alloc_counter.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT op_config.o -MD -MP -MF .deps/op_config.Tpo -c -o op_config.o op_config.c
# mv -f .deps/op_config.Tpo .deps/op_config.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT op_xml_events.o -MD -MP -MF .deps/op_xml_events.Tpo -c -o op_xml_events.o op_xml_events.c
# mv -f .deps/op_xml_events.Tpo .deps/op_xml_events.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT op_xml_out.o -MD -MP -MF .deps/op_xml_out.Tpo -c -o op_xml_out.o op_xml_out.c
# mv -f .deps/op_xml_out.Tpo .deps/op_xml_out.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT op_netburst.o -MD -MP -MF .deps/op_netburst.Tpo -c -o op_netburst.o op_netburst.c
# mv -f .deps/op_netburst.Tpo .deps/op_netburst.Po
# rm -f libop.a
# ar cru libop.a op_events.o op_parse_event.o op_cpu_type.o op_mangle.o op_alloc_counter.o op_config.o op_xml_events.o op_xml_out.o op_netburst.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libop.a
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libop'
# Making all in tests
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libop/tests'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libop/tests'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libop'
# Making all in libopagent
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libopagent'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -fPIC -MT libopagent_la-opagent.lo -MD -MP -MF .deps/libopagent_la-opagent.Tpo -c -o libopagent_la-opagent.lo `test -f 'opagent.c' || echo './'`opagent.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -fPIC -MT libopagent_la-opagent.lo -MD -MP -MF .deps/libopagent_la-opagent.Tpo -c opagent.c -fPIC -DPIC -o .libs/libopagent_la-opagent.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -fPIC -MT libopagent_la-opagent.lo -MD -MP -MF .deps/libopagent_la-opagent.Tpo -c opagent.c -o libopagent_la-opagent.o >/dev/null 2>&1
# mv -f .deps/libopagent_la-opagent.Tpo .deps/libopagent_la-opagent.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -version-info 1:1:0 -Wl,--version-script=../libopagent/opagent_symbols.ver -o libopagent.la -rpath /usr/lib/oprofile libopagent_la-opagent.lo -lbfd -liberty -ldl
# libtool: link: clang -shared -fPIC -DPIC .libs/libopagent_la-opagent.o -lbfd -liberty -ldl -Wl,--version-script=../libopagent/opagent_symbols.ver -Wl,-soname -Wl,libopagent.so.1 -o .libs/libopagent.so.1.0.1
# libtool: link: (cd ".libs" && rm -f "libopagent.so.1" && ln -s "libopagent.so.1.0.1" "libopagent.so.1")
# libtool: link: (cd ".libs" && rm -f "libopagent.so" && ln -s "libopagent.so.1.0.1" "libopagent.so")
# libtool: link: ar cru .libs/libopagent.a libopagent_la-opagent.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libopagent.a
# libtool: link: ( cd ".libs" && rm -f "libopagent.la" && ln -s "../libopagent.la" "libopagent.la" )
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libopagent'
# Making all in libdb
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libdb'
# Making all in .
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libdb'
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT db_manage.o -MD -MP -MF .deps/db_manage.Tpo -c -o db_manage.o db_manage.c
# mv -f .deps/db_manage.Tpo .deps/db_manage.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT db_insert.o -MD -MP -MF .deps/db_insert.Tpo -c -o db_insert.o db_insert.c
# mv -f .deps/db_insert.Tpo .deps/db_insert.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT db_travel.o -MD -MP -MF .deps/db_travel.Tpo -c -o db_travel.o db_travel.c
# mv -f .deps/db_travel.Tpo .deps/db_travel.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT db_debug.o -MD -MP -MF .deps/db_debug.Tpo -c -o db_debug.o db_debug.c
# mv -f .deps/db_debug.Tpo .deps/db_debug.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT db_stat.o -MD -MP -MF .deps/db_stat.Tpo -c -o db_stat.o db_stat.c
# mv -f .deps/db_stat.Tpo .deps/db_stat.Po
# rm -f libodb.a
# ar cru libodb.a db_manage.o db_insert.o db_travel.o db_debug.o db_stat.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libodb.a
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libdb'
# Making all in tests
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libdb/tests'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libdb/tests'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libdb'
# Making all in libutil++
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libutil++'
# Making all in .
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libutil++'
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil -I ../libop -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT op_bfd.o -MD -MP -MF .deps/op_bfd.Tpo -c -o op_bfd.o op_bfd.cpp
# mv -f .deps/op_bfd.Tpo .deps/op_bfd.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil -I ../libop -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT bfd_support.o -MD -MP -MF .deps/bfd_support.Tpo -c -o bfd_support.o bfd_support.cpp
# mv -f .deps/bfd_support.Tpo .deps/bfd_support.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil -I ../libop -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT string_filter.o -MD -MP -MF .deps/string_filter.Tpo -c -o string_filter.o string_filter.cpp
# mv -f .deps/string_filter.Tpo .deps/string_filter.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil -I ../libop -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT glob_filter.o -MD -MP -MF .deps/glob_filter.Tpo -c -o glob_filter.o glob_filter.cpp
# mv -f .deps/glob_filter.Tpo .deps/glob_filter.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil -I ../libop -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT path_filter.o -MD -MP -MF .deps/path_filter.Tpo -c -o path_filter.o path_filter.cpp
# mv -f .deps/path_filter.Tpo .deps/path_filter.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil -I ../libop -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT file_manip.o -MD -MP -MF .deps/file_manip.Tpo -c -o file_manip.o file_manip.cpp
# mv -f .deps/file_manip.Tpo .deps/file_manip.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil -I ../libop -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT stream_util.o -MD -MP -MF .deps/stream_util.Tpo -c -o stream_util.o stream_util.cpp
# mv -f .deps/stream_util.Tpo .deps/stream_util.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil -I ../libop -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT string_manip.o -MD -MP -MF .deps/string_manip.Tpo -c -o string_manip.o string_manip.cpp
# mv -f .deps/string_manip.Tpo .deps/string_manip.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil -I ../libop -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT cverb.o -MD -MP -MF .deps/cverb.Tpo -c -o cverb.o cverb.cpp
# mv -f .deps/cverb.Tpo .deps/cverb.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil -I ../libop -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT op_exception.o -MD -MP -MF .deps/op_exception.Tpo -c -o op_exception.o op_exception.cpp
# mv -f .deps/op_exception.Tpo .deps/op_exception.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil -I ../libop -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT child_reader.o -MD -MP -MF .deps/child_reader.Tpo -c -o child_reader.o child_reader.cpp
# In file included from child_reader.cpp:23:
# ./child_reader.h:96:10: warning: private field 'pos2' is not used [-Wunused-private-field]
# ssize_t pos2;
# ^
# 1 warning generated.
# mv -f .deps/child_reader.Tpo .deps/child_reader.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil -I ../libop -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT xml_output.o -MD -MP -MF .deps/xml_output.Tpo -c -o xml_output.o xml_output.cpp
# mv -f .deps/xml_output.Tpo .deps/xml_output.Po
# rm -f libutil++.a
# ar cru libutil++.a op_bfd.o bfd_support.o string_filter.o glob_filter.o path_filter.o file_manip.o stream_util.o string_manip.o cverb.o op_exception.o child_reader.o xml_output.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libutil++.a
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libutil++'
# Making all in tests
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libutil++/tests'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libutil++/tests'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libutil++'
# Making all in libopt++
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libopt++'
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil++ -I ../libutil -W -Wall -fno-common -ftemplate-depth-50 -MT popt_options.o -MD -MP -MF .deps/popt_options.Tpo -c -o popt_options.o popt_options.cpp
# mv -f .deps/popt_options.Tpo .deps/popt_options.Po
# rm -f libopt++.a
# ar cru libopt++.a popt_options.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libopt++.a
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libopt++'
# Making all in libabi
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libabi'
# Making all in .
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libabi'
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -W -Wall -fno-common -ftemplate-depth-50 -MT abi.o -MD -MP -MF .deps/abi.Tpo -c -o abi.o abi.cpp
# mv -f .deps/abi.Tpo .deps/abi.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -MT op_abi.o -MD -MP -MF .deps/op_abi.Tpo -c -o op_abi.o op_abi.c
# mv -f .deps/op_abi.Tpo .deps/op_abi.Po
# rm -f libabi.a
# ar cru libabi.a abi.o op_abi.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libabi.a
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -W -Wall -fno-common -ftemplate-depth-50 -MT opimport.o -MD -MP -MF .deps/opimport.Tpo -c -o opimport.o opimport.cpp
# mv -f .deps/opimport.Tpo .deps/opimport.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -W -Wall -fno-common -ftemplate-depth-50 -o opimport opimport.o libabi.a ../libdb/libodb.a ../libopt++/libopt++.a ../libutil++/libutil++.a ../libutil/libutil.a -lpopt -liberty -ldl
# libtool: link: clang++ -W -Wall -fno-common -ftemplate-depth-50 -o opimport opimport.o libabi.a ../libdb/libodb.a ../libopt++/libopt++.a ../libutil++/libutil++.a ../libutil/libutil.a -lpopt -liberty -ldl
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libabi'
# Making all in tests
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libabi/tests'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libabi/tests'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libabi'
# Making all in utils
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/utils'
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT ophelp.o -MD -MP -MF .deps/ophelp.Tpo -c -o ophelp.o ophelp.c
# mv -f .deps/ophelp.Tpo .deps/ophelp.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -W -Wall -fno-common -Wdeclaration-after-statement -o ophelp ophelp.o ../libop/libop.a ../libutil/libutil.a -lpopt -liberty -ldl
# libtool: link: clang -W -Wall -fno-common -Wdeclaration-after-statement -o ophelp ophelp.o ../libop/libop.a ../libutil/libutil.a -lpopt -liberty -ldl
# clang -DHAVE_CONFIG_H -I. -I.. -W -Wall -fno-common -Wdeclaration-after-statement -W -Wall -fno-common -Wdeclaration-after-statement -MT op_check_perfevents-op_perf_events_checker.o -MD -MP -MF .deps/op_check_perfevents-op_perf_events_checker.Tpo -c -o op_check_perfevents-op_perf_events_checker.o `test -f 'op_perf_events_checker.c' || echo './'`op_perf_events_checker.c
# mv -f .deps/op_check_perfevents-op_perf_events_checker.Tpo .deps/op_check_perfevents-op_perf_events_checker.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -W -Wall -fno-common -Wdeclaration-after-statement -o op-check-perfevents op_check_perfevents-op_perf_events_checker.o -lpopt -liberty -ldl
# libtool: link: clang -W -Wall -fno-common -Wdeclaration-after-statement -o op-check-perfevents op_check_perfevents-op_perf_events_checker.o -lpopt -liberty -ldl
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/utils'
# Making all in libregex
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libregex'
# Making all in .
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libregex'
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil++ -W -Wall -fno-common -ftemplate-depth-50 -MT op_regex.o -MD -MP -MF .deps/op_regex.Tpo -c -o op_regex.o op_regex.cpp
# op_regex.cpp:210:42: warning: adding 'char' to a string does not append to the string [-Wstring-plus-int]
# throw bad_regex("expect group index: " + idx);
# ~~~~~~~~~~~~~~~~~~~~~~~^~~~~
# op_regex.cpp:210:42: note: use array indexing to silence this warning
# throw bad_regex("expect group index: " + idx);
# ^
# & [ ]
# op_regex.cpp:212:43: warning: adding 'char' to a string does not append to the string [-Wstring-plus-int]
# throw bad_regex("illegal group index :" + idx);
# ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
# op_regex.cpp:212:43: note: use array indexing to silence this warning
# throw bad_regex("illegal group index :" + idx);
# ^
# & [ ]
# 2 warnings generated.
# mv -f .deps/op_regex.Tpo .deps/op_regex.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil++ -W -Wall -fno-common -ftemplate-depth-50 -MT demangle_symbol.o -MD -MP -MF .deps/demangle_symbol.Tpo -c -o demangle_symbol.o demangle_symbol.cpp
# mv -f .deps/demangle_symbol.Tpo .deps/demangle_symbol.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil++ -W -Wall -fno-common -ftemplate-depth-50 -MT demangle_java_symbol.o -MD -MP -MF .deps/demangle_java_symbol.Tpo -c -o demangle_java_symbol.o demangle_java_symbol.cpp
# mv -f .deps/demangle_java_symbol.Tpo .deps/demangle_java_symbol.Po
# rm -f libop_regex.a
# ar cru libop_regex.a op_regex.o demangle_symbol.o demangle_java_symbol.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libop_regex.a
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libregex'
# Making all in tests
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libregex/tests'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libregex/tests'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libregex'
# Making all in libpp
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libpp'
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT arrange_profiles.o -MD -MP -MF .deps/arrange_profiles.Tpo -c -o arrange_profiles.o arrange_profiles.cpp
# In file included from arrange_profiles.cpp:23:
# ./arrange_profiles.h:214:1: warning: 'inverted_profile' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct inverted_profile {
# ^
# ./image_errors.h:17:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# In file included from arrange_profiles.cpp:24:
# ./format_output.h:27:1: warning: class 'sample_entry' was previously declared as a struct [-Wmismatched-tags]
# class sample_entry;
# ^
# ./symbol.h:51:8: note: previous use is here
# struct sample_entry {
# ^
# ./format_output.h:27:1: note: did you mean struct here?
# class sample_entry;
# ^~~~~
# struct
# 2 warnings generated.
# mv -f .deps/arrange_profiles.Tpo .deps/arrange_profiles.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT callgraph_container.o -MD -MP -MF .deps/callgraph_container.Tpo -c -o callgraph_container.o callgraph_container.cpp
# In file included from callgraph_container.cpp:25:
# ./profile_container.h:28:1: warning: class 'sample_entry' was previously declared as a struct [-Wmismatched-tags]
# class sample_entry;
# ^
# ./symbol.h:51:8: note: previous use is here
# struct sample_entry {
# ^
# ./profile_container.h:28:1: note: did you mean struct here?
# class sample_entry;
# ^~~~~
# struct
# In file included from callgraph_container.cpp:26:
# ./arrange_profiles.h:186:1: warning: 'image_set' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct image_set {
# ^
# ./callgraph_container.h:27:1: note: did you mean struct here?
# class image_set;
# ^~~~~
# struct
# In file included from callgraph_container.cpp:26:
# ./arrange_profiles.h:214:1: warning: 'inverted_profile' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct inverted_profile {
# ^
# ./callgraph_container.h:25:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# ./image_errors.h:17:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# In file included from callgraph_container.cpp:27:
# ./populate.h:16:1: warning: class 'inverted_profile' was previously declared as a struct [-Wmismatched-tags]
# class inverted_profile;
# ^
# ./arrange_profiles.h:214:8: note: previous use is here
# struct inverted_profile {
# ^
# ./populate.h:16:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# In file included from callgraph_container.cpp:30:
# ../libop/op_sample_file.h:21:1: warning: 'opd_header' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct opd_header {
# ^
# ./profile.h:24:1: note: did you mean struct here?
# class opd_header;
# ^~~~~
# struct
# 5 warnings generated.
# mv -f .deps/callgraph_container.Tpo .deps/callgraph_container.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT diff_container.o -MD -MP -MF .deps/diff_container.Tpo -c -o diff_container.o diff_container.cpp
# In file included from diff_container.cpp:17:
# In file included from ./diff_container.h:15:
# ./profile_container.h:28:1: warning: class 'sample_entry' was previously declared as a struct [-Wmismatched-tags]
# class sample_entry;
# ^
# ./symbol.h:51:8: note: previous use is here
# struct sample_entry {
# ^
# ./profile_container.h:28:1: note: did you mean struct here?
# class sample_entry;
# ^~~~~
# struct
# 1 warning generated.
# mv -f .deps/diff_container.Tpo .deps/diff_container.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT filename_spec.o -MD -MP -MF .deps/filename_spec.Tpo -c -o filename_spec.o filename_spec.cpp
# mv -f .deps/filename_spec.Tpo .deps/filename_spec.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT format_output.o -MD -MP -MF .deps/format_output.Tpo -c -o format_output.o format_output.cpp
# In file included from format_output.cpp:26:
# ./format_output.h:27:1: warning: class 'sample_entry' was previously declared as a struct [-Wmismatched-tags]
# class sample_entry;
# ^
# ./symbol.h:51:8: note: previous use is here
# struct sample_entry {
# ^
# ./format_output.h:27:1: note: did you mean struct here?
# class sample_entry;
# ^~~~~
# struct
# In file included from format_output.cpp:30:
# ./arrange_profiles.h:186:1: warning: 'image_set' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct image_set {
# ^
# ./callgraph_container.h:27:1: note: did you mean struct here?
# class image_set;
# ^~~~~
# struct
# In file included from format_output.cpp:30:
# ./arrange_profiles.h:214:1: warning: 'inverted_profile' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct inverted_profile {
# ^
# ./callgraph_container.h:25:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# ./image_errors.h:17:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# In file included from format_output.cpp:26:
# ./format_output.h:276:9: warning: private field 'detail_count' is not used [-Wunused-private-field]
# size_t detail_count;
# ^
# 4 warnings generated.
# mv -f .deps/format_output.Tpo .deps/format_output.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT image_errors.o -MD -MP -MF .deps/image_errors.Tpo -c -o image_errors.o image_errors.cpp
# In file included from image_errors.cpp:13:
# ./arrange_profiles.h:214:1: warning: 'inverted_profile' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct inverted_profile {
# ^
# ./image_errors.h:17:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# 1 warning generated.
# mv -f .deps/image_errors.Tpo .deps/image_errors.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT locate_images.o -MD -MP -MF .deps/locate_images.Tpo -c -o locate_images.o locate_images.cpp
# mv -f .deps/locate_images.Tpo .deps/locate_images.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT name_storage.o -MD -MP -MF .deps/name_storage.Tpo -c -o name_storage.o name_storage.cpp
# mv -f .deps/name_storage.Tpo .deps/name_storage.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT op_header.o -MD -MP -MF .deps/op_header.Tpo -c -o op_header.o op_header.cpp
# In file included from op_header.cpp:34:
# ./format_output.h:27:1: warning: class 'sample_entry' was previously declared as a struct [-Wmismatched-tags]
# class sample_entry;
# ^
# ./symbol.h:51:8: note: previous use is here
# struct sample_entry {
# ^
# ./format_output.h:27:1: note: did you mean struct here?
# class sample_entry;
# ^~~~~
# struct
# 1 warning generated.
# mv -f .deps/op_header.Tpo .deps/op_header.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT symbol.o -MD -MP -MF .deps/symbol.Tpo -c -o symbol.o symbol.cpp
# mv -f .deps/symbol.Tpo .deps/symbol.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT parse_filename.o -MD -MP -MF .deps/parse_filename.Tpo -c -o parse_filename.o parse_filename.cpp
# mv -f .deps/parse_filename.Tpo .deps/parse_filename.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT populate.o -MD -MP -MF .deps/populate.Tpo -c -o populate.o populate.cpp
# In file included from populate.cpp:16:
# ./profile_container.h:28:1: warning: class 'sample_entry' was previously declared as a struct [-Wmismatched-tags]
# class sample_entry;
# ^
# ./symbol.h:51:8: note: previous use is here
# struct sample_entry {
# ^
# ./profile_container.h:28:1: note: did you mean struct here?
# class sample_entry;
# ^~~~~
# struct
# In file included from populate.cpp:17:
# ./arrange_profiles.h:214:1: warning: 'inverted_profile' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct inverted_profile {
# ^
# ./image_errors.h:17:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# In file included from populate.cpp:19:
# In file included from ./op_header.h:18:
# ../libop/op_sample_file.h:21:1: warning: 'opd_header' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct opd_header {
# ^
# ./profile.h:24:1: note: did you mean struct here?
# class opd_header;
# ^~~~~
# struct
# In file included from populate.cpp:20:
# ./populate.h:16:1: warning: class 'inverted_profile' was previously declared as a struct [-Wmismatched-tags]
# class inverted_profile;
# ^
# ./arrange_profiles.h:214:8: note: previous use is here
# struct inverted_profile {
# ^
# ./populate.h:16:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# 4 warnings generated.
# mv -f .deps/populate.Tpo .deps/populate.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT profile.o -MD -MP -MF .deps/profile.Tpo -c -o profile.o profile.cpp
# In file included from profile.cpp:27:
# ./profile.h:24:1: warning: class 'opd_header' was previously declared as a struct [-Wmismatched-tags]
# class opd_header;
# ^
# ../libop/op_sample_file.h:21:8: note: previous use is here
# struct opd_header {
# ^
# ./profile.h:24:1: note: did you mean struct here?
# class opd_header;
# ^~~~~
# struct
# 1 warning generated.
# mv -f .deps/profile.Tpo .deps/profile.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT profile_container.o -MD -MP -MF .deps/profile_container.Tpo -c -o profile_container.o profile_container.cpp
# In file included from profile_container.cpp:22:
# ./profile.h:24:1: warning: class 'opd_header' was previously declared as a struct [-Wmismatched-tags]
# class opd_header;
# ^
# ../libop/op_sample_file.h:21:8: note: previous use is here
# struct opd_header {
# ^
# ./profile.h:24:1: note: did you mean struct here?
# class opd_header;
# ^~~~~
# struct
# In file included from profile_container.cpp:24:
# ./profile_container.h:28:1: warning: class 'sample_entry' was previously declared as a struct [-Wmismatched-tags]
# class sample_entry;
# ^
# ./symbol.h:51:8: note: previous use is here
# struct sample_entry {
# ^
# ./profile_container.h:28:1: note: did you mean struct here?
# class sample_entry;
# ^~~~~
# struct
# 2 warnings generated.
# mv -f .deps/profile_container.Tpo .deps/profile_container.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT profile_spec.o -MD -MP -MF .deps/profile_spec.Tpo -c -o profile_spec.o profile_spec.cpp
# mv -f .deps/profile_spec.Tpo .deps/profile_spec.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT sample_container.o -MD -MP -MF .deps/sample_container.Tpo -c -o sample_container.o sample_container.cpp
# mv -f .deps/sample_container.Tpo .deps/sample_container.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT symbol_container.o -MD -MP -MF .deps/symbol_container.Tpo -c -o symbol_container.o symbol_container.cpp
# mv -f .deps/symbol_container.Tpo .deps/symbol_container.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT symbol_functors.o -MD -MP -MF .deps/symbol_functors.Tpo -c -o symbol_functors.o symbol_functors.cpp
# mv -f .deps/symbol_functors.Tpo .deps/symbol_functors.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT symbol_sort.o -MD -MP -MF .deps/symbol_sort.Tpo -c -o symbol_sort.o symbol_sort.cpp
# mv -f .deps/symbol_sort.Tpo .deps/symbol_sort.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W -Wall -fno-common -ftemplate-depth-50 -MT xml_utils.o -MD -MP -MF .deps/xml_utils.Tpo -c -o xml_utils.o xml_utils.cpp
# In file included from xml_utils.cpp:14:
# In file included from ./xml_utils.h:15:
# ./format_output.h:27:1: warning: class 'sample_entry' was previously declared as a struct [-Wmismatched-tags]
# class sample_entry;
# ^
# ./symbol.h:51:8: note: previous use is here
# struct sample_entry {
# ^
# ./format_output.h:27:1: note: did you mean struct here?
# class sample_entry;
# ^~~~~
# struct
# In file included from xml_utils.cpp:16:
# ./arrange_profiles.h:214:1: warning: 'inverted_profile' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct inverted_profile {
# ^
# ./image_errors.h:17:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# 2 warnings generated.
# mv -f .deps/xml_utils.Tpo .deps/xml_utils.Po
# rm -f libpp.a
# ar cru libpp.a arrange_profiles.o callgraph_container.o diff_container.o filename_spec.o format_output.o image_errors.o locate_images.o name_storage.o op_header.o symbol.o parse_filename.o populate.o profile.o profile_container.o profile_spec.o sample_container.o symbol_container.o symbol_functors.o symbol_sort.o xml_utils.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libpp.a
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libpp'
# Making all in opjitconv
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/opjitconv'
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libopagent -I ../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT opjitconv.o -MD -MP -MF .deps/opjitconv.Tpo -c -o opjitconv.o opjitconv.c
# mv -f .deps/opjitconv.Tpo .deps/opjitconv.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libopagent -I ../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT conversion.o -MD -MP -MF .deps/conversion.Tpo -c -o conversion.o conversion.c
# mv -f .deps/conversion.Tpo .deps/conversion.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libopagent -I ../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT parse_dump.o -MD -MP -MF .deps/parse_dump.Tpo -c -o parse_dump.o parse_dump.c
# mv -f .deps/parse_dump.Tpo .deps/parse_dump.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libopagent -I ../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT jitsymbol.o -MD -MP -MF .deps/jitsymbol.Tpo -c -o jitsymbol.o jitsymbol.c
# mv -f .deps/jitsymbol.Tpo .deps/jitsymbol.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libopagent -I ../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT create_bfd.o -MD -MP -MF .deps/create_bfd.Tpo -c -o create_bfd.o create_bfd.c
# mv -f .deps/create_bfd.Tpo .deps/create_bfd.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I ../libopagent -I ../libutil -W -Wall -fno-common -Wdeclaration-after-statement -MT debug_line.o -MD -MP -MF .deps/debug_line.Tpo -c -o debug_line.o debug_line.c
# mv -f .deps/debug_line.Tpo .deps/debug_line.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -W -Wall -fno-common -Wdeclaration-after-statement -o opjitconv opjitconv.o conversion.o parse_dump.o jitsymbol.o create_bfd.o debug_line.o ../libutil/libutil.a -lbfd -liberty -ldl
# libtool: link: clang -W -Wall -fno-common -Wdeclaration-after-statement -o opjitconv opjitconv.o conversion.o parse_dump.o jitsymbol.o create_bfd.o debug_line.o ../libutil/libutil.a -lbfd -liberty -ldl
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/opjitconv'
# Making all in pp
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/pp'
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libregex -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT opreport.o -MD -MP -MF .deps/opreport.Tpo -c -o opreport.o opreport.cpp
# In file included from opreport.cpp:23:
# In file included from ./opreport_options.h:19:
# In file included from ./common_option.h:19:
# ../libpp/arrange_profiles.h:214:1: warning: 'inverted_profile' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct inverted_profile {
# ^
# ../libpp/image_errors.h:17:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# In file included from opreport.cpp:23:
# ./opreport_options.h:23:1: warning: class 'profile_classes' was previously declared as a struct [-Wmismatched-tags]
# class profile_classes;
# ^
# ../libpp/arrange_profiles.h:133:8: note: previous use is here
# struct profile_classes {
# ^
# ./opreport_options.h:23:1: note: did you mean struct here?
# class profile_classes;
# ^~~~~
# struct
# ./opreport_options.h:24:1: warning: class 'merge_option' was previously declared as a struct [-Wmismatched-tags]
# class merge_option;
# ^
# ../libpp/arrange_profiles.h:26:8: note: previous use is here
# struct merge_option {
# ^
# ./opreport_options.h:24:1: note: did you mean struct here?
# class merge_option;
# ^~~~~
# struct
# In file included from opreport.cpp:25:
# ../libpp/profile.h:24:1: warning: class 'opd_header' was previously declared as a struct [-Wmismatched-tags]
# class opd_header;
# ^
# ../libop/op_sample_file.h:21:8: note: previous use is here
# struct opd_header {
# ^
# ../libpp/profile.h:24:1: note: did you mean struct here?
# class opd_header;
# ^~~~~
# struct
# In file included from opreport.cpp:26:
# ../libpp/populate.h:16:1: warning: class 'inverted_profile' was previously declared as a struct [-Wmismatched-tags]
# class inverted_profile;
# ^
# ../libpp/arrange_profiles.h:214:8: note: previous use is here
# struct inverted_profile {
# ^
# ../libpp/populate.h:16:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# In file included from opreport.cpp:28:
# ../libpp/profile_container.h:28:1: warning: class 'sample_entry' was previously declared as a struct [-Wmismatched-tags]
# class sample_entry;
# ^
# ../libpp/symbol.h:51:8: note: previous use is here
# struct sample_entry {
# ^
# ../libpp/profile_container.h:28:1: note: did you mean struct here?
# class sample_entry;
# ^~~~~
# struct
# In file included from opreport.cpp:29:
# ../libpp/callgraph_container.h:27:1: warning: class 'image_set' was previously declared as a struct [-Wmismatched-tags]
# class image_set;
# ^
# ../libpp/arrange_profiles.h:186:8: note: previous use is here
# struct image_set {
# ^
# ../libpp/callgraph_container.h:27:1: note: did you mean struct here?
# class image_set;
# ^~~~~
# struct
# 7 warnings generated.
# mv -f .deps/opreport.Tpo .deps/opreport.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libregex -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT opreport_options.o -MD -MP -MF .deps/opreport_options.Tpo -c -o opreport_options.o opreport_options.cpp
# In file included from opreport_options.cpp:21:
# ../libpp/arrange_profiles.h:214:1: warning: 'inverted_profile' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct inverted_profile {
# ^
# ../libpp/image_errors.h:17:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# In file included from opreport_options.cpp:22:
# ./opreport_options.h:23:1: warning: class 'profile_classes' was previously declared as a struct [-Wmismatched-tags]
# class profile_classes;
# ^
# ../libpp/arrange_profiles.h:133:8: note: previous use is here
# struct profile_classes {
# ^
# ./opreport_options.h:23:1: note: did you mean struct here?
# class profile_classes;
# ^~~~~
# struct
# ./opreport_options.h:24:1: warning: class 'merge_option' was previously declared as a struct [-Wmismatched-tags]
# class merge_option;
# ^
# ../libpp/arrange_profiles.h:26:8: note: previous use is here
# struct merge_option {
# ^
# ./opreport_options.h:24:1: note: did you mean struct here?
# class merge_option;
# ^~~~~
# struct
# In file included from opreport_options.cpp:27:
# In file included from ../libpp/xml_utils.h:15:
# ../libpp/format_output.h:27:1: warning: class 'sample_entry' was previously declared as a struct [-Wmismatched-tags]
# class sample_entry;
# ^
# ../libpp/symbol.h:51:8: note: previous use is here
# struct sample_entry {
# ^
# ../libpp/format_output.h:27:1: note: did you mean struct here?
# class sample_entry;
# ^~~~~
# struct
# 4 warnings generated.
# mv -f .deps/opreport_options.Tpo .deps/opreport_options.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libregex -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT common_option.o -MD -MP -MF .deps/common_option.Tpo -c -o common_option.o common_option.cpp
# In file included from common_option.cpp:24:
# In file included from ./common_option.h:19:
# ../libpp/arrange_profiles.h:214:1: warning: 'inverted_profile' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct inverted_profile {
# ^
# ../libpp/image_errors.h:17:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# 1 warning generated.
# mv -f .deps/common_option.Tpo .deps/common_option.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -W -Wall -fno-common -ftemplate-depth-50 -o opreport opreport.o opreport_options.o common_option.o ../libpp/libpp.a ../libopt++/libopt++.a ../libregex/libop_regex.a ../libutil++/libutil++.a ../libop/libop.a ../libutil/libutil.a ../libdb/libodb.a -lpopt -lbfd -liberty -ldl
# libtool: link: clang++ -W -Wall -fno-common -ftemplate-depth-50 -o opreport opreport.o opreport_options.o common_option.o ../libpp/libpp.a ../libopt++/libopt++.a ../libregex/libop_regex.a ../libutil++/libutil++.a ../libop/libop.a ../libutil/libutil.a ../libdb/libodb.a -lpopt -lbfd -liberty -ldl
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libregex -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT opannotate.o -MD -MP -MF .deps/opannotate.Tpo -c -o opannotate.o opannotate.cpp
# In file included from opannotate.cpp:21:
# ../libpp/profile.h:24:1: warning: class 'opd_header' was previously declared as a struct [-Wmismatched-tags]
# class opd_header;
# ^
# ../libop/op_sample_file.h:21:8: note: previous use is here
# struct opd_header {
# ^
# ../libpp/profile.h:24:1: note: did you mean struct here?
# class opd_header;
# ^~~~~
# struct
# In file included from opannotate.cpp:30:
# ../libpp/arrange_profiles.h:214:1: warning: 'inverted_profile' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct inverted_profile {
# ^
# ../libpp/image_errors.h:17:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# ../libpp/populate.h:16:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# In file included from opannotate.cpp:31:
# ./opannotate_options.h:21:1: warning: class 'profile_classes' was previously declared as a struct [-Wmismatched-tags]
# class profile_classes;
# ^
# ../libpp/arrange_profiles.h:133:8: note: previous use is here
# struct profile_classes {
# ^
# ./opannotate_options.h:21:1: note: did you mean struct here?
# class profile_classes;
# ^~~~~
# struct
# In file included from opannotate.cpp:32:
# ../libpp/profile_container.h:28:1: warning: class 'sample_entry' was previously declared as a struct [-Wmismatched-tags]
# class sample_entry;
# ^
# ../libpp/symbol.h:51:8: note: previous use is here
# struct sample_entry {
# ^
# ../libpp/profile_container.h:28:1: note: did you mean struct here?
# class sample_entry;
# ^~~~~
# struct
# 4 warnings generated.
# mv -f .deps/opannotate.Tpo .deps/opannotate.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libregex -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT opannotate_options.o -MD -MP -MF .deps/opannotate_options.Tpo -c -o opannotate_options.o opannotate_options.cpp
# In file included from opannotate_options.cpp:22:
# ../libpp/arrange_profiles.h:214:1: warning: 'inverted_profile' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct inverted_profile {
# ^
# ../libpp/image_errors.h:17:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# In file included from opannotate_options.cpp:24:
# ./opannotate_options.h:21:1: warning: class 'profile_classes' was previously declared as a struct [-Wmismatched-tags]
# class profile_classes;
# ^
# ../libpp/arrange_profiles.h:133:8: note: previous use is here
# struct profile_classes {
# ^
# ./opannotate_options.h:21:1: note: did you mean struct here?
# class profile_classes;
# ^~~~~
# struct
# 2 warnings generated.
# mv -f .deps/opannotate_options.Tpo .deps/opannotate_options.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -W -Wall -fno-common -ftemplate-depth-50 -o opannotate opannotate.o opannotate_options.o common_option.o ../libpp/libpp.a ../libopt++/libopt++.a ../libregex/libop_regex.a ../libutil++/libutil++.a ../libop/libop.a ../libutil/libutil.a ../libdb/libodb.a -lpopt -lbfd -liberty -ldl
# libtool: link: clang++ -W -Wall -fno-common -ftemplate-depth-50 -o opannotate opannotate.o opannotate_options.o common_option.o ../libpp/libpp.a ../libopt++/libopt++.a ../libregex/libop_regex.a ../libutil++/libutil++.a ../libop/libop.a ../libutil/libutil.a ../libdb/libodb.a -lpopt -lbfd -liberty -ldl
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libregex -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT opgprof.o -MD -MP -MF .deps/opgprof.Tpo -c -o opgprof.o opgprof.cpp
# In file included from opgprof.cpp:16:
# ../libpp/profile.h:24:1: warning: class 'opd_header' was previously declared as a struct [-Wmismatched-tags]
# class opd_header;
# ^
# ../libop/op_sample_file.h:21:8: note: previous use is here
# struct opd_header {
# ^
# ../libpp/profile.h:24:1: note: did you mean struct here?
# class opd_header;
# ^~~~~
# struct
# In file included from opgprof.cpp:20:
# ../libpp/profile_container.h:28:1: warning: class 'sample_entry' was previously declared as a struct [-Wmismatched-tags]
# class sample_entry;
# ^
# ../libpp/symbol.h:51:8: note: previous use is here
# struct sample_entry {
# ^
# ../libpp/profile_container.h:28:1: note: did you mean struct here?
# class sample_entry;
# ^~~~~
# struct
# In file included from opgprof.cpp:21:
# ../libpp/arrange_profiles.h:214:1: warning: 'inverted_profile' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct inverted_profile {
# ^
# ../libpp/image_errors.h:17:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# In file included from opgprof.cpp:23:
# ./opgprof_options.h:23:1: warning: class 'inverted_profile' was previously declared as a struct [-Wmismatched-tags]
# class inverted_profile;
# ^
# ../libpp/arrange_profiles.h:214:8: note: previous use is here
# struct inverted_profile {
# ^
# ./opgprof_options.h:23:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# 4 warnings generated.
# mv -f .deps/opgprof.Tpo .deps/opgprof.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libregex -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT opgprof_options.o -MD -MP -MF .deps/opgprof_options.Tpo -c -o opgprof_options.o opgprof_options.cpp
# In file included from opgprof_options.cpp:20:
# In file included from ./opgprof_options.h:17:
# In file included from ./common_option.h:19:
# ../libpp/arrange_profiles.h:214:1: warning: 'inverted_profile' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct inverted_profile {
# ^
# ../libpp/image_errors.h:17:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# In file included from opgprof_options.cpp:20:
# ./opgprof_options.h:23:1: warning: class 'inverted_profile' was previously declared as a struct [-Wmismatched-tags]
# class inverted_profile;
# ^
# ../libpp/arrange_profiles.h:214:8: note: previous use is here
# struct inverted_profile {
# ^
# ./opgprof_options.h:23:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# 2 warnings generated.
# mv -f .deps/opgprof_options.Tpo .deps/opgprof_options.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -W -Wall -fno-common -ftemplate-depth-50 -o opgprof opgprof.o opgprof_options.o common_option.o ../libpp/libpp.a ../libopt++/libopt++.a ../libregex/libop_regex.a ../libutil++/libutil++.a ../libop/libop.a ../libutil/libutil.a ../libdb/libodb.a -lpopt -lbfd -liberty -ldl
# libtool: link: clang++ -W -Wall -fno-common -ftemplate-depth-50 -o opgprof opgprof.o opgprof_options.o common_option.o ../libpp/libpp.a ../libopt++/libopt++.a ../libregex/libop_regex.a ../libutil++/libutil++.a ../libop/libop.a ../libutil/libutil.a ../libdb/libodb.a -lpopt -lbfd -liberty -ldl
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libregex -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT oparchive.o -MD -MP -MF .deps/oparchive.Tpo -c -o oparchive.o oparchive.cpp
# In file included from oparchive.cpp:29:
# In file included from ./oparchive_options.h:15:
# In file included from ./common_option.h:19:
# ../libpp/arrange_profiles.h:214:1: warning: 'inverted_profile' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct inverted_profile {
# ^
# ../libpp/image_errors.h:17:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# In file included from oparchive.cpp:29:
# ./oparchive_options.h:17:1: warning: class 'profile_classes' was previously declared as a struct [-Wmismatched-tags]
# class profile_classes;
# ^
# ../libpp/arrange_profiles.h:133:8: note: previous use is here
# struct profile_classes {
# ^
# ./oparchive_options.h:17:1: note: did you mean struct here?
# class profile_classes;
# ^~~~~
# struct
# ./oparchive_options.h:18:1: warning: class 'merge_option' was previously declared as a struct [-Wmismatched-tags]
# class merge_option;
# ^
# ../libpp/arrange_profiles.h:26:8: note: previous use is here
# struct merge_option {
# ^
# ./oparchive_options.h:18:1: note: did you mean struct here?
# class merge_option;
# ^~~~~
# struct
# 3 warnings generated.
# mv -f .deps/oparchive.Tpo .deps/oparchive.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libop -I ../libutil -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libregex -I ../libpp -W -Wall -fno-common -ftemplate-depth-50 -MT oparchive_options.o -MD -MP -MF .deps/oparchive_options.Tpo -c -o oparchive_options.o oparchive_options.cpp
# In file included from oparchive_options.cpp:22:
# ../libpp/arrange_profiles.h:214:1: warning: 'inverted_profile' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct inverted_profile {
# ^
# ../libpp/image_errors.h:17:1: note: did you mean struct here?
# class inverted_profile;
# ^~~~~
# struct
# In file included from oparchive_options.cpp:23:
# ./oparchive_options.h:17:1: warning: class 'profile_classes' was previously declared as a struct [-Wmismatched-tags]
# class profile_classes;
# ^
# ../libpp/arrange_profiles.h:133:8: note: previous use is here
# struct profile_classes {
# ^
# ./oparchive_options.h:17:1: note: did you mean struct here?
# class profile_classes;
# ^~~~~
# struct
# ./oparchive_options.h:18:1: warning: class 'merge_option' was previously declared as a struct [-Wmismatched-tags]
# class merge_option;
# ^
# ../libpp/arrange_profiles.h:26:8: note: previous use is here
# struct merge_option {
# ^
# ./oparchive_options.h:18:1: note: did you mean struct here?
# class merge_option;
# ^~~~~
# struct
# 3 warnings generated.
# mv -f .deps/oparchive_options.Tpo .deps/oparchive_options.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -W -Wall -fno-common -ftemplate-depth-50 -o oparchive oparchive.o oparchive_options.o common_option.o ../libpp/libpp.a ../libopt++/libopt++.a ../libregex/libop_regex.a ../libutil++/libutil++.a ../libop/libop.a ../libutil/libutil.a ../libdb/libodb.a -lpopt -lbfd -liberty -ldl
# libtool: link: clang++ -W -Wall -fno-common -ftemplate-depth-50 -o oparchive oparchive.o oparchive_options.o common_option.o ../libpp/libpp.a ../libopt++/libopt++.a ../libregex/libop_regex.a ../libutil++/libutil++.a ../libop/libop.a ../libutil/libutil.a ../libdb/libodb.a -lpopt -lbfd -liberty -ldl
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/pp'
# Making all in events
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/events'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/events'
# Making all in doc
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/doc'
# Making all in libpe_utils
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libpe_utils'
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil -I ../libutil++ -I ../libop -I ../libpe_utils -I ../libperf_events -W -Wall -fno-common -ftemplate-depth-50 -MT op_pe_utils.o -MD -MP -MF .deps/op_pe_utils.Tpo -c -o op_pe_utils.o op_pe_utils.cpp
# mv -f .deps/op_pe_utils.Tpo .deps/op_pe_utils.Po
# rm -f libpe_utils.a
# ar cru libpe_utils.a op_pe_utils.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libpe_utils.a
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libpe_utils'
# Making all in libperf_events
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libperf_events'
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libabi -I ../libutil -I ../libutil++ -I ../libop -I ../libdb -I ../libperf_events -I ../libpe_utils -W -Wall -fno-common -ftemplate-depth-50 -MT operf_utils.o -MD -MP -MF .deps/operf_utils.Tpo -c -o operf_utils.o operf_utils.cpp
# mv -f .deps/operf_utils.Tpo .deps/operf_utils.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libabi -I ../libutil -I ../libutil++ -I ../libop -I ../libdb -I ../libperf_events -I ../libpe_utils -W -Wall -fno-common -ftemplate-depth-50 -MT operf_counter.o -MD -MP -MF .deps/operf_counter.Tpo -c -o operf_counter.o operf_counter.cpp
# mv -f .deps/operf_counter.Tpo .deps/operf_counter.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libabi -I ../libutil -I ../libutil++ -I ../libop -I ../libdb -I ../libperf_events -I ../libpe_utils -W -Wall -fno-common -ftemplate-depth-50 -MT operf_process_info.o -MD -MP -MF .deps/operf_process_info.Tpo -c -o operf_process_info.o operf_process_info.cpp
# mv -f .deps/operf_process_info.Tpo .deps/operf_process_info.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libabi -I ../libutil -I ../libutil++ -I ../libop -I ../libdb -I ../libperf_events -I ../libpe_utils -W -Wall -fno-common -ftemplate-depth-50 -MT operf_kernel.o -MD -MP -MF .deps/operf_kernel.Tpo -c -o operf_kernel.o operf_kernel.cpp
# mv -f .deps/operf_kernel.Tpo .deps/operf_kernel.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libabi -I ../libutil -I ../libutil++ -I ../libop -I ../libdb -I ../libperf_events -I ../libpe_utils -W -Wall -fno-common -ftemplate-depth-50 -MT operf_mangling.o -MD -MP -MF .deps/operf_mangling.Tpo -c -o operf_mangling.o operf_mangling.cpp
# mv -f .deps/operf_mangling.Tpo .deps/operf_mangling.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libabi -I ../libutil -I ../libutil++ -I ../libop -I ../libdb -I ../libperf_events -I ../libpe_utils -W -Wall -fno-common -ftemplate-depth-50 -MT operf_sfile.o -MD -MP -MF .deps/operf_sfile.Tpo -c -o operf_sfile.o operf_sfile.cpp
# mv -f .deps/operf_sfile.Tpo .deps/operf_sfile.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libabi -I ../libutil -I ../libutil++ -I ../libop -I ../libdb -I ../libperf_events -I ../libpe_utils -W -Wall -fno-common -ftemplate-depth-50 -MT operf_stats.o -MD -MP -MF .deps/operf_stats.Tpo -c -o operf_stats.o operf_stats.cpp
# operf_stats.cpp:113:25: warning: comparison of integers of different signs: 'unsigned long' and 'int' [-Wsign-compare]
# if (total_lost_samples > (int)(OPERF_WARN_LOST_SAMPLES_THRESHOLD
# ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning generated.
# mv -f .deps/operf_stats.Tpo .deps/operf_stats.Po
# rm -f libperf_events.a
# ar cru libperf_events.a operf_utils.o operf_counter.o operf_process_info.o operf_kernel.o operf_mangling.o operf_sfile.o operf_stats.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libperf_events.a
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libperf_events'
# Making all in pe_profiling
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/pe_profiling'
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil -I ../libop -I ../libutil++ -I ../libperf_events -I ../libpe_utils -W -Wall -fno-common -ftemplate-depth-50 -MT operf.o -MD -MP -MF .deps/operf.Tpo -c -o operf.o operf.cpp
# mv -f .deps/operf.Tpo .deps/operf.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -W -Wall -fno-common -ftemplate-depth-50 -o operf operf.o ../libperf_events/libperf_events.a ../libpe_utils/libpe_utils.a ../libutil++/libutil++.a ../libdb/libodb.a ../libop/libop.a ../libutil/libutil.a ../libabi/libabi.a -liberty -ldl
# libtool: link: clang++ -W -Wall -fno-common -ftemplate-depth-50 -o operf operf.o ../libperf_events/libperf_events.a ../libpe_utils/libpe_utils.a ../libutil++/libutil++.a ../libdb/libodb.a ../libop/libop.a ../libutil/libutil.a ../libabi/libabi.a -liberty -ldl
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/pe_profiling'
# Making all in pe_counting
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/pe_counting'
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil -I ../libutil++ -I ../libop -I ../libperf_events -I ../libpe_utils -W -Wall -fno-common -ftemplate-depth-50 -MT ocount.o -MD -MP -MF .deps/ocount.Tpo -c -o ocount.o ocount.cpp
# mv -f .deps/ocount.Tpo .deps/ocount.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I ../libutil -I ../libutil++ -I ../libop -I ../libperf_events -I ../libpe_utils -W -Wall -fno-common -ftemplate-depth-50 -MT ocount_counter.o -MD -MP -MF .deps/ocount_counter.Tpo -c -o ocount_counter.o ocount_counter.cpp
# mv -f .deps/ocount_counter.Tpo .deps/ocount_counter.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -W -Wall -fno-common -ftemplate-depth-50 -o ocount ocount.o ocount_counter.o ../libpe_utils/libpe_utils.a ../libpe_utils/libpe_utils.a ../libop/libop.a ../libutil/libutil.a ../libutil++/libutil++.a -liberty -ldl
# libtool: link: clang++ -W -Wall -fno-common -ftemplate-depth-50 -o ocount ocount.o ocount_counter.o ../libpe_utils/libpe_utils.a ../libop/libop.a ../libutil/libutil.a ../libutil++/libutil++.a -liberty -ldl
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/pe_counting'
# Making all in agents
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/agents'
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/agents'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/agents'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/agents'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in .
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0'
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0'
# Making install in m4
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/m4'
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/m4'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/m4'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/m4'
# Making install in libutil
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libutil'
# Making install in .
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libutil'
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libutil'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libutil'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libutil'
# Making install in tests
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libutil/tests'
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libutil/tests'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libutil/tests'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libutil/tests'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libutil'
# Making install in libop
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libop'
# Making install in .
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libop'
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libop'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libop'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libop'
# Making install in tests
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libop/tests'
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libop/tests'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libop/tests'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libop/tests'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libop'
# Making install in libopagent
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libopagent'
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libopagent'
# /usr/bin/mkdir -p '/tmp/oprofile/pkg/oprofile/usr/lib/oprofile'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libopagent.la '/tmp/oprofile/pkg/oprofile/usr/lib/oprofile'
# libtool: install: /usr/bin/install -c .libs/libopagent.so.1.0.1 /tmp/oprofile/pkg/oprofile/usr/lib/oprofile/libopagent.so.1.0.1
# libtool: install: (cd /tmp/oprofile/pkg/oprofile/usr/lib/oprofile && { ln -s -f libopagent.so.1.0.1 libopagent.so.1 || { rm -f libopagent.so.1 && ln -s libopagent.so.1.0.1 libopagent.so.1; }; })
# libtool: install: (cd /tmp/oprofile/pkg/oprofile/usr/lib/oprofile && { ln -s -f libopagent.so.1.0.1 libopagent.so || { rm -f libopagent.so && ln -s libopagent.so.1.0.1 libopagent.so; }; })
# libtool: install: /usr/bin/install -c .libs/libopagent.lai /tmp/oprofile/pkg/oprofile/usr/lib/oprofile/libopagent.la
# libtool: install: /usr/bin/install -c .libs/libopagent.a /tmp/oprofile/pkg/oprofile/usr/lib/oprofile/libopagent.a
# libtool: install: chmod 644 /tmp/oprofile/pkg/oprofile/usr/lib/oprofile/libopagent.a
# libtool: install: ranlib /tmp/oprofile/pkg/oprofile/usr/lib/oprofile/libopagent.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib/oprofile'
# /usr/bin/mkdir -p '/tmp/oprofile/pkg/oprofile/usr/include'
# /usr/bin/install -c -m 644 opagent.h '/tmp/oprofile/pkg/oprofile/usr/include'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libopagent'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libopagent'
# Making install in libdb
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libdb'
# Making install in .
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libdb'
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libdb'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libdb'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libdb'
# Making install in tests
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libdb/tests'
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libdb/tests'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libdb/tests'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libdb/tests'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libdb'
# Making install in libutil++
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libutil++'
# Making install in .
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libutil++'
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libutil++'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libutil++'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libutil++'
# Making install in tests
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libutil++/tests'
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libutil++/tests'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libutil++/tests'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libutil++/tests'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libutil++'
# Making install in libopt++
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libopt++'
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libopt++'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libopt++'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libopt++'
# Making install in libabi
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libabi'
# Making install in .
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libabi'
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libabi'
# /usr/bin/mkdir -p '/tmp/oprofile/pkg/oprofile/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c opimport '/tmp/oprofile/pkg/oprofile/usr/bin'
# libtool: install: /usr/bin/install -c opimport /tmp/oprofile/pkg/oprofile/usr/bin/opimport
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libabi'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libabi'
# Making install in tests
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libabi/tests'
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libabi/tests'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libabi/tests'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libabi/tests'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libabi'
# Making install in utils
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/utils'
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/utils'
# /usr/bin/mkdir -p '/tmp/oprofile/pkg/oprofile/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c ophelp op-check-perfevents '/tmp/oprofile/pkg/oprofile/usr/bin'
# libtool: install: /usr/bin/install -c ophelp /tmp/oprofile/pkg/oprofile/usr/bin/ophelp
# libtool: install: /usr/bin/install -c op-check-perfevents /tmp/oprofile/pkg/oprofile/usr/bin/op-check-perfevents
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/utils'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/utils'
# Making install in libregex
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libregex'
# Making install in .
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libregex'
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libregex'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/oprofile/pkg/oprofile/usr/share/oprofile'
# /usr/bin/install -c -m 644 stl.pat '/tmp/oprofile/pkg/oprofile/usr/share/oprofile'
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libregex'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libregex'
# Making install in tests
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libregex/tests'
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libregex/tests'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libregex/tests'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libregex/tests'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libregex'
# Making install in libpp
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libpp'
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libpp'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libpp'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libpp'
# Making install in opjitconv
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/opjitconv'
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/opjitconv'
# /usr/bin/mkdir -p '/tmp/oprofile/pkg/oprofile/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c opjitconv '/tmp/oprofile/pkg/oprofile/usr/bin'
# libtool: install: /usr/bin/install -c opjitconv /tmp/oprofile/pkg/oprofile/usr/bin/opjitconv
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/opjitconv'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/opjitconv'
# Making install in pp
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/pp'
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/pp'
# /usr/bin/mkdir -p '/tmp/oprofile/pkg/oprofile/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c opreport opannotate opgprof oparchive '/tmp/oprofile/pkg/oprofile/usr/bin'
# libtool: install: /usr/bin/install -c opreport /tmp/oprofile/pkg/oprofile/usr/bin/opreport
# libtool: install: /usr/bin/install -c opannotate /tmp/oprofile/pkg/oprofile/usr/bin/opannotate
# libtool: install: /usr/bin/install -c opgprof /tmp/oprofile/pkg/oprofile/usr/bin/opgprof
# libtool: install: /usr/bin/install -c oparchive /tmp/oprofile/pkg/oprofile/usr/bin/oparchive
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/pp'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/pp'
# Making install in events
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/events'
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/events'
# make[2]: Nothing to be done for 'install-exec-am'.
# for i in alpha/ev67/events alpha/ev67/unit_masks i386/athlon/events i386/athlon/unit_masks i386/core_2/events i386/core_2/unit_masks i386/p4/events i386/p4-ht/events i386/p4-ht/unit_masks i386/p4/unit_masks i386/pii/events i386/pii/unit_masks i386/piii/events i386/piii/unit_masks i386/ppro/events i386/ppro/unit_masks i386/p6_mobile/events i386/p6_mobile/unit_masks i386/core/events i386/core/unit_masks i386/arch_perfmon/events i386/arch_perfmon/unit_masks i386/atom/events i386/atom/unit_masks i386/core_i7/events i386/core_i7/unit_masks i386/nehalem/events i386/nehalem/unit_masks i386/westmere/events i386/westmere/unit_masks i386/sandybridge/events i386/sandybridge/unit_masks i386/ivybridge/events i386/ivybridge/unit_masks i386/haswell/events i386/haswell/unit_masks i386/broadwell/events i386/broadwell/unit_masks i386/skylake/events i386/skylake/unit_masks i386/silvermont/events i386/silvermont/unit_masks ppc64/architected_events_v1/events ppc64/architected_events_v1/unit_masks ppc64/power4/events ppc64/power4/event_mappings ppc64/power4/unit_masks ppc64/power5/events ppc64/power5/event_mappings ppc64/power5/unit_masks ppc64/power5+/events ppc64/power5+/event_mappings ppc64/power5+/unit_masks ppc64/power5++/events ppc64/power5++/event_mappings ppc64/power5++/unit_masks ppc64/power6/events ppc64/power6/event_mappings ppc64/power6/unit_masks ppc64/power7/events ppc64/power7/event_mappings ppc64/power7/unit_masks ppc64/power8/events ppc64/power8/unit_masks ppc64/970/events ppc64/970/event_mappings ppc64/970/unit_masks ppc64/970MP/events ppc64/970MP/event_mappings ppc64/970MP/unit_masks x86-64/hammer/events x86-64/hammer/unit_masks x86-64/family10/events x86-64/family10/unit_masks x86-64/family11h/events x86-64/family11h/unit_masks x86-64/family12h/events x86-64/family12h/unit_masks x86-64/family14h/events x86-64/family14h/unit_masks x86-64/family15h/events x86-64/family15h/unit_masks x86-64/generic/events x86-64/generic/unit_masks arm/xscale1/events arm/xscale1/unit_masks arm/xscale2/events arm/xscale2/unit_masks arm/armv6/events arm/armv6/unit_masks arm/armv7-common/events arm/armv7-common/unit_masks arm/armv7/events arm/armv7/unit_masks arm/armv7-scorpion/events arm/armv7-scorpion/unit_masks arm/armv7-scorpionmp/events arm/armv7-scorpionmp/unit_masks arm/armv7-krait/events arm/armv7-krait/unit_masks arm/armv7-ca9/events arm/armv7-ca9/unit_masks arm/armv7-ca5/events arm/armv7-ca5/unit_masks arm/armv7-ca7/events arm/armv7-ca7/unit_masks arm/armv7-ca15/events arm/armv7-ca15/unit_masks arm/mpcore/events arm/mpcore/unit_masks arm/armv8-pmuv3-common/events arm/armv8-pmuv3-common/unit_masks arm/armv8-xgene/events arm/armv8-xgene/unit_masks arm/armv8-ca57/events arm/armv8-ca57/unit_masks arm/armv8-ca53/events arm/armv8-ca53/unit_masks mips/20K/events mips/20K/unit_masks mips/24K/events mips/24K/unit_masks mips/25K/events mips/25K/unit_masks mips/34K/events mips/34K/unit_masks mips/5K/events mips/5K/unit_masks mips/rm7000/events mips/rm7000/unit_masks mips/rm9000/events mips/rm9000/unit_masks mips/sb1/events mips/sb1/unit_masks mips/r10000/events mips/r10000/unit_masks mips/r12000/events mips/r12000/unit_masks mips/vr5432/events mips/vr5432/unit_masks mips/vr5500/events mips/vr5500/unit_masks mips/loongson2/events mips/loongson2/unit_masks mips/1004K/events mips/1004K/unit_masks mips/74K/events mips/74K/unit_masks ppc/7450/events ppc/7450/unit_masks ppc/e500/events ppc/e500/unit_masks ppc/e500v2/events ppc/e500v2/unit_masks ppc/e500mc/events ppc/e500mc/unit_masks ppc/e6500/events ppc/e6500/unit_masks ppc/e300/events ppc/e300/unit_masks tile/tile64/events tile/tile64/unit_masks tile/tilepro/events tile/tilepro/unit_masks tile/tilegx/events tile/tilegx/unit_masks s390/z10/events s390/z10/unit_masks s390/z196/events s390/z196/unit_masks s390/zEC12/events s390/zEC12/unit_masks ; do \
# dir=`dirname $i` ; \
# mkdir -p /tmp/oprofile/pkg/oprofile/usr/share/oprofile/$dir ; \
# /usr/bin/install -c -m 644 ../events/$i /tmp/oprofile/pkg/oprofile/usr/share/oprofile/$i ; \
# done
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/events'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/events'
# Making install in doc
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/doc'
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/oprofile/pkg/oprofile/usr/share/doc/oprofile'
# /usr/bin/install -c -m 644 oprofile.html internals.html opreport.xsd ophelp.xsd op-jit-devel.html '/tmp/oprofile/pkg/oprofile/usr/share/doc/oprofile'
# /usr/bin/mkdir -p '/tmp/oprofile/pkg/oprofile/usr/share/man/man1'
# /usr/bin/install -c -m 644 oprofile.1 opreport.1 opannotate.1 opgprof.1 ophelp.1 op-check-perfevents.1 oparchive.1 opimport.1 operf.1 ocount.1 '/tmp/oprofile/pkg/oprofile/usr/share/man/man1'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/doc'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/doc'
# Making install in libpe_utils
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libpe_utils'
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libpe_utils'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libpe_utils'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libpe_utils'
# Making install in libperf_events
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libperf_events'
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/libperf_events'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libperf_events'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/libperf_events'
# Making install in pe_profiling
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/pe_profiling'
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/pe_profiling'
# /usr/bin/mkdir -p '/tmp/oprofile/pkg/oprofile/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c operf '/tmp/oprofile/pkg/oprofile/usr/bin'
# libtool: install: /usr/bin/install -c operf /tmp/oprofile/pkg/oprofile/usr/bin/operf
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/pe_profiling'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/pe_profiling'
# Making install in pe_counting
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/pe_counting'
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/pe_counting'
# /usr/bin/mkdir -p '/tmp/oprofile/pkg/oprofile/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c ocount '/tmp/oprofile/pkg/oprofile/usr/bin'
# libtool: install: /usr/bin/install -c ocount /tmp/oprofile/pkg/oprofile/usr/bin/ocount
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/pe_counting'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/pe_counting'
# Making install in agents
# make[1]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/agents'
# make[2]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/agents'
# make[3]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/agents'
# make install-exec-hook
# make[4]: Entering directory '/tmp/oprofile/src/oprofile-1.1.0/agents'
# ****************************************************************
# * WARNING:
# * Create the 'oprofile' user account to enable profiling of JITed code.
# ****************************************************************
# ****************************************************************
# * WARNING:
# * Create the 'oprofile' group to enable profiling of JITed code.
# ****************************************************************
# make[4]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/agents'
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/agents'
# make[2]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/agents'
# make[1]: Leaving directory '/tmp/oprofile/src/oprofile-1.1.0/agents'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "oprofile"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: oprofile 1.1.0-2 (Thu Apr 13 17:18:46 UTC 2017)

CMD: pacman --query --file oprofile-1.1.0-2-x86_64.pkg.tar.xz
# oprofile 1.1.0-2

Creating hybrid package for 'oprofile'

Trying to find vanilla package 'oprofile'...

CMD: pacman --query --file /mirror/oprofile-1.1.0-2.pkg.tar.xz
# oprofile 1.1.0-2

Package file has the following structure:
# /.PKGINFO
# /.INSTALL
# /.MTREE
# /usr/share/oprofile/stl.pat
# /usr/share/oprofile/alpha/ev67/unit_masks
# /usr/share/oprofile/alpha/ev67/events
# /usr/share/oprofile/arm/armv7-scorpion/unit_masks
# /usr/share/oprofile/arm/armv7-scorpion/events
# /usr/share/oprofile/arm/armv8-ca57/unit_masks
# /usr/share/oprofile/arm/armv8-ca57/events
# /usr/share/oprofile/arm/armv7/unit_masks
# /usr/share/oprofile/arm/armv7/events
# /usr/share/oprofile/arm/armv7-ca9/unit_masks
# /usr/share/oprofile/arm/armv7-ca9/events
# /usr/share/oprofile/arm/armv7-ca7/unit_masks
# /usr/share/oprofile/arm/armv7-ca7/events
# /usr/share/oprofile/arm/armv7-scorpionmp/unit_masks
# /usr/share/oprofile/arm/armv7-scorpionmp/events
# /usr/share/oprofile/arm/mpcore/unit_masks
# /usr/share/oprofile/arm/mpcore/events
# /usr/share/oprofile/arm/armv7-common/unit_masks
# /usr/share/oprofile/arm/armv7-common/events
# /usr/share/oprofile/arm/armv6/unit_masks
# /usr/share/oprofile/arm/armv6/events
# /usr/share/oprofile/arm/armv8-pmuv3-common/unit_masks
# /usr/share/oprofile/arm/armv8-pmuv3-common/events
# /usr/share/oprofile/arm/armv7-ca15/unit_masks
# /usr/share/oprofile/arm/armv7-ca15/events
# /usr/share/oprofile/arm/armv7-krait/unit_masks
# /usr/share/oprofile/arm/armv7-krait/events
# /usr/share/oprofile/arm/xscale2/unit_masks
# /usr/share/oprofile/arm/xscale2/events
# /usr/share/oprofile/arm/armv7-ca5/unit_masks
# /usr/share/oprofile/arm/armv7-ca5/events
# /usr/share/oprofile/arm/armv8-xgene/unit_masks
# /usr/share/oprofile/arm/armv8-xgene/events
# /usr/share/oprofile/arm/armv8-ca53/unit_masks
# /usr/share/oprofile/arm/armv8-ca53/events
# /usr/share/oprofile/arm/xscale1/unit_masks
# /usr/share/oprofile/arm/xscale1/events
# /usr/share/oprofile/i386/nehalem/unit_masks
# /usr/share/oprofile/i386/nehalem/events
# /usr/share/oprofile/i386/athlon/unit_masks
# /usr/share/oprofile/i386/athlon/events
# /usr/share/oprofile/i386/p4-ht/unit_masks
# /usr/share/oprofile/i386/p4-ht/events
# /usr/share/oprofile/i386/silvermont/unit_masks
# /usr/share/oprofile/i386/silvermont/events
# /usr/share/oprofile/i386/atom/unit_masks
# /usr/share/oprofile/i386/atom/events
# /usr/share/oprofile/i386/core_i7/unit_masks
# /usr/share/oprofile/i386/core_i7/events
# /usr/share/oprofile/i386/pii/unit_masks
# /usr/share/oprofile/i386/pii/events
# /usr/share/oprofile/i386/arch_perfmon/unit_masks
# /usr/share/oprofile/i386/arch_perfmon/events
# /usr/share/oprofile/i386/p6_mobile/unit_masks
# /usr/share/oprofile/i386/p6_mobile/events
# /usr/share/oprofile/i386/p4/unit_masks
# /usr/share/oprofile/i386/p4/events
# /usr/share/oprofile/i386/ppro/unit_masks
# /usr/share/oprofile/i386/ppro/events
# /usr/share/oprofile/i386/core/unit_masks
# /usr/share/oprofile/i386/core/events
# /usr/share/oprofile/i386/sandybridge/unit_masks
# /usr/share/oprofile/i386/sandybridge/events
# /usr/share/oprofile/i386/ivybridge/unit_masks
# /usr/share/oprofile/i386/ivybridge/events
# /usr/share/oprofile/i386/core_2/unit_masks
# /usr/share/oprofile/i386/core_2/events
# /usr/share/oprofile/i386/haswell/unit_masks
# /usr/share/oprofile/i386/haswell/events
# /usr/share/oprofile/i386/westmere/unit_masks
# /usr/share/oprofile/i386/westmere/events
# /usr/share/oprofile/i386/broadwell/unit_masks
# /usr/share/oprofile/i386/broadwell/events
# /usr/share/oprofile/i386/piii/unit_masks
# /usr/share/oprofile/i386/piii/events
# /usr/share/oprofile/i386/skylake/unit_masks
# /usr/share/oprofile/i386/skylake/events
# /usr/share/oprofile/ppc64/power5/unit_masks
# /usr/share/oprofile/ppc64/power5/event_mappings
# /usr/share/oprofile/ppc64/power5/events
# /usr/share/oprofile/ppc64/970/unit_masks
# /usr/share/oprofile/ppc64/970/event_mappings
# /usr/share/oprofile/ppc64/970/events
# /usr/share/oprofile/ppc64/power5+/unit_masks
# /usr/share/oprofile/ppc64/power5+/event_mappings
# /usr/share/oprofile/ppc64/power5+/events
# /usr/share/oprofile/ppc64/power5++/unit_masks
# /usr/share/oprofile/ppc64/power5++/event_mappings
# /usr/share/oprofile/ppc64/power5++/events
# /usr/share/oprofile/ppc64/power6/unit_masks
# /usr/share/oprofile/ppc64/power6/event_mappings
# /usr/share/oprofile/ppc64/power6/events
# /usr/share/oprofile/ppc64/architected_events_v1/unit_masks
# /usr/share/oprofile/ppc64/architected_events_v1/events
# /usr/share/oprofile/ppc64/970MP/unit_masks
# /usr/share/oprofile/ppc64/970MP/event_mappings
# /usr/share/oprofile/ppc64/970MP/events
# /usr/share/oprofile/ppc64/power8/unit_masks
# /usr/share/oprofile/ppc64/power8/events
# /usr/share/oprofile/ppc64/power4/unit_masks
# /usr/share/oprofile/ppc64/power4/event_mappings
# /usr/share/oprofile/ppc64/power4/events
# /usr/share/oprofile/ppc64/power7/unit_masks
# /usr/share/oprofile/ppc64/power7/event_mappings
# /usr/share/oprofile/ppc64/power7/events
# /usr/share/oprofile/ppc/e500v2/unit_masks
# /usr/share/oprofile/ppc/e500v2/events
# /usr/share/oprofile/ppc/e500mc/unit_masks
# /usr/share/oprofile/ppc/e500mc/events
# /usr/share/oprofile/ppc/e6500/unit_masks
# /usr/share/oprofile/ppc/e6500/events
# /usr/share/oprofile/ppc/7450/unit_masks
# /usr/share/oprofile/ppc/7450/events
# /usr/share/oprofile/ppc/e500/unit_masks
# /usr/share/oprofile/ppc/e500/events
# /usr/share/oprofile/ppc/e300/unit_masks
# /usr/share/oprofile/ppc/e300/events
# /usr/share/oprofile/s390/z196/unit_masks
# /usr/share/oprofile/s390/z196/events
# /usr/share/oprofile/s390/z10/unit_masks
# /usr/share/oprofile/s390/z10/events
# /usr/share/oprofile/s390/zEC12/unit_masks
# /usr/share/oprofile/s390/zEC12/events
# /usr/share/oprofile/x86-64/family10/unit_masks
# /usr/share/oprofile/x86-64/family10/events
# /usr/share/oprofile/x86-64/family12h/unit_masks
# /usr/share/oprofile/x86-64/family12h/events
# /usr/share/oprofile/x86-64/hammer/unit_masks
# /usr/share/oprofile/x86-64/hammer/events
# /usr/share/oprofile/x86-64/family15h/unit_masks
# /usr/share/oprofile/x86-64/family15h/events
# /usr/share/oprofile/x86-64/generic/unit_masks
# /usr/share/oprofile/x86-64/generic/events
# /usr/share/oprofile/x86-64/family11h/unit_masks
# /usr/share/oprofile/x86-64/family11h/events
# /usr/share/oprofile/x86-64/family14h/unit_masks
# /usr/share/oprofile/x86-64/family14h/events
# /usr/share/oprofile/mips/vr5500/unit_masks
# /usr/share/oprofile/mips/vr5500/events
# /usr/share/oprofile/mips/r10000/unit_masks
# /usr/share/oprofile/mips/r10000/events
# /usr/share/oprofile/mips/34K/unit_masks
# /usr/share/oprofile/mips/34K/events
# /usr/share/oprofile/mips/5K/unit_masks
# /usr/share/oprofile/mips/5K/events
# /usr/share/oprofile/mips/r12000/unit_masks
# /usr/share/oprofile/mips/r12000/events
# /usr/share/oprofile/mips/25K/unit_masks
# /usr/share/oprofile/mips/25K/events
# /usr/share/oprofile/mips/rm9000/unit_masks
# /usr/share/oprofile/mips/rm9000/events
# /usr/share/oprofile/mips/1004K/unit_masks
# /usr/share/oprofile/mips/1004K/events
# /usr/share/oprofile/mips/rm7000/unit_masks
# /usr/share/oprofile/mips/rm7000/events
# /usr/share/oprofile/mips/24K/unit_masks
# /usr/share/oprofile/mips/24K/events
# /usr/share/oprofile/mips/loongson2/unit_masks
# /usr/share/oprofile/mips/loongson2/events
# /usr/share/oprofile/mips/vr5432/unit_masks
# /usr/share/oprofile/mips/vr5432/events
# /usr/share/oprofile/mips/sb1/unit_masks
# /usr/share/oprofile/mips/sb1/events
# /usr/share/oprofile/mips/20K/unit_masks
# /usr/share/oprofile/mips/20K/events
# /usr/share/oprofile/mips/74K/unit_masks
# /usr/share/oprofile/mips/74K/events
# /usr/share/oprofile/tile/tilegx/unit_masks
# /usr/share/oprofile/tile/tilegx/events
# /usr/share/oprofile/tile/tile64/unit_masks
# /usr/share/oprofile/tile/tile64/events
# /usr/share/oprofile/tile/tilepro/unit_masks
# /usr/share/oprofile/tile/tilepro/events
# /usr/share/man/man1/op-check-perfevents.1.gz
# /usr/share/man/man1/opimport.1.gz
# /usr/share/man/man1/operf.1.gz
# /usr/share/man/man1/ophelp.1.gz
# /usr/share/man/man1/opannotate.1.gz
# /usr/share/man/man1/oprofile.1.gz
# /usr/share/man/man1/ocount.1.gz
# /usr/share/man/man1/opgprof.1.gz
# /usr/share/man/man1/opreport.1.gz
# /usr/share/man/man1/oparchive.1.gz
# /usr/share/doc/oprofile/opreport.xsd
# /usr/share/doc/oprofile/ophelp.xsd
# /usr/share/doc/oprofile/internals.html
# /usr/share/doc/oprofile/oprofile.html
# /usr/share/doc/oprofile/op-jit-devel.html
# /usr/lib/libodb.a
# /usr/lib/libop.a
# /usr/lib/libopabi.a
# /usr/lib/liboputil++.a
# /usr/lib/liboputil.a
# /usr/lib/oprofile/libopagent.so
# /usr/lib/oprofile/libopagent.so.1
# /usr/lib/oprofile/libopagent.a
# /usr/lib/oprofile/libopagent.so.1.0.1
# /usr/include/opagent.h
# /usr/include/oprofile/op_parse_event.h
# /usr/include/oprofile/bfd_support.h
# /usr/include/oprofile/op_exception.h
# /usr/include/oprofile/op_bfd.h
# /usr/include/oprofile/op_hw_specific.h
# /usr/include/oprofile/op_cpu_type.h
# /usr/include/oprofile/op_xml_events.h
# /usr/include/oprofile/op_hw_config.h
# /usr/include/oprofile/utility.h
# /usr/include/oprofile/op_types.h
# /usr/include/oprofile/op_lockfile.h
# /usr/include/oprofile/op_netburst.h
# /usr/include/oprofile/op_sample_file.h
# /usr/include/oprofile/op_events.h
# /usr/include/oprofile/op_growable_buffer.h
# /usr/include/oprofile/op_popt.h
# /usr/include/oprofile/op_string.h
# /usr/include/oprofile/op_version.h
# /usr/include/oprofile/op_get_time.h
# /usr/include/oprofile/op_config.h
# /usr/include/oprofile/op_fileio.h
# /usr/include/oprofile/op_deviceio.h
# /usr/include/oprofile/op_xml_out.h
# /usr/include/oprofile/op_mangle.h
# /usr/include/oprofile/op_file.h
# /usr/include/oprofile/op_libiberty.h
# /usr/include/oprofile/config.h
# /usr/include/oprofile/odb.h
# /usr/include/oprofile/image_errors.h
# /usr/include/oprofile/op_list.h
# /usr/include/oprofile/op_cpufreq.h
# /usr/include/oprofile/locate_images.h
# /usr/include/oprofile/cached_value.h
# /usr/include/oprofile/op_alloc_counter.h
# /usr/include/oprofile/op_regex.h
# /usr/bin/opreport
# /usr/bin/operf
# /usr/bin/op-check-perfevents
# /usr/bin/opimport
# /usr/bin/ophelp
# /usr/bin/opjitconv
# /usr/bin/opannotate
# /usr/bin/oparchive
# /usr/bin/opgprof
# /usr/bin/ocount
# /sysroot/usr/lib/libop.a
# /sysroot/usr/lib/libodb.a
# /sysroot/usr/lib/libopabi.a
# /sysroot/usr/lib/liboputil.a
# /sysroot/usr/lib/liboputil++.a
# /sysroot/usr/lib/oprofile/libopagent.so.1.0.1
# /sysroot/usr/lib/oprofile/libopagent.so.1
# /sysroot/usr/lib/oprofile/libopagent.so
# /sysroot/usr/lib/oprofile/libopagent.la
# /sysroot/usr/lib/oprofile/libopagent.a
# /sysroot/usr/include/opagent.h
# /sysroot/usr/include/oprofile/config.h
# /sysroot/usr/include/oprofile/op_alloc_counter.h
# /sysroot/usr/include/oprofile/op_config.h
# /sysroot/usr/include/oprofile/op_cpu_type.h
# /sysroot/usr/include/oprofile/op_events.h
# /sysroot/usr/include/oprofile/op_hw_config.h
# /sysroot/usr/include/oprofile/op_hw_specific.h
# /sysroot/usr/include/oprofile/op_mangle.h
# /sysroot/usr/include/oprofile/op_netburst.h
# /sysroot/usr/include/oprofile/op_parse_event.h
# /sysroot/usr/include/oprofile/op_sample_file.h
# /sysroot/usr/include/oprofile/op_xml_events.h
# /sysroot/usr/include/oprofile/op_xml_out.h
# /sysroot/usr/include/oprofile/op_regex.h
# /sysroot/usr/include/oprofile/odb.h
# /sysroot/usr/include/oprofile/locate_images.h
# /sysroot/usr/include/oprofile/image_errors.h
# /sysroot/usr/include/oprofile/op_cpufreq.h
# /sysroot/usr/include/oprofile/op_deviceio.h
# /sysroot/usr/include/oprofile/op_file.h
# /sysroot/usr/include/oprofile/op_fileio.h
# /sysroot/usr/include/oprofile/op_get_time.h
# /sysroot/usr/include/oprofile/op_growable_buffer.h
# /sysroot/usr/include/oprofile/op_libiberty.h
# /sysroot/usr/include/oprofile/op_list.h
# /sysroot/usr/include/oprofile/op_lockfile.h
# /sysroot/usr/include/oprofile/op_popt.h
# /sysroot/usr/include/oprofile/op_string.h
# /sysroot/usr/include/oprofile/op_types.h
# /sysroot/usr/include/oprofile/op_version.h
# /sysroot/usr/include/oprofile/op_bfd.h
# /sysroot/usr/include/oprofile/op_exception.h
# /sysroot/usr/include/oprofile/bfd_support.h
# /sysroot/usr/include/oprofile/utility.h
# /sysroot/usr/include/oprofile/cached_value.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .INSTALL usr var sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .INSTALL usr var sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .INSTALL usr var sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf oprofile.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/oprofile.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/oprofile.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/oprofile.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/oprofile/src/oprofile-1.1.0/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by OProfile configure 1.1.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --with-x
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 1930de63ccf5
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2586: checking for a BSD-compatible install
# configure:2654: result: /usr/bin/install -c
# configure:2665: checking whether build environment is sane
# configure:2720: result: yes
# configure:2779: checking for x86_64-unknown-linux-strip
# configure:2809: result: no
# configure:2819: checking for strip
# configure:2835: found /usr/bin/strip
# configure:2846: result: strip
# configure:2871: checking for a thread-safe mkdir -p
# configure:2910: result: /usr/bin/mkdir -p
# configure:2917: checking for gawk
# configure:2933: found /usr/bin/gawk
# configure:2944: result: gawk
# configure:2955: checking whether make sets $(MAKE)
# configure:2977: result: yes
# configure:3006: checking whether make supports nested variables
# configure:3023: result: yes
# configure:3164: checking for style of include used by make
# configure:3192: result: GNU
# configure:3223: checking for x86_64-unknown-linux-gcc
# configure:3250: result: clang
# configure:3519: checking for C compiler version
# configure:3528: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3539: $? = 0
# configure:3528: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3539: $? = 0
# configure:3528: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3539: $? = 1
# configure:3528: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3539: $? = 1
# configure:3559: checking whether the C compiler works
# configure:3581: clang conftest.c >&5
# configure:3585: $? = 0
# configure:3633: result: yes
# configure:3636: checking for C compiler default output file name
# configure:3638: result: a.out
# configure:3644: checking for suffix of executables
# configure:3651: clang -o conftest conftest.c >&5
# configure:3655: $? = 0
# configure:3677: result:
# configure:3699: checking whether we are cross compiling
# configure:3707: clang -o conftest conftest.c >&5
# configure:3711: $? = 0
# configure:3718: ./conftest
# configure:3722: $? = 0
# configure:3737: result: no
# configure:3742: checking for suffix of object files
# configure:3764: clang -c conftest.c >&5
# configure:3768: $? = 0
# configure:3789: result: o
# configure:3793: checking whether we are using the GNU C compiler
# configure:3812: clang -c conftest.c >&5
# configure:3812: $? = 0
# configure:3821: result: yes
# configure:3830: checking whether clang accepts -g
# configure:3850: clang -c -g conftest.c >&5
# configure:3850: $? = 0
# configure:3891: result: yes
# configure:3908: checking for clang option to accept ISO C89
# configure:3971: clang -c conftest.c >&5
# configure:3971: $? = 0
# configure:3984: result: none needed
# configure:4009: checking whether clang understands -c and -o together
# configure:4031: clang -c conftest.c -o conftest2.o
# configure:4034: $? = 0
# configure:4031: clang -c conftest.c -o conftest2.o
# configure:4034: $? = 0
# configure:4046: result: yes
# configure:4065: checking dependency style of clang
# configure:4176: result: gcc3
# configure:4192: checking whether basename is declared
# configure:4192: clang -c conftest.c >&5
# configure:4192: $? = 0
# configure:4192: result: yes
# configure:4207: checking for x86_64-unknown-linux-ranlib
# configure:4237: result: no
# configure:4247: checking for ranlib
# configure:4263: found /usr/bin/ranlib
# configure:4274: result: ranlib
# configure:4325: checking build system type
# configure:4339: result: x86_64-unknown-linux-gnu
# configure:4359: checking host system type
# configure:4372: result: x86_64-unknown-linux-gnu
# configure:4413: checking how to print strings
# configure:4440: result: printf
# configure:4461: checking for a sed that does not truncate output
# configure:4525: result: /usr/bin/sed
# configure:4543: checking for grep that handles long lines and -e
# configure:4601: result: /usr/bin/grep
# configure:4606: checking for egrep
# configure:4668: result: /usr/bin/grep -E
# configure:4673: checking for fgrep
# configure:4735: result: /usr/bin/grep -F
# configure:4770: checking for ld used by clang
# configure:4837: result: /usr/bin/ld
# configure:4844: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4859: result: yes
# configure:4871: checking for BSD- or MS-compatible name lister (nm)
# configure:4920: result: /usr/bin/nm -B
# configure:5050: checking the name lister (/usr/bin/nm -B) interface
# configure:5057: clang -c conftest.c >&5
# configure:5060: /usr/bin/nm -B "conftest.o"
# configure:5063: output
# 0000000000000000 B some_variable
# configure:5070: result: BSD nm
# configure:5073: checking whether ln -s works
# configure:5077: result: yes
# configure:5085: checking the maximum length of command line arguments
# configure:5215: result: 1572864
# configure:5232: checking whether the shell understands some XSI constructs
# configure:5242: result: yes
# configure:5246: checking whether the shell understands "+="
# configure:5252: result: yes
# configure:5287: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5327: result: func_convert_file_noop
# configure:5334: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5354: result: func_convert_file_noop
# configure:5361: checking for /usr/bin/ld option to reload object files
# configure:5368: result: -r
# configure:5402: checking for x86_64-unknown-linux-objdump
# configure:5432: result: no
# configure:5442: checking for objdump
# configure:5458: found /usr/bin/objdump
# configure:5469: result: objdump
# configure:5501: checking how to recognize dependent libraries
# configure:5703: result: pass_all
# configure:5748: checking for x86_64-unknown-linux-dlltool
# configure:5778: result: no
# configure:5788: checking for dlltool
# configure:5818: result: no
# configure:5848: checking how to associate runtime and link libraries
# configure:5875: result: printf %s\n
# configure:5891: checking for x86_64-unknown-linux-ar
# configure:5921: result: no
# configure:5935: checking for ar
# configure:5951: found /usr/bin/ar
# configure:5962: result: ar
# configure:5999: checking for archiver @FILE support
# configure:6016: clang -c conftest.c >&5
# configure:6016: $? = 0
# configure:6019: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6022: $? = 0
# configure:6027: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6030: $? = 1
# configure:6042: result: @
# configure:6060: checking for x86_64-unknown-linux-strip
# configure:6087: result: strip
# configure:6159: checking for x86_64-unknown-linux-ranlib
# configure:6186: result: ranlib
# configure:6328: checking command to parse /usr/bin/nm -B output from clang object
# configure:6448: clang -c conftest.c >&5
# configure:6451: $? = 0
# configure:6455: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6458: $? = 0
# configure:6524: clang -o conftest conftest.c conftstm.o >&5
# configure:6527: $? = 0
# configure:6565: result: ok
# configure:6602: checking for sysroot
# configure:6632: result: no
# configure:6709: clang -c conftest.c >&5
# configure:6712: $? = 0
# configure:6854: checking for x86_64-unknown-linux-mt
# configure:6884: result: no
# configure:6894: checking for mt
# configure:6924: result: no
# configure:6944: checking if : is a manifest tool
# configure:6950: : '-?'
# configure:6958: result: no
# configure:7600: checking how to run the C preprocessor
# configure:7631: clang -E conftest.c
# configure:7631: $? = 0
# configure:7645: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7645: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OProfile"
# | #define PACKAGE_TARNAME "oprofile"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "OProfile 1.1.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "oprofile"
# | #define VERSION "1.1.0"
# | #define HAVE_DECL_BASENAME 1
# | /* end confdefs.h. */
# | #include
# configure:7670: result: clang -E
# configure:7690: clang -E conftest.c
# configure:7690: $? = 0
# configure:7704: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7704: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OProfile"
# | #define PACKAGE_TARNAME "oprofile"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "OProfile 1.1.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "oprofile"
# | #define VERSION "1.1.0"
# | #define HAVE_DECL_BASENAME 1
# | /* end confdefs.h. */
# | #include
# configure:7733: checking for ANSI C header files
# configure:7753: clang -c conftest.c >&5
# configure:7753: $? = 0
# configure:7826: clang -o conftest conftest.c >&5
# configure:7826: $? = 0
# configure:7826: ./conftest
# configure:7826: $? = 0
# configure:7837: result: yes
# configure:7850: checking for sys/types.h
# configure:7850: clang -c conftest.c >&5
# configure:7850: $? = 0
# configure:7850: result: yes
# configure:7850: checking for sys/stat.h
# configure:7850: clang -c conftest.c >&5
# configure:7850: $? = 0
# configure:7850: result: yes
# configure:7850: checking for stdlib.h
# configure:7850: clang -c conftest.c >&5
# configure:7850: $? = 0
# configure:7850: result: yes
# configure:7850: checking for string.h
# configure:7850: clang -c conftest.c >&5
# configure:7850: $? = 0
# configure:7850: result: yes
# configure:7850: checking for memory.h
# configure:7850: clang -c conftest.c >&5
# configure:7850: $? = 0
# configure:7850: result: yes
# configure:7850: checking for strings.h
# configure:7850: clang -c conftest.c >&5
# configure:7850: $? = 0
# configure:7850: result: yes
# configure:7850: checking for inttypes.h
# configure:7850: clang -c conftest.c >&5
# configure:7850: $? = 0
# configure:7850: result: yes
# configure:7850: checking for stdint.h
# configure:7850: clang -c conftest.c >&5
# configure:7850: $? = 0
# configure:7850: result: yes
# configure:7850: checking for unistd.h
# configure:7850: clang -c conftest.c >&5
# configure:7850: $? = 0
# configure:7850: result: yes
# configure:7864: checking for dlfcn.h
# configure:7864: clang -c conftest.c >&5
# configure:7864: $? = 0
# configure:7864: result: yes
# configure:8070: checking for objdir
# configure:8085: result: .libs
# configure:8356: checking if clang supports -fno-rtti -fno-exceptions
# configure:8374: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8378: $? = 0
# configure:8391: result: yes
# configure:8718: checking for clang option to produce PIC
# configure:8725: result: -fPIC -DPIC
# configure:8733: checking if clang PIC flag -fPIC -DPIC works
# configure:8751: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8755: $? = 0
# configure:8768: result: yes
# configure:8797: checking if clang static flag -static works
# configure:8825: result: yes
# configure:8840: checking if clang supports -c -o file.o
# configure:8861: clang -c -o out/conftest2.o conftest.c >&5
# configure:8865: $? = 0
# configure:8887: result: yes
# configure:8895: checking if clang supports -c -o file.o
# configure:8942: result: yes
# configure:8975: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10128: result: yes
# configure:10165: checking whether -lc should be explicitly linked in
# configure:10173: clang -c conftest.c >&5
# configure:10176: $? = 0
# configure:10191: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10194: $? = 0
# configure:10208: result: no
# configure:10368: checking dynamic linker characteristics
# configure:10879: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10879: $? = 0
# configure:11105: result: GNU/Linux ld.so
# configure:11212: checking how to hardcode library paths into programs
# configure:11237: result: immediate
# configure:11777: checking whether stripping libraries is possible
# configure:11782: result: yes
# configure:11817: checking if libtool supports shared libraries
# configure:11819: result: yes
# configure:11822: checking whether to build shared libraries
# configure:11843: result: yes
# configure:11846: checking whether to build static libraries
# configure:11850: result: yes
# configure:11898: checking for x86_64-unknown-linux-pkg-config
# configure:11931: result: no
# configure:11941: checking for pkg-config
# configure:11959: found /usr/bin/pkg-config
# configure:11971: result: /usr/bin/pkg-config
# configure:11996: checking pkg-config is at least version 0.9.0
# configure:11999: result: yes
# configure:12054: checking for x86_64-unknown-linux-gcc
# configure:12081: result: clang
# configure:12350: checking for C compiler version
# configure:12359: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:12370: $? = 0
# configure:12359: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:12370: $? = 0
# configure:12359: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:12370: $? = 1
# configure:12359: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:12370: $? = 1
# configure:12374: checking whether we are using the GNU C compiler
# configure:12402: result: yes
# configure:12411: checking whether clang accepts -g
# configure:12472: result: yes
# configure:12489: checking for clang option to accept ISO C89
# configure:12565: result: none needed
# configure:12590: checking whether clang understands -c and -o together
# configure:12627: result: yes
# configure:12646: checking dependency style of clang
# configure:12757: result: gcc3
# configure:12777: checking how to run the C preprocessor
# configure:12847: result: clang -E
# configure:12867: clang -E conftest.c
# configure:12867: $? = 0
# configure:12881: clang -E conftest.c
# conftest.c:24:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12881: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OProfile"
# | #define PACKAGE_TARNAME "oprofile"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "OProfile 1.1.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "oprofile"
# | #define VERSION "1.1.0"
# | #define HAVE_DECL_BASENAME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:13021: checking for C++ compiler version
# configure:13030: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:13041: $? = 0
# configure:13030: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:13041: $? = 0
# configure:13030: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:13041: $? = 1
# configure:13030: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:13041: $? = 1
# configure:13045: checking whether we are using the GNU C++ compiler
# configure:13064: clang++ -c conftest.cpp >&5
# configure:13064: $? = 0
# configure:13073: result: yes
# configure:13082: checking whether clang++ accepts -g
# configure:13102: clang++ -c -g conftest.cpp >&5
# configure:13102: $? = 0
# configure:13143: result: yes
# configure:13168: checking dependency style of clang++
# configure:13279: result: gcc3
# configure:13312: checking how to run the C++ preprocessor
# configure:13339: clang++ -E conftest.cpp
# configure:13339: $? = 0
# configure:13353: clang++ -E conftest.cpp
# conftest.cpp:24:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:13353: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OProfile"
# | #define PACKAGE_TARNAME "oprofile"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "OProfile 1.1.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "oprofile"
# | #define VERSION "1.1.0"
# | #define HAVE_DECL_BASENAME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:13378: result: clang++ -E
# configure:13398: clang++ -E conftest.cpp
# configure:13398: $? = 0
# configure:13412: clang++ -E conftest.cpp
# conftest.cpp:24:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:13412: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OProfile"
# | #define PACKAGE_TARNAME "oprofile"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "OProfile 1.1.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "oprofile"
# | #define VERSION "1.1.0"
# | #define HAVE_DECL_BASENAME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:13581: checking for ld used by clang++
# configure:13648: result: /usr/bin/ld -m elf_x86_64
# configure:13655: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:13670: result: yes
# configure:13725: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14730: result: yes
# configure:14766: clang++ -c conftest.cpp >&5
# configure:14769: $? = 0
# configure:15289: checking for clang++ option to produce PIC
# configure:15296: result: -fPIC -DPIC
# configure:15304: checking if clang++ PIC flag -fPIC -DPIC works
# configure:15322: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:15326: $? = 0
# configure:15339: result: yes
# configure:15362: checking if clang++ static flag -static works
# configure:15390: result: yes
# configure:15402: checking if clang++ supports -c -o file.o
# configure:15423: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:15427: $? = 0
# configure:15449: result: yes
# configure:15454: checking if clang++ supports -c -o file.o
# configure:15501: result: yes
# configure:15531: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:15567: result: yes
# configure:15708: checking dynamic linker characteristics
# configure:16379: result: GNU/Linux ld.so
# configure:16432: checking how to hardcode library paths into programs
# configure:16457: result: immediate
# configure:16499: checking for ld
# configure:16526: result: /usr/bin/ld -m elf_x86_64
# configure:16578: clang -c -I -Werror conftest.c >&5
# configure:16578: $? = 0
# configure:16594: checking /usr/include/linux/perf_event.h usability
# configure:16594: clang -c conftest.c >&5
# configure:16594: $? = 0
# configure:16594: result: yes
# configure:16594: checking /usr/include/linux/perf_event.h presence
# configure:16594: clang -E conftest.c
# configure:16594: $? = 0
# configure:16594: result: yes
# configure:16594: checking for /usr/include/linux/perf_event.h
# configure:16594: result: yes
# configure:16600: checking kernel supports perf_events
# configure:16630: result: yes
# configure:16683: checking whether PERF_RECORD_MISC_GUEST_KERNEL is defined in perf_event.h
# configure:16714: checking whether precise_ip is defined in perf_event.h
# configure:16951: checking whether malloc attribute is understood
# configure:16968: clang -c -Werror conftest.c >&5
# conftest.c:32:30: error: 'malloc' attribute only applies to return values that are pointers [-Werror,-Wignored-attributes]
# void monkey() __attribute__((malloc));
# ~~~~ ^
# 1 error generated.
# configure:16968: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OProfile"
# | #define PACKAGE_TARNAME "oprofile"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "OProfile 1.1.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "oprofile"
# | #define VERSION "1.1.0"
# | #define HAVE_DECL_BASENAME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PERF_GUEST_MACROS 1
# | #define HAVE_PERF_PRECISE_IP 1
# | #define HAVE_PERF_EVENTS 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | void monkey() __attribute__((malloc));
# |
# | ;
# | return 0;
# | }
# configure:16974: result: no
# configure:16982: checking whether __builtin_expect is understood
# configure:17000: clang -o conftest -Werror conftest.c >&5
# configure:17000: $? = 0
# configure:17001: result: yes
# configure:17066: checking for sched_setaffinity
# configure:17066: clang -o conftest conftest.c >&5
# configure:17066: $? = 0
# configure:17066: result: yes
# configure:17066: checking for perfmonctl
# configure:17066: clang -o conftest conftest.c >&5
# /tmp/conftest-4f1f9e.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `perfmonctl'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:17066: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OProfile"
# | #define PACKAGE_TARNAME "oprofile"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "OProfile 1.1.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "oprofile"
# | #define VERSION "1.1.0"
# | #define HAVE_DECL_BASENAME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PERF_GUEST_MACROS 1
# | #define HAVE_PERF_PRECISE_IP 1
# | #define HAVE_PERF_EVENTS 1
# | #define HAVE_SCHED_SETAFFINITY 1
# | /* end confdefs.h. */
# | /* Define perfmonctl to an innocuous variant, in case declares perfmonctl.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define perfmonctl innocuous_perfmonctl
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char perfmonctl (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef perfmonctl
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char perfmonctl ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_perfmonctl || defined __stub___perfmonctl
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return perfmonctl ();
# | ;
# | return 0;
# | }
# configure:17066: result: no
# configure:17076: checking for poptGetContext in -lpopt
# configure:17101: clang -o conftest conftest.c -lpopt >&5
# configure:17101: $? = 0
# configure:17110: result: yes
# configure:17126: checking libiberty.h usability
# configure:17126: clang -c conftest.c >&5
# conftest.c:62:10: fatal error: 'libiberty.h' file not found
# #include
# ^
# 1 error generated.
# configure:17126: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OProfile"
# | #define PACKAGE_TARNAME "oprofile"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "OProfile 1.1.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "oprofile"
# | #define VERSION "1.1.0"
# | #define HAVE_DECL_BASENAME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PERF_GUEST_MACROS 1
# | #define HAVE_PERF_PRECISE_IP 1
# | #define HAVE_PERF_EVENTS 1
# | #define HAVE_SCHED_SETAFFINITY 1
# | #define HAVE_LIBPOPT 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:17126: result: no
# configure:17126: checking libiberty.h presence
# configure:17126: clang -E conftest.c
# conftest.c:29:10: fatal error: 'libiberty.h' file not found
# #include
# ^
# 1 error generated.
# configure:17126: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OProfile"
# | #define PACKAGE_TARNAME "oprofile"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "OProfile 1.1.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "oprofile"
# | #define VERSION "1.1.0"
# | #define HAVE_DECL_BASENAME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PERF_GUEST_MACROS 1
# | #define HAVE_PERF_PRECISE_IP 1
# | #define HAVE_PERF_EVENTS 1
# | #define HAVE_SCHED_SETAFFINITY 1
# | #define HAVE_LIBPOPT 1
# | /* end confdefs.h. */
# | #include
# configure:17126: result: no
# configure:17126: checking for libiberty.h
# configure:17126: result: no
# configure:17136: checking for cplus_demangle in -liberty
# configure:17161: clang -o conftest conftest.c -liberty -lpopt >&5
# configure:17161: $? = 0
# configure:17170: result: yes
# configure:17185: checking for xcalloc
# configure:17185: clang -o conftest conftest.c -liberty -lpopt >&5
# configure:17185: $? = 0
# configure:17185: result: yes
# configure:17196: checking for xmemdup
# configure:17196: clang -o conftest conftest.c -liberty -lpopt >&5
# configure:17196: $? = 0
# configure:17196: result: yes
# configure:17205: checking for dlopen in -ldl
# configure:17230: clang -o conftest conftest.c -ldl -liberty -lpopt >&5
# configure:17230: $? = 0
# configure:17239: result: yes
# configure:17247: checking for main in -lintl
# configure:17266: clang -o conftest conftest.c -lintl -liberty -lpopt -ldl >&5
# /usr/bin/ld: cannot find -lintl
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:17266: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OProfile"
# | #define PACKAGE_TARNAME "oprofile"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "OProfile 1.1.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "oprofile"
# | #define VERSION "1.1.0"
# | #define HAVE_DECL_BASENAME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PERF_GUEST_MACROS 1
# | #define HAVE_PERF_PRECISE_IP 1
# | #define HAVE_PERF_EVENTS 1
# | #define HAVE_SCHED_SETAFFINITY 1
# | #define HAVE_LIBPOPT 1
# | #define HAVE_LIBIBERTY 1
# | #define HAVE_XCALLOC 1
# | #define HAVE_XMEMDUP 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:17275: result: no
# configure:17284: checking for bfd_openr in -lbfd
# configure:17309: clang -o conftest conftest.c -lbfd -liberty -lpopt -ldl >&5
# configure:17309: $? = 0
# configure:17318: result: yes
# configure:17419: checking whether bfd_get_synthetic_symtab() exists in BFD library
# configure:17439: clang -o conftest conftest.c -lbfd -liberty -lpopt -ldl >&5
# /tmp/conftest-920638.o: In function `main':
# conftest.c:(.text+0x63): undefined reference to `powerpc_elf64_vec'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:17439: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OProfile"
# | #define PACKAGE_TARNAME "oprofile"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "OProfile 1.1.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "oprofile"
# | #define VERSION "1.1.0"
# | #define HAVE_DECL_BASENAME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PERF_GUEST_MACROS 1
# | #define HAVE_PERF_PRECISE_IP 1
# | #define HAVE_PERF_EVENTS 1
# | #define HAVE_SCHED_SETAFFINITY 1
# | #define HAVE_LIBPOPT 1
# | #define HAVE_LIBIBERTY 1
# | #define HAVE_XCALLOC 1
# | #define HAVE_XMEMDUP 1
# | /* end confdefs.h. */
# | #include
# | #include
# | static bfd _ibfd;
# | int
# | main ()
# | {
# | asymbol * synthsyms; bfd * ibfd = &_ibfd;
# | long synth_count = bfd_get_synthetic_symtab(ibfd, 0, 0, 0, 0, &synthsyms);
# | extern const bfd_target powerpc_elf64_vec;
# | char *ppc_name = powerpc_elf64_vec.name;
# | printf("%s\n", ppc_name);
# |
# | ;
# | return 0;
# | }
# configure:17462: clang -o conftest conftest.c -lbfd -liberty -lpopt -ldl >&5
# /tmp/conftest-f21bfd.o: In function `main':
# conftest.c:(.text+0x63): undefined reference to `bfd_elf64_powerpc_vec'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:17462: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OProfile"
# | #define PACKAGE_TARNAME "oprofile"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "OProfile 1.1.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "oprofile"
# | #define VERSION "1.1.0"
# | #define HAVE_DECL_BASENAME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PERF_GUEST_MACROS 1
# | #define HAVE_PERF_PRECISE_IP 1
# | #define HAVE_PERF_EVENTS 1
# | #define HAVE_SCHED_SETAFFINITY 1
# | #define HAVE_LIBPOPT 1
# | #define HAVE_LIBIBERTY 1
# | #define HAVE_XCALLOC 1
# | #define HAVE_XMEMDUP 1
# | /* end confdefs.h. */
# | #include
# | #include
# | static bfd _ibfd;
# | int
# | main ()
# | {
# | asymbol * synthsyms; bfd * ibfd = &_ibfd;
# | long synth_count = bfd_get_synthetic_symtab(ibfd, 0, 0, 0, 0, &synthsyms);
# | extern const bfd_target bfd_elf64_powerpc_vec;
# | char *ppc_name = bfd_elf64_powerpc_vec.name;
# | printf("%s\n", ppc_name);
# |
# | ;
# | return 0;
# | }
# configure:17467: result: no
# configure:17508: checking popt prototype
# configure:17526: clang++ -c -Werror conftest.cpp >&5
# conftest.cpp:39:1: error: no matching function for call to 'poptGetContext'
# poptGetContext(0, c, v, 0, 0);
# ^~~~~~~~~~~~~~
# /usr/include/popt.h:261:13: note: candidate function not viable: no known conversion from 'char **' to 'const char **' for 3rd argument
# poptContext poptGetContext(
# ^
# 1 error generated.
# configure:17526: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OProfile"
# | #define PACKAGE_TARNAME "oprofile"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "OProfile 1.1.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "oprofile"
# | #define VERSION "1.1.0"
# | #define HAVE_DECL_BASENAME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PERF_GUEST_MACROS 1
# | #define HAVE_PERF_PRECISE_IP 1
# | #define HAVE_PERF_EVENTS 1
# | #define HAVE_SCHED_SETAFFINITY 1
# | #define HAVE_LIBPOPT 1
# | #define HAVE_LIBIBERTY 1
# | #define HAVE_XCALLOC 1
# | #define HAVE_XMEMDUP 1
# | #define SYNTHESIZE_SYMBOLS 0
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# |
# | int c; char **v;
# | poptGetContext(0, c, v, 0, 0);
# |
# | ;
# | return 0;
# | }
# configure:17530: result: takes const char **
# configure:17540: checking whether to use included sstream
# configure:17553: clang++ -c conftest.cpp >&5
# configure:17553: $? = 0
# configure:17554: result: no
# configure:17564: checking whether bfd defines bool
# configure:17577: clang++ -c conftest.cpp >&5
# configure:17577: $? = 0
# configure:17578: result: no
# configure:17589: checking type of size_t
# configure:17622: clang -c -Werror conftest.c >&5
# conftest.c:45:10: error: comparison of distinct pointer types ('fct1' (aka 'void (*)(unsigned long)') and 'fct2' (aka 'void (*)(unsigned int)')) [-Werror,-Wcompare-distinct-pointer-types]
# if (f1 == f2) {}
# ~~ ^ ~~
# 1 error generated.
# configure:17622: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OProfile"
# | #define PACKAGE_TARNAME "oprofile"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "OProfile 1.1.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "oprofile"
# | #define VERSION "1.1.0"
# | #define HAVE_DECL_BASENAME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PERF_GUEST_MACROS 1
# | #define HAVE_PERF_PRECISE_IP 1
# | #define HAVE_PERF_EVENTS 1
# | #define HAVE_SCHED_SETAFFINITY 1
# | #define HAVE_LIBPOPT 1
# | #define HAVE_LIBIBERTY 1
# | #define HAVE_XCALLOC 1
# | #define HAVE_XMEMDUP 1
# | #define SYNTHESIZE_SYMBOLS 0
# | #define CONST_POPT 1
# | /* end confdefs.h. */
# |
# | #include
# |
# | int
# | main ()
# | {
# |
# | typedef void (*fct1)(size_t);
# | typedef void (*fct2)(unsigned);
# | fct1 f1 = 0;
# | fct2 f2 = 0;
# | if (f1 == f2) {}
# |
# | ;
# | return 0;
# | }
# configure:17622: clang -c -Werror conftest.c >&5
# configure:17622: $? = 0
# configure:17642: result: unsigned long
# configure:17650: checking type of ptrdiff_t
# configure:17683: clang -c -Werror conftest.c >&5
# conftest.c:45:10: error: comparison of distinct pointer types ('fct1' (aka 'void (*)(long)') and 'fct2' (aka 'void (*)(int)')) [-Werror,-Wcompare-distinct-pointer-types]
# if (f1 == f2) {}
# ~~ ^ ~~
# 1 error generated.
# configure:17683: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OProfile"
# | #define PACKAGE_TARNAME "oprofile"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "OProfile 1.1.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "oprofile"
# | #define VERSION "1.1.0"
# | #define HAVE_DECL_BASENAME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PERF_GUEST_MACROS 1
# | #define HAVE_PERF_PRECISE_IP 1
# | #define HAVE_PERF_EVENTS 1
# | #define HAVE_SCHED_SETAFFINITY 1
# | #define HAVE_LIBPOPT 1
# | #define HAVE_LIBIBERTY 1
# | #define HAVE_XCALLOC 1
# | #define HAVE_XMEMDUP 1
# | #define SYNTHESIZE_SYMBOLS 0
# | #define CONST_POPT 1
# | /* end confdefs.h. */
# |
# | #include
# |
# | int
# | main ()
# | {
# |
# | typedef void (*fct1)(ptrdiff_t);
# | typedef void (*fct2)(int);
# | fct1 f1 = 0;
# | fct2 f2 = 0;
# | if (f1 == f2) {}
# |
# | ;
# | return 0;
# | }
# configure:17683: clang -c -Werror conftest.c >&5
# configure:17683: $? = 0
# configure:17703: result: long
# configure:17712: checking for X
# configure:17820: clang++ -E conftest.cpp
# configure:17820: $? = 0
# configure:17851: clang++ -o conftest conftest.cpp -lX11 -lbfd -liberty -lpopt -ldl >&5
# configure:17851: $? = 0
# configure:17901: result: libraries , headers
# configure:18000: clang++ -o conftest conftest.cpp -lbfd -liberty -lpopt -ldl -lX11 >&5
# configure:18000: $? = 0
# configure:18098: checking for gethostbyname
# configure:18098: clang++ -o conftest conftest.cpp -lbfd -liberty -lpopt -ldl >&5
# configure:18098: $? = 0
# configure:18098: result: yes
# configure:18195: checking for connect
# configure:18195: clang++ -o conftest conftest.cpp -lbfd -liberty -lpopt -ldl >&5
# configure:18195: $? = 0
# configure:18195: result: yes
# configure:18244: checking for remove
# configure:18244: clang++ -o conftest conftest.cpp -lbfd -liberty -lpopt -ldl >&5
# configure:18244: $? = 0
# configure:18244: result: yes
# configure:18293: checking for shmat
# configure:18293: clang++ -o conftest conftest.cpp -lbfd -liberty -lpopt -ldl >&5
# configure:18293: $? = 0
# configure:18293: result: yes
# configure:18351: checking for IceConnectionNumber in -lICE
# configure:18376: clang++ -o conftest conftest.cpp -lICE -lbfd -liberty -lpopt -ldl >&5
# configure:18376: $? = 0
# configure:18385: result: yes
# configure:18469: checking for xsltproc
# configure:18485: found /usr/bin/xsltproc
# configure:18496: result: xsltproc
# configure:18506: checking whether xsltproc works
# configure:18524: result: yes
# configure:18555: checking whether clang -W is understood
# configure:18577: clang -c -W conftest.c >&5
# configure:18577: $? = 0
# configure:18578: result: yes
# configure:18594: checking whether clang++ -W is understood
# configure:18616: clang++ -c -W conftest.cpp >&5
# configure:18616: $? = 0
# configure:18617: result: yes
# configure:18633: checking whether clang -Wall is understood
# configure:18655: clang -c -Wall conftest.c >&5
# configure:18655: $? = 0
# configure:18656: result: yes
# configure:18672: checking whether clang++ -Wall is understood
# configure:18694: clang++ -c -Wall conftest.cpp >&5
# configure:18694: $? = 0
# configure:18695: result: yes
# configure:18711: checking whether clang -fno-common is understood
# configure:18733: clang -c -fno-common conftest.c >&5
# configure:18733: $? = 0
# configure:18734: result: yes
# configure:18750: checking whether clang++ -fno-common is understood
# configure:18772: clang++ -c -fno-common conftest.cpp >&5
# configure:18772: $? = 0
# configure:18773: result: yes
# configure:18789: checking whether clang++ -ftemplate-depth-50 is understood
# configure:18811: clang++ -c -ftemplate-depth-50 conftest.cpp >&5
# configure:18811: $? = 0
# configure:18812: result: yes
# configure:18828: checking whether clang -Wdeclaration-after-statement is understood
# configure:18850: clang -c -Wdeclaration-after-statement conftest.c >&5
# configure:18850: $? = 0
# configure:18851: result: yes
# configure:19156: checking for clock_gettime
# configure:19156: clang++ -o conftest conftest.cpp >&5
# configure:19156: $? = 0
# configure:19156: result: yes
# configure:19349: checking that generated files are newer than configure
# configure:19355: result: done
# configure:19406: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by OProfile config.status 1.1.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 1930de63ccf5
#
# config.status:1239: creating Makefile
# config.status:1239: creating pe_counting/Makefile
# config.status:1239: creating libpe_utils/Makefile
# config.status:1239: creating pe_profiling/Makefile
# config.status:1239: creating libperf_events/Makefile
# config.status:1239: creating m4/Makefile
# config.status:1239: creating libutil/Makefile
# config.status:1239: creating libutil/tests/Makefile
# config.status:1239: creating libutil++/Makefile
# config.status:1239: creating libutil++/tests/Makefile
# config.status:1239: creating libop/Makefile
# config.status:1239: creating libop/tests/Makefile
# config.status:1239: creating libopagent/Makefile
# config.status:1239: creating libopt++/Makefile
# config.status:1239: creating libdb/Makefile
# config.status:1239: creating libdb/tests/Makefile
# config.status:1239: creating libabi/Makefile
# config.status:1239: creating libabi/tests/Makefile
# config.status:1239: creating libregex/Makefile
# config.status:1239: creating libregex/tests/Makefile
# config.status:1239: creating libregex/stl.pat
# config.status:1239: creating libregex/tests/mangled-name
# config.status:1239: creating events/Makefile
# config.status:1239: creating utils/Makefile
# config.status:1239: creating doc/Makefile
# config.status:1239: creating doc/xsl/catalog-1.xml
# config.status:1239: creating doc/oprofile.1
# config.status:1239: creating doc/ophelp.1
# config.status:1239: creating doc/op-check-perfevents.1
# config.status:1239: creating doc/opreport.1
# config.status:1239: creating doc/opannotate.1
# config.status:1239: creating doc/opgprof.1
# config.status:1239: creating doc/oparchive.1
# config.status:1239: creating doc/opimport.1
# config.status:1239: creating doc/operf.1
# config.status:1239: creating doc/ocount.1
# config.status:1239: creating doc/srcdoc/Doxyfile
# config.status:1239: creating libpp/Makefile
# config.status:1239: creating opjitconv/Makefile
# config.status:1239: creating pp/Makefile
# config.status:1239: creating agents/Makefile
# config.status:1239: creating agents/jvmti/Makefile
# config.status:1239: creating agents/jvmpi/Makefile
# config.status:1239: creating config.h
# config.status:1468: executing depfiles commands
# config.status:1468: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_XMKMF_set=
# ac_cv_env_XMKMF_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_clock_gettime=yes
# ac_cv_func_connect=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_perfmonctl=no
# ac_cv_func_remove=yes
# ac_cv_func_sched_setaffinity=yes
# ac_cv_func_shmat=yes
# ac_cv_func_xcalloc=yes
# ac_cv_func_xmemdup=yes
# ac_cv_have_decl_basename=yes
# ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
# ac_cv_header__usr_include_linux_perf_event_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libiberty_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_ICE_IceConnectionNumber=yes
# ac_cv_lib_bfd_bfd_openr=yes
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_iberty_cplus_demangle=yes
# ac_cv_lib_intl_main=no
# ac_cv_lib_popt_poptGetContext=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_LD='/usr/bin/ld -m elf_x86_64'
# ac_cv_prog_RANLIB=ranlib
# ac_cv_prog_STRIP=strip
# ac_cv_prog_XSLTPROC=xsltproc
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/oprofile/src/oprofile-1.1.0/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/oprofile/src/oprofile-1.1.0/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/oprofile/src/oprofile-1.1.0/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/oprofile/src/oprofile-1.1.0/missing automake-1.15'
# AWK='gawk'
# BFD_LIBS='-lbfd -liberty -ldl '
# BUILD_FOR_PERF_EVENT_FALSE='#'
# BUILD_FOR_PERF_EVENT_TRUE=''
# BUILD_JVMPI_AGENT_FALSE=''
# BUILD_JVMPI_AGENT_TRUE='#'
# BUILD_JVMTI_AGENT_FALSE=''
# BUILD_JVMTI_AGENT_TRUE='#'
# CAT_ENTRY_END='-->'
# CAT_ENTRY_START='