Closed Drugoy closed 10 months ago
Well, on Debian 11 it is just working fine so far:
[194/194] LINK gn
+ ./out/Default/gn gen out/Default --fail-on-unused-args
Done. Made 16654 targets from 2784 files in 6294ms
+ ninja -C out/Default chrome chrome_sandbox chromedriver
ninja: Entering directory `out/Default'
[3164/49906] CXX obj/skia/skia_core_and_effects/SkPathOps
@Aufschlauer I don't see how that is possible. What version of docker did you use? What's the sha256 of your build images for steps 1 and 2?
Well, all succeed:
1 warning generated.
[49906/49906] LINK ./chrome
$ ./package.sh
+++ readlink -f ./package.sh
++ dirname /root/ungoogled-chromium-portablelinux/package.sh
+ _root_dir=/root/ungoogled-chromium-portablelinux
++ cat /root/ungoogled-chromium-portablelinux/ungoogled-chromium/chromium_version.txt
+ _chromium_version=98.0.4758.80
++ cat /root/ungoogled-chromium-portablelinux/ungoogled-chromium/revision.txt
+ _ungoogled_revision=1
++ cat /root/ungoogled-chromium-portablelinux/revision.txt
+ _package_revision=1
+ _tarprefix=ungoogled-chromium_98.0.4758.80-1.1_linux
+ _archive_output=/root/ungoogled-chromium-portablelinux/build/ungoogled-chromium_98.0.4758.80-1.1_linux.tar.xz
+ /root/ungoogled-chromium-portablelinux/ungoogled-chromium/utils/filescfg.py -c /root/ungoogled-chromium-portablelinux/build/src/chrome/tools/build/linux/FILES.cfg --build-outputs /root/ungoogled-chromium-portablelinux/build/src/out/Default archive -o /root/ungoogled-chromium-portablelinux/build/ungoogled-chromium_98.0.4758.80-1.1_linux.tar.xz -i /root/ungoogled-chromium-portablelinux/tar_includes/README
@Drugoy What do you mean by step 1 and 2? Docker is version 1.5-2
@Aufschlauer
Since docker-build.sh
is broken, the steps to build are:
git clone --recurse-submodules https://github.com/ungoogled-software/ungoogled-chromium-portablelinux.git
cd ungoogled-chromium-portablelinux
git checkout --recurse-submodules tags/98.0.4758.80-1.1
git submodule update --init --recursive
mkdir -p build
cd docker-stage1
docker build -f "Dockerfile" -t ug-chromium-builder-stage1:latest ./
cd ..
docker build -f "Dockerfile-stage2" -t ug-chromium-builder-stage2:latest ./
so by steps 1 and 2 I mean building images ug-chromium-builder-stage1:latest
and ug-chromium-builder-stage2:latest
.
As for your docker version - you seem to be using not just VERY archaic version (judging by the version number), but also non-official one: https://docs.docker.com/engine/release-notes/prior-releases/#150-2015-02-10 doesn't list 1.5.2.
I am using latest release version 20.10.12.
Well, for steps 1 and 2 I can't help then: I've reused a docker container from a previous build.
Regarding docker package: It is a recent version, but not the docker runtime package: https://packages.debian.org/bullseye/docker
I use this one: https://packages.debian.org/bullseye/docker.io
@Drugoy , @Aufschlauer may i close this issue or is it still relevant somehow?
I realized this project is fake.
@Drugoy i wouldn't say it's fake. It lacked support for quite some time, but is "back to live" again. Build works and i publish releases as soon a new version of ungoogled-chromiu is released :)
@Drugoy , @Aufschlauer may i close this issue or is it still relevant somehow?
@clickot No, just go ahead and close this one.