Bug#1102289: src:pcp modifies debian/control during the build

2025-04-08 Thread Ken McDonell
Hi Debian folk and thanks for raising this issue. By way of background, the logic in debian/GNUmakefile is like this because we build PCP packages for older debian-based releases where potentially different debian/control files are needed, based on the availability of dependent packages (build

Bug#1071103: reopen

2024-12-11 Thread Ken McDonell
Control: reopen 1071103

Bug#1071103: reopen

2024-12-11 Thread Ken McDonell
Control: reopen

Bug#1071103: reopen

2024-12-11 Thread Ken McDonell
Probably should not be marked as Done, until the next PCP upload to Debian.

Bug#958241: Fixed upstream

2024-12-11 Thread Ken McDonell
This was a little messy to implement, as (a) libinih-dev does not have the same package name on all platforms, and (b) PCP builds for some platforms where there is no vendor-supplied package to deliver and libinih.so. However this work is now done and PCP will use the vendor-supplied package i

Bug#1089409: Fixed upstream

2024-12-11 Thread Ken McDonell
As of commit https://github.com/performancecopilot/pcp/commit/1d42dd70a3c28903b7345951cc809cc1006cd012 this issue is fixed upstream in the PCP tree.

Bug#986074: Fixed upstream

2024-12-08 Thread Ken McDonell
As of commit 741ba265c in the PCP tree, this issue is fixed upstream.

Bug#1071103: Fixed upstream

2024-12-08 Thread Ken McDonell
Commit https://github.com/performancecopilot/pcp/commit/f9dfda67acaf7ceac439a5f4870a3314bc3d1f71 resolves this issue in the current PCP source tree. Validating by installing new PCP 7.0.0 packages in a fresh Debian 12.5 install (vm23 in the PCP QA Farm). - /var/run/pcp did not exist before dpk

Bug#1071010: Fixed upstream

2024-05-12 Thread Ken McDonell
Commit https://github.com/performancecopilot/pcp/commit/bf6c6f5ed69eeadfe697958b1c060fd947923058 resolves this issue by moving the PCP pmcheck command out of /usr/bin.

Bug#962994: [pcp] Bug#962994: pcp: cron jobs launch pcp in cron's cgroup

2020-06-18 Thread Ken McDonell
On 17 June 2020 8:45:12 pm Sam Morris wrote: Package: pcp Version: 5.1.1-1 Severity: normal $ systemctl status cron ● cron.service - Regular background program processing daemon Loaded: loaded (/lib/systemd/system/cron.service; enabled; vendor preset: enabled) Active: active (run

Bug#947916: [pcp] Bug#947916: FTBFS: 5.0.2-1 fails to build from source, not transitioning to testing

2020-01-08 Thread Ken McDonell
On 07-Jan-20 11:18 AM, Nathan Scott wrote: ... Ken and Andreas, this would mean we set Debian8 (and the equivalent Ubuntu release) as the minimum required for Makepkgs builds. Would that be a problem for anyone? It turns out that was the first Debian that used systemd as the init system, so th

Bug#805955: pcp: FTBFS when built with dpkg-buildpackage -A (no binary artifacts)

2017-11-06 Thread Ken McDonell
We have incorporated changes based on Daniel's proposed patch into PCP. As of commit e7406b4 in the github PCP tree on 28 Oct 2017, we're making arch independent packages for dpkg builds. $ dpkg-query -W -f '${Package} ${Architecture}\n' pcp\* | grep all pcp-doc all pcp-import-ganglia2pcp all

Bug#871254: pcp missing autopkgtests and debian/watch

2017-08-09 Thread Ken McDonell
Dariusz, There is an extensive PCP QA infrastructure included in the PCP source distribution (it is below the top-level qa directory). Rather than writing more unit tests in Python, I would recommend using a subset of the existing QA tests ... kenj@bozo:~/src/pcp/qa$ cloc . 4233 text files

Bug#857406: libpcp3-dev: ships broken manpage symlinks that should rather be in libpcp-pmda3-dev

2017-04-09 Thread Ken McDonell
I expect these commits will be in PCP 3.11.10 which is scheduled for release on 17 May 2017. Changes committed to git://git.pcp.io/kenj/pcp master Ken McDonell (4): debian man page migrations src/libpcp/doc/README: typo fix debian/control.*: redo Breaks/Replaces clauses after

Bug#857406: libpcp3-dev: ships broken manpage symlinks that should rather be in libpcp-pmda3-dev

2017-04-08 Thread Ken McDonell
Thanks, Andreas. The html link and your mail both suggest the same approach. But when I do this and build new 3.11.10 packages and try to upgrade a system with 3.11.9 installed using the same recipe I've been using for decades, namely # dpkg -i *.deb in the directory where all the new pac

Bug#824798: coreutils: ls still adding single quotes (in error messages)

2016-05-19 Thread Ken McDonell
Package: coreutils Version: 8.25-2 Severity: normal Dear Maintainer, This is related to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810295 that has (thankfully) been fixed by reverting the coreutils quoting change. This is fixed ... kenj@vm07:/tmp$ touch foo 'foo bar' kenj@vm07:/tmp$ ls fo