Date: Sat, 2 Apr 2016 11:19:30 +0200 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Paul Beard <paulbeard@gmail.com> Cc: pkg@freebsd.org Subject: Re: Any idea what's going on here? False negatives? Message-ID: <20160402091930.GL1128@ivaldir.etoilebsd.net> In-Reply-To: <6F30C558-3445-4876-86B9-8E35BDEE4379@gmail.com> References: <6F30C558-3445-4876-86B9-8E35BDEE4379@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--yaPAUYI/0vT2YKpA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 01, 2016 at 05:50:34PM -0700, Paul Beard wrote: > ---> ** Upgrade tasks 5: 5 done, 0 ignored, 0 skipped and 0 failed > ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) > + ports-mgmt/pkg (pkg-1.6.4_1 -> pkg-1.7.0) > + graphics/webp (webp-0.4.4_1 -> webp-0.5.0) > + graphics/graphite2 (graphite2-1.3.7 -> graphite2-1.3.8) > + graphics/py-pillow (py27-pillow-3.1.1 -> py27-pillow-3.1.1_1) > + multimedia/ffmpeg (ffmpeg-2.8.6_1,1 -> ffmpeg-2.8.6_2,1) > ---> Packages processed: 5 done, 0 ignored, 0 skipped and 0 failed > ---> Session ended at: Fri, 01 Apr 2016 16:54:49 -0700 (consumed 00:09:5= 3) >=20 > [ I routinely run this after running portmaster. ]=20 > Checking all packages: 100% > gtk-update-icon-cache is missing a required shared library: libgdk_pixbuf= -2.0.so.0 > gtk2 is missing a required shared library: libgdk_pixbuf-2.0.so.0 > gutenprint-base is missing a required shared library: libgdk_pixbuf-2.0.s= o.0 >=20 > [ seeing these for a couple of months now ]=20 >=20 > [root@www ~]# pkg delete -f gdk-pixbuf2 > Updating database digests format: 100% > Checking integrity... done (0 conflicting) > Deinstallation has been requested for the following 1 packages (of 0 pack= ages in the universe): >=20 > Installed packages to be REMOVED: > gdk-pixbuf2-2.32.3 >=20 > The operation will free 3 MiB. >=20 > Proceed with deinstalling packages? [y/N]: y > [1/1] Deinstalling gdk-pixbuf2-2.32.3... > [1/1] Deleting files for gdk-pixbuf2-2.32.3: 100% > [root@www ~]# pkg check -Bdrs > Checking all packages: 21% > (gtk-update-icon-cache-2.24.29) /usr/local/bin/gtk-update-icon-cache - re= quired shared library libgdk_pixbuf-2.0.so.0 not found > Checking all packages: 22% > (gtk2-2.24.29_2) /usr/local/bin/gtk-demo - required shared library libgdk= _pixbuf-2.0.so.0 not found > (gtk2-2.24.29_2) /usr/local/bin/gtk-query-immodules-2.0 - required shared= library libgdk_pixbuf-2.0.so.0 not found > Checking all packages: 100% > gtk-update-icon-cache has a missing dependency: gdk-pixbuf2 > gtk-update-icon-cache is missing a required shared library: libgdk_pixbuf= -2.0.so.0 > gtk2 has a missing dependency: gdk-pixbuf2 > gtk2 is missing a required shared library: libgdk_pixbuf-2.0.so.0 > gutenprint-base is missing a required shared library: libgdk_pixbuf-2.0.s= o.0 >=20 > >>> Missing package dependencies were detected. > >>> Found 1 issue(s) in the package database. >=20 > pkg: Repo FreeBSD needs schema upgrade from 2012 to 2013 but it is opened= readonly > pkg: need to re-create repo FreeBSD to upgrade schema version > pkg: Repository FreeBSD cannot be opened. 'pkg update' required > pkg: No packages available to install matching 'gdk-pixbuf2' have been fo= und in the repositories > >>> Summary of actions performed: >=20 > gdk-pixbuf2 dependency failed to be fixed >=20 > >>> There are still missing dependencies. > >>> Try fixing them manually. >=20 > >>> Also make sure to check 'pkg updating' for known issues. > [root@www ~]# cd /usr/ports/graphics/gdk-pixbuf2 > [root@www /usr/ports/graphics/gdk-pixbuf2]# make reinstall=20 > =3D=3D=3D> Installing for gdk-pixbuf2-2.32.3 > =3D=3D=3D> gdk-pixbuf2-2.32.3 depends on file: /usr/local/libdata/pkgco= nfig/xt.pc - found > =3D=3D=3D> gdk-pixbuf2-2.32.3 depends on file: /usr/local/libdata/pkgco= nfig/xi.pc - found > =3D=3D=3D> gdk-pixbuf2-2.32.3 depends on file: /usr/local/libdata/pkgco= nfig/x11.pc - found > =3D=3D=3D> gdk-pixbuf2-2.32.3 depends on shared library: libjasper.so -= found (/usr/local/lib/libjasper.so) > =3D=3D=3D> gdk-pixbuf2-2.32.3 depends on shared library: libpng.so - fo= und (/usr/local/lib/libpng.so) > =3D=3D=3D> gdk-pixbuf2-2.32.3 depends on shared library: libtiff.so - f= ound (/usr/local/lib/libtiff.so) > =3D=3D=3D> gdk-pixbuf2-2.32.3 depends on shared library: libglib-2.0.so= - found (/usr/local/lib/libglib-2.0.so) > =3D=3D=3D> gdk-pixbuf2-2.32.3 depends on shared library: libjpeg.so - f= ound (/usr/local/lib/libjpeg.so) > =3D=3D=3D> gdk-pixbuf2-2.32.3 depends on shared library: libintl.so - f= ound (/usr/local/lib/libintl.so) > =3D=3D=3D> Registering installation for gdk-pixbuf2-2.32.3 > Installing gdk-pixbuf2-2.32.3... > [root@www /usr/ports/graphics/gdk-pixbuf2]# pkg check -Bdrs > Checking all packages: 100% >=20 > [ fixed; happy happy joy joy ]=20 >=20 > [root@www /usr/ports/graphics/gdk-pixbuf2]# pkg update=20 > Updating FreeBSD repository catalogue... > Repo "FreeBSD" upgrade schema 2012 to 2013: Add vital field > Fetching meta.txz: 100% 944 B 0.9kB/s 00:01 =20 > Fetching packagesite.txz: 100% 5 MiB 1.4MB/s 00:04 =20 > Processing entries: 100% > FreeBSD repository update completed. 25102 packages processed. > [root@www /usr/ports/graphics/gdk-pixbuf2]# pkg check -Bdrs > Checking all packages: 100% > gtk-update-icon-cache is missing a required shared library: libgdk_pixbuf= -2.0.so.0 > gtk2 is missing a required shared library: libgdk_pixbuf-2.0.so.0 > gutenprint-base is missing a required shared library: libgdk_pixbuf-2.0.s= o.0 >=20 > [ insert troll face here ]=20 >=20 Can you show me pkg info -f gdk-pixbuf2 ? Best regards, Bapt --yaPAUYI/0vT2YKpA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJW/46iAAoJEGOJi9zxtz5apZcQAIcTnCNGqVrmOIDLXYGUpnxg 6sAbMFO32/nV8uAAlxqWPcCtqo03NO6KOJaHnsa/b3jAaLUjZqCuqSLKNGBy2cSr OMtPi/CrS3+byXpa2F0SyeetKioENoGD5GlcFNeB9GmKmVrzaW2UvJcl92YZvkmX AR4j6eWbzmCp3tgBuzv8IvcBfori3Pwzn0oAbpe1iBCMReQSf9Mlq2DDG9DNgEiO D0fViJFfxRzFZjIgTVE2rMmYMKQY/5CAPVtwLZAW2wCg6GmnZ3Jy2qkojMptJmkt X1ckIW885q7xD+5ddShEVNXrkQ65yclzJWsmqil1Waf0Uk8SzyBahJa0zCSvcSKH DhLYoovAVpqW9581DBVGQCGKwoTrQXCqrTyoPiph8ykz9qpxRcHdrTiUlqvovU8q FLtsz93z7VFyQlooRSJ3kKlYWw3R1Achm4bUgDiOzmlwQR6Kvgjob5ghNXh0GZzk paB84QIWPLea/OpeFOShG77k2cKghU7VCVRZvOWskLa3r42hafAhoc1t7/x0UgQN sZIsTCzQ0ay7XMpNLC4busBDFtN8kwH8IY9SjvtOsgPrS2A4X1VYF5cfBsmqEoMW HJVhbFFfgzcqc7vW39wN4IaHrmNegtGViockl2djpOJlEkoh4/I7wiQJgVJjvmje w+09wxOLIwjMi3OSWHvp =qa41 -----END PGP SIGNATURE----- --yaPAUYI/0vT2YKpA--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160402091930.GL1128>