Automic VaultAutomic Vault

brew

Installer distcc avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de distcc pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install distcc

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install distcc

MacPorts ports tree · devel/distcc/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add distcc

Alpine Linux edge package indexes · distcc · Source: dl-cdn.alpinelinux.org

Debian aptvérifié · 92%
sudo apt install distcc

Debian stable package indexes · distcc · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install distcc

Fedora Rawhide package metadata · distcc · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#distcc

nixpkgs package indexes · distcc · Source: raw.githubusercontent.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S distcc

Arch Linux sync databases · distcc · Source: geo.mirror.pkgbuild.com

openSUSE zyppervérifié · 92%
sudo zypper install distcc

openSUSE Tumbleweed package metadata · distcc · Source: download.opensuse.org

aperçu

Résumé du paquet

Distributed compiler client and server

Commandes et alias

  • distcc
  • distccd
  • distccmon-text
  • lsdistcc
  • pump
  • update-distcc-symlinks

historique

Historique du projet et usages

distcc is a distributed C, C++, and Objective-C compilation front end originally written by Martin Pool. It matters to package and ports maintainers because it attacks one of the classic pain points of source-based packaging: repeated local compiler work during large builds.

Historique du projet

The project presents itself as a free distributed C/C++ compiler system that can run builds across several networked machines without requiring a shared filesystem, synchronized clocks, or matching installed headers and libraries on every host. Its 3.0 series added pump mode, a Google-contributed path that distributes preprocessing as well as compilation when client and server systems are compatible enough.

Historique d'adoption

distcc's own documentation describes use at scales ranging from a few build hosts to environments with hundreds of distcc servers supporting many simultaneous compiles. The project also records later maintainer transitions and continued releases, including 3.2 in 2011, 3.3 in 2018, 3.4 in 2021, and ongoing 3.x development.

Modes d'utilisation

Users typically export a host list through DISTCC_HOSTS or place host configuration under the distcc directory, then invoke parallel builds through make -j with CC=distcc or compiler masquerading. The server side is handled by distccd, while monitoring and helper commands support day-to-day build-farm operation.

Pourquoi les passionnés de paquets s'y intéressent

distcc is a long-running example of Unix build acceleration that works with ordinary compiler invocations instead of replacing the whole build system. That makes it especially attractive in package-manager culture, where maintainers often need to build large C and C++ dependency graphs while preserving normal toolchain semantics.

Chronologie

  • 2008: distcc 3.0 adds pump mode for distributed preprocessing.
  • 2011: distcc 3.2 adds IPv6 support and optional GSS-API authentication.
  • 2018: distcc 3.3 adds cross-compilation support and Python 3 support.
  • 2021: distcc 3.4 continues the 3.x line with build and monitoring fixes.

Related projects

  • ccache is often paired conceptually with distcc because both reduce C and C++ build cost, though ccache avoids repeated compilation through local cache hits while distcc spreads remaining compilation across machines.
  • icecream occupies the same distributed-compilation niche but uses a scheduler-oriented model, while distcc stays close to conventional compiler command lines.

posture de sécurité

Niveau de risque : orange

broad file, network, media, or database tool signal. formula declares a Homebrew service.

Classificateur de risque

risque orange · confiance moyen · infrastructure

Pourquoi

  • broad file, network, media, or database tool signal
  • formula declares a Homebrew service

Signaux

  • metadata:service
  • text:client,server

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de formule déclarent un service ou daemon.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 1 dépendances d’exécution.
  • Les métadonnées de compilation listent 1 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
$DISTCC_DIR/hosts~/.distcc/hosts

exécutables

Exécutables installés

CommandeTypeExpositionNote
distcccliexécutable global
distccdcliexécutable global
distccmon-textcliexécutable global
lsdistcccliexécutable global
pumpcliexécutable global
update-distcc-symlinkscliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-25
version du gestionnaire3.4
gestionnaire mis à jour2026-07-10
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/distcc/distcc

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:distcc
Version3.4
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/distcc
Page d'accueilhttps://github.com/distcc/distcc/
Dépôthttps://github.com/distcc/distcc
Docs amonthttps://github.com/distcc/distcc#readme
LicenceGPL-2.0-or-later
Archive sourcehttps://github.com/distcc/distcc/releases/download/v3.4/distcc-3.4.tar.gz
Dernière mise à jour2026-07-10T19:03:07-04:00
Pulseupdated
Dépendancespython@3.14
Dépendances de compilationpython-setuptools
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Servicedeclared

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namedistcc
Version Scheme0
Revision3
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

