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

Add a New Comment Rich Markup
   

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.com/Homebrew/homebrew-core/pull/1030

William Woodruff <woodruffw>

 

(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 woodruffw (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-758e.
    Corresponding source code