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
Priority:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
Release:  3.4.1
* Mandatory Fields

Post a Comment

Add a New Comment Rich Markup
   

Discussion

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>

 

Attached Files

This item currently has no attached files.

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

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

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

    Votes

    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.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

    History

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.16-598c.
    Corresponding source code