diskimage-build failed in building centos image
Bug #1650582 reported by
Bogun Dmitriy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
diskimage-builder |
New
|
Undecided
|
Unassigned |
Bug Description
I'am trying to build centos-image using centos-minimal element. (use CenOS7 as host system if it matter).
The error:
+ mv /usr/lib/
+ /usr/sbin/
/usr/local/
The problem looks similar to problem described in https:/
In bug #1585061 mentioned black magic... but all magic in their fix - disabling problem code on problem platform(fedora).
To post a comment you must log in.
Looks there is another facade of the same problem:
when trying to create a centos image, for me it stops with
3236 Floating point exception
in dib-run-parts:139
LC_NUMERIC=C LC_ALL=C output_printf "%-40s %10.3f\n" ${target##start_} $duration
Some investigations show, that when removing the 'LC_NUMERIC=C LC_ALL=C' it works. Also there are some other problems with the locale: a lot of warnings like
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
or
Failed to set locale, defaulting to C
appear.
The host system is a Ubuntu 16.04. DIB is a current version from the master branch (commit 7603f97cadbf92c 79549547dabbe25 2650343cac) .