tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: chromium update



This is great!

I'm trying to build this on my build host (which may not have all
the latest versions), but I'm struggling with getting past

cd /usr/pkgsrc/wip/chromium/work/chromium-127.0.6533.99/media/ffmpeg &&  /usr/pkg/bin/python3.12 scripts/build_ffmpeg.py  netbsd x64 --config-only --branding=Chrome
clang is unable to create an executable file.

and ktracing that reveals

       "ccache: error: Could not find compiler \"clang\" in PATH\n"

ccache?  I have clang version 17.0.6nb1 in /usr/pkg/bin (based on
earlier comments about llvm 18 vs. llvm 17, I date-fixed the llvm
and related packages to "just before update to 18", since I
already had llvm 17 installed), but the pkgsrc build runs with a
restricted PATH, but ...

stest: {149} find work/.??* -name clang
work/.buildlink/bin/clang
work/.buildlink/include/clang
work/.buildlink/lib/cmake/clang
work/.buildlink/lib/clang
work/.ccache/bin/clang
work/.cwrapper/bin/clang
stest: {150}

so I would have thought that would have been sufficient?

This is possibly more of a pkgsrc than chromium issue, though...

Regards,

- Håvard


Home | Main Index | Thread Index | Old Index