From owner-freebsd-ports@FreeBSD.ORG Wed Oct 29 20:23:07 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F432C89; Wed, 29 Oct 2014 20:23:07 +0000 (UTC) Received: from smtp11.services.sfr.fr (smtp11.services.sfr.fr [93.17.128.28]) by mx1.freebsd.org (Postfix) with ESMTP id DB0F3BE; Wed, 29 Oct 2014 20:23:06 +0000 (UTC) Received: from filter.sfr.fr (localhost [127.0.0.1]) by msfrf1101.sfr.fr (SMTP Server) with ESMTP id D43261700009C; Wed, 29 Oct 2014 21:14:18 +0100 (CET) Received: from wsfrf1114 (wsfrf1114 [10.18.24.28]) by msfrf1101.sfr.fr (SMTP Server) with ESMTP id C985F170000C4; Wed, 29 Oct 2014 21:14:18 +0100 (CET) X-SFR-UUID: 20141029201418825.C985F170000C4@msfrf1101.sfr.fr Date: Wed, 29 Oct 2014 21:14:18 +0100 (CET) From: listjm@club-internet.fr Reply-To: listjm@club-internet.fr To: bapt@freebsd.org, freebsd-ports@freebsd.org Message-ID: <1479844.740994.1414613658812.JavaMail.www@wsfrf1114> Subject: pkg 1.4 freeze please test test test! MIME-Version: 1.0 X-SAVECOPY: true X-ORIGINATING-IP: 93.8.4.165 X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~||~| X-WUM-REPLYTO: |~| Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2014 20:23:07 -0000 >> Installing pkg-1.4.0.a1... >> pkg-static: sqlite error while executing I= NSERT OR REPLACE INTO >> packages( origin, name, version, comment, desc, m= essage, arch, >> maintainer, www, prefix, flatsize, automatic, licenselogi= c, mtree_id, >> time, manifestdigest) VALUES( ?1, ?2, ?3, ?4, ?5, ?6, ?7, = ?8, ?9, ?10, >> ?11, ?12, ?13, (SELECT id FROM mtree WHERE content =3D ?14= ), NOW(), ?15) >> in file pkgdb.c:1583: NOT NULL constraint failed: packag= es.arch >> If you are upgrading from the old package format, first run: >> = # pkg2ng >> >> *** Error code 70 >> Stop. >> make[1]: stopped in /usr/port= s/ports-mgmt/pkg-devel >> *** Error code 1 >> >> I=E2=80=99m not in CURREN= T, if that matters: >> >It has been fixed in alpha3 which is in the ports = tree already. > >Thanks for you report > >regards, >bapt Sorry, I had not updated the ports tree since yesterday. The problem I have now is that when trying to install new packages, pkg ins= ists on being downgraded. Locking it has not helped. # pkg install vim-lite Updating FreeBSD repository catalogue... pkg: Repository FreeBSD has a wrong packagesite, need to re-create database Fetching meta.txz: 100% 944 B 0.9k/s 00:01 Fetching packagesite.txz: 100% 5 MB 296.7k/s 00:18 Processing entries: 100% FreeBSD repository update completed. 23724 packages processed Updating FreeBSD_new_xorg repository catalogue... pkg: Repository FreeBSD_new_xorg has a wrong packagesite, need to re-create= data base Fetching meta.txz: 100% 944 B 0.9k/s 00:01 Fetching packagesite.txz: 100% 192 KB 196.3k/s 00:01 Processing entries: 100% FreeBSD_new_xorg repository update completed. 799 packages processed New version of pkg detected; it needs to be installed first. Checking integrity... done (0 conflicting) The following 1 packages will be affected (of 0 checked): Installed packages to be DOWNGRADED: pkg: 1.4.0.a3 -> 1.3.8_3 [FreeBSD] The operation will free 8 MB. There is also that "wrong packagesite message". What am I doing wrong? # cat /etc/make.conf WITH_NEW_XORG=3D"YES" WITH_GALLIUM=3D"YES" WITH_PKGNG=3D"YES" WITH_PKG=3Ddevel