Automic VaultAutomic Vault

brew

deja-gnu を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper でインストール

deja-gnu のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install deja-gnu

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install dejagnu

MacPorts ports tree · devel/dejagnu/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add dejagnu

Alpine Linux edge package indexes · dejagnu · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install dejagnu

Debian stable package indexes · dejagnu · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install dejagnu

Fedora Rawhide package metadata · dejagnu · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#dejagnu

nixpkgs package indexes · pkgs/by-name/de/dejagnu/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S dejagnu

Arch Linux sync databases · dejagnu · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install dejagnu

openSUSE Tumbleweed package metadata · dejagnu · ソース: download.opensuse.org

概要

パッケージ概要

Framework for testing other programs

コマンドとエイリアス

  • dejagnu
  • runtest

履歴

プロジェクトの歴史と使われ方

DejaGnu is GNU's test framework for exercising command-line programs through Expect and Tcl. It is best known in toolchain circles because it lets a single testsuite drive local, remote, embedded, and simulator targets with the same runtest interface.

プロジェクトの歴史

DejaGnu became a GNU package to solve a very GNU problem: testing compilers, debuggers, binutils, and other portable development tools across many hosts and targets. Its Savannah project page identifies the official GNU project and source repository, while the GNU manual documents the runtest harness, board files, site configuration, and per-user startup file used by the framework.

The GNU FTP archive shows DejaGnu releases dating back to the 1.3 series in 1996, followed by long-lived 1.4, 1.5, and 1.6 release lines. That release pattern mirrors its role as infrastructure: the tool changes slowly, but it remains important wherever old and new toolchains need repeatable test results.

採用の歴史

DejaGnu's adoption is tied to the GNU toolchain rather than to application development fashion. Projects that need to run the same tests against native binaries, cross targets, simulators, or remote boards use DejaGnu because its abstraction is old, boring, and understood by compiler and embedded developers.

The package is widely shipped by Unix-like package managers because it is a build and test dependency for other low-level software. Homebrew packages it as deja-gnu, while GNU distributes canonical source tarballs through ftp.gnu.org.

使われ方

Users normally invoke the runtest command from a package testsuite. Site-wide and user-specific configuration can tune board definitions, tool paths, and target behavior through site.exp and ~/.dejagnurc.

DejaGnu matters most when tests must be portable across machines rather than just run locally. The same test description can talk to a native program, a remote target, or a simulator through Expect-driven interactions.

パッケージ好きにとっての重要性

For package maintainers, DejaGnu is one of the classic pieces of GNU release machinery: not glamorous, but deeply embedded in the way compilers and binary tools prove they still work.

Its presence in dependency graphs often signals that a formula or distribution package is running upstream's real tests instead of a smoke test. That makes it an important clue when auditing build quality for toolchain packages.

タイムライン

  • 1996: DejaGnu 1.3 appears in the GNU FTP archive.
  • 2001: The 1.4 release line is distributed through GNU FTP.
  • 2011: DejaGnu 1.5 is released after a long 1.4 maintenance period.
  • 2016: DejaGnu 1.6 is released.
  • 2021: DejaGnu 1.6.3 is published in the GNU FTP archive.

Related projects

  • Expect and Tcl provide the interaction layer DejaGnu uses to drive programs under test.
  • GCC, GDB, and Binutils are representative GNU toolchain projects whose testing culture overlaps with DejaGnu.
  • Autotest and Automake are adjacent GNU testing and build tools, but DejaGnu specializes in target-oriented test execution.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

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
~/.dejagnurcsite.exp

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
dejagnucliグローバル実行可能ファイル
runtestcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版1.6.3
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://www.gnu.org/software/dejagnu/

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報Release/tag comparison is only available for GitHub repositories.https://www.gnu.org/software/dejagnu/信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:deja-gnu
バージョン1.6.3
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/deja-gnu
ホームページhttps://www.gnu.org/software/dejagnu/
リポジトリhttps://git.savannah.gnu.org/git/dejagnu.git
上流ドキュメントhttps://www.gnu.org/software/dejagnu
ライセンスGPL-3.0-or-later
ソースアーカイブhttps://ftpmirror.gnu.org/gnu/dejagnu/dejagnu-1.6.3.tar.gz
macOS 提供ライブラリexpect
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namedeja-gnu
Aliases
  • dejagnu
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

MacPorts94%

dejagnu

sudo port install dejagnu
  • installed executable or alias match
  • 一致条件: Dejagnu
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/dejagnu/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Debian apt92%

dejagnu 1.6.3-1.1

framework for running test suites on software tools

sudo apt install dejagnu
  • Section: devel
  • Architecture: all
  • 1 依存関係
  • installed executable or alias match
  • 一致条件: Dejagnu
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dejagnu from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix92%

dejagnu

nix profile install nixpkgs#dejagnu
  • installed executable or alias match
  • 一致条件: Dejagnu
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/de/dejagnu/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt92%

dejagnu 1.6.3-1

framework for running test suites on software tools

sudo apt install dejagnu
  • Section: universe/devel
  • Architecture: all
  • 3 依存関係
  • installed executable or alias match
  • 一致条件: Dejagnu
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: dejagnu from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk92%

dejagnu 1.6.3-r1

A framework for testing other programs

https://www.gnu.org/software/dejagnu/

sudo apk add dejagnu
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: dejagnu
  • 1 依存関係
  • 1 提供
  • installed executable or alias match
  • 一致条件: Dejagnu
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: dejagnu from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk92%

dejagnu-dev 1.6.3-r1

A framework for testing other programs (development files)

https://www.gnu.org/software/dejagnu/

sudo apk add dejagnu-dev
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: dejagnu
  • installed executable or alias match
  • 一致条件: Dejagnu
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: dejagnu-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk92%

dejagnu-doc 1.6.3-r1

A framework for testing other programs (documentation)

https://www.gnu.org/software/dejagnu/

sudo apk add dejagnu-doc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: dejagnu
  • installed executable or alias match
  • 一致条件: Dejagnu
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: dejagnu-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf92%

dejagnu 1.6.3-18.fc45

A front end for testing other programs

http://www.gnu.org/software/dejagnu/

sudo dnf install dejagnu
  • License: GPL-3.0-or-later AND GFDL-1.3-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: dejagnu
  • 2 依存関係
  • 1 提供
  • installed executable or alias match
  • 一致条件: Dejagnu
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: dejagnu from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman92%

dejagnu 1.6.3-17

Framework for testing other programs

https://www.gnu.org/software/dejagnu/

sudo pacman -S dejagnu
  • License: GPL
  • Architecture: any
  • 2 依存関係
  • installed executable or alias match
  • 一致条件: Dejagnu
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: dejagnu from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper92%

dejagnu 1.6.3-2.4

Framework for Running Test Suites on Software Tools

https://www.gnu.org/software/dejagnu/

sudo zypper install dejagnu
  • License: GPL-3.0-or-later
  • Category: Development/Tools/Building
  • Architecture: noarch
  • Source Package: dejagnu
  • 4 依存関係
  • 2 提供
  • installed executable or alias match
  • 一致条件: Dejagnu
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: dejagnu from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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