NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-sparc/52258: NetBSD/sparc fails cross-build from amd64
The following reply was made to PR port-sparc/52258; it has been noted by GNATS.
From: clare%csel.org@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: port-sparc/52258: NetBSD/sparc fails cross-build from amd64
Date: Sun, 28 May 2017 22:36:34 +0900
> Something is wrong in your source tree or your obj dir. Please remove the
> latter completely, and update the source tree with something like:
>
> cvs up -dPA -I \!
>
> and log all output. Then double check everything output by cvs (usually with
> a ? marker). Then please run
>
> find . -type l
>
> in your source tree and remove all links.
I cleaned up local source tree and recreated objdir.
# find . -user root -exec rm -rf '{}' \;
I removed following (maybe autogenerated) extra files:
? external/gpl3/gcc/lib/libstdc++-v3/include/bits/basic_file.h
? external/gpl3/gcc/lib/libstdc++-v3/include/bits/c++allocator.h
? external/gpl3/gcc/lib/libstdc++-v3/include/bits/c++io.h
? external/gpl3/gcc/lib/libstdc++-v3/include/bits/c++locale.h
? external/gpl3/gcc/lib/libstdc++-v3/include/bits/gthr-default.h
? external/gpl3/gcc/lib/libstdc++-v3/include/bits/messages_members.h
? external/gpl3/gcc/lib/libstdc++-v3/include/bits/opt_random.h
? external/gpl3/gcc/lib/libstdc++-v3/include/bits/time_members.h
After that, the build succeeded and no files generated outside of
objdir were found. Thank you.
--
DOYASHIKI Shinichi <clare%csel.org@localhost>
Home |
Main Index |
Thread Index |
Old Index