Received: (at 752) by bugs.devuan.org; 21 Mar 2023 08:33:10 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Tue, 21 Mar 2023 08:33:09 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id JTrbLJ9rGWSRFAAAmSBk0A (envelope-from <[email protected]>) for <[email protected]>; Tue, 21 Mar 2023 08:32:31 +0000 Received: by email.devuan.org (Postfix, from userid 109) id 8595B2A8; Tue, 21 Mar 2023 08:32:31 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) by email.devuan.org (Postfix) with ESMTPS id 20D6232 for <[email protected]>; Tue, 21 Mar 2023 08:32:16 +0000 (UTC) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from <[email protected]>) id 1peXPb-00046n-5E; Tue, 21 Mar 2023 08:32:07 +0000 Received: (nullmailer pid 24893 invoked by uid 1000); Tue, 21 Mar 2023 08:32:07 -0000 Date: Tue, 21 Mar 2023 08:32:07 +0000 From: Mark Hindley <[email protected]> To: [email protected] Cc: [email protected] Subject: Re: [devuan-dev] bug#752: Worked out the fix Message-ID: <[email protected]> References: <167937059353.32354.3989902258549573594.reportbug@localhost> <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> On Tue, Mar 21, 2023 at 07:37:49AM +0000, Mark Hindley wrote: > Control: tags -1 moreinfo > > Peter, > > The default for configure --enable-qt-help defaults is auto. However, you > appear to building directly on a production system and I suspect you have some > Qt package installed on the system which then means the build enables qt-help. Does your system have qtchooser installed? If so, that is the cause of the auto enablement of qt-help. I suppose we could explicitly specify --enable-qt-help=no in d/rules. Mark
Mark Hindley <[email protected]>
:Devuan Maintainers <[email protected]>
.
Full text available.[email protected], Devuan Maintainers <[email protected]>
:bug#752
; Package src:dbus
.
Full text available.Mark Hindley <[email protected]>
to [email protected]
.
Full text available.Received: (at 752) by bugs.devuan.org; 21 Mar 2023 07:39:11 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Tue, 21 Mar 2023 07:39:11 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id VfHhMeheGWSfEgAAmSBk0A (envelope-from <[email protected]>) for <[email protected]>; Tue, 21 Mar 2023 07:38:16 +0000 Received: by email.devuan.org (Postfix, from userid 109) id AD1DA597; Tue, 21 Mar 2023 07:38:16 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) by email.devuan.org (Postfix) with ESMTPS id 6433F34 for <[email protected]>; Tue, 21 Mar 2023 07:38:01 +0000 (UTC) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from <[email protected]>) id 1peWZ4-0003rF-0H; Tue, 21 Mar 2023 07:37:50 +0000 Received: (nullmailer pid 11124 invoked by uid 1000); Tue, 21 Mar 2023 07:37:49 -0000 Date: Tue, 21 Mar 2023 07:37:49 +0000 From: Mark Hindley <[email protected]> To: [email protected] Cc: [email protected] Subject: Re: [devuan-dev] bug#752: Worked out the fix Message-ID: <[email protected]> References: <167937059353.32354.3989902258549573594.reportbug@localhost> <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> Control: tags -1 moreinfo Peter, The default for configure --enable-qt-help defaults is auto. However, you appear to building directly on a production system and I suspect you have some Qt package installed on the system which then means the build enables qt-help. To get a standard build you should use a build chroot (pbuilder, sbuild, qemubuild...) Doing that, the configure stage includes checking for qhelpgenerator... no checking for qhelpgenerator-qt5... no the qt help files are not attempted and the build succeeds. Can you attach the failing build log without qhelpgenerator-qt5 installed? Thanks Mark
Mark Hindley <[email protected]>
:Devuan Maintainers <[email protected]>
.
Full text available.[email protected], Devuan Maintainers <[email protected]>
:bug#752
; Package src:dbus
.
Full text available.Received: (at 752) by bugs.devuan.org; 21 Mar 2023 06:21:07 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Tue, 21 Mar 2023 06:21:06 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id U3yWMI9MGWTRDwAAmSBk0A (envelope-from <[email protected]>) for <[email protected]>; Tue, 21 Mar 2023 06:19:59 +0000 Received: by email.devuan.org (Postfix, from userid 109) id AEA2F597; Tue, 21 Mar 2023 06:19:59 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=103.4.19.249; helo=mx3.chubb.wattle.id.au; [email protected]; receiver=<UNKNOWN> Received: from mx3.chubb.wattle.id.au (mx3.chubb.wattle.id.au [103.4.19.249]) by email.devuan.org (Postfix) with ESMTPS id B1D9034 for <[email protected]>; Tue, 21 Mar 2023 06:19:42 +0000 (UTC) Received: from 202-63-70-213.ip4.superloop.au ([202.63.70.213] helo=wombat.chubb.wattle.id.au) by mx3.chubb.wattle.id.au with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from <[email protected]>) id 1peVLD-0007i7-2C for [email protected]; Tue, 21 Mar 2023 17:19:28 +1100 Received: from [192.168.77.164] (helo=Diprotodon.chubb.wattle.id.au) by wombat.chubb.wattle.id.au with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from <[email protected]>) id 1peVLA-009lEQ-1e for [email protected]; Tue, 21 Mar 2023 17:19:24 +1100 Date: Tue, 21 Mar 2023 17:19:14 +1100 Message-ID: <[email protected]> From: [email protected] To: [email protected] User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-Face: GgFg(Z>fx((4\32hvXq<)|jndSniCH~~$D)Ka:P@e@JR1P%Vr}EwUdfwf-4j\rUs#JR{'h# !]])6%Jh~b$VA|ALhnpPiHu[-x~@<"@Iv&|%R)Fq[[,(&Z'O)Q)xCqe1\M[F8#9l8~}#u$S$Rm`S9% \'T@`:&8>Sb*c5d'=eDYI&GF`+t[LfDH="MP5rwOO]w>ALi7'=QJHz&y&C&TE_3j! MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") X-SA-Exim-Connect-IP: 202.63.70.213 X-SA-Exim-Rcpt-To: [email protected] X-SA-Exim-Mail-From: [email protected] Subject: Worked out the fix Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Version: 4.2.1 (built Wed, 06 Jul 2022 17:58:28 +0000) X-SA-Exim-Scanned: Yes (on mx3.chubb.wattle.id.au) THe missing build-depend is on qhelpgenerator-qt5 Installing that allowed the build to complete successfully. Peter C
[email protected]
:Devuan Maintainers <[email protected]>
.
Full text available.[email protected], Devuan Maintainers <[email protected]>
:bug#752
; Package src:dbus
.
Full text available.Received: (at submit) by bugs.devuan.org; 21 Mar 2023 03:51:12 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Tue, 21 Mar 2023 03:51:12 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id TX5gBIkpGWS/CwAAmSBk0A (envelope-from <[email protected]>) for <[email protected]>; Tue, 21 Mar 2023 03:50:33 +0000 Received: by email.devuan.org (Postfix, from userid 109) id EC98C597; Tue, 21 Mar 2023 03:50:32 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_HELO_PASS autolearn=ham autolearn_force=no version=3.4.6 Received-SPF: Pass (sender SPF authorized) identity=helo; client-ip=103.4.19.249; helo=mx3.chubb.wattle.id.au; [email protected]; receiver=<UNKNOWN> Received: from mx3.chubb.wattle.id.au (mx3.chubb.wattle.id.au [103.4.19.249]) by email.devuan.org (Postfix) with ESMTPS id 88D28A0 for <[email protected]>; Tue, 21 Mar 2023 03:50:15 +0000 (UTC) Received: from 202-63-70-213.ip4.superloop.au ([202.63.70.213] helo=Diprotodon.chubb.wattle.id.au) by mx3.chubb.wattle.id.au with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from <[email protected]>) id 1peT0Y-0002cx-1y; Tue, 21 Mar 2023 14:50:01 +1100 Received: from peterc by Diprotodon.chubb.wattle.id.au with local (Exim 4.96) (envelope-from <[email protected]>) id 1peT0T-0003AD-2S; Tue, 21 Mar 2023 14:49:53 +1100 MIME-Version: 1.0 From: Peter Chubb <[email protected]> To: Devuan Bug Tracking System <[email protected]> Message-ID: <167937059353.32354.3989902258549573594.reportbug@localhost> X-Mailer: reportbug 11.6.0devuan2 Date: Tue, 21 Mar 2023 14:49:53 +1100 X-SA-Exim-Connect-IP: 202.63.70.213 X-SA-Exim-Rcpt-To: [email protected], [email protected] X-SA-Exim-Mail-From: [email protected] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: FTBFS: qch files not built X-SA-Exim-Version: 4.2.1 (built Wed, 06 Jul 2022 17:58:28 +0000) X-SA-Exim-Scanned: Yes (on mx3.chubb.wattle.id.au) Source: dbus Version: 1.14.6-1devuan1 Severity: normal Tags: ftbfs Dear Maintainer, I did: sudo apt update sudo apt build-dep dbus apt source dbus cd dbus-1.14.6 debuild -b -uc -us and after some time and lots of output I see: /usr/bin/mkdir -p /home/peterc/src/dbus-1.14.6/debian/tmp/usr/share/doc/dbus /usr/bin/install -c -m 644 /home/peterc/src/dbus-1.14.6/debian/build-main/doc/api/qch/dbus-1.14.6.qch /home/peterc/src/dbus-1.14.6/debian/tmp/usr/share/doc/dbus /usr/bin/install: cannot stat '/home/peterc/src/dbus-1.14.6/debian/build-main/doc/api/qch/dbus-1.14.6.qch': No such file or directory make[4]: *** [Makefile:935: install-data-local] Error 1 make[4]: Leaving directory '/home/peterc/src/dbus-1.14.6/debian/build-main/doc' make[3]: *** [Makefile:784: install-am] Error 2 make[3]: Leaving directory '/home/peterc/src/dbus-1.14.6/debian/build-main/doc' make[2]: *** [Makefile:699: install-recursive] Error 1 make[2]: Leaving directory '/home/peterc/src/dbus-1.14.6/debian/build-main' dh_auto_install: error: cd debian/build-main && make -j1 install DESTDIR=/home/peterc/src/dbus-1.14.6/debian/tmp AM_UPDATE_INFO_DIR=no returned exit code 2 make[1]: *** [debian/rules:214: override_dh_auto_install] Error 25 make[1]: Leaving directory '/home/peterc/src/dbus-1.14.6' make: *** [debian/rules:12: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 debuild: fatal error at line 1182: dpkg-buildpackage -us -uc -ui -b failed Maybe some build dependency is missing from the control file? -- System Information: Distributor ID: Devuan Description: Devuan GNU/Linux 5 (daedalus/ceres) Release: 5 Codename: daedalus ceres Architecture: x86_64 Kernel: Linux 6.1.0-6-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8), LANGUAGE=en_AU:en Shell: /bin/sh linked to /usr/bin/dash Init: sysvinit (via /sbin/init) LSM: AppArmor: enabled Versions of packages dbus is related to: ii dbus-x11 1.14.6-1devuan1 pn systemd <none> pn systemd-sysv <none>
Peter Chubb <[email protected]>
:Devuan Maintainers <[email protected]>
.
Full text available.[email protected], Devuan Maintainers <[email protected]>
:bug#752
; Package src:dbus
.
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