bugGNU Octave - Bugs: bug #30599, gcc looks for X11 headers even...

 
 

bug #30599: gcc looks for X11 headers even with --without-x option and/or when X11 is not found by configure

Submitter:  None
Submitted:  Fri 30 Jul 2010 04:09:03 AM UTC
   
 
Category:  Configuration and Build System Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  None
Originator Name:  Marko Budisic Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.2.4
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 05 Aug 2010 08:20:15 PM UTC, comment #1: 

Thank you for checking on this.  A fix for this has been in the source code repositories since December, 2009. (changeset 9915:ac711616bc03).  I verified that the development code builds properly with the --without-x option.

Rik <rik5>
Group administrator
Fri 30 Jul 2010 04:09:03 AM UTC, original submission:  

If there are no X11 libs installed, or --without-x is passed, the configure script still configures gcc to compile display.cc which #includes X11/Xlib.h . If the file is not there, the make step fails.

This has been reported in Macports bug tracker for Release 3.2.3
https://trac.macports.org/ticket/22741

I modified their patch and am attaching it here. After applying the patch, the make succeeds. I believe there is no additional action needed.

Anonymous

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #21104:  octave-3.2.4-conf-nox.patch added by None (619B - application/octet-stream - patch file for configure and configure.in)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by None (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 group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-08-05 rik5 StatusNone Fixed
        Open/ClosedOpen Closed
    2010-07-30 None Attached File- Added octave-3.2.4-conf-nox.patch, #21104

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code