Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: build.sh failure for aarch64
On Tue, 9 Aug 2022 12:13:54 +0530
Mayuresh <mayuresh%acm.org@localhost> wrote:
> mv ${METALOG}.new ${METALOG}.sanitised
> => mv /usr/src/obj/destdir.evbarm/METALOG.new /usr/src/obj/destdir.evbarm/METALOG.sanitised
> *** [/usr/src/obj/destdir.evbarm/METALOG.sanitised] Error code 1
>
> nbmake[4]: stopped in /usr/src/distrib/sets
> 1 error
>
> Please advise.
Delete /usr/src/obj/destdir.evbarm/METALOG*, it is owned by root.
This happens when you have ran build.sh -U as non-root and later
build.sh -U install as root. It would be nice to fix this bug so
that build.sh -U install cleans up after itself.
-Tobias
Home |
Main Index |
Thread Index |
Old Index