Page 1 of 1

[Solved] Software Station not working

Posted: Mon Mar 02, 2020 1:00 pm
by vandykmarsu
Hi dear GhostBSD user's!

After a lot of pkg update with Software Station, had a conflict since, cannot use the app.

I search a solution and found anything into this forum, but can't install port because my OS version are not recognized, here the text:

Code: Select all

"/usr/ports/Mk/bsd.port.mk" line 1175: Unable to determine OS version.  Either define OSVERSION, install /usr/include/sys/param.h or define SRC_BASE.
I'm under 20.1 Mate.

Need some help please :)

Re: Software Station not working

Posted: Mon Mar 02, 2020 1:31 pm
by Vermilion
If software-station does not work, try pkg update in shell, what happens then?
I've heard from some users that you should not mix ports and pkg packages, so stay with pkg.

[Solved] Re: Software Station not working

Posted: Mon Mar 02, 2020 1:34 pm
by vandykmarsu
I found the solution:

Just download the GhostBSD ports on GitHub:

Code: Select all

git clone http://github.com/GhostBSD/ports.git
And then open a terminal:

Code: Select all

cd ports/ports-mgmt/

Code: Select all

software-update
Done!