Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 915221 - app-i18n/mozc-2.28.5029.102 - ../.../surrounding_text_util.cc: error: no match for operator= (operand types are std::string {aka std::_cxx11::basic_st
Summary: app-i18n/mozc-2.28.5029.102 - ../.../surrounding_text_util.cc: error: no matc...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Arfrever Frehtes Taifersar Arahesis
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-05 21:16 UTC by Toralf Förster
Modified: 2023-10-05 21:16 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.61 KB, text/plain)
2023-10-05 21:16 UTC, Toralf Förster
Details
app-i18n:mozc-2.28.5029.102:20231005-195501.log.xz (app-i18n:mozc-2.28.5029.102:20231005-195501.log.xz,16.90 KB, application/x-xz)
2023-10-05 21:16 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,87.02 KB, text/plain)
2023-10-05 21:16 UTC, Toralf Förster
Details
environment (environment,130.01 KB, text/plain)
2023-10-05 21:16 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.05 KB, application/x-xz)
2023-10-05 21:16 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,17.25 KB, application/x-xz)
2023-10-05 21:16 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-10-05 21:16:29 UTC
too long lines were shrinked:

[8/12] /usr/bin/x86_64-pc-linux-gnu-g++ -MMD -MF obj/unix/fcitx/fcitx-mozc.fcitx_key_translator.o.d -DOS_LINUX -DMOZC_BUILD -DCHANNEL_DEV '-DLOCALEDIR="/usr/share/locale/"' -DNDEBUG -DQT_NO_DEBUG -DMOZC_NO_LOGGING -DIGNORE_HELP_FLAG -DIGNORE_INVALID_FLAG -I/var/tmp/portage/app-i18n/mozc-2.28.5029.10
[9/12] /usr/bin/x86_64-pc-linux-gnu-g++ -MMD -MF obj/unix/fcitx/fcitx-mozc.fcitx_mozc.o.d -DOS_LINUX -DMOZC_BUILD -DCHANNEL_DEV '-DLOCALEDIR="/usr/share/locale/"' -DNDEBUG -DQT_NO_DEBUG -DMOZC_NO_LOGGING -DIGNORE_HELP_FLAG -DIGNORE_INVALID_FLAG -I/var/tmp/portage/app-i18n/mozc-2.28.5029.102/work/moz
[10/12] /usr/bin/x86_64-pc-linux-gnu-g++ -MMD -MF obj/unix/fcitx/fcitx-mozc.surrounding_text_util.o.d -DOS_LINUX -DMOZC_BUILD -DCHANNEL_DEV '-DLOCALEDIR="/usr/share/locale/"' -DNDEBUG -DQT_NO_DEBUG -DMOZC_NO_LOGGING -DIGNORE_HELP_FLAG -DIGNORE_INVALID_FLAG -I/var/tmp/portage/app-i18n/mozc-2.28.5029.
FAILED: obj/unix/fcitx/fcitx-mozc.surrounding_text_util.o 
/usr/bin/x86_64-pc-linux-gnu-g++ -MMD -MF obj/unix/fcitx/fcitx-mozc.surrounding_text_util.o.d -DOS_LINUX -DMOZC_BUILD -DCHANNEL_DEV '-DLOCALEDIR="/usr/share/locale/"' -DNDEBUG -DQT_NO_DEBUG -DMOZC_NO_LOGGING -DIGNORE_HELP_FLAG -DIGNORE_INVALID_FLAG -I/var/tmp/portage/app-i18n/mozc-2.28.5029.102/work
../../unix/fcitx/surrounding_text_util.cc: In function bool mozc::fcitx::GetSurroundingText(FcitxInstance*, SurroundingTextInfo*):
../../unix/fcitx/surrounding_text_util.cc:236:84: error: no match for operator= (operand types are std::string {aka std::__cxx11::basic_string<char>} and absl::lts_20230125::string_view)
  236 |     info->preceding_text = Util::Utf8SubString(surrounding_text, 0, selection_start);
      |                                                                                    ^

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd_merged_usr-20231004-200505

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 17.0.2
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.2
Python 3.11.6
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.72.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
*)	Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-17 

php cli (if any):
go version go1.21.1 linux/amd64

  HEAD of ::gentoo
commit 9a7ec3823976a0bc6b927b2ba94f9b0285915093
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Oct 5 19:47:01 2023 +0000

    2023-10-05 19:47:01 UTC

emerge -qpvO app-i18n/mozc
[ebuild  N    ] app-i18n/mozc-2.28.5029.102-r1  USE="emacs fcitx4 -debug -gui -ibus -renderer -savedconfig -test"
Comment 1 Toralf Förster gentoo-dev 2023-10-05 21:16:30 UTC
Created attachment 872201 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-10-05 21:16:31 UTC
Created attachment 872202 [details]
app-i18n:mozc-2.28.5029.102:20231005-195501.log.xz
Comment 3 Toralf Förster gentoo-dev 2023-10-05 21:16:32 UTC
Created attachment 872203 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2023-10-05 21:16:34 UTC
Created attachment 872204 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-10-05 21:16:34 UTC
Created attachment 872205 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-10-05 21:16:35 UTC
Created attachment 872206 [details]
etc.portage.tar.xz