NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: toolchain/43286: New atf framework causes build.sh to fail



I got myself out of this hole by doing something strange. I noticed that
there's a destdir include directory on the compile line that generates
my first error, so I created the directory
/usr/src/obj.amd64/destdir.amd64/usr/include/atf-version/
and then copied revsion.h into that directory. That let the compile
continue until the checkflist stage. I deleted the directory and then
restarted the build.sh with the -u flag and the compile completed.

I'm including the error below again, and wondering why the destdir
include directory follows the -isystem flag.

#    create  atf-version/atf-version.d
CC=/usr/src/obj.amd64/tooldir.NetBSD-5.99.29-amd64/bin/x86_64--netbsd-gcc 
/usr/src/obj.amd64/tooldir.NetBSD-5.99.29-amd64/bin/nbmkdep -f atf-version.d -- 
    -nostdinc++ -cxx-isystem /usr/src/obj.amd64/destdir.amd64/usr/include/g++   
-DHAVE_CONFIG_H 
-I/usr/src/external/bsd/atf/usr.bin/atf-version/../../lib/libatf-c -I.. 
-nostdinc -isystem /usr/src/obj.amd64/destdir.amd64/usr/include   
/usr/src/external/bsd/atf/dist/atf-version/atf-version.cpp
/usr/src/external/bsd/atf/dist/atf-version/atf-version.cpp:33:34: error: 
atf-version/revision.h: No such file or directory


Home | Main Index | Thread Index | Old Index