bugTiger UNIX security tool - Bugs: bug #52648, make error

 
 

bug #52648: make error

Submitter:  None
Submitted:  Tue 12 Dec 2017 03:56:02 PM UTC
   
 
Category:  None Severity:  3-Normal
Item Group:  None Status:  Works For Me
Privacy:  Public Assigned to:  jfs
Open/Closed:  Open Operating System:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 04 Feb 2018 01:01:06 PM UTC, comment #1: 

The line referred to makes a call to the tempfile command to define a valid temporary file to create the msgidx.

The bug refers to a 'make error' can you please indicate what error does this produce for you? (it works for me and for other users) Do you have a /bin/tempfile (or similar) program installed in you system?

Note: This binary is available in Debian.

I am assuming that you do not have any tempfile program and the genmsgidx breaks because of this. To prevent this I will add some code to the program to check if the tempfile binary exists before calling it.

Javier Fernandez-Sanguino Peña <jfs>
Group administrator
Tue 12 Dec 2017 03:56:02 PM UTC, original submission:  

In file in actual repo version
\util\genmsgidx   line 80
is:
tempfile=`tempfile`
should be:
tempfile=tempfile

Anonymous

 

(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 jfs (Posted a comment)
  •  

    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.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-02-04 jfs Severity5-Critical 3-Normal
        StatusNone Works For Me
        Assigned toNone jfs

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code