Date: Wed, 3 Sep 2014 17:18:37 -0700 From: Kevin Oberman <rkoberman@gmail.com> To: Christos Chatzaras <chris@cretaforce.gr> Cc: FreeBSD Ports ML <freebsd-ports@freebsd.org> Subject: Re: libiconv issue Message-ID: <CAN6yY1vR7PsmhtZ_==jNPtfwAmnEf%2ByY2CHdsw9nRuLAa83oSw@mail.gmail.com> In-Reply-To: <435AD03D-8F81-49B4-898D-1031DDB1DD71@cretaforce.gr> References: <435AD03D-8F81-49B4-898D-1031DDB1DD71@cretaforce.gr>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 3, 2014 at 2:13 PM, Christos Chatzaras <chris@cretaforce.gr> wrote: > I try to portupgrade and I get this error: > > portupgrade -y phpMyAdmin-4.2.7.1 > ---> Session started at: Wed, 03 Sep 2014 21:28:19 +0300 > [Updating the pkgdb <format:bdb_btree> in /var/db/pkg ... - 130 packages > found (-0 +0) done] > Stale dependency: phpMyAdmin-4.2.7.1 --> libiconv-1.14_4 -- manually run > 'pkgdb -F' to fix, or specify -O to force. > ---> Session ended at: Wed, 03 Sep 2014 21:28:20 +0300 (consumed 00:00:0= 0) > > In /var/db/pkg I don=E2=80=99t see the libiconv folder. > > So looks like is not on my system so I do: > > cd /usr/ports/converters/libiconv > make install clean > > And it shows: > > =3D=3D=3D> libiconv-1.14_4 is already installed > > I then do: > > make deinstall > make reinstall > > and it says: > > =3D=3D=3D> Installing for libiconv-1.14_4 > =3D=3D=3D> Registering installation for libiconv-1.14_4 > > But still I can=E2=80=99t see it on /var/db/pkg > > Any idea what is wrong? > > You don't say whether you are running old pkg_*, but it is not only not supported, but broken, so I suspect that you are now using pkgng which no longer stores data in flat files in /var/db/pkg. portmaster still uses that directory structure and puts distfiles (a pointer to the distfiles, not the files themselves) there, but if you install ports without using portmaster, there will be no entry. Use "pkg info PORT" to get information on ports/packages installed. The data is now in an sqlite DB. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAN6yY1vR7PsmhtZ_==jNPtfwAmnEf%2ByY2CHdsw9nRuLAa83oSw>