build succeed, install fail

News and Announcements related to GhostBSD
Post Reply
ASX
Posts: 988
Joined: Wed May 06, 2015 12:46 pm

build succeed, install fail

Post 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.
User avatar
ericbsd
Developer
Posts: 2125
Joined: Mon Nov 19, 2012 7:54 pm

Re: build succeed, install fail

Post by ericbsd »

I did forgot to put ;; and I fix that yesterday.
ASX
Posts: 988
Joined: Wed May 06, 2015 12:46 pm

Re: build succeed, install fail

Post 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.
User avatar
ericbsd
Developer
Posts: 2125
Joined: Mon Nov 19, 2012 7:54 pm

Re: build succeed, install fail

Post by ericbsd »

This might be be due to /etc/profile.
ASX
Posts: 988
Joined: Wed May 06, 2015 12:46 pm

Re: build succeed, install fail

Post by ASX »

ericbsd wrote:This might be be due to /etc/profile.
indeed:

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