Re: Beta 3 still not OK

2012-02-11 Thread Julien Laffaye

On 2/11/2012 2:13 AM, Sergio de Almeida Lenzi wrote:

Seems that the sqlite database
has changed from beta1 to beta3???

I have all the system running exclusive on pkg there is no more old
pkg

How can I upgrade the sqlite database from beta1 to beta3???
There is nothing to upgrade. The on-disk format of the sqlite database 
is frozen by the sqlite guys and they are very conservative about that. 
We just upgraded the code to have latest bugfixes and improvements.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Beta 3 still not OK

2012-02-11 Thread Baptiste Daroussin
On Fri, Feb 10, 2012 at 11:08:28PM -0200, Sergio de Almeida Lenzi wrote:
 Em Sáb, 2012-02-11 às 00:38 +0100, Baptiste Daroussin escreveu:
 
  Sorry pkg add was broken in beta2 this release fixes it.
  
  Changes:
  * fix pkg add (it is been broken during beta2 sorry about that)
  * fix manifest emitter: now really emit the pkg-message in message no more
description
  * add %M to pkg query to show messages
  * concat all pkg-messages and show it once at the end of operations
  * print messages about missing dependency during pkg add
  
  regards,
  Bapt
 
 
 Hello, Baptiste,   Beta 3 still not ok...
 =
  pkg upgrade 
 Assertion failed: ((buf-s_flags  SBUF_FINISHED) == SBUF_FINISHED),
 function sbuf_get, file pkg_util.c, line 36.
 Abort trap: 6 (imagem do núcleo gravada)
 ==
 
 the sequence was: 
 pkg update    OK
 pkg upgrade = error...
 
 the error comes before a query to the sql database at pkgdb.c line 2133
 seems that buf-flags is missing SBUF_FINISHED...
 
 data at buf is
 
 s_buf = 0x80081d200 INSERT OR IGNORE INTO pkgjobs (pkgid, origin, name,
 version, comment, desc, arch, osversion, maintainer, www, prefix,
 flatsize, pkgsize, cksum, repopath, automatic) SELECT id, origin, name,
 version, c..., s_unused = 0x0, s_size = 512, s_len = 363, s_flags =
 589825}
 
 
 on downgrade to beta 1, 
 it works
 
 

Fixed in beta4, sorry about that, nothing to do with sqlite upgrade.

Thanks for reporting

regards,
Bapt


pgpb2i3z883kI.pgp
Description: PGP signature


Beta 3 still not OK

2012-02-10 Thread Sergio de Almeida Lenzi
Seems that the sqlite database
has changed from beta1 to beta3???

I have all the system running exclusive on pkg there is no more old
pkg 

How can I upgrade the sqlite database from beta1 to beta3???
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Beta 3 still not OK

2012-02-10 Thread Sergio de Almeida Lenzi
Em Sáb, 2012-02-11 às 00:38 +0100, Baptiste Daroussin escreveu:

 Sorry pkg add was broken in beta2 this release fixes it.
 
 Changes:
 * fix pkg add (it is been broken during beta2 sorry about that)
 * fix manifest emitter: now really emit the pkg-message in message no more
   description
 * add %M to pkg query to show messages
 * concat all pkg-messages and show it once at the end of operations
 * print messages about missing dependency during pkg add
 
 regards,
 Bapt


Hello, Baptiste,   Beta 3 still not ok...
=
 pkg upgrade 
Assertion failed: ((buf-s_flags  SBUF_FINISHED) == SBUF_FINISHED),
function sbuf_get, file pkg_util.c, line 36.
Abort trap: 6 (imagem do núcleo gravada)
==

the sequence was: 
pkg update    OK
pkg upgrade = error...

the error comes before a query to the sql database at pkgdb.c line 2133
seems that buf-flags is missing SBUF_FINISHED...

data at buf is

s_buf = 0x80081d200 INSERT OR IGNORE INTO pkgjobs (pkgid, origin, name,
version, comment, desc, arch, osversion, maintainer, www, prefix,
flatsize, pkgsize, cksum, repopath, automatic) SELECT id, origin, name,
version, c..., s_unused = 0x0, s_size = 512, s_len = 363, s_flags =
589825}


on downgrade to beta 1, 
it works


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org