Automic VaultAutomic Vault

brew

distcc mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für distcc in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install distcc

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install distcc

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

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add distcc

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

Debian aptverifiziert · 92%
sudo apt install distcc

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

Fedora dnfverifiziert · 92%
sudo dnf install distcc

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

Nixverifiziert · 92%
nix profile install nixpkgs#distcc

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

Arch Linux pacmanverifiziert · 92%
sudo pacman -S distcc

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

openSUSE zypperverifiziert · 92%
sudo zypper install distcc

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

Überblick

Paketzusammenfassung

Distributed compiler client and server

Befehle und Aliase

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

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 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.

Sicherheitslage

Risikostufe: orange

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

Risikoklassifikator

orange Risiko · mittel Konfidenz · infrastructure

Warum

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

Signale

  • metadata:service
  • text:client,server

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Formelmetadaten deklarieren einen Service- oder Daemon-Block.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Installiert mit 1 Laufzeitabhängigkeiten.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

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

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
distcccliglobales Executable
distccdcliglobales Executable
distccmon-textcliglobales Executable
lsdistcccliglobales Executable
pumpcliglobales Executable
update-distcc-symlinkscliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-25
Manager-Version3.4
Manager aktualisiert2026-07-10
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://github.com/distcc/distcc

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:distcc
Version3.4
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/distcc
Homepagehttps://github.com/distcc/distcc/
Repositoryhttps://github.com/distcc/distcc
Upstream-Dokumentationhttps://github.com/distcc/distcc#readme
LizenzGPL-2.0-or-later
Quellarchivhttps://github.com/distcc/distcc/releases/download/v3.4/distcc-3.4.tar.gz
Zuletzt aktualisiert2026-07-10T19:03:07-04:00
Pulseupdated
Abhängigkeitenpython@3.14
Build-Abhängigkeitenpython-setuptools
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstdeclared

Registry-Fakten

Details aus der Quelldatenbank

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

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

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 Abhängigkeiten
  • 5 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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 Abhängigkeiten
  • 5 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 4 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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