Re: libsoup quirk?

2013-11-03 Thread Juan Francisco Cantero Hurtado
On Mon, Nov 04, 2013 at 01:26:37AM +0100, frantisek holop wrote:
 hi there,
 
 nov 3 snapshot, trying to upgrade packages.
 the mirror seems to be having all the packages.
 
 $ sudo pkg_add -ui
 ...
 geoclue-0.12.99p2:python-2.7.5-2.7.5p0: ok
 geoclue-0.12.99p2:glib2-2.38.1-2.38.1: ok
 libsoup-2.44.0p0+libsoup-gnome-2.44.0p0-libsoup-2.44.1p0 forward 
 dependencies:
 | Dependency of gvfs-1.18.2 on libsoup-gnome-* doesn't match
 | Dependency of gstreamer-plugins-good-0.10.31p8v0 on libsoup-gnome-* doesn't 
 match
 | Dependency of geoclue-0.12.99p1 on libsoup-gnome-* doesn't match
 Merging gvfs-1.18.2-1.18.2p0 (ok)
 Merging gstreamer-plugins-good-0.10.31p8v0-0.10.31p9v0 (ok)
 Merging geoclue-0.12.99p1-0.12.99p2 (ok)
 geoclue-0.12.99p2+gstreamer...:libarchive-3.0.4p0-3.0.4p0: ok
 geoclue-0.12.99p2+gstreamer...:taglib-1.8p5-1.8p5: ok
 geoclue-0.12.99p2+gstreamer...:libgpg-error-1.12-1.12: ok
 geoclue-0.12.99p2+gstreamer...:libgcrypt-1.5.3-1.5.3: ok
 geoclue-0.12.99p2+gstreamer...:libsecret-0.16p0-0.16p0: ok
 geoclue-0.12.99p1+gstreamer-plugins-good-0.10.31p8v0+gvfs-1.18.2+libsoup-2.44.0p0+libsoup-gnome-2.44.0p0-geoc
 lue-0.12.99p2+gstreamer-plugins-good-0.10.31p9v0+gvfs-1.18.2p0+libsoup-2.44.1p0:
  ok
 Read shared items: ok
 Look in /usr/local/share/doc/pkg-readmes for extra documentation.
 --- -python-2.7.5 ---
 Don't forget to remove /usr/local/bin/python,
 /usr/local/bin/2to3, /usr/local/bin/python-config and/or
 /usr/local/bin/pydoc if they were symlinks to
 /usr/local/bin/python2.7, /usr/local/bin/python2.7-2to3,
 /usr/local/bin/python2.7-config or to /usr/local/bin/pydoc2.7.
 --- +python-2.7.5p0 ---
 If you want to use this package as your default system python, as root
 create symbolic links like so (overwriting any previous default):
  ln -sf /usr/local/bin/python2.7 /usr/local/bin/python
  ln -sf /usr/local/bin/python2.7-2to3 /usr/local/bin/2to3
  ln -sf /usr/local/bin/python2.7-config /usr/local/bin/python-config
  ln -sf /usr/local/bin/pydoc2.7  /usr/local/bin/pydoc
 Couldn't find updates for firefox-24.0p0
 OpenBSD::RequiredBy: writing /var/db/pkg/libsoup-gnome-2.44.0p0/+REQUIRED_BY: 
 No such file or directory at /us
 r/libdata/perl5/OpenBSD/Dependencies.pm line 706.
 
 and here it stops, although still many packages to go
 and i had to rerun the command to finish all the updates.
 no big deal for me, just reporting it, if it helps
 to make future updates more hiccup-less :]
 

IIRC, it should works:
sudo pkg_add -D dontmerge -u libsoup
sudo pkg_add -u
sudo pkg_delete libsoup-gnome

-- 
Juan Francisco Cantero Hurtado http://juanfra.info



Re: libsoup quirk?

2013-11-03 Thread frantisek holop

there is something funny going on with gvfs
that was updated in the previous email.

Warning: couldn't read packing-list from installed package gvfs-1.18.2
File /var/db/pkg/gvfs-1.18.2/+CONTENTS does not exist
py-gstreamer-0.10.22p3-0.10.22p3: ok

that file does not exist truly, as it should be looked
for under:
/var/db/pkg/gvfs-1.18.2p0/+CONTENTS
   ^^

-f
-- 
latin is a real angina gluteus maximus.



Re: libsoup quirk?

2013-11-03 Thread Landry Breuil
On Mon, Nov 04, 2013 at 02:22:42AM +0100, frantisek holop wrote:
 
 there is something funny going on with gvfs
 that was updated in the previous email.
 
 Warning: couldn't read packing-list from installed package gvfs-1.18.2
 File /var/db/pkg/gvfs-1.18.2/+CONTENTS does not exist
 py-gstreamer-0.10.22p3-0.10.22p3: ok
 
 that file does not exist truly, as it should be looked
 for under:
 /var/db/pkg/gvfs-1.18.2p0/+CONTENTS

This (that, and the libsoup one) is a known problem and happens
since a little while. Usually, pkg_check -qf + pkg_add -u fixes it.

Landry