Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1odCGo-0007Nu-Js for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 27 Sep 2022 15:13:14 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1odCGm-0003a1-6u for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 27 Sep 2022 15:13:12 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1odCGl-0003Za-W9 for pgsql-pkg-debian@lists.postgresql.org; Tue, 27 Sep 2022 15:13:12 +0000 Received: from mail-ed1-x52e.google.com ([2a00:1450:4864:20::52e]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1odCGj-0004Pl-77 for pgsql-pkg-debian@lists.postgresql.org; Tue, 27 Sep 2022 15:13:10 +0000 Received: by mail-ed1-x52e.google.com with SMTP id y2so171964ede.11 for ; Tue, 27 Sep 2022 08:13:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=instacart.com; s=google; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date; bh=HgDXT3F1w343yezlXXJvYOSiIgtZ9d3KaKEZ0FOmhgQ=; b=COf4cWOMUy92z+6xFRRFLtPxT09/beWY0EkR+CXZVL/OC3Io1/adtjrLTCVjXWXQ+T 43NIHVDHCulEqH31b+f+8bIhL+Z+3nHipU7+6qFdy/W9Z/5I2mEXZd3heIF0uE4cO0no 9W7wKohfJFhv5XAseuTEoZQmtLGTw7F3SIeZI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date; bh=HgDXT3F1w343yezlXXJvYOSiIgtZ9d3KaKEZ0FOmhgQ=; b=hdm5Hqx1uqSBxu1BuGIQ70nUbI3W8/aSNV/y5Q4x/yEsG7BpJ8zOMB9bfrvYCXdrL4 i+fv+DIFnvaKvBy353+Vp6ltwjEeWL1vzKMSm4OYxq+IufjgI8LCn38mY8cz2GDRs1VY 82tqTDchgwpsVBrkEL7VllDOkrj36EBNumjF30ixGwpN10SPCkiTPRuHPfitpkbwmAVm u0jv8AxI8Nbtbn5Ewp1vS144UXFHJEBUkDFJMu8bxN2XyBOwT1J7fW89GmiZKnocKk1N G5SwDypvx+c29IVPm6Ra0HaBcE2Fk9go9MAfeMwH2rSQclqZx7pjsx2owRj60uPfC3b3 tB4Q== X-Gm-Message-State: ACrzQf0E/jgaHgGYA63edS9CdyKljGFb0BxNWtJukQnW2vMSw0UMUPn/ jGbuE7ub9CBOYmMrOp86L77hzsYIsYz9xYsnQGY40A== X-Google-Smtp-Source: AMsMyM54lA41H18wNAY0Ixu3Q+DMaOPcsxYurwvGSAh24XpTKBs931dCDln42VZz6FJtlDQhWS/PNpLS1j/gNSsq2Cg= X-Received: by 2002:aa7:cf89:0:b0:457:3dff:8a4 with SMTP id z9-20020aa7cf89000000b004573dff08a4mr12155688edx.175.1664291587767; Tue, 27 Sep 2022 08:13:07 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Ankit Mittal Date: Tue, 27 Sep 2022 11:12:41 -0400 Message-ID: Subject: Re: Package dependency bug: pg14, ARM64, ubuntu To: Christoph Berg , pgsql-pkg-debian@lists.postgresql.org Content-Type: multipart/alternative; boundary="000000000000e45d3b05e9aa144f" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000e45d3b05e9aa144f Content-Type: text/plain; charset="UTF-8" Thanks Christoph, that does help. Best Ankit On Tue, Sep 27, 2022 at 7:13 AM Christoph Berg wrote: > Re: Ankit Mittal > > I am trying to install the following package on ubuntu 18.04 (bionic) > > > > sudo apt-get install postgresql-server-dev-14 > > > The following packages have unmet dependencies: > > postgresql-server-dev-14 : Depends: clang-11 but it is not installable > > Hi Ankit, > > clang-11 is used in jammy, do you have bionic-pgdg configured in your > sources.list or something else? > > Christoph > --000000000000e45d3b05e9aa144f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks Christoph, that does help.=C2=A0
Best
Ankit

On Tue, Sep 27, 2022 at 7:13 AM Christoph Berg <myon@debian.org> wrote:
Re: Ankit Mittal
> I am trying to install the following package on ubuntu 18.04 (bionic)<= br> >
> sudo apt-get install postgresql-server-dev-14

> The following packages have unmet dependencies:
>=C2=A0 postgresql-server-dev-14 : Depends: clang-11 but it is not insta= llable

Hi Ankit,

clang-11 is used in jammy, do you have bionic-pgdg configured in your
sources.list or something else?

Christoph
--000000000000e45d3b05e9aa144f--