distcc 3.4+really3.4-12

simple distributed compiler client and server

https://distcc.github.io/

sudo apt install distcc
  • Section: devel
  • Architecture: amd64
  • 10 Dépendances
  • 5 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Distcc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: distcc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

distcc-pump 3.4+really3.4-12

pump mode for distcc a distributed compiler client and server

https://distcc.github.io/

sudo apt install distcc-pump
  • Section: devel
  • Architecture: amd64
  • Source Package: distcc
  • 3 Dépendances
  • normalized package name match
  • Correspondance par : Distcc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: distcc-pump from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

distccmon-gnome 3.4+really3.4-12

GTK+ monitor for distcc a distributed client and server

https://distcc.github.io/

sudo apt install distccmon-gnome
  • Section: devel
  • Architecture: amd64
  • Source Package: distcc
  • 4 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Distcc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: distccmon-gnome from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

distcc

nix profile install nixpkgs#distcc
  • normalized package name match
  • Correspondance par : Distcc
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: distcc from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

distcc 3.4+really3.4-4build3

simple distributed compiler client and server

https://distcc.github.io/

sudo apt install distcc
  • Section: universe/devel
  • Architecture: amd64
  • 10 Dépendances
  • 5 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Distcc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: distcc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

distcc-pump 3.4+really3.4-4build3

pump mode for distcc a distributed compiler client and server

https://distcc.github.io/

sudo apt install distcc-pump
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: distcc
  • 3 Dépendances
  • normalized package name match
  • Correspondance par : Distcc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: distcc-pump from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

distccmon-gnome 3.4+really3.4-4build3

GTK+ monitor for distcc a distributed client and server

https://distcc.github.io/

sudo apt install distccmon-gnome
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: distcc
  • 4 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Distcc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: distccmon-gnome from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

distcc 3.4-r10

Ddistributed C, C++, Obj C compiler

https://github.com/distcc/distcc

sudo apk add distcc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: distcc
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Distcc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: distcc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

distcc-doc 3.4-r10

Ddistributed C, C++, Obj C compiler (documentation)

https://github.com/distcc/distcc

sudo apk add distcc-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: distcc
  • normalized package name match
  • Correspondance par : Distcc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: distcc-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

distcc-openrc 3.4-r10

Ddistributed C, C++, Obj C compiler (OpenRC init scripts)

https://github.com/distcc/distcc

sudo apk add distcc-openrc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: distcc
  • normalized package name match
  • Correspondance par : Distcc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: distcc-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

distcc-pump 3.4-r10

pump mode for distcc a distributed compiler client and server

https://github.com/distcc/distcc

sudo apk add distcc-pump
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: distcc
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Distcc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: distcc-pump from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

distcc-pump-pyc 3.4-r10

Precompiled Python bytecode for distcc-pump

https://github.com/distcc/distcc

sudo apk add distcc-pump-pyc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: distcc
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Distcc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: distcc-pump-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

distcc 3.4-15.fc45

Distributed C/C++ compilation

https://github.com/distcc/distcc

sudo dnf install distcc
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: distcc
  • 7 Dépendances
  • 4 fournit
  • normalized package name match
  • Correspondance par : Distcc
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: distcc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

distcc-gnome 3.4-15.fc45

Gnome frontend of distcc monitoring tool

https://github.com/distcc/distcc

sudo dnf install distcc-gnome
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: distcc
  • 8 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Distcc
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: distcc-gnome from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

distcc-server 3.4-15.fc45

Server for distributed C/C++ compilation

https://github.com/distcc/distcc

sudo dnf install distcc-server
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: distcc
  • 11 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Distcc
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: distcc-server from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

distcc 3.4-15

Distributed compilation service for C, C++ and Objective-C

https://github.com/distcc/distcc

sudo pacman -S distcc
  • License: GPL-2.0-only
  • Architecture: x86_64
  • 3 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Distcc
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: distcc from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment