Article 6K80J ./chromium.SlackBuild FAILED at line 1676 building ungoogled-chromium-122.0.6261.57-1

./chromium.SlackBuild FAILED at line 1676 building ungoogled-chromium-122.0.6261.57-1

by
breaker
from LinuxQuestions.org on (#6K80J)
Well, I had a big old post about this, but this damn site said could not post due to a missing security token, so I lost an hour's worth of composition.

Basically what the subject said. I never tried this before. Got it from alienbob's build directory. I tried to build as root because the normal user gave errors related to chmod.

Here is where the process stopped
Code:ninja: Entering directory `out/Release'
ninja: error: '../../third_party/node/linux/node-linux-x64/bin/node', needed by 'gen/ui/webui/resources/tsc/cr_elements/cr_tab_box/cr_tab_box.js', missing and no known rule to make it
-- Manually installing everything.
install: cannot stat 'out/Release/chrome': No such file or directory
./chromium.SlackBuild FAILED at line 1676Lines 1662 - 1667
Code:if [ $USE_UNGOOGLED -eq 0 ] && [ ! -f out/Release/chrome_crashpad_handler ]
then
# ungoogled-chromium has crash-reporting disabled:
LDFLAGS="$LDFLAGS" \
LC_ALL=C \
ninja -C out/Release \
chrome_crashpad_handler \
2>&1 | tee -a $OUTPUT/ninja-${PRGNAM}.log
fi

# Manually install everything:
echo "-- Manually installing everything."

# The main binary:
install -D out/Release/chrome $PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/${PRGNAM}I changed this to a 1
Code:# Build an ungoogled chromium package (default no):
USE_UNGOOGLED=${USE_UNGOOGLED:-1}Please advise.
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments