Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r864a-008CAi-32 for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 28 Nov 2023 21:56:52 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1r863a-007dfu-I5 for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 28 Nov 2023 21:55:50 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r863a-007dfm-Be for pgsql-pkg-debian@lists.postgresql.org; Tue, 28 Nov 2023 21:55:50 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r863X-007pdX-HV for pgsql-pkg-debian@postgresql.org; Tue, 28 Nov 2023 21:55:49 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1482:3660:2ae7:2867:64d8:87dc]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4Sfx8x32vRz3G04; Tue, 28 Nov 2023 22:55:45 +0100 (CET) Date: Tue, 28 Nov 2023 22:55:45 +0100 From: Christoph Berg To: Bradford Boyle Cc: Dale Deibert , pgsql-pkg-debian@postgresql.org Subject: Re: pgmodeler for Ubuntu 22.04 Message-ID: Mail-Followup-To: Christoph Berg , Bradford Boyle , Dale Deibert , pgsql-pkg-debian@postgresql.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Bradford Boyle > On Tue, Nov 28, 2023 at 6:50 AM Dale Deibert wrote: > > I understand that there is a dependency, but I am clearly missing some context. What is it that prevents adding qt6-svg-dev as a dependency for pgmodeler? > qt6-svg-dev is a dependency of pgmodeler but qt6-svg-dev is not > available in jammy's repos. Running 'apt install qt6-svg-dev' results in > the error 'E: Unable to locate package qt6-svg-dev'. Looking at the > files provided by qt6-svg-dev, I suspect that the package > 'libqt6svg6-dev' (which is in jammy) was renamed to 'qt6-svg-dev'. Thanks for tracking that down, I didn't look closer in Jammy. The package names on unstable were different enough from qt5... > It > might be possible to build a newer version of pgmodeler for jammy using > this dependency but I believe that all packages in pgdg are (re-)built > from the same Debian source package. We would need to replace > 'qt6-svg-dev' with 'libqt6svg6-dev' when building for jammy. Looking at > the generate-pgdg-source script [1], it _might_ be possible to add that > as a tweak. I can try and work on a patch for this in the next couple of > days. Actually "qt6-svg-dev | libqt6svg6-dev" is easier, the generate-pgdg-source script is only needed for weirder changes. Pushed, build is running. Thanks, Christoph