All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: grub-devel@gnu.org
Subject: Re: Various build failures in current bzr tree
Date: Fri, 10 Feb 2012 17:16:18 +0100	[thread overview]
Message-ID: <4F3542D2.7000304@gmail.com> (raw)
In-Reply-To: <20120209205045.GY27742@caffeine.csclub.uwaterloo.ca>

On 09.02.2012 21:50, Lennart Sorensen wrote:
> On Thu, Feb 09, 2012 at 02:33:01PM -0500, Lennart Sorensen wrote:
>> On Thu, Feb 09, 2012 at 02:02:04PM -0500, Lennart Sorensen wrote:
>>> I am trying to build a powerpc build using the current bzr tree, and
>>> have hit a few problems so far.
>>>
>>> I am trying to use gcc-4.4, which seems to cause issues with -Werror.
>>> I think that is gcc's fault, and --disable-werror gets around that,
>>> so not a big deal.
>>>
>>> I am hitting bug #35452 of course caused by commit r3826, but even after
>>> fixing that, commit r38xx does the same thing to another set of files.
>>>
>>> I also hit that grub_arch_dl_get_tramp_got_size isn't defined.  It appears
>>> it was cleaned up for powerpc as being unused recently, but dl.c still
>>> says that powerpc has it (along with ia64).  Removing powerpc from:
>>>
>>> #if defined (__ia64__) || defined (__powerpc__)
>>>    grub_arch_dl_get_tramp_got_size (e,&tramp,&got);
>>>
>>> seems to fix that.
>>>
>>> Should I file bug reports, or will someone just fix these?
>> grub-probe prints 'raid' rather than 'diskfilter' for the modulename to
>> use when raid is in use.
> grub-install also still (as reported about 2 years ago) tries to use
> $grub_device rather than $install_device when getting the partition
> table type.
This is not an error. (see other mail) install_device is only read from 
by firmware to locate the core.
GRUB uses it only to infer root if $grub_device and $install_device 
refer to the same disk but $install_device isn't used otherwise by GRUB 
runtime.
Please detail symptoms if any. If none, this is a non-issue.
>
> However, I did now manage to boot after fixing that.
>
> So there is a chance I can make a patch to fix grub-install soon so it
> actually works on IBM power systems.  Given I have a production machine
> and a new machine around for a few days I can experiment until it
> is right.
>


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



  parent reply	other threads:[~2012-02-10 16:16 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 [this message]
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
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=4F3542D2.7000304@gmail.com \
    --to=phcoder@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.