From owner-freebsd-ports@freebsd.org Fri Jun 9 22:14:49 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01F51BFE48B for ; Fri, 9 Jun 2017 22:14:48 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-qt0-x230.google.com (mail-qt0-x230.google.com [IPv6:2607:f8b0:400d:c0d::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B13D7E293 for ; Fri, 9 Jun 2017 22:14:47 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by mail-qt0-x230.google.com with SMTP id u19so91060330qta.3 for ; Fri, 09 Jun 2017 15:14:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chen-org-nz.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=3RElWqpC5FefPat59ygJFv3xWGS6mlSoCPEh4a18Tps=; b=V9+6TZ1Ap5RW/aDLM+TaxP8V9a3uC5WKnTVaFqhzumBz1TpQD7EMAQANou3ltVLIgJ V+5FXd6u9B/c3wFuVS3fwvUozr6Yn8lIggArGEjVJbdbH/qNeWvJ+zFFGw8ZWX0kPIbA OfRq+zBP6pfeZBuVtNrJcOJ78k2/N8agVpGEmJIcxNASkDxRNnCy+Wn/A9Z2uHRMjUEs nPGFaPOlN+Ml2yHwOC9JoLNTynkCP9/yvx2kXhANF2HpZUFcjO55nGDhcncapiYqnKk+ J9QajCuhBqE0vdcQ+nQc45YqgaLGAVJYe2sBR8Bu69k3NXVKdWcvaRiLGMKaUaNk52cX HB9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=3RElWqpC5FefPat59ygJFv3xWGS6mlSoCPEh4a18Tps=; b=j8hvaEjNksCu2x4Vj6UBJjQ4w/JGFUPhNfXko6kowp9Et6lRWdlOIxfsQxXonMHyTc bVN/tW1krvYZlNB3DhC75/sXp8P0YU/sGEGk9wZwQNeXlz5ujAHJnSry3D70eIe2IqF3 s/0Wl7DOG/wLbHWcZ2TbyD/7PcoRGmsVEnAGVJUkn0ojRL0NEFAUH50mgYnE78CSWHDw Z3bj3Ei3qf34HVOO/XEqkTS9DrMy/vNSXEw1i6GiY8Z7Hd4Pn6yjD14etIbdKVsFlkQ6 yODz1xNwJh/pInR6aI/lim3c06sMSD9SPkHyJ85eR8QMV/Tj5Jhs/KoXJTdkj8MAJ4cX Y4EQ== X-Gm-Message-State: AKS2vOwiMG7QUTRqxH83NWF5eZuGZ/INW6vQmqdYn8jkAK0AF0edxjRd +dCkj7q22Wp9ADDA23+mPBD6GIMHHr5c X-Received: by 10.233.223.199 with SMTP id t190mr7177091qkf.247.1497046486559; Fri, 09 Jun 2017 15:14:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.98.171 with HTTP; Fri, 9 Jun 2017 15:14:46 -0700 (PDT) X-Originating-IP: [180.148.113.51] In-Reply-To: <20170609170250.GB85997@rancor.immure.com> References: <20170609170250.GB85997@rancor.immure.com> From: Jonathan Chen Date: Sat, 10 Jun 2017 10:14:46 +1200 Message-ID: Subject: Re: Unable to update repository Synth To: Bob Willcox Cc: ports list Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2017 22:14:49 -0000 On 10 June 2017 at 05:02, Bob Willcox wrote: > I am running the drm-next-4.7 and when I ran synth recently on my system > up update the ports and at the end of the run received these errors: > > pkg: wrong architecture: freebsd:10:x86:64 instead of FreeBSD:12:amd64 > pkg: repository Synth contains packages with wrong ABI: freebsd:10:x86:64 > Processing entries: 100% > Unable to update repository Synth > Error updating repositories! > Unfortunately, the system upgrade failed. synth is complaining that one or more of the packages in the configuration's package directory has packages built for FreeBSD10/amd64 instead of FreeBSD12/amd64. If you have upgraded from FreeBSD 10 to FreeBSD 12, you must remove all the packages that have been built previously. Cheers. -- Jonathan Chen