Merge or rebuilds collectd in Focal to pick up libgps25

Bug #1855994 reported by Christian Ehrhardt 
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
collectd (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

We are at:
 collectd | 5.9.2-4ubuntu1 | focal/universe | source, amd64, arm64, armhf, ppc64el, s390x

Debian has:
collectd | 5.9.2.g-1 | unstable | source, amd64, arm64, armel, armhf, i386, mips64el, mipsel, ppc64el, s390x

We at least need a no change rebuild but have to check if we also want/need the merge to happen to get this working.

Note: the Debian version seems odd, ensure this has no impacts.

Related branches

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

This would build fine as no change rebuild and pick up the new libgps.

THe change is interesting - it seems the non github tarballs were incomplete so this changes to a better updated and more correct source. Yeah we should try to follow this.

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

Our remaining Delta was only for FTBFS issues with glibc/gcc:

 TEST_GCC_VER_9 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \>= 9)
 ifeq ($(TEST_GCC_VER_9),1)
- CFLAGS += -Wno-error=address-of-packed-member -Wno-stringop-truncation
+ CFLAGS += -Wno-error=address-of-packed-member -Wno-stringop-truncation -Wno-cpp -Wno-error=format-truncation
 endif

Changelog:
+ - debian/rules: Work around FTBFS with glibc 2.30 with -Wno-cpp
+ - debian/rules: Work around FTBFS with gcc9 -Wno-error=format-truncation

The real new source might have those fixed already without the need for it?!
Giving a build in focal-proposed a try...

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

-Wno-cpp still is needed for glibc 2.30 which in Debian still is only in experimental

-Wno-error=format-truncation was for gcc9 => is no more needed with the new source

Changed in collectd (Ubuntu):
status: New → In Progress
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package collectd - 5.9.2.g-1ubuntu1

---------------
collectd (5.9.2.g-1ubuntu1) focal; urgency=medium

  * Merge with Debian unstable (LP: #1855994). Remaining changes:
    - debian/rules: Work around FTBFS with glibc 2.30 with -Wno-cpp
    - debian/rules: Work around FTBFS with gcc9 -Wno-error=format-truncation
      on ppc64

collectd (5.9.2.g-1) unstable; urgency=medium

  * [978cc41] Use github tags instead of collectd.org.
    Seems the build process is buggy, Closes: #944535
  * [8929f0e] Update upstream source from tag 'upstream/5.9.2.g'
    Update to upstream version '5.9.2.g'
    with Debian dir 3d9a5865a5c149693e7dc99672fbd725af72b2be
  * [31e5ca1] Snapshot changelog

 -- Christian Ehrhardt <email address hidden> Wed, 11 Dec 2019 09:31:05 +0100

Changed in collectd (Ubuntu):
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.