[Solved] Software Station not working

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Post Reply
vandykmarsu
Posts: 6
Joined: Sat Nov 23, 2019 1:53 pm

[Solved] Software Station not working

Post 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 :)
Last edited by vandykmarsu on Mon Mar 02, 2020 1:35 pm, edited 1 time in total.
Vermilion
Posts: 86
Joined: Sat Jan 18, 2020 5:52 am

Re: Software Station not working

Post 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.
vandykmarsu
Posts: 6
Joined: Sat Nov 23, 2019 1:53 pm

[Solved] Re: Software Station not working

Post 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!
Post Reply