Merge ~paelzer/ubuntu/+source/postgresql-14:FTBFS-archive-rebuild-KINETIC into ubuntu/+source/postgresql-14:ubuntu/kinetic-devel

Proposed by Christian Ehrhardt 
Status: Merged
Approved by: git-ubuntu bot
Approved revision: not available
Merged at revision: c17ec37427f8f8556be32cf159aa3dafe2fbc02a
Proposed branch: ~paelzer/ubuntu/+source/postgresql-14:FTBFS-archive-rebuild-KINETIC
Merge into: ubuntu/+source/postgresql-14:ubuntu/kinetic-devel
Diff against target: 46 lines (+10/-3)
2 files modified
debian/changelog (+6/-0)
debian/control (+4/-3)
Reviewer Review Type Date Requested Status
git-ubuntu bot Approve
Athos Ribeiro (community) Approve
Canonical Server Reporter Pending
Review via email: mp+430133@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :
Revision history for this message
Christian Ehrhardt  (paelzer) wrote (last edit ):

Hmm, switching back to llvm-14 still causes issues, maybe we need to set more back in time.
Like clang -> clang-14

Back to WIP.

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Update:
1. retest PPA confirmed it is reproducible this way.
2. fixed the clang/llvm cros dependency, new upload in the fix PPA

back to ready for review (hoping for good builds this time, a local test passed the two former issues before I aborted it)

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

PPA builds start to complete, seems to work now \o/
Let us hope there is no one-off architecture.

Revision history for this message
Athos Ribeiro (athos-ribeiro) wrote :

Are we missing the commits for the clang update here?

review: Needs Information
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Yes, my internet was down, reconnected and connections to canonical failed due to the VPN not realizing the problem.
Pushed now.

Revision history for this message
Athos Ribeiro (athos-ribeiro) wrote :

Thanks!

LGTM :)

review: Approve
Revision history for this message
git-ubuntu bot (git-ubuntu-bot) wrote :

Approvers: paelzer, athos-ribeiro
Uploaders: paelzer, athos-ribeiro
MP auto-approved

review: Approve
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Thanks, uploaded

Uploading postgresql-14_14.5-1ubuntu1.dsc
Uploading postgresql-14_14.5-1ubuntu1.debian.tar.xz
Uploading postgresql-14_14.5-1ubuntu1_source.buildinfo
Uploading postgresql-14_14.5-1ubuntu1_source.changes

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 33eb6f0..d81a652 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,9 @@
6+postgresql-14 (14.5-1ubuntu1) kinetic; urgency=medium
7+
8+ * d/control: Fix FTBFS by depending on llvm-14-dev/clang-14 for now
9+
10+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 20 Sep 2022 09:41:03 +0200
11+
12 postgresql-14 (14.5-1) unstable; urgency=medium
13
14 * New upstream version.
15diff --git a/debian/control b/debian/control
16index 0d6c863..360bd27 100644
17--- a/debian/control
18+++ b/debian/control
19@@ -1,7 +1,8 @@
20 Source: postgresql-14
21 Section: database
22 Priority: optional
23-Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
24+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
25+XSBC-Original-Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
26 Uploaders:
27 Martin Pitt <mpitt@debian.org>,
28 Peter Eisentraut <petere@debian.org>,
29@@ -11,7 +12,7 @@ Rules-Requires-Root: no
30 Build-Depends:
31 autoconf,
32 bison,
33- clang [!alpha !hppa !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !m68k !powerpc !riscv64 !s390x !sh4 !sparc64 !x32],
34+ clang-14 [!alpha !hppa !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !m68k !powerpc !riscv64 !s390x !sh4 !sparc64 !x32],
35 debhelper-compat (= 13),
36 dh-exec (>= 0.13~),
37 docbook-xml,
38@@ -35,7 +36,7 @@ Build-Depends:
39 libxml2-dev,
40 libxml2-utils,
41 libxslt1-dev,
42- llvm-dev [!alpha !hppa !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !m68k !powerpc !riscv64 !s390x !sh4 !sparc64 !x32],
43+ llvm-14-dev [!alpha !hppa !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !m68k !powerpc !riscv64 !s390x !sh4 !sparc64 !x32],
44 mawk,
45 perl (>= 5.8),
46 pkg-config,

Subscribers

People subscribed via source and target branches