bugGNU Screen - Bugs: bug #39163, AIX make failure

 
 

bug #39163: AIX make failure

Submitter:  None
Submitted:  Tue 04 Jun 2013 04:59:02 PM UTC
   
 
Category:  Build/Install Severity:  3 - Normal
Priority:  * 5 - Normal Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Release:  4.0.3
Fixed Release:  None Planned Release:  None
Work Required:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 23 May 2014 09:20:30 AM UTC, comment #2: 

Thanks for information.

Amadeusz Sławiński <amade>
Group administrator
Fri 23 May 2014 04:59:29 AM UTC, comment #1: 

Having just built Screen on AIX, I can say that this bug is no longer an issue and may be closed.

Erik Falor <ewfalor>
Tue 04 Jun 2013 04:59:02 PM UTC, original submission:  

On AIX 6100-07-04-1216 make fails in misc.c

Modified to obtain a clean compile, as shown by diff

# diff ../misc.c misc.c
582c582
< xsetenv(var, value)
---

> setenv(var, value)

619c619
<   setenv(var, value, 1);
---

>   setenv(var, value);

799d798
<

# ./screen -v
Screen version 4.00.03 (FAU) 23-Oct-06

Anonymous

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #28259:  misc.c added by None (14KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by amade (Posted a comment)
  • -email is unavailable- added by ewfalor (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
    2014-05-23 amade StatusNone Fixed
        Open/ClosedOpen Closed
    2013-06-04 None Attached File- Added misc.c, #28259

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code