Bug 228130 - games/gnurobots - Interactive Guile prompt does not appear in GUI if compiler CPU optimizations are enabled
Summary: games/gnurobots - Interactive Guile prompt does not appear in GUI if compiler...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-10 20:13 UTC by Wes Frazier
Modified: 2019-05-26 17:03 UTC (History)
1 user (show)

See Also:


Attachments
Patch for the port's makefile which should disable compile time cpu optimizations. (252 bytes, patch)
2018-05-10 20:13 UTC, Wes Frazier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wes Frazier 2018-05-10 20:13:40 UTC
Created attachment 193249 [details]
Patch for the port's makefile which should disable compile time cpu optimizations.

When the application works as expected, and launched with no commandline options the lower half of the GUI should be an interactive Guile scheme command prompt, that one can use to control the on screen robot. This prompt appear to break if the compiler uses CPU optimizations.

I have attached a patch to disable CPU optimizations for the port's Makefile.
Comment 1 Wes Frazier 2018-05-10 20:16:04 UTC
I failed to mention it in my first comment but this is for: games/gnurobots
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-05-26 17:02:06 UTC
A commit references this bug:

Author: swills
Date: Sun May 26 17:01:50 UTC 2019
New revision: 502730
URL: https://svnweb.freebsd.org/changeset/ports/502730

Log:
  games/gnurobots: fix interactive prompt

  PR:		228130
  Submitted by:	Wes Frazier <wes.frazier@members.fsf.org>

Changes:
  head/games/gnurobots/Makefile
Comment 3 Steve Wills freebsd_committer freebsd_triage 2019-05-26 17:03:42 UTC
Committed, thanks!