All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Dubbs <bruce.dubbs@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: Various build failures in current bzr tree
Date: Sun, 12 Feb 2012 14:19:21 -0600	[thread overview]
Message-ID: <4F381EC9.1050008@gmail.com> (raw)
In-Reply-To: <20120212173512.GQ27742@caffeine.csclub.uwaterloo.ca>

Lennart Sorensen wrote:

>> Looks like they all come from double-linked list code. This should help:
>> === modified file 'include/grub/list.h'
>> --- include/grub/list.h    2012-01-29 17:09:53 +0000
>> +++ include/grub/list.h    2012-02-12 01:00:48 +0000
>> @@ -24,6 +24,10 @@
>>  #include <grub/types.h>
>>  #include <grub/misc.h>
>>  
>> +struct grub_list __attribute__ ((may_alias));
>> +struct grub_named_list __attribute__ ((may_alias));
>> +struct grub_prio_list __attribute__ ((may_alias));
>> +
>>  struct grub_list
>>  {
>>    struct grub_list *next;
> 
> I think you got it.
> 
> Doing a clean build to be sure.

You posted at the bottom.  That's good.  But did you really have to 
quote 428 lines from the previous message to post your 2 lines of input?

   -- Bruce





  parent reply	other threads:[~2012-02-12 20:19 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-09 19:02 Various build failures in current bzr tree Lennart Sorensen
2012-02-09 19:33 ` Lennart Sorensen
2012-02-09 20:50   ` Lennart Sorensen
2012-02-09 20:56     ` Lennart Sorensen
2012-02-09 23:02       ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-02-10 15:54         ` Lennart Sorensen
2012-02-10 16:11           ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-02-10 18:18             ` Lennart Sorensen
2012-02-10 19:01               ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-02-10 19:12                 ` Lennart Sorensen
2012-02-10 19:41                   ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-02-10 19:56                   ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-02-10 20:31                     ` Lennart Sorensen
2012-02-10 20:39                       ` Lennart Sorensen
2012-02-10 16:16     ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-02-10 18:31       ` Lennart Sorensen
2012-02-09 22:59 ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-02-10 15:45   ` Lennart Sorensen
2012-02-10 16:02     ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-02-10 18:15       ` Lennart Sorensen
2012-02-10 18:57         ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-02-10 19:05           ` Lennart Sorensen
2012-02-10 18:58         ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-02-10 19:08           ` Lennart Sorensen
2012-02-10 19:14             ` Lennart Sorensen
2012-02-10 19:25               ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-02-10 20:25                 ` Lennart Sorensen
2012-02-10 20:38                   ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-02-10 20:43                     ` Lennart Sorensen
2012-02-10 23:14                       ` Lennart Sorensen
2012-02-10 23:38                         ` Vladimir 'φ-coder/phcoder' Serbinenko
     [not found]                           ` <20120212000258.GP27742@caffeine.csclub.uwaterloo.ca>
2012-02-12  1:02                             ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-02-12 17:35                               ` Lennart Sorensen
2012-02-12 17:41                                 ` Lennart Sorensen
2012-02-12 20:19                                 ` Bruce Dubbs [this message]
2012-02-12 20:29                                   ` Lennart Sorensen
2012-02-13 15:39                               ` Lennart Sorensen
2012-02-15 17:04                                 ` Lennart Sorensen
2012-02-10 19:01         ` Lennart Sorensen

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=4F381EC9.1050008@gmail.com \
    --to=bruce.dubbs@gmail.com \
    --cc=grub-devel@gnu.org \
    /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.
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.