pkg_jobs_conflicts.c error when installing some pkg in FreeNAS 9.3

Status
Not open for further replies.

Forrest Gump

Cadet
Joined
Dec 15, 2014
Messages
5
For me, this bug is simple to reproduce:

1) create a standard jail in FreeNAS 9.3
2) install bash:

root@backupjail:/ # pkg install bash
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity...Assertion failed: (pkgdb_ensure_loaded(j->db, p2, PKG_LOAD_FILES|PKG_LOAD_DIRS) == EPKG_OK), function pkg_conflicts_need_conflict, file pkg_jobs_conflicts.c, line 211.
Child process pid=55507 terminated abnormally: Abort trap: 6


Anybody else having this problem? Is there a fix?
 
D

dlavigne

Guest
Yup, pkg is borked right now and PC-BSD users are seeing the same issue. The PC-BSD Project is checking to see what the issue/fix is.
 
D

dlavigne

Guest
Does running this command fix it?

pkg install -f ports-mgmt/pkg
 

Nucshuco

Explorer
Joined
Aug 22, 2014
Messages
52
This fixed it for me

# pkg delete -f gettext

# pkg upgrade
 
Last edited:
Status
Not open for further replies.
Top