Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 698192 - media-gfx/digikam-6.3.0-r1 : core/tests/webservices/o2/fbinter/fbinter_autogen/VXEMDFAILE/moc_fbdemo.cpp:123:21: error: 'class FBDemo' has no member named 'onAuthWindowCallbackCalled'
Summary: media-gfx/digikam-6.3.0-r1 : core/tests/webservices/o2/fbinter/fbinter_autoge...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-21 10:57 UTC by Helmut Jarausch
Modified: 2019-10-21 14:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log xz-compressed (digikam-6.3.0-r1.build.xz,127.01 KB, application/x-xz)
2019-10-21 10:57 UTC, Helmut Jarausch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2019-10-21 10:57:34 UTC
Created attachment 593526 [details]
build log  xz-compressed

Compilation fails with
In file included from core/tests/webservices/o2/fbinter/fbinter_autogen/mocs_compilation.cpp:2:
core/tests/webservices/o2/fbinter/fbinter_autogen/VXEMDFAILE/moc_fbdemo.cpp: In static member function 'static void FBDemo::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)':
core/tests/webservices/o2/fbinter/fbinter_autogen/VXEMDFAILE/moc_fbdemo.cpp:123:21: error: 'class FBDemo' has no member named 'onAuthWindowCallbackCalled'
  123 |         case 7: _t->onAuthWindowCallbackCalled((*reinterpret_cast< const QString(*)>(_a[1]))); break;
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
core/tests/webservices/o2/fbinter/fbinter_autogen/VXEMDFAILE/moc_fbdemo.cpp:124:21: error: 'class FBDemo' has no member named 'onAuthWindowClosed'
  124 |         case 8: _t->onAuthWindowClosed(); break;
      |                     ^~~~~~~~~~~~~~~~~~


There are two different versions of fbdemo.{h,cpp} :
/core/libs/dplugins/webservices/o2/examples/facebookdemo/fbdemo.h
and
core/libs/dplugins/webservices/o2/examples/facebookexternalinterceptordemo/fbdemo.h

only one of these contains onAuthWindowClosed

It looks as if something got mixed up.
Comment 1 Andreas Sturmlechner gentoo-dev 2019-10-21 11:49:02 UTC
Missing emerge --info.
Comment 2 Larry the Git Cow gentoo-dev 2019-10-21 11:59:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a2dbe18cf3e721e5284f144f52ad852f8a8985

commit d6a2dbe18cf3e721e5284f144f52ad852f8a8985
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-10-21 11:54:59 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-10-21 11:59:07 +0000

    media-gfx/digikam: Don't even try to build broken tests
    
    Closes: https://bugs.gentoo.org/698192
    Package-Manager: Portage-2.3.77, Repoman-2.3.17
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-gfx/digikam/digikam-6.3.0-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)
Comment 3 Larry the Git Cow gentoo-dev 2019-10-21 14:13:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=a12ae54e2fb2080de4cf817cbf3037247bed3298

commit a12ae54e2fb2080de4cf817cbf3037247bed3298
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-10-21 11:54:59 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-10-21 14:12:26 +0000

    media-gfx/digikam: Don't even try to build broken tests
    
    Closes: https://bugs.gentoo.org/698192
    Package-Manager: Portage-2.3.77, Repoman-2.3.17
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-gfx/digikam/digikam-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)