Page 1 of 1

build succeed, install fail

Posted: Tue May 10, 2016 4:39 am
by ASX
A new problem has been introduced recently, I was unable to install using an ISO built yesterday May 09.

The problem is: install start and abort nearly immediately, highlighting about report back pc-sysinstall.log, but there not exist the log file anywhere.

Launching gbi from a terminal issue a warning about a library not supporting en_US locale and falling back to "C", this is the only hint I was able to get, and I suspect it is related to this commit:
https://github.com/GhostBSD/pcbsd/commi ... cd561cdbaf

Later, I retried using the 10.3 alpha1 iso, and was able to complete install.

Re: build succeed, install fail

Posted: Tue May 10, 2016 9:53 am
by ericbsd
I did forgot to put ;; and I fix that yesterday.

Re: build succeed, install fail

Posted: Tue May 10, 2016 4:09 pm
by ASX
rebuilt the iso, which now complete the install correctly.

Still there is an issue with LC_ALL ...

I get Gtk library warning ... falling back to "C" when launching gbi.

And now, on the newly installed system when I open a terminal I get:
bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8:): No such file or directory
[as@as /usr/home/as]$
and this seems related to the change I linked above.

Re: build succeed, install fail

Posted: Tue May 10, 2016 4:50 pm
by ericbsd
This might be be due to /etc/profile.

Re: build succeed, install fail

Posted: Wed May 11, 2016 5:20 am
by ASX
ericbsd wrote:This might be be due to /etc/profile.
indeed:

https://github.com/GhostBSD/pcbsd/commi ... cd561cdbaf