[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#867765: marked as done (qtcreator FTBFS: error: 'class std::set<QString>' has no member named 'contains')



Your message dated Sun, 16 Jul 2017 20:58:59 +0300
with message-id <20170716175859.pjxib52udkb6fqoc@mitya57.me>
and subject line Re: Bug#867765: qtcreator FTBFS: error: 'class std::set<QString>' has no member named 'contains'
has caused the Debian Bug report #867765,
regarding qtcreator FTBFS: error: 'class std::set<QString>' has no member named 'contains'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
867765: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867765
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: qtcreator
Version: 4.2.0-1
Severity: serious
Tags: buster sid

Some recent change in unstable makes qtcreator FTBFS:

https://tests.reproducible-builds.org/debian/history/qtcreator.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/qtcreator.html

...
/build/1st/qtcreator-4.2.0/src/plugins/qbsprojectmanager/qbsnodes.cpp: In function 'QList<ProjectExplorer::ProjectAction> QbsProjectManager::Internal::supportedNodeActions(ProjectExplorer::Node*, bool)':
/build/1st/qtcreator-4.2.0/src/plugins/qbsprojectmanager/qbsnodes.cpp:256:58: error: 'class std::set<QString>' has no member named 'contains'
             && !project->qbsProject().buildSystemFiles().contains(node->filePath().toString())) {
                                                          ^~~~~~~~
/build/1st/qtcreator-4.2.0/src/plugins/qbsprojectmanager/qbsnodes.cpp: In member function 'QStringList QbsProjectManager::Internal::QbsRootProjectNode::unreferencedBuildSystemFiles(const qbs::Project&) const':
/build/1st/qtcreator-4.2.0/src/plugins/qbsprojectmanager/qbsnodes.cpp:901:33: error: 'class std::set<QString>' has no member named 'subtract'
     return p.buildSystemFiles().subtract(referencedBuildSystemFiles(p.projectData())).toList();
                                 ^~~~~~~~
Makefile:1325: recipe for target '.obj/release-shared/qbsnodes.o' failed
make[4]: *** [.obj/release-shared/qbsnodes.o] Error 1
...

--- End Message ---
--- Begin Message ---
Version: 4.3.1-1

Hi Adrian!

On Sun, Jul 09, 2017 at 01:05:57PM +0300, Adrian Bunk wrote:
> Some recent change in unstable makes qtcreator FTBFS:
>
> https://tests.reproducible-builds.org/debian/history/qtcreator.html
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/qtcreator.html
>
> ...
> /build/1st/qtcreator-4.2.0/src/plugins/qbsprojectmanager/qbsnodes.cpp: In function 'QList<ProjectExplorer::ProjectAction> QbsProjectManager::Internal::supportedNodeActions(ProjectExplorer::Node*, bool)':
> /build/1st/qtcreator-4.2.0/src/plugins/qbsprojectmanager/qbsnodes.cpp:256:58: error: 'class std::set<QString>' has no member named 'contains'
>              && !project->qbsProject().buildSystemFiles().contains(node->filePath().toString())) {
>                                                           ^~~~~~~~
> /build/1st/qtcreator-4.2.0/src/plugins/qbsprojectmanager/qbsnodes.cpp: In member function 'QStringList QbsProjectManager::Internal::QbsRootProjectNode::unreferencedBuildSystemFiles(const qbs::Project&) const':
> /build/1st/qtcreator-4.2.0/src/plugins/qbsprojectmanager/qbsnodes.cpp:901:33: error: 'class std::set<QString>' has no member named 'subtract'
>      return p.buildSystemFiles().subtract(referencedBuildSystemFiles(p.projectData())).toList();
>                                  ^~~~~~~~
> Makefile:1325: recipe for target '.obj/release-shared/qbsnodes.o' failed
> make[4]: *** [.obj/release-shared/qbsnodes.o] Error 1
> ...

This was caused by my qbs 1.8.x upload to unstable, and this failure has
been fixed in qtcreator 4.3.1 upload which supports new qbs.

The current build on reproducible-builds.org is still marked as failed,
but that looks like bug #868111 and so should be fixed in next build.

--
Dmitry Shachnev

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply to: