GNU bug report logs - #31659
powertabeditor fails to build since qt upgrade

Previous Next

Package: guix;

Reported by: Ricardo Wurmus <rekado <at> elephly.net>

Date: Wed, 30 May 2018 18:27:02 UTC

Severity: normal

Tags: easy

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 31659 in the body.
You can then email your comments to 31659 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#31659; Package guix. (Wed, 30 May 2018 18:27:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ricardo Wurmus <rekado <at> elephly.net>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 30 May 2018 18:27:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: bug-guix <at> gnu.org
Subject: powertabeditor fails to build since qt upgrade
Date: Wed, 30 May 2018 08:39:49 +0200
The powertabeditor package fails to build.  Errors include these:

--8<---------------cut here---------------start------------->8---
/tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.cpp: In constructor ‘BendDialog::BendDialog(QWidget*)’:
/tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.cpp:36:50: error: invalid use of incomplete type ‘class QButtonGroup’
     myDurationButtonGroup = new QButtonGroup(this);
                                                  ^
In file included from /tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.cpp:18:0:
/tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.h:24:7: note: forward declaration of ‘class QButtonGroup’
 class QButtonGroup;
       ^
/tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.cpp:37:26: error: invalid use of incomplete type ‘class QButtonGroup’
     myDurationButtonGroup->addButton(ui->defaultDurationButton);
                          ^
In file included from /tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.cpp:18:0:
/tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.h:24:7: note: forward declaration of ‘class QButtonGroup’
 class QButtonGroup;
       ^
/tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.cpp:38:26: error: invalid use of incomplete type ‘class QButtonGroup’
     myDurationButtonGroup->addButton(ui->customDurationButton);
                          ^
In file included from /tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.cpp:18:0:
/tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.h:24:7: note: forward declaration of ‘class QButtonGroup’
 class QButtonGroup;
       ^
/tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.cpp: In member function ‘void BendDialog::handleBendTypeChanged()’:
/tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.cpp:95:45: error: invalid use of incomplete type ‘class QButtonGroup’
     for (auto button : myDurationButtonGroup->buttons())
                                             ^
In file included from /tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.cpp:18:0:
/tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.h:24:7: note: forward declaration of ‘class QButtonGroup’
 class QButtonGroup;
       ^
/tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.cpp:103:53: error: invalid use of incomplete type ‘class QButtonGroup’
             for (auto button : myDurationButtonGroup->buttons())
                                                     ^
In file included from /tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.cpp:18:0:
/tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.h:24:7: note: forward declaration of ‘class QButtonGroup’
 class QButtonGroup;
       ^
/tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.cpp:115:53: error: invalid use of incomplete type ‘class QButtonGroup’
             for (auto button : myDurationButtonGroup->buttons())
                                                     ^
In file included from /tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.cpp:18:0:
/tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.h:24:7: note: forward declaration of ‘class QButtonGroup’
 class QButtonGroup;
       ^
/tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.cpp:122:53: error: invalid use of incomplete type ‘class QButtonGroup’
             for (auto button : myDurationButtonGroup->buttons())
                                                     ^
In file included from /tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.cpp:18:0:
/tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/powertabeditor-2.0.0-alpha10/source/dialogs/benddialog.h:24:7: note: forward declaration of ‘class QButtonGroup’
 class QButtonGroup;
       ^
make[2]: *** [source/dialogs/CMakeFiles/ptedialogs.dir/build.make:330: source/dialogs/CMakeFiles/ptedialogs.dir/benddialog.cpp.o] Error 1
make[2]: Leaving directory '/tmp/guix-build-powertabeditor-2.0.0-alpha10.drv-0/build'
make[1]: *** [CMakeFiles/Makefile2:371: source/dialogs/CMakeFiles/ptedialogs.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
--8<---------------cut here---------------end--------------->8---


-- 
Ricardo






Added tag(s) easy. Request was from clement <at> lassieur.org (Clément Lassieur) to control <at> debbugs.gnu.org. (Thu, 31 May 2018 09:17:02 GMT) Full text and rfc822 format available.

Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Thu, 31 May 2018 10:00:02 GMT) Full text and rfc822 format available.

Notification sent to Ricardo Wurmus <rekado <at> elephly.net>:
bug acknowledged by developer. (Thu, 31 May 2018 10:00:02 GMT) Full text and rfc822 format available.

Message #12 received at 31659-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 31659-done <at> debbugs.gnu.org
Subject: bug#31659: powertabeditor fails to build since qt upgrade
Date: Thu, 31 May 2018 11:59:01 +0200
Fixed with commit 1e341fa50849094fd5c685b6dfb2ee328a2ae44e.

-- 
Ricardo





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 28 Jun 2018 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 276 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.