bugGNU Screen - Bugs: bug #32382, Undefining HAVE_SVR4_PTYS breaks...

 
 

bug #32382: Undefining HAVE_SVR4_PTYS breaks screen on Tru64

Submitter:  Stephen R Darragh <srd>
Submitted:  Mon 07 Feb 2011 10:01:13 PM UTC
   
 
Category:  Build/Install Severity:  3 - Normal
Priority:  * 5 - Normal Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Release:  4.0.3
Fixed Release:  None Planned Release:  None
Work Required:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 07 Feb 2011 10:01:13 PM UTC, original submission:  

At line 247 of os.h there is this conditional:

/* Alexandre Oliva: SVR4 style ptys don't work with osf */
#ifdef _osf_
# undef HAVE_SVR4_PTYS
#endif

As _osf_ is defined by the standard Tru64 C compiler, this undefines HAVE_SVR4_PTYS and breaks screen on Tru64 (5.1B).

Unfortunately I can't see an easy way to distinguish Tru64 via a standard macro, so maybe it should be done by autoconf?

Stephen R Darragh <srd>

 

(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 srd (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.13-cf05.
    Corresponding source code