On Sun, Jun 18, 2006 at 09:43:53AM +1000, atstake atstake wrote: > >I'm sure it doesn't output 3 dots. So if you want serious help, provide > >the full output of pkg_add. Afaik, the -F flags are not needed because > >-i already asks you in tricky situations. > > Here are 3 diffrerent types of output - > > # pkg_add -uv > > Candidates for updating atk-1.10.1 -> atk-1.10.3p1 > Candidates for updating glib2-2.6.4 -> glib2-2.8.4 > Looking for updates: complete > > # pkg_add -ui -F update -F updatedepends > > Candidates for updating atk-1.10.1 -> atk-1.10.3p1 > Candidates for updating glib2-2.6.4 -> glib2-2.8.4 > Looking for updates: complete > > # pkg_add -u atk > > Candidates for updating glib2-2.6.4 -> glib2-2.8.4 > Candidates for updating atk-1.10.1 -> atk-1.10.3p1 > Looking for updates: complete > Running the equivalent of pkg_add -r glib2-2.8.4 atk-1.10.3p1 > glib2-2.8.4 (extracting): complete > glib2-2.6.4 (deleting): complete > glib2-2.8.4 (installing): complete > atk-1.10.3p1 (extracting): complete > atk-1.10.1 (deleting): complete > atk-1.10.3p1 (installing): complete > Clean shared items: complete > > Thanks! > >
The last one just solved your problem (in case you didn't notice). Next time use 'pkg_add -ui' Tobias