Git Product home page Git Product logo

Comments (8)

Eloston avatar Eloston commented on June 7, 2024

Looks like CI checks are failing due to patches. If someone could update those, that'd be great.

from ungoogled-chromium-macos.

dajmon avatar dajmon commented on June 7, 2024

I had to change this line in build.sh in order to get the build going.
-_package_revision=$(cat $_root_dir/revision.txt)
+_package_revision=$(cat $_root_dir/ungoogled-chromium/revision.txt)

Build later failed on:
FileNotFoundError: [Errno 2] No such file or directory: '/dev/ungoogled-chromium-macos/build/src/third_party/google_toolbox_for_mac/src'

from ungoogled-chromium-macos.

Eloston avatar Eloston commented on June 7, 2024

Looks like lines 19-20 are not working properly. Could you tell me what is in your build/download_cache directory?

from ungoogled-chromium-macos.

dajmon avatar dajmon commented on June 7, 2024

$ ls -l build/download_cache
total 571464
-rw-r--r-- 1 dajmon staff 290272140 Mar 29 08:43 clang+llvm-6.0.0-x86_64-apple-darwin.tar.xz
-rw-r--r-- 1 dajmon staff 381834 Mar 29 08:43 google-toolbox-for-mac-3c3111d3aefe907c8c0f0e933029608d96ceefeb.tar.gz

from ungoogled-chromium-macos.

dajmon avatar dajmon commented on June 7, 2024

I made some progress. I had to switch the downloads.ini to let chromium do it's thing before the toolbox and llvm.

-"$_main_repo/utils/downloads.py" retrieve -i "$_main_repo/downloads.ini" -i "$_root_dir/downloads.ini" -c "$_download_cache"
-"$_main_repo/utils/downloads.py" unpack -i "$_main_repo/downloads.ini" -i "$_root_dir/downloads.ini" -c "$_download_cache" "$_src_dir"
+"$_main_repo/utils/downloads.py" retrieve -i "$_root_dir/downloads.ini" -i "$_main_repo/downloads.ini" -c "$_download_cache"
+"$_main_repo/utils/downloads.py" unpack  -i "$_root_dir/downloads.ini" -i "$_main_repo/downloads.ini" -c "$_download_cache" "$_src_dir"

Build fails on the ninja stuff:

ninja: Entering directory `/Users/dajmon/Development/macOS/ungoogled-chromium-macos/build/src/out/Release/gn_build'
[175/175] LINK gn
+ ./out/Default/gn gen out/Default --fail-on-unused-args
Done. Made 9455 targets from 1570 files in 6201ms
+ ninja -C out/Default chrome chrome_sandbox chromedriver
ninja: Entering directory `out/Default'
ninja: error: unknown target 'chrome_sandbox'

from ungoogled-chromium-macos.

Eloston avatar Eloston commented on June 7, 2024

I made some pretty silly mistakes. Those should be fixed now.

from ungoogled-chromium-macos.

dajmon avatar dajmon commented on June 7, 2024

I had to adjust the revision.txt line in build.sh again otherwise it compiled successfully.

-_package_revision=$(cat $_root_dir/revision.txt)
+_package_revision=$(cat $_root_dir/ungoogled-chromium/revision.txt)

from ungoogled-chromium-macos.

saltama avatar saltama commented on June 7, 2024

(Tested and it works flawlessly, compiling the untagged 73.x now)

(Thanks for all your work Eloston)

from ungoogled-chromium-macos.

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.