ctfconvert fails for cddl/lib/drti, ctfconvert is missing

Trond Endrestøl Trond.Endrestol at fagskolen.gjovik.no
Tue May 19 08:24:11 UTC 2015


During make -j 1 installworld on stable/10, this happened to me on two 
separate occations:

===> cddl/lib/drti (install)
make[6]: /usr/obj/usr/src/cddl/lib/drti/.depend, 87: ignoring stale .depend for /usr/src/cddl/lib/drti/../../../sys/cddl/compat/opensolaris/sys/cyclic.h
clang  -O2 -pipe -fno-omit-frame-pointer   -I/usr/src/cddl/lib/drti/../../../sys/cddl/compat/opensolaris  -I/usr/src/cddl/lib/drti/../../../cddl/compat/opensolaris/include  -I/usr/src/cddl/lib/drti/../../../cddl/contrib/opensolaris/head  -I/usr/src/cddl/lib/drti/../../../cddl/contrib/opensolaris/lib/libctf/common  -I/usr/src/cddl/lib/drti/../../../cddl/contrib/opensolaris/lib/libdtrace/common  -I/usr/src/cddl/lib/drti/../../../sys/cddl/contrib/opensolaris/uts/common  -DPIC -fpic -DNEED_SOLARIS_BOOLEAN -std=gnu89 -Qunused-arguments  -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-unknown-pragmas !
 -c /usr/src/cddl/lib/drti/../../../cddl/contrib/opensolaris/lib/libdtrace/common/drti.c -o drti.o
ctfconvert -L VERSION drti.o
make[6]: exec(ctfconvert) failed (No such file or directory)
*** Error code 1

I run make -j 4 buildworld with -D NO_CLEAN. I had DESTDIR set to a 
new and empty ZFS BE, so maybe ctfconvert isn't installed in time.


/etc/make.conf contains:

KERNCONF=ENTERPRISE GENERIC ZFS

STRIP=
CFLAGS+=-fno-omit-frame-pointer


/etc/src.conf contains:

CC=clang
CXX=clang++
CPP=clang-cpp

NO_WERROR=
WERROR=

WITH_CLANG_EXTRAS=yes
WITH_CLANG_FULL=yes
WITH_CTF=1
WITH_GCC=yes
WITH_GNUCXX=yes
WITH_LIBCPLUSPLUS=yes
WITH_NAND=yes


Running make -k installworld succeeds.

-- 
+-------------------------------+------------------------------------+
| Vennlig hilsen,               | Best regards,                      |
| Trond Endrestøl,              | Trond Endrestøl,                   |
| IT-ansvarlig,                 | System administrator,              |
| Fagskolen Innlandet,          | Gjøvik Technical College, Norway,  |
| tlf. mob.   952 62 567,       | Cellular...: +47 952 62 567,       |
| sentralbord 61 14 54 00.      | Switchboard: +47 61 14 54 00.      |
+-------------------------------+------------------------------------+


More information about the freebsd-stable mailing list