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 1trxKG-00Cd3I-QY for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 11 Mar 2025 10:59:08 +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 1trxKF-00DpGQ-EP for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 11 Mar 2025 10:59:07 +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 1trxKF-00DpFD-7b for pgsql-pkg-yum@lists.postgresql.org; Tue, 11 Mar 2025 10:59:07 +0000 Received: from share.ioda.net ([2001:1620:c89:0:10da:2947:4500:dada]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1trxKD-002DGo-0H for pgsql-pkg-yum@lists.postgresql.org; Tue, 11 Mar 2025 10:59:06 +0000 Received: from qt-kt.labaroche.ioda.net (x-wing.labaroche.ioda.net [IPv6:2001:1620:c89:0:e6ee:3ea7:da20:356d]) by share.ioda.net (Postfix) with ESMTPSA id 79A2CCC939D; Tue, 11 Mar 2025 10:59:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ioda-net.ch; s=mail; t=1741690741; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=juplHWRYxse0uudDHzQwsjlhTCbtCWbUuH35oYAqKlA=; b=cPxQsGbQPe37J5EIRwUcnWCiRHvUjAlrCLzia+q22VdJVbkX5xVN6FmRpxKL8MHlBRkfLM dYY6GXau0f3zY9n09+UhppWeqJyfjGPDAvuFfEdXrxbQUe0d1p/8VWk9XQ6FtkquO9pu/9 RChrwO2zHk4hOWvHClSnyPgNNDCO4VU= From: Bruno Friedmann To: =?UTF-8?B?w4FsdmFybw==?= Herrera Cc: pgsql-pkg-yum@lists.postgresql.org, Devrim =?UTF-8?B?R8O8bmTDvHo=?= Subject: Re: BUG #18833: libpq.so doesn't contain declared symbol in rpm --provides Date: Tue, 11 Mar 2025 11:58:49 +0100 Message-ID: <1809308.9hSmTKtgW7@x-wing> Organization: Ioda-Net =?UTF-8?B?U8Ogcmw=?= In-Reply-To: <202503110911.3ch36e6l4w5n@alvherre.pgsql> References: <202503110911.3ch36e6l4w5n@alvherre.pgsql> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart7645310.W097sEU6C4"; micalg="pgp-sha256"; protocol="application/pgp-signature" X-Spam-Score: -4.70 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --nextPart7645310.W097sEU6C4 Content-Type: multipart/alternative; boundary="nextPart2017506.DIVbhacDa7"; protected-headers="v1" Content-Transfer-Encoding: 7Bit From: Bruno Friedmann To: =?UTF-8?B?w4FsdmFybw==?= Herrera Date: Tue, 11 Mar 2025 11:58:49 +0100 Message-ID: <1809308.9hSmTKtgW7@x-wing> Organization: Ioda-Net =?UTF-8?B?U8Ogcmw=?= In-Reply-To: <202503110911.3ch36e6l4w5n@alvherre.pgsql> References: <202503110911.3ch36e6l4w5n@alvherre.pgsql> MIME-Version: 1.0 This is a multi-part message in MIME format. --nextPart2017506.DIVbhacDa7 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" On mardi, 11 mars 2025 10.11:27 h heure normale d=E2=80=99Europe centrale = =C3=81lvaro=20 Herrera wrote: > On 2025-Mar-11, Bruno Friedmann wrote: > > We (Bareos dev's team) build our software on what's distributed by the = OS > > editor. which means for RHEL9 libpq5-devel 13.20 (rhel) > >=20 > > From time to time people want (for good reasons :-) ) use pgdg binaries, > >=20 > > if you go that way libpq from pgdg is installed and as the rpm provides > > all RH symbol you will get only this. >=20 > Wouldn't this be solved if you built your software using the PGDG > packages instead? That should be compatible with both the PGDG _and_ > the RH packages. And why we would do that ? pgdg is an additional third repository. We have to build binaries that will work out of the box from the software=20 vendor with restricted possibility. which is what we do. =2D-=20 Bruno Friedmann Ioda-Net S=C3=A0rl www.ioda-net.ch expertise en open-source GPG KEY: E4720D8715B696B4=20 irc: tigerfoot Computing freedom with openSUSE Tumbleweed - 20250307 --nextPart2017506.DIVbhacDa7 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="utf-8"

On mardi, 11 mars 2025 10.11:27 h heure normale d=E2=80=99Europe central= e =C3=81lvaro Herrera wrote:

>= ; On 2025-Mar-11, Bruno Friedmann wrote:

>= ; > We (Bareos dev's team) build our software on what's distributed by t= he OS

>= ; > editor. which means for RHEL9 libpq5-devel 13.20 (rhel)

>= ; >

>= ; > From time to time people want (for good reasons :-) ) use pgdg binar= ies,

>= ; >

>= ; > if you go that way libpq from pgdg is installed and as the rpm provi= des

>= ; > all RH symbol you will get only this.

>= ;

>= ; Wouldn't this be solved if you built your software using the PGDG

>= ; packages instead?  That should be compatible with both the PGDG _and= _

>= ; the RH packages.


And why we would do that ? pgdg is an additional third repository.

We = have to build binaries that will work out of the box from the software vend= or with restricted possibility. which is what we do.



--

Bru= no Friedmann

&nb= sp;Ioda-Net S=C3=A0rl www.ioda-net.ch

&nb= sp;  expertise en open-source


 GPG KEY: E4720D8715B696B4

&nb= sp;irc: tigerfoot

Com= puting freedom with openSUSE Tumbleweed - 20250307


--nextPart2017506.DIVbhacDa7-- --nextPart7645310.W097sEU6C4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEIdujCRSnFsP4GTOJ5HINhxW2lrQFAmfQF2kACgkQ5HINhxW2 lrRSnA/8DA1rGBANtsUscQH83KFh/vePwDE2MIyV2rxwoKHoCNUS0mWq+R16WTdA RsGUpB+4aZ4t+oSiaeR5k0qydUH5OpVD6jnxvvTr9bOUZ/C4afgmYHEsmzbwqsvs 08D3VnAX2jf8GPABsYhgVOyWL3Zut5/+aColWjvoU1/rkKZSXrOE6iHzCa6+lVT3 ePW1DYizFvbAKkxV1B72LUUj931eNv1bLuGiQxsSARzsyl20RblyNEBIwK4edNaB owkMu+nie0uCid3+SU2l9FY+6PI2tA6xmpNFbSl1e8hfqT4MEaddGQyLb9GbFSVv M7VgbK1K8NxWpUHfQZua8hmLVntxk4D8qOB1QfzHFgbIqLIFt0AJ08Chd7dUPb5i VRvhlGLWxpkZ/sT/Cw9C0iekTcswdLpNJ3s9PAvNimCR8+z5WlogFF8RtilOCUiZ dimfLwUBTqMCCQ1XiC2SqXU2LHXUrxM4vIOvaG9K4WMKM9WPQr2ICrGIF3/3szjm vq3mQNpWSU37djmYAHcHKHhdQkuvi6r9aQ7Yl/ED6G3Hkg7rOQH27w9HQo6e4Eqb G0BcOWUlP8t8+fUX5viIlRbZ5Hjfd7dxgmYhUo/CvI3WyT6GN4Z+3bBYCxdhxQjq ibk2UwaOdnqxmQs1+AM4F7m44v4mTFtL2aco7lbISqJudnBxRZQ= =Mjdp -----END PGP SIGNATURE----- --nextPart7645310.W097sEU6C4--