bugMIT/GNU Scheme - Bugs: bug #47887, etc/make-liarc.sh does not obey...

 
 

bug #47887: etc/make-liarc.sh does not obey --without-x flag

Submitter:  William Woodruff <woodruffw>
Submitted:  Tue 10 May 2016 03:41:04 PM UTC
   
 
Category:  compiler Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect behavior
Status:  None Privacy:  Public
Assigned to:  None Originator Name: 
Open/Closed:  Open
Keywords: 
* Mandatory Fields

Post a Comment

Add a New Comment Rich Markup
   

Discussion

Tue 10 May 2016 03:41:04 PM UTC, original submission:  

When tweaking the mit-scheme build system for compilation on OS X, I was unable to get etc/make-liarc.sh to pass --without-x down
to subsequent configure scripts.

As a result, I patched etc/make-liarc.sh conditionally:

if build.without? "x11"
   inreplace "etc/make-liarc.sh" do |s|
     s.gsub! "run_configure", "run_configure --without-x"
   end
end

I'm not sure how this would be integrated into make-liarc.sh statically, but my best guess is that make-liarc.sh:54 is simply missing "${@}" at the very end.

Upstream reference:
https://github.co ... ew-core/pull/1030

William Woodruff <woodruffw>

 

Attached Files

This item currently has no attached files.

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

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

Carbon-Copy List
  • -email is unavailable- added by woodruffw (Submitted the item)
  •  

    Votes

    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.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

    History

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.16-a7ba.
    Corresponding source code