Missing packages and ports?

Status
Not open for further replies.

icsy7867

Contributor
Joined
Dec 31, 2015
Messages
167
I am trying to update one of my deluge jails. It looks like on freshports the package is on 1.3.15 (http://www.freshports.org/net-p2p/deluge/ )

I am currently running 1.3.12 in my jail. I originally installed by doing:
Code:
pkg install deluge

without any issue.

Now when I run:
Code:
 pkg update
pkg install deluge
pkg: No packages available to install matching 'deluge' have been found in the repositories


okay... lets check ports...

Code:
cd /usr/ports/net-p2p/deluge/
ls -a
make install clean
"/usr/ports/Mk/bsd.port.mk", line 1042: Unknown directive
Unknown modifier 't'

"/usr/ports/Mk/bsd.port.mk", line 1182: UNAME_r (10.3-STABLE) and OSVERSION (903000) do not agree on major version number.


looks like this directory is also missing files...
Only lists: makefile and pkg-descr.

okay...lets try again.
Code:
portsnap fetch
portsnap extract
portsnap update


Same errors as before. No sure about eh OS version numbers not matching. Any advice?
FreeNAS-9.10.2-U6 (561f0d7a1)
 
D

dlavigne

Guest
Just to clarify: you're trying to install the port within the jail? If so, did you update the ports tree first?

Also, was the jail originally created on 9.10.x or an earlier (9.3) version?
 

icsy7867

Contributor
Joined
Dec 31, 2015
Messages
167
Thanks for the quick reply.

Jail was created in 9.10 I think, but it has been a while and im not 100% sure.
I would prefer to install using pkg and not a port if possible.

And yes I did update the ports tree:
Code:
portsnap fetch
portsnap extract
portsnap update


Fortunately, I just got new hardware to rebuild my freenas server. I am doing so from scratch, so worst case I am blowing everything away anyways. but I am just a bit perplexed why this is happening.
 
D

dlavigne

Guest
It sounds like you're hitting ABI errors, which makes me wonder if the jail/plugin was originally created on 9.3.x.

Rebuilding the server is a great opportunity to fix it though :smile:
 
Status
Not open for further replies.
Top