bugDDD - Bugs: bug #66394, /etc/prereq fail on Debian

 
 

bug #66394: /etc/prereq fail on Debian

Submitter:  Valerio <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 Release:  3.4.1
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 31 Oct 2024 01:28:57 PM UTC, original submission:  

/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

Valerio <efa>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by efa (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.14-9aa3.
    Corresponding source code