-
Notifications
You must be signed in to change notification settings - Fork 62
Description
I am trying to compile ungoogled chromium from the source code on Ubuntu 23.04 by following:
https://github.com/ungoogled-software/ungoogled-chromium-debian
root@iwplayer:/home/iwplayer# cat /etc/os-release | grep NAME
PRETTY_NAME="Ubuntu 23.04"
NAME="Ubuntu"
VERSION_CODENAME=lunar
UBUNTU_CODENAME=lunar
# Install initial packages
sudo apt install -y devscripts equivs
# Clone repository and switch to it (optional if are already in it)
git clone https://github.com/ungoogled-software/ungoogled-chromium-debian.git
cd ungoogled-chromium-debian
# Initiate the submodules (optional if they are already initiated)
git submodule update --init --recursive
pre-setup.log
# Prepare the local source
debian/rules setup
setup.log
# Install missing packages
sudo mk-build-deps -i debian/control
rm ungoogled-chromium-build-deps_*
after-setup.log
# Build the package
dpkg-buildpackage -b -uc
dpkg-buildpackage.log
/usr/include/stdlib.h:32:10: fatal error: 'stddef.h' file not found
#include <stddef.h>