Hi Guys,
I've searched and can't find anything relevant to help me solve this issue, although I might not have been searching in the right places.
When trying to install the xorg package I get an error:
The issue is when installing docbook-xml-4.5, although I have uninstalled all docbook packages. When I do a
which I believe is what is causing the issue.
I have tried removing these doing for example:
But the package is not found found. Any ideas as to how to get rid of these packages so that I can get past this issue.
Thanks in advance.
I've searched and can't find anything relevant to help me solve this issue, although I might not have been searching in the right places.
When trying to install the xorg package I get an error:
Code:
pkg: sqlite error while executing UPDATE deps SET origin=?1, version=?2 WHERE name=?3; in file pkgdb.c:1669: UNIQUE constraint failed: deps.name, deps.version, deps.package_id
pkg info though I get -
Code:
docbook~pkg-renamed~09EE-4.1_4 V4.1 of the DocBook DTD, designed for technical documentation
docbook~pkg-renamed~3DC8-4.5_2 DocBook/SGML DTD V4.5, designed for technical documentation
docbook~pkg-renamed~4544-1.4 Meta-port for the different versions of the DocBook DTD
docbook~pkg-renamed~5164-4.4_2 DocBook/SGML DTD V4.4, designed for technical documentation
docbook~pkg-renamed~617E-5.0_1 DocBook 5.0, designed for technical documentation
docbook~pkg-renamed~859E-4.3 DocBook/SGML DTD V4.3, designed for technical documentation
docbook~pkg-renamed~871C-4.2 V4.2 of the DocBook DTD, designed for technical documentation
I have tried removing these doing for example:
Code:
pkg delete -f docbook~pkg-renamed~09EE-4.1_4
Checking integrity... done (0 conflicting)
Package(s) not found!
Thanks in advance.