Giter Club home page Giter Club logo

Comments (10)

zaza42 avatar zaza42 commented on September 23, 2024 1

I've set up a clean debian buster chroot with debootstrap, then ungoogled-chromium-l10n_73.0.3683.103 was compiled clearly. May some newer package caused the problem which are from sid/experimental.
I'm going to find out which package caused the error.

from ungoogled-chromium-debian.

BinaryKhaos avatar BinaryKhaos commented on September 23, 2024 1

Have a look here. Basically the problem comes from using libstdc++-6.0.26 (gcc-9) with clang. I haven't had the time to fully investigate this, unfortunately. Hope it helps nevertheless.

from ungoogled-chromium-debian.

Eloston avatar Eloston commented on September 23, 2024

I just took myself on a crash course on default constructors, and I still have no clue why this is happening. It doesn't help that the code the those files haven't changed at all since 72, and there's no other code in ungoogled-chromium that touches anything closely related.

What's your LLVM toolchain version?

from ungoogled-chromium-debian.

zaza42 avatar zaza42 commented on September 23, 2024
clang-8 -v
clang version 8.0.0-3 (tags/RELEASE_800/final)
Target: x86_64-pc-linux-gnu

Default package from Debian Sid: 1:8-3
https://packages.debian.org/source/sid/llvm-toolchain-8

from ungoogled-chromium-debian.

Eloston avatar Eloston commented on September 23, 2024

Interesting. I used LLVM from apt.llvm.org and I'm using the build right now. Could you try using LLVM from there, or building a newer version? (The one in apt.llvm.org is 8.0.1 revision 357234)

from ungoogled-chromium-debian.

zaza42 avatar zaza42 commented on September 23, 2024

The same. :-<

In file included from gen/chrome/browser/ui/ui_jumbo_33.cc:6:
./../../chrome/browser/ui/tabs/tab_strip_model_observer.cc:51:22: error: defaulting this default constructor would delete it after its first declaration
TabStripModelChange::TabStripModelChange() = default;
                     ^
../../chrome/browser/ui/tabs/tab_strip_model_observer.h:106:28: note: default constructor of 'TabStripModelChange' is implicitly deleted because field 'deltas_' of const-qualified type 'const std::vector<Delta>' would not be initialized
  const std::vector<Delta> deltas_;
                           ^
1 error generated.
[17735/20479] CXX obj/chrome/browser/ui/ui/ui_jumbo_47.o
ninja: build stopped: subcommand failed.
make[1]: *** [debian/rules:140: override_dh_auto_build-arch] Error 1
make[1]: Leaving directory '/usr/src/sources/2019/browser/ung73/build/src'
make: *** [debian/rules:114: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
$ clang-8  -v
clang version 8.0.1-svn357234-1~exp1~20190407125346.58 (branches/release_80)
Target: x86_64-pc-linux-gnu

Any other tip about another software version?
gcc version 9.0.1 20190402 (experimental) [trunk revision 270074] (Debian 9-20190402-1)

from ungoogled-chromium-debian.

kuboosoft avatar kuboosoft commented on September 23, 2024

@zaza42 Hi. Do you find the problem?

from ungoogled-chromium-debian.

FireBurn avatar FireBurn commented on September 23, 2024

Hi

Changing:

../../chrome/browser/ui/tabs/tab_strip_model_observer.h:106:28: note: default constructor of 'TabStripModelChange' is implicitly deleted because field 'deltas_' of const-qualified type 'const std::vector' would not be initialized
const std::vector deltas_;

to:

std::vector deltas_;

fixes things for me on Gentoo

from ungoogled-chromium-debian.

kuboosoft avatar kuboosoft commented on September 23, 2024

@FireBurn nop; it doesn't solve the issue 😿

from ungoogled-chromium-debian.

Eloston avatar Eloston commented on September 23, 2024

Closing since 78 is out. Let me know if this is still a problem.

from ungoogled-chromium-debian.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.