[cfarm-users] Automated deployment across multiple cfarm hosts

Bruno Haible bruno at clisp.org
Sun Sep 15 11:06:49 CEST 2024


Peter Gutmann wrote:
> Playing with my own build-on-everything script I've found some issues with
> several systems

Special compiler options or environment variables are needed on many systems.
See https://gitlab.com/ghwiki/gnow-how/-/wikis/Platforms/Configuration .

> cfarm119 has no dev tools that I can find:
> 
> -bash-5.1$ which xlc
> which: 0652-141 There is no xlc in /usr/bin /etc /usr/sbin /usr/ucb /home/peter/bin /usr/bin/X11 /sbin ..
> -bash-5.1$ lslpp -l | grep xlc
> -bash-5.1$ which gcc
> which: 0652-141 There is no gcc in /usr/bin /etc /usr/sbin /usr/ucb /home/peter/bin /usr/bin/X11 /sbin ..
> -bash-5.1$ which cc
> which: 0652-141 There is no cc in /usr/bin /etc /usr/sbin /usr/ucb /home/peter/bin /usr/bin/X11 /sbin ..
> -bash-5.1$ which clang
> which: 0652-141 There is no clang in /usr/bin /etc /usr/sbin /usr/ucb /home/peter/bin /usr/bin/X11 /sbin ..

cfarm119 has two compilers installed:
  - A GCC that works, in /opt/freeware/bin.
  - An IBM derivate of clang, named ibm-clang and ibm-clang++,
    in /opt/IBM/openxlC/17.1.1/bin. But it is broken (miscompiles various
    things here and there).

Bruno





More information about the cfarm-users mailing list