bugGNU Screen - Bugs: bug #29452, there's no sys/select.h on HP-UX...

 
 

bug #29452: there's no sys/select.h on HP-UX 11.11 => fifo ans sockets checks fail

Submitter:  Alexander Gattin <xrgtn>
Submitted:  Tue 06 Apr 2010 01:57:31 PM UTC
   
 
Category:  Build/Install Severity:  3 - Normal
Priority:  * 5 - Normal Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Release:  Cur Dev Sources
Fixed Release:  None Planned Release:  None
Work Required:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 21 Nov 2014 04:45:43 PM UTC, comment #1: 

This is still a problem in 4.2.1, four years after this bug report was filed.

Anonymous
Tue 06 Apr 2010 01:57:31 PM UTC, original submission:  

Hello,

./configure fails on HP-UX 11.11 with the next message:

you have neither usable sockets nor usable pipes -> no screen

This happens because there's no sys/select.h on the 11.11 release of HP-UX but checks for fifos and unix domain sockets

#include <sys/select.h>

I sugest to check for sys/select.h before fifos/sockets and then use the next code:

#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif

Patch is attached.

Alexander Gattin <xrgtn>

 

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

Attach Files:
   
   
Comment:
   

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by xrgtn (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.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-04-06 xrgtn Attached File- Added screen-git-have_sys_select_h.patch, #20134

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code