* m68k: kernel/up.c:16: error: dereferencing pointer to incomplete type
@ 2009-03-12 13:08 Geert Uytterhoeven
2009-03-13 3:20 ` Stephen Rothwell
0 siblings, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2009-03-12 13:08 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, linux-m68k
Hi Stephen,
I can't seem to reproduce the compile failure of kernel/up.c on m68k,
as shown on
http://kisskb.ellerman.id.au/kisskb/buildresult/186066/:
| kernel/up.c:16: error: dereferencing pointer to incomplete type
I am using the exact same version (ebdcc81c71937b30e09110c02a1e8a21fa770b6f).
I'm using a different compiler, though (gcc 4.1.2).
If it is reproducible, can you please send me kernel/up.i?
Thanks!
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: m68k: kernel/up.c:16: error: dereferencing pointer to incomplete type
2009-03-12 13:08 m68k: kernel/up.c:16: error: dereferencing pointer to incomplete type Geert Uytterhoeven
@ 2009-03-13 3:20 ` Stephen Rothwell
2009-03-13 7:59 ` Geert Uytterhoeven
2009-03-13 10:18 ` Michael Ellerman
0 siblings, 2 replies; 6+ messages in thread
From: Stephen Rothwell @ 2009-03-13 3:20 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: linux-next, linux-m68k, michael
[-- Attachment #1: Type: text/plain, Size: 874 bytes --]
Hi Geert,
On Thu, 12 Mar 2009 14:08:57 +0100 Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>
> I can't seem to reproduce the compile failure of kernel/up.c on m68k,
> as shown on
> http://kisskb.ellerman.id.au/kisskb/buildresult/186066/:
>
> | kernel/up.c:16: error: dereferencing pointer to incomplete type
When kisskb gets an error in building a kernel, it tries to bisect the
problem starting from a known good kernel. The above error occurs
during the bisection process not when building the original kernel. I
guess we need to be a bit more careful when reporting the errors. Sorry
about that.
It was actually building commit
"[ad33ea3a8d2ec324dc0f46b6ae404d824d2b349b] bnx2x: Missing mask when
calculating flow control", I think.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: m68k: kernel/up.c:16: error: dereferencing pointer to incomplete type
2009-03-13 3:20 ` Stephen Rothwell
@ 2009-03-13 7:59 ` Geert Uytterhoeven
2009-03-15 9:53 ` Stephen Rothwell
2009-03-13 10:18 ` Michael Ellerman
1 sibling, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2009-03-13 7:59 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, linux-m68k, michael
Hi Stephe,
On Fri, Mar 13, 2009 at 04:20, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> On Thu, 12 Mar 2009 14:08:57 +0100 Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>>
>> I can't seem to reproduce the compile failure of kernel/up.c on m68k,
>> as shown on
>> http://kisskb.ellerman.id.au/kisskb/buildresult/186066/:
>>
>> | kernel/up.c:16: error: dereferencing pointer to incomplete type
>
> When kisskb gets an error in building a kernel, it tries to bisect the
> problem starting from a known good kernel. The above error occurs
> during the bisection process not when building the original kernel. I
> guess we need to be a bit more careful when reporting the errors. Sorry
> about that.
Ah, that explains it, thanks!
I had also just noticed kernel/up.o was compiled twice, and the first
one succeeded.
Now I understand why...
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: m68k: kernel/up.c:16: error: dereferencing pointer to incomplete type
2009-03-13 3:20 ` Stephen Rothwell
2009-03-13 7:59 ` Geert Uytterhoeven
@ 2009-03-13 10:18 ` Michael Ellerman
2009-03-15 10:08 ` Stephen Rothwell
1 sibling, 1 reply; 6+ messages in thread
From: Michael Ellerman @ 2009-03-13 10:18 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: Geert Uytterhoeven, linux-next, linux-m68k
[-- Attachment #1: Type: text/plain, Size: 1031 bytes --]
On Fri, 2009-03-13 at 14:20 +1100, Stephen Rothwell wrote:
> Hi Geert,
>
> On Thu, 12 Mar 2009 14:08:57 +0100 Geert Uytterhoeven <geert@linux-m68k.org> wrote:
> >
> > I can't seem to reproduce the compile failure of kernel/up.c on m68k,
> > as shown on
> > http://kisskb.ellerman.id.au/kisskb/buildresult/186066/:
> >
> > | kernel/up.c:16: error: dereferencing pointer to incomplete type
>
> When kisskb gets an error in building a kernel, it tries to bisect the
> problem starting from a known good kernel. The above error occurs
> during the bisection process not when building the original kernel. I
> guess we need to be a bit more careful when reporting the errors. Sorry
> about that.
Yeah sorry that is confusing.
Should be fixed now.
cheers
--
Michael Ellerman
OzLabs, IBM Australia Development Lab
wwweb: http://michael.ellerman.id.au
phone: +61 2 6212 1183 (tie line 70 21183)
We do not inherit the earth from our ancestors,
we borrow it from our children. - S.M.A.R.T Person
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: m68k: kernel/up.c:16: error: dereferencing pointer to incomplete type
2009-03-13 7:59 ` Geert Uytterhoeven
@ 2009-03-15 9:53 ` Stephen Rothwell
0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2009-03-15 9:53 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: linux-next, linux-m68k, michael
[-- Attachment #1: Type: text/plain, Size: 412 bytes --]
Hi Geert,
On Fri, 13 Mar 2009 08:59:31 +0100 Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>
> Ah, that explains it, thanks!
>
> I had also just noticed kernel/up.o was compiled twice, and the first
> one succeeded.
> Now I understand why...
This has now been fixed, thanks to Michael.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: m68k: kernel/up.c:16: error: dereferencing pointer to incomplete type
2009-03-13 10:18 ` Michael Ellerman
@ 2009-03-15 10:08 ` Stephen Rothwell
0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2009-03-15 10:08 UTC (permalink / raw)
To: michael; +Cc: Geert Uytterhoeven, linux-next, linux-m68k
[-- Attachment #1: Type: text/plain, Size: 296 bytes --]
On Fri, 13 Mar 2009 21:18:20 +1100 Michael Ellerman <michael@ellerman.id.au> wrote:
>
> Should be fixed now.
I should read more email before replying to any :-)
Thanks, Michael.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-03-15 10:08 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-12 13:08 m68k: kernel/up.c:16: error: dereferencing pointer to incomplete type Geert Uytterhoeven
2009-03-13 3:20 ` Stephen Rothwell
2009-03-13 7:59 ` Geert Uytterhoeven
2009-03-15 9:53 ` Stephen Rothwell
2009-03-13 10:18 ` Michael Ellerman
2009-03-15 10:08 ` Stephen Rothwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).