Received: (at 159-done) by bugs.devuan.org; 14 Jan 2020 18:20:04 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for <debbugs@localhost> (single-drop); Tue, 14 Jan 2020 18:20:04 +0000 (UTC) Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 9472DF60BE8 for <[email protected]>; Tue, 14 Jan 2020 19:12:23 +0100 (CET) Received: from apollo.hindleynet ([192.168.1.3] helo=apollo) by mx.hindley.org.uk with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from <[email protected]>) id 1irQfr-0000E6-0v for [email protected]; Tue, 14 Jan 2020 18:12:19 +0000 Received: from mark by apollo with local (Exim 4.84_2) (envelope-from <[email protected]>) id 1irQfn-0004Qw-7r for [email protected]; Tue, 14 Jan 2020 18:12:15 +0000 Date: Tue, 14 Jan 2020 18:12:15 +0000 From: Mark Hindley <[email protected]> To: [email protected] Subject: Re: postgresql: refers to Debian and "Unknow distribution" get from Devuan Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=0.0 required=5.0 tests=FAKE_REPLY_C,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org Angelo, I have just installed postgresql-common 200+deb10u2 in beowulf without any issues. So this appears to have been fixed. Closing. LeePen
Angelo Fuchs <[email protected]>
:Mark Hindley <[email protected]>
:Received: (at 159) by bugs.devuan.org; 18 Feb 2018 22:10:02 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by fulcanelli with IMAP (fetchmail-6.3.26) for <debbugs@localhost> (single-drop); Sun, 18 Feb 2018 23:10:02 +0100 (CET) Received: from mx-out1.startmail.com (mx-out1.startmail.com [145.131.90.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 3ECD9F60A3B for <[email protected]>; Sun, 18 Feb 2018 23:02:14 +0100 (CET) Authentication-Results: vm6.ganeti.dyne.org; dkim=pass (2048-bit key; unprotected) header.d=startmail.com [email protected] header.b="acyt5/mk"; dkim-atps=neutral From: OmegaPhil <[email protected]> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=startmail.com; s=2017-11; t=1518991301; bh=3IcyFOGhPDZ0PbyvWyfNBSa3QbX6I0hHDa1uvh5t4kI=; h=From:Subject:To:Date:From; b=acyt5/mkhbzTPelj3Y5qO+cDUA9rEXNZLTCuQxbgQIDOZz4H23GzOxM+X3To272ra iOo8e5Ph29VRP0m+jWhZTzem16lmV9jc4Mt280wf35dmXf1rrpr5CpoYfTjj5wQqWa TCXLugEN3BoJHvjVV/D9fpD8vV3otGAnwY1KBcO0XAUY4oygrMinAz6lkQDqiIoX2a wAxmd4DkGdMPWg2n7vdC/W+iea3x52PyhOskSgLJmVSMlRwKLAJ6tV8QL8yfR/IMlU 0aC+JLgrJRGDKaSXkFdqQXW3JdkA5jdVlvWkyw3ddQ03pO7VtuuJIU4pAUyAqBhJIS f3d9Nh1n5Z3BQ== Subject: RE: Devuan not known distribution in postgresql-common To: [email protected] Message-ID: <[email protected]> Date: Sun, 18 Feb 2018 22:01:28 +0000 Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="rvofYW1yKGjYMsvEttDXvjAGgjHQnOFyg" X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_PASS autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tupac3.dyne.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --rvofYW1yKGjYMsvEttDXvjAGgjHQnOFyg Content-Type: multipart/mixed; boundary="MMNuCKf9Aa8sKVZFmwcqn5m1xFgESghNe"; protected-headers="v1" From: OmegaPhil <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: RE: Devuan not known distribution in postgresql-common --MMNuCKf9Aa8sKVZFmwcqn5m1xFgESghNe Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: quoted-printable Just looking at this one, pgcommon.sh is fetching Devuan release information from /etc/os-release, the locale_gen function needs to be updated here to allow 'devuan' to be treated the same as 'debian'. debian/supported-versions goes further to try to determine a Debian version number, so this'll need to be updated too. Shall I make a feature request upstream? For reference I know of postgresql but I don't yet use it personally. --MMNuCKf9Aa8sKVZFmwcqn5m1xFgESghNe-- --rvofYW1yKGjYMsvEttDXvjAGgjHQnOFyg Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE52CV7NrNXex2U6mWF9I8ff3C848FAlqJ97gACgkQF9I8ff3C 84/1sw//VdWr/Y/kTA7CW32OE8ZEo/KahQ+0w1Qj/eHHhhCWsImTPiuSLvnZV7dF hc+3PlWKhEZenbgyv6AiRENFb7XTyU0CwjI99XcxLnC5FHEosTKIkU9WAlV9mRWY tWDtCxjzZvTsqTrqgk540kyjm5MZSlnt0DCLY/9vD56QE1JxAGzwTXx0H04NiKk+ RLhhQg3L4LJ9fHKB6INUTLi3Mt7NsQdBVE5B3IIRHwHmaUOvKxMLtzeeYBhaOeFT IL7PT1Ryau1uXfkj55dW7geMhC01I/NUYq8IosLPe/WnNYYc9BKFQqcyy7WyjPtM lbKatF0rKiH51a6GMmlMGIzzHHcgGHHUrq2ygP0p66hnjVFZbEavSoAHzv6dptyW swbiRfao5c5Zp6egEzB7vJt+zJLUptpyiR602Z16/0RgvhZm4sMYaEqdn6VH+A7w 2pinBL4jHDRqrilPs/JpbNHQv0UHhS0d+2xM9OoQvfaKW/Zw3/8eHMfcl6fP9gwY aSXgkNHOk543qiYIDolPVoR3cnc92jDFQkOzjk956UEHah6pnWicPl29L66hatPZ V2/n+LBoJNSEkS0lyyy6KriijvPCZO+722BTce4b8aFVkzqqLntJxhDRrMzQJaWO NiNf9SXbuEHEgjp+BGE12UhjNKK7h74oFhS3NT2Q+7X0Qjp/8U8= =dFBh -----END PGP SIGNATURE----- --rvofYW1yKGjYMsvEttDXvjAGgjHQnOFyg--
OmegaPhil <[email protected]>
:[email protected]
.
Full text available.[email protected], [email protected]
:bug#159
; Package postgresql-common
.
Full text available.KatolaZ <[email protected]>
to [email protected]
.
Full text available.KatolaZ <[email protected]>
to [email protected]
.
Full text available.Received: (at submit) by bugs.devuan.org; 14 Nov 2017 09:50:09 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by fulcanelli with IMAP (fetchmail-6.3.26) for <debbugs@localhost> (single-drop); Tue, 14 Nov 2017 10:50:09 +0100 (CET) Received: from h1778141.stratoserver.net (mail.steamnet.de [81.169.176.172]) by vm6.ganeti.dyne.org (Postfix) with ESMTP id BE653F60934 for <[email protected]>; Tue, 14 Nov 2017 10:41:39 +0100 (CET) Received: from mortal.SteamNet (pD95F6D71.dip0.t-ipconnect.de [217.95.109.113]) (Authenticated sender: [email protected]) by h1778141.stratoserver.net (Postfix) with ESMTPSA id D7789A460E2 for <[email protected]>; Tue, 14 Nov 2017 10:41:37 +0100 (CET) Date: Tue, 14 Nov 2017 10:37:25 +0100 From: Angelo Fuchs <[email protected]> To: [email protected] Subject: Devuan not known distribution in postgresql-common Message-ID: <[email protected]> Organization: Fuchs und =?UTF-8?B?U3RyYXXDnyw=?= SteamNet Gbr X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/KsqYqkQA+lq0C4W4_fbrGCQ"; protocol="application/pgp-signature" X-Spam-Status: No, score=-0.0 required=5.0 tests=RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tupac3.dyne.org --Sig_/KsqYqkQA+lq0C4W4_fbrGCQ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Package: postgresql-common Version: 165+deb8u3 While upgrading postgresql-common the following message was shown: > supported-versions: WARNING! Unknown distribution: devuan > /usr/share/postgresql-common/supported-versions: > 64: /usr/share/postgresql-common/supported-versions: ID_LIKE: > parameter not set > /usr/share/postgresql-common/supported-versions: > 67: /usr/share/postgresql-common/supported-versions: ID_LIKE: > parameter not set > Please submit this as a bug report to your distribution. My System: 2.6.32-042stab124.2 #1 SMP Fri Sep 1 16:20:42 MSK 2017 i686 GNU/Linux # cat /etc/debian_version=20 8.8 # cat /etc/devuan_version=20 jessie # dpkg -l | grep postgres rc postgresql-8.3 8.3.14-0lenny1 i386 object-relational SQL database, version 8.3 server rc postgresql-8.4 8.4.21-0squeeze1 i386 object-relational SQL database, version 8.4 server ii postgresql-9.4 9.4.15-0+deb8u1 i386 object-relational SQL database, version 9.4 server ii postgresql-client-8.4 8.4.21-0squeeze1 i386 front-end programs for PostgreSQL 8.4 ii postgresql-client-9.4 9.4.15-0+deb8u1 i386 front-end programs for PostgreSQL 9.4 ii postgresql-client-common 165+deb8u3 all manager for multiple PostgreSQL client versions ii postgresql-common 165+deb8u3 all PostgreSQL database-cluster manager Have a very nice day Angelo Fuchs ... - . .- -- -. . - SteamNet GbR IT-Beratung =E2=80=A2 Programmierung =E2=80=A2 Design Entwickler =E2=80=A2 Joomla =E2=80=A2 Wordpress =E2=80=A2 CMS Glottertalstra=C3=9Fe 7 D - 79271 St. Peter Telefon: +49 (7660) 9414913 Mobil: +49 (163) 4808557 E-Mail:[email protected] Web:www.steamnet.de --Sig_/KsqYqkQA+lq0C4W4_fbrGCQ Content-Type: application/pgp-signature Content-Description: Digitale Signatur von OpenPGP -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE2EIrgBqVjx1Mggrha7FGxt/3R/sFAloKuVUACgkQa7FGxt/3 R/vKCw//Wdoq5wE6JHU1l7YR5hJgApcYbG0yeFL9qGVfy776AyC7pt6OtkEcf5ZJ m6H7Ji7laDRvwuPCpQJ7bXahVi1vSN4RFU3B+H+067fT7Dadf1hP1YC2tgaGAHuN NhOX4VcINYr9Jp0GXUjTXUbe0WZ/Mhx/R0UZIoUO70GW1LCnZcZ1c7im6m71sHjx ytB0wK4mRZiJ51bHLJ6FFa/BbnKJJ/CAkwilqVSq7micbyhqz7H4zMBEZo1M8/Qf tbbgpEtdKhLTM+tVMajyb6GdcneqjI/bYPH8yqqYDrnp6hUp2c+nSRuZkW7AaN64 9KWgImG2rSwJCorZ0YA2MSDreXtkEPkftyDbbubd2BAJwYwM6MLdGxBjJz4BhvMt phLQXuC0G9Yp6b/80VAg0urE1c20TCqEkfR8I/bOzo5fW1vXHGT8NB+V6m7Xbuzj EXynRPAwR0s39K+iAXjCy69/Pit1Vkc4LoQNFOi+vpK9scU/+e1ZuPYgRLX67f2f KVNY4/wiDcr/PAMJH1aVxt/+dBdWYjfXT/YE1/7byqUKfNUSHXMQxOUmIadrxfYv ODwiEsPKyC6bv/XQAjOPk6YPP4Vr08KepKjfZGaIsyI9ev+NP73r/kHGupZoobzS +ITPt8tYTV2eBnsIAWu4KnV3cRB9j7FSqUVUb/IMKyMpSe8iJz0= =esSJ -----END PGP SIGNATURE----- --Sig_/KsqYqkQA+lq0C4W4_fbrGCQ--
Angelo Fuchs <[email protected]>
:[email protected]
.
Full text available.[email protected], [email protected]
:bug#159
; Package postgresql-common
.
Full text available.Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.
Devuan Bugs Owner <[email protected]>.
Last modified:
Thu, 28 Nov 2024 06:39:01 UTC