Solved Synth Problem

i get this:

Code:
sudo synth prepare-system
Password:
Querying system about current package installations.
Stand by, comparing installed packages against the ports tree.
Scan of devel/gmake-lite failed (port deleted), it will not be considered.
Cached options obsolete: devel/boost-libs
Cached options obsolete: shells/bash
Cached options obsolete: java/openjdk7
Cached options obsolete: java/openjdk8
Cached options obsolete: www/py-html5lib
Cached options obsolete: x11-toolkits/gtk30
Cached options obsolete: www/transmission-web
Cached options obsolete: devel/boost-python-libs

A preliminary scan has revealed the cached options of 8 ports are
obsolete.  Please update or remove the saved options and try again.
  e.g. make -C /usr/ports/devel/boost-libs config
  e.g. make -C /usr/ports/devel/boost-libs rmconfig
Unfortunately, the system upgrade failed.

what do i have to do?
 
exactly what it says to do:
Code:
A preliminary scan has revealed the cached options of 8 ports are
obsolete.  Please update or remove the saved options and try again.
  e.g. make -C /usr/ports/devel/boost-libs config
  e.g. make -C /usr/ports/devel/boost-libs rmconfig
it even gave you an example...
 
Thanks marino@, you are a developer a genius, I'm just a stupid man trying to learn something... I'm really clueless here.
Thank you a lot!!!!
 
Last edited by a moderator:
Code:
sudo synth status
Password:
Querying system about current package installations.
Stand by, comparing installed packages against the ports tree.
Cached options obsolete: shells/bash
Cached options obsolete: devel/boost-libs
Cached options obsolete: java/openjdk7
Cached options obsolete: java/openjdk8
Cached options obsolete: www/py-html5lib

A preliminary scan has revealed the cached options of 5 ports are
obsolete.  Please update or remove the saved options and try again.
  e.g. make -C /usr/ports/shells/bash config
  e.g. make -C /usr/ports/shells/bash rmconfig
Unfortunately, the system upgrade failed.
$ sudo pkg delete boost-libs
No packages matched for pattern 'boost-libs'

Checking integrity... done (0 conflicting)
Package(s) not found!


I deleted boost-libs package why does still is as a obsolete?
 
Last edited by a moderator:
I had to delete or update the saved options, not the package!!!


Code:
N => www/chromium
  N => www/mathjax
  N => www/w3m
  N => japanese/font-std
Total packages that would be built: 852
The complete build list can also be found at:
/tmp/synth_status_results.txt
 
Last edited by a moderator:
Back
Top