Package distcc: Information

  • Default inline alert: Version in the repository: 3.4-alt10

Source package: distcc
Version: 3.4-alt9
Build time:  Nov 20, 2022, 02:11 AM
Report package bug
Home page: http://distcc.org

License: GPLv2
Summary: distcc is a program to distribute builds C/C++/ Objective C/C++
Description: 
distcc is a program to distribute builds of C, C++, Objective C
or Objective C++ code across several machines on a network.
distcc should always generate the same results as a local build,
is simple to install and use, and is often two or more
times faster than a local compile.

List of rpms provided by this srpm:
distcc (riscv64)
distcc-debuginfo (riscv64)
distcc-pump (riscv64)
distcc-server (riscv64)
distcc-server-debuginfo (riscv64)
python3-module-include_server (riscv64)
python3-module-include_server-debuginfo (riscv64)

Maintainer: Ivan A. Melnikov


    1. rpm-build-intro
    2. rpm-build-python3
    3. libavahi-devel
    4. binutils-devel
    5. python3-devel
    6. libpopt-devel

Last changed


Nov. 19, 2022 Ivan A. Melnikov 3.4-alt9
- update-distcc-symlinks: add ALT-specific GCC location;
- replace deprecated egrep call with grep -E.
Nov. 12, 2022 Daniel Zagaynov 3.4-alt8.1
- NMU: used %add_python3_self_prov_path macro to skip self-provides from dependencies.
Sept. 16, 2022 Alexey Sheplyakov 3.4-alt8
- Repaired IP based access control (Closes: #42251)
- Added systemd unit file (Closes: #40669)
- Improved --allow-private, see https://github.com/distcc/distcc/pull/451
- Removed clients.allow, commands.allow.sh: these have never ever worked
- Avoid infinite loop when DISTCC_BACKOFF is disabled, see
  https://github.com/distcc/distcc/issues/434
- Refuse to distribute files with the `.incbin` assembler directive, see
  https://github.com/distcc/distcc/pull/461