[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #66394] /etc/prereq fail on Debian
From: |
Valerio |
Subject: |
[bug #66394] /etc/prereq fail on Debian |
Date: |
Thu, 31 Oct 2024 09:29:00 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?66394>
Summary: /etc/prereq fail on Debian
Group: DDD
Submitter: efa
Submitted: Thu 31 Oct 2024 01:28:57 PM UTC
Category: Source/Code view
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Release: 3.4.1
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Thu 31 Oct 2024 01:28:57 PM UTC By: Valerio <efa>
/etc/prereq
fail on Debian with:
efa@08i7-2500:~/c/ddd-3.4.1/etc$ prereq
grep: /etc/redhat-release: File o directory non esistente
Cannot check pre-req's for UNKNOWN
Check for pre-requisite packages to build DDD
Usage: ./prereq [-maint | maintainer]
-maint | -maintainer: Check for pre-reqs to build from repo
Simply adding Debian to the list below:
89c89
< if grep -E "Ubuntu|Raspbian" /etc/os-release > /dev/null; then
---
> if grep -E "Debian|Ubuntu|Raspbian" /etc/os-release > /dev/null; then
will solve. See:
ddd-trunk/etc$ prereq
Checking pre-req's for DEBIAN
binutils installed
g++ installed
gcc installed
make installed
libmotif-dev installed
libx11-dev installed
libxpm-dev installed
libxt-dev installed
libxaw7-dev installed
libxpm-dev installed
libncurses-dev installed
gdb installed
fonts-liberation installed
All prerequsite packages installed
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?66394>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #66394] /etc/prereq fail on Debian,
Valerio <=