From owner-freebsd-questions@freebsd.org Thu May 10 16:58:19 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6EB7FD04C0 for ; Thu, 10 May 2018 16:58:18 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-qk0-x22e.google.com (mail-qk0-x22e.google.com [IPv6:2607:f8b0:400d:c09::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6723F68091 for ; Thu, 10 May 2018 16:58:18 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: by mail-qk0-x22e.google.com with SMTP id s70-v6so2090014qks.13 for ; Thu, 10 May 2018 09:58:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tenebras-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=fEbP6kiWQOg18rMMuxZOF/xfCQgbLSlicpRRYBUH+7Y=; b=SzSxqrKJLjevhVdiL+1F0cFiHkczIyzC/csqtK/ehONI28wQmhIYDcyuEX/ZzXvVGK U3T5zeQ2KN+E44ZyehUVMIvtxtirEa5V77JGDPuAi5hRiN4PfLn2Xiuv1cYfTo31cRqc 9XuPc/NOnWak6si9dyrgq5OLr5zC2JZBgIrkjKG5Hm3iX/TVKNkv5znLORLiAwfVP5ya VilwqqzDcHxHnZR/VN3MXD9ZyD0TeZY3tY0ZfG0IujEj3Zc6amKnIeJ5tp4iBGFf1N6T MP+HW6krEEQcGOmw7YjVXIZeU2Td7pLEB4yM+8+9QtSyynH2OdVHjLp/KXIoU8i4r+co V8gw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=fEbP6kiWQOg18rMMuxZOF/xfCQgbLSlicpRRYBUH+7Y=; b=uQF4FrjQyiUOyalM9DkOb4oqiqpwpgHDuNfGFn0uPved8jfrgB8iPGPmW8775FLj1l 26XwEO0/9mSpMtzmKX1n6uH13WXeUaF2xxqMkq0kn1O6L4/64I1eHX4FhObskx5HA92x yOHBmEdgAHzC/utlggbH/X6MygNxuTzsQ3y+dV8O7qF3mO+b4PM2+65fxxkMqkOpPYMg 7/4+EvY4nNeuxKNFgnVvwrKgkcMbh2w7Q2ZIOp5Z87sRv2gI/mYgRGURchqU9UYnXkxL qPjdWixnGFCiT0+v43j94rG+Dk5Gtmv9aDvB62eIbQc3WTfliT0nL+iq7TmUHvCm/tDH ETsg== X-Gm-Message-State: ALKqPwcPsVIFkpPGbHOWkPYV1tw3nX5oOivwyXwSi/gyumhXkoXtinm4 5H345wkI4DW/n9ubSW+Cl3E/fe4KAcVz78WV3zfXMglC X-Google-Smtp-Source: AB8JxZrvH66wLOMo8UK89yMA2XqKO3pcy8WHoGH3SlkGOGmXnUrXK7rJ5u2AMlggeXTJ5CFLF2Dt92DQ2c+sFBxAOjw= X-Received: by 2002:a37:587:: with SMTP id 129-v6mr2020498qkf.181.1525971497521; Thu, 10 May 2018 09:58:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.200.41.92 with HTTP; Thu, 10 May 2018 09:58:16 -0700 (PDT) In-Reply-To: <8063cd27-1d87-2c3e-8eab-920301338882@members.fsf.org> References: <8063cd27-1d87-2c3e-8eab-920301338882@members.fsf.org> From: Michael Sierchio Date: Thu, 10 May 2018 09:58:16 -0700 Message-ID: Subject: Re: Possible patch for games/gnurobots but don't know what to do next. To: wes.frazier@members.fsf.org Cc: FreeBSD Questions Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2018 16:58:19 -0000 Ah, okay. Send a message to the maintainer of the port. On Thu, May 10, 2018 at 8:58 AM, Wes Frazier wrote: > Maybe I didn't explain myself fully. The binary package doesn't behave > as expected. Something about the default CFLAGS it is being built with, > has an unexpected result, and the interactive Guile command prompt never > loads. > > You can see this yourself. If you execute the current binary package you > get a black area where a guile interpreter prompt should be, but there > is none. Expected behavior is to be greeted by "guile>" (Screenshot of > both behaviors attached.) > > Thats why I started investigating rebuilding it to begin with. > Rebuilding it with different CFLAGS corrects the issue. > > Though reading more FreeBSD documentation this shouldn't be patched in > the FreeBSD ports makefile like I have done. Though im not sure what the > propper fix is, to exclude a specific port from a global CFLAG. > > - Wes > > On 05/10/18 11:05, Michael Sierchio wrote: > > Why not start with the package and see if that doesn't suit your needs? > > > > gnurobots-1.2.0_12 GNU diversion wherein Scheme-coded robot= s > > explore a world > > > > > > On Wed, May 9, 2018 at 7:03 PM, Wes Frazier > > > wrote: > > > >> Im less than a month in, with using FreeBSD. > >> > >> games/gnurobots in the ports tree doesn't appear to behave as expected= . > >> It builds and executes but doesn't actually correctly spawn the GNU > >> Guile interactive command prompt like it is supposed to. > >> > >> I've been able to correct it, simply by changing how the port's Makefi= le > >> was tweaking the CFLAGS manually in the package's build system. > >> > >> I have attached the patch. I however, do not know if this is the > >> best/correct way to fix this issue, nor do I know who to contact to ge= t > >> a fix integrated into ports. (gnurobots is without maintainer.) > >> > >> Advice appreciated. > >> > >> _______________________________________________ > >> freebsd-questions@freebsd.org mailing list > >> https://lists.freebsd.org/mailman/listinfo/freebsd-questions > >> To unsubscribe, send any mail to "freebsd-questions- > >> unsubscribe@freebsd.org" > >> > >> > > > > > > -- > --- > This email is digitally signed with GnuPG. > Please consider using GnuPG too to protect this > conversation from passive corporate surveillance. > > https://emailselfdefense.fsf.org > --=20 "Well," Brahma said, "even after ten thousand explanations, a fool is no wiser, but an intelligent person requires only two thousand five hundred." - The Mah=C4=81bh=C4=81rata