all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Petter <petter@mykolab.ch>
To: Leo Famulari <leo@famulari.name>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: go: Update to 1.8.1
Date: Mon, 17 Apr 2017 19:55:35 +0200	[thread overview]
Message-ID: <f3fab1dec0d773ba5aceb4ea083c8b13@mykolab.ch> (raw)
In-Reply-To: <20170417171822.GA8224@jasmine>

Hi Leo,

Good point! As the build succeeded I didn't think any of it. This could 
be important for other architectures than what Sergei and I are using.

However,
> find /tmp/go/src/cmd/ -name '*asm\.c*'
doesn't return any file. Looks like they've removed these files. I'm 
pretty sure they're working to "free" their source of C code, so I 
wouldn't expect these files to reappear in a later release either.

With this information I think it's safe to remove the asm.c 
substitution.

Best,
Petter

On 2017-04-17 19:18, Leo Famulari wrote:
> On Mon, Apr 17, 2017 at 03:37:49PM +0200, Petter wrote:
>> Hi Sergei,
>> 
>> I definitely think your fix deserves recognition. Without it I would
>> certainly have been unable to build 1.8(.1)? this month. While editing 
>> the
>> recipe is trivial mechanical wise, figuring out what to change was not 
>> :)
>> 
>> Sorry to hear about your issues; I'm on x86_64 and Linux as well 
>> though...
>> 
>> > $ /gnu/store/b4gflqj64yvksq7959r6m22mf9lzdy69-go-1.8.1/bin/go version
>> > go version go1.8.1 linux/amd64
>> 
>> Hope you'll be able to work this out!
>> 
>> Thanks for fixing Go 1.8 :)
> 
> Yes, thanks to both of you for picking this up :)
> 
>> @@ -300,8 +301,8 @@ sequential processes (CSP) concurrent programming 
>> features added.")
>>                     (("/etc/services") (string-append net-base 
>> "/etc/services")))
>>                   (substitute* "time/zoneinfo_unix.go"
>>                     (("/usr/share/zoneinfo/") tzdata-path))
>> -                 (substitute* (find-files "cmd" "asm.c")
>> -                   (("/lib/ld-linux.*\\.so\\.[0-9]") loader))
>> +                 (substitute* (find-files "cmd" "\\.go")
>> +                   (("/lib(64)?/ld-linux.*\\.so\\.[0-9]") loader))
> 
> The substitution that is removed here would still patch some files.
> Shouldn't we adjust the old substitution to also match '/lib64', as 
> well
> as add the new substitution?
> 
> I've attached a patch for that.

  reply	other threads:[~2017-04-17 17:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-17 12:16 [PATCH] gnu: go: Update to 1.8.1 Petter
2017-04-17 12:52 ` Tobias Geerinckx-Rice
2017-04-17 12:54 ` Sergei Trofimovich
2017-04-17 13:37   ` Petter
2017-04-17 17:18     ` Leo Famulari
2017-04-17 17:55       ` Petter [this message]
2017-04-17 18:18         ` Leo Famulari
2017-04-17 18:28           ` Petter
2017-04-22 17:39     ` Sergei Trofimovich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f3fab1dec0d773ba5aceb4ea083c8b13@mykolab.ch \
    --to=petter@mykolab.ch \
    --cc=guix-devel@gnu.org \
    --cc=leo@famulari.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.