[117414] trunk/base/src/cregistry/sql.c

Clemens Lang cal at macports.org
Wed Feb 26 00:25:36 PST 2014


Hi,

> > What's the output of
> >  sqlite3 /opt/local/var/macports/registry/registry.db 'SELECT value FROM
> >  metadata WHERE key = "version";'
> > on your system?
> 
> 1.200

I don't understand that. The error shows that it's running the queries that are supposed to bring the database version to 1.100, but it already is 1.200.
The comparisons involved are
 vercmp 1.200 1.100 (which must be < 0 for the update to be run) and
 vercmp 1.200 1.200 (which must be < 0 for the update to 1.200 to be run)

-- 
Clemens Lang


More information about the macports-dev mailing list