xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* build regression in staging
@ 2018-08-29 10:27 Olaf Hering
  2018-08-29 10:30 ` Andrew Cooper
  0 siblings, 1 reply; 6+ messages in thread
From: Olaf Hering @ 2018-08-29 10:27 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 529 bytes --]

Some change between 36e29dd9e5..b28cd21c3 breaks build of tools/firmware (The pv shim?):

[  391s] Error: size of alternative.o:.data.read_mostly is 0x01
[  391s] make[11]: *** [/home/abuild/rpmbuild/BUILD/xen-4.12.20180828T190111.b28cd21c36/non-dbg/tools/firmware/xen-dir/xen-root/xen/Rules.mk:209: alternative.init.o] Error 10

This happens only in Tumbleweed, which has binutils-2.31 and gcc8-8.2.1.

Full log:
https://build.opensuse.org/public/build/home:olh:xen-unstable/openSUSE_Tumbleweed/x86_64/xen/_log

Olaf

[-- Attachment #1.2: Digitale Signatur von OpenPGP --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: build regression in staging
  2018-08-29 10:27 build regression in staging Olaf Hering
@ 2018-08-29 10:30 ` Andrew Cooper
  2018-08-29 10:33   ` Andrew Cooper
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Cooper @ 2018-08-29 10:30 UTC (permalink / raw)
  To: Olaf Hering, xen-devel

On 29/08/18 11:27, Olaf Hering wrote:
> Some change between 36e29dd9e5..b28cd21c3 breaks build of tools/firmware (The pv shim?):
>
> [  391s] Error: size of alternative.o:.data.read_mostly is 0x01
> [  391s] make[11]: *** [/home/abuild/rpmbuild/BUILD/xen-4.12.20180828T190111.b28cd21c36/non-dbg/tools/firmware/xen-dir/xen-root/xen/Rules.mk:209: alternative.init.o] Error 10
>
> This happens only in Tumbleweed, which has binutils-2.31 and gcc8-8.2.1.
>
> Full log:
> https://build.opensuse.org/public/build/home:olh:xen-unstable/openSUSE_Tumbleweed/x86_64/xen/_log

That will probably be my fault with
b28cd21c36288a01ae61ed4f557802abc8ee03e4 but its not immediately obvious
why...

~Andrew

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: build regression in staging
  2018-08-29 10:30 ` Andrew Cooper
@ 2018-08-29 10:33   ` Andrew Cooper
  2018-08-29 10:37     ` Olaf Hering
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Cooper @ 2018-08-29 10:33 UTC (permalink / raw)
  To: Olaf Hering, xen-devel

On 29/08/18 11:30, Andrew Cooper wrote:
> On 29/08/18 11:27, Olaf Hering wrote:
>> Some change between 36e29dd9e5..b28cd21c3 breaks build of tools/firmware (The pv shim?):
>>
>> [  391s] Error: size of alternative.o:.data.read_mostly is 0x01
>> [  391s] make[11]: *** [/home/abuild/rpmbuild/BUILD/xen-4.12.20180828T190111.b28cd21c36/non-dbg/tools/firmware/xen-dir/xen-root/xen/Rules.mk:209: alternative.init.o] Error 10
>>
>> This happens only in Tumbleweed, which has binutils-2.31 and gcc8-8.2.1.
>>
>> Full log:
>> https://build.opensuse.org/public/build/home:olh:xen-unstable/openSUSE_Tumbleweed/x86_64/xen/_log
> That will probably be my fault with
> b28cd21c36288a01ae61ed4f557802abc8ee03e4 but its not immediately obvious
> why...

Is the offending object file available to inspect?

~Andrew

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: build regression in staging
  2018-08-29 10:33   ` Andrew Cooper
@ 2018-08-29 10:37     ` Olaf Hering
  2018-08-29 10:38       ` Andrew Cooper
  2018-08-29 11:03       ` Olaf Hering
  0 siblings, 2 replies; 6+ messages in thread
From: Olaf Hering @ 2018-08-29 10:37 UTC (permalink / raw)
  To: Andrew Cooper; +Cc: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 143 bytes --]

On Wed, Aug 29, Andrew Cooper wrote:

> Is the offending object file available to inspect?

I will try to build it locally later today.


Olaf

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: build regression in staging
  2018-08-29 10:37     ` Olaf Hering
@ 2018-08-29 10:38       ` Andrew Cooper
  2018-08-29 11:03       ` Olaf Hering
  1 sibling, 0 replies; 6+ messages in thread
From: Andrew Cooper @ 2018-08-29 10:38 UTC (permalink / raw)
  To: Olaf Hering; +Cc: xen-devel

On 29/08/18 11:37, Olaf Hering wrote:
> On Wed, Aug 29, Andrew Cooper wrote:
>
>> Is the offending object file available to inspect?
> I will try to build it locally later today.

Actually, I've spotted the problem.  Just writing a patch.

~Andrew

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: build regression in staging
  2018-08-29 10:37     ` Olaf Hering
  2018-08-29 10:38       ` Andrew Cooper
@ 2018-08-29 11:03       ` Olaf Hering
  1 sibling, 0 replies; 6+ messages in thread
From: Olaf Hering @ 2018-08-29 11:03 UTC (permalink / raw)
  To: Andrew Cooper; +Cc: xen-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 199 bytes --]

On Wed, Aug 29, Olaf Hering wrote:

> On Wed, Aug 29, Andrew Cooper wrote:
> > Is the offending object file available to inspect?
> I will try to build it locally later today.

It is attached.

Olaf

[-- Attachment #1.1.2: alternative.o.gz --]
[-- Type: application/x-gzip, Size: 28586 bytes --]

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-08-29 11:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-29 10:27 build regression in staging Olaf Hering
2018-08-29 10:30 ` Andrew Cooper
2018-08-29 10:33   ` Andrew Cooper
2018-08-29 10:37     ` Olaf Hering
2018-08-29 10:38       ` Andrew Cooper
2018-08-29 11:03       ` Olaf Hering

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).