Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685810 - app-accessibility/speech-tools-2.1-r4 : ../.../EST_String.h:576:16: error: friend declaration of int
Summary: app-accessibility/speech-tools-2.1-r4 : ../.../EST_String.h:576:16: error: fr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 2 votes (vote)
Assignee: Andrew Savchenko
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: gcc-9
  Show dependency tree
 
Reported: 2019-05-13 09:18 UTC by Toralf Förster
Modified: 2021-05-10 06:38 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.50 KB, text/plain)
2019-05-13 09:18 UTC, Toralf Förster
Details
app-accessibility:speech-tools-2.1-r4:20190513-091611.log (app-accessibility:speech-tools-2.1-r4:20190513-091611.log,7.51 KB, text/plain)
2019-05-13 09:18 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,148.56 KB, text/plain)
2019-05-13 09:18 UTC, Toralf Förster
Details
environment (environment,86.71 KB, text/plain)
2019-05-13 09:18 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,16.36 KB, application/x-bzip)
2019-05-13 09:18 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,4.17 KB, application/x-bzip)
2019-05-13 09:18 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,22.68 KB, application/x-bzip)
2019-05-13 09:18 UTC, Toralf Förster
Details
GCC9 fixes (speech-tools-2.1-gcc9.patch,6.36 KB, patch)
2019-12-06 16:32 UTC, Shannon
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-05-13 09:18:13 UTC
In file included from ../include/siod.h:17,
                 from slib.cc:89:
../include/EST_String.h:576:16: error: friend declaration of ‘int fcompare(const EST_String&, const EST_String&, const unsigned char*)’ specifies default arguments and isn’t a definition [-fpermissive]
  576 |     friend int fcompare(const EST_String &a, const EST_String &b,
      |                ^~~~~~~~
../include/EST_String.h:579:16: error: friend declaration of ‘int fcompare(const EST_String&, const char*, const unsigned char*)’ specifies default arguments and isn’t a definition [-fpermissive]

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_libressl_20190510-220703

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.34.1 *



emerge -qpvO app-accessibility/speech-tools
[ebuild  N    ] app-accessibility/speech-tools-2.1-r4  USE="-X -nas"
Comment 1 Toralf Förster gentoo-dev 2019-05-13 09:18:16 UTC
Created attachment 576390 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-05-13 09:18:19 UTC
Created attachment 576392 [details]
app-accessibility:speech-tools-2.1-r4:20190513-091611.log
Comment 3 Toralf Förster gentoo-dev 2019-05-13 09:18:21 UTC
Created attachment 576394 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-05-13 09:18:24 UTC
Created attachment 576396 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-05-13 09:18:27 UTC
Created attachment 576398 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-05-13 09:18:30 UTC
Created attachment 576400 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-05-13 09:18:32 UTC
Created attachment 576402 [details]
temp.tbz2
Comment 8 Shannon 2019-12-06 16:32:53 UTC
Created attachment 598640 [details, diff]
GCC9 fixes

GCC9 fixes
Removes default parameters from declarations and adds parameters to code as needed
Comment 9 Larry the Git Cow gentoo-dev 2020-08-23 15:33:28 UTC
The bug has been referenced in the following commit(s):

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

commit 063df9aae04bc82fef0ec6d51144052251cb4b3b
Author:     Peter Levine <plevine457@gmail.com>
AuthorDate: 2020-05-30 07:14:29 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2020-08-23 15:33:19 +0000

    app-accessibility/speech-tools: Bump speech-tools-2.5.0
    
    Closes: https://bugs.gentoo.org/650474
    Closes: https://github.com/gentoo/gentoo/pull/16011
    Bug: https://bugs.gentoo.org/685810
    Package-Manager: Portage-2.3.100, Repoman-2.3.22
    Signed-off-by: Peter Levine <plevine457@gmail.com>
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 app-accessibility/speech-tools/Manifest            |   1 +
 .../files/speech-tools-2.5.0-fno-common.patch      |  22 ++++
 .../speech-tools/speech-tools-2.5.0.ebuild         | 141 +++++++++++++++++++++
 3 files changed, 164 insertions(+)
Comment 10 Larry the Git Cow gentoo-dev 2021-05-10 06:38:39 UTC
The bug has been closed via the following commit(s):

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

commit 9651ecdd87fa56219abe24f00196dabc5db54102
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2021-05-10 06:38:12 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2021-05-10 06:38:12 +0000

    app-accessibility/speech-tools: removed obsolete 2.4-r1
    
    Closes: https://bugs.gentoo.org/685810
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 app-accessibility/speech-tools/Manifest            |   1 -
 .../speech-tools/files/speech-tools-2.1-gcc7.patch |  20 ----
 .../speech-tools/speech-tools-2.1-r4.ebuild        | 120 ---------------------
 3 files changed, 141 deletions(-)