Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689346 - dev-qt/qt-creator-4.8.2 - sshcryptofacility_p.h:70:20: error: ‘Keyed_Filter’ in namespace ‘Botan’ does not name a type
Summary: dev-qt/qt-creator-4.8.2 - sshcryptofacility_p.h:70:20: error: ‘Keyed_Filter’ ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Davide Pesavento
URL:
Whiteboard:
Keywords:
: 689440 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-07-06 05:12 UTC by email200202
Modified: 2019-07-08 23:17 UTC (History)
4 users (show)

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


Attachments
build.log (build.log,54.38 KB, text/x-log)
2019-07-06 05:12 UTC, email200202
Details
emerge -pqv '=dev-qt/qt-creator-4.8.2::gentoo' (file_689346.txt,415 bytes, text/plain)
2019-07-06 05:14 UTC, email200202
Details
emerge --info '=dev-qt/qt-creator-4.8.2::gentoo' (file_689346.txt,7.41 KB, text/plain)
2019-07-06 05:15 UTC, email200202
Details

Note You need to log in before you can comment on or make changes to this bug.
Description email200202 2019-07-06 05:12:47 UTC
Created attachment 582002 [details]
build.log

>>> Compiling source in /var/tmp/portage/dev-qt/qt-creator-4.8.2/work/qt-creator-opensource-src-4.8.2 ...
make -j8 -s 
process_stub_unix.c: In function ‘doExit’:
process_stub_unix.c:74:5: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
   74 |     fgets(sleepMsg, 2, stdin); /* Minimal size to make it wait */
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from sshsendfacility_p.h:28,
                 from sshsendfacility.cpp:26:
sshcryptofacility_p.h:61:12: error: ‘Keyed_Filter’ in namespace ‘Botan’ does not name a type
   61 |     Botan::Keyed_Filter *makeCtrCipherMode(Botan::BlockCipher *cipher,
      |            ^~~~~~~~~~~~
sshcryptofacility_p.h:70:20: error: ‘Keyed_Filter’ in namespace ‘Botan’ does not name a type
   70 |     virtual Botan::Keyed_Filter *makeCipherMode(Botan::BlockCipher *cipher,
      |                    ^~~~~~~~~~~~
sshcryptofacility_p.h:103:20: error: ‘Keyed_Filter’ in namespace ‘Botan’ does not name a type
  103 |     virtual Botan::Keyed_Filter *makeCipherMode(Botan::BlockCipher *cipher,
      |                    ^~~~~~~~~~~~
sshcryptofacility_p.h:136:20: error: ‘Keyed_Filter’ in namespace ‘Botan’ does not name a type
  136 |     virtual Botan::Keyed_Filter *makeCipherMode(Botan::BlockCipher *cipher,
      |                    ^~~~~~~~~~~~
Comment 1 email200202 2019-07-06 05:14:14 UTC
Created attachment 582004 [details]
emerge -pqv '=dev-qt/qt-creator-4.8.2::gentoo'
Comment 2 email200202 2019-07-06 05:15:29 UTC
Created attachment 582006 [details]
emerge --info '=dev-qt/qt-creator-4.8.2::gentoo'
Comment 3 email200202 2019-07-06 06:15:32 UTC
workaround: mask out dev-libs/botan-2.11.0
Comment 4 Nikolaos Chatzidakis 2019-07-06 09:52:53 UTC
Downgrading botan to 2.9.0 solves the issue.
Comment 5 Larry the Git Cow gentoo-dev 2019-07-06 19:30:03 UTC
The bug has been closed via the following commit(s):

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

commit b21154ad1d7fc9c657e50c438c0945c226f5b0e1
Author:     Davide Pesavento <pesa@gentoo.org>
AuthorDate: 2019-07-06 19:29:33 +0000
Commit:     Davide Pesavento <pesa@gentoo.org>
CommitDate: 2019-07-06 19:29:54 +0000

    dev-qt/qt-creator: in 4.8.2, restrict botan dep due to bug 689346
    
    Closes: https://bugs.gentoo.org/689346
    Package-Manager: Portage-2.3.68, Repoman-2.3.16
    Signed-off-by: Davide Pesavento <pesa@gentoo.org>

 dev-qt/qt-creator/qt-creator-4.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 6 Davide Pesavento (RETIRED) gentoo-dev 2019-07-08 23:17:12 UTC
*** Bug 689440 has been marked as a duplicate of this bug. ***