xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* testing XEN-4.8-rc1
@ 2016-10-09 15:17 Juergen Schinker
  2016-10-10  9:21 ` Wei Liu
  0 siblings, 1 reply; 6+ messages in thread
From: Juergen Schinker @ 2016-10-09 15:17 UTC (permalink / raw)
  To: xen-devel





hey guys I have here a blocker which I can't overcome

maybe so can help 








make[7]: Entering directory '/root/xen/tools/firmware/etherboot/ipxe/src'
  [BUILD] bin/stringextra.o
core/stringextra.c: In function ‘strtok’:
core/stringextra.c:189:18: error: nonnull argument ‘s’ compared to NULL [-Werror=nonnull-compare]
  sbegin  = s ? s : ___strtok;
            ~~~~~~^~~~~~~~~~~

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

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

* Re: testing XEN-4.8-rc1
  2016-10-09 15:17 testing XEN-4.8-rc1 Juergen Schinker
@ 2016-10-10  9:21 ` Wei Liu
  2016-10-10  9:36   ` [BUG] " Juergen Schinker
  0 siblings, 1 reply; 6+ messages in thread
From: Wei Liu @ 2016-10-10  9:21 UTC (permalink / raw)
  To: Juergen Schinker; +Cc: Wei Liu, xen-devel

On Sun, Oct 09, 2016 at 04:17:50PM +0100, Juergen Schinker wrote:
> 
> 
> 
> 
> hey guys I have here a blocker which I can't overcome
> 
> maybe so can help 
> 
> 
> 
> 
> 
> 
> 
> 
> make[7]: Entering directory '/root/xen/tools/firmware/etherboot/ipxe/src'
>   [BUILD] bin/stringextra.o
> core/stringextra.c: In function ‘strtok’:
> core/stringextra.c:189:18: error: nonnull argument ‘s’ compared to NULL [-Werror=nonnull-compare]
>   sbegin  = s ? s : ___strtok;
>             ~~~~~~^~~~~~~~~~~
> 

Can you provide more information on your build environment? Like
Operating system, gcc version etc.

See
https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project

Wei.

> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> https://lists.xen.org/xen-devel

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

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

* [BUG] Re:  testing XEN-4.8-rc1
  2016-10-10  9:21 ` Wei Liu
@ 2016-10-10  9:36   ` Juergen Schinker
  2016-10-10 10:00     ` Wei Liu
  0 siblings, 1 reply; 6+ messages in thread
From: Juergen Schinker @ 2016-10-10  9:36 UTC (permalink / raw)
  To: Wei Liu, xen-devel

Ok then on Debian testing 

 ii  gcc-6                                 6.2.0-5                              amd64        GNU C compiler


while wanting to compile the xen-tools with:  make dist-tools


root@xen:~/xen# xl info
host                   : xen
release                : 4.7.0-1-amd64
version                : #1 SMP Debian 4.7.5-1 (2016-09-26)
machine                : x86_64
nr_cpus                : 4
max_cpu_id             : 3
nr_nodes               : 1
cores_per_socket       : 2
threads_per_core       : 2
cpu_mhz                : 2312
hw_caps                : bfebfbff:28100800:00000000:00007f00:77bae3ff:00000000:00000001:00000281
virt_caps              : hvm hvm_directio
total_memory           : 32711
free_memory            : 0
sharing_freed_memory   : 0
sharing_used_memory    : 0
outstanding_claims     : 0
free_cpus              : 0
xen_major              : 4                                                                                                                                                                                                
xen_minor              : 6                                                                                                                                                                                                
xen_extra              : .0                                                                                                                                                                                               
xen_version            : 4.6.0                                                                                                                                                                                            
xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64                                                                                                                     
xen_scheduler          : credit                                                                                                                                                                                           
xen_pagesize           : 4096                                                                                                                                                                                             
platform_params        : virt_start=0xffff800000000000                                                                                                                                                                    
xen_changeset          :                                                                                                                                                                                                  
xen_commandline        : placeholder ”iommu=pass-through”                                                                                                                                                                 
cc_compiler            : gcc (Debian 5.3.1-8) 5.3.1 20160205                                                                                                                                                              
cc_compile_by          : ijc                                                                                                                                                                                              
cc_compile_domain      : debian.org                                                                                                                                                                                       
cc_compile_date        : Tue Feb  9 17:46:27 UTC 2016                                                                                                                                                                     
xend_config_format     : 4
######################################################################

root@xen:~/xen# tail -f /var/log/xen/xen-hotplug.log
xenstore-read: couldn't read path backend/vbd/1/51713/params
xenstore-read: couldn't read path backend/vbd/1/51714/params
xenstore-read: couldn't read path backend/vbd/1/51713/params
xenstore-read: couldn't read path backend/vbd/1/51714/params
xenstore-read: xenstore-read: couldn't read path backend/vbd/2/51714/paramscouldn't read path backend/vbd/2/51713/params

xenstore-read: xenstore-read: couldn't read path backend/vbd/2/51714/paramscouldn't read path backend/vbd/2/51713/params

xenstore-read: couldn't read path backend/vbd/3/51713/params
xenstore-read: couldn't read path backend/vbd/3/51713/params





----- On 10 Oct, 2016, at 09:21, Wei Liu wei.liu2@citrix.com wrote:

> Can you provide more information on your build environment? Like
> Operating system, gcc version etc.
> 
> See
> https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project
> 
> Wei.

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

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

* Re: [BUG] Re:  testing XEN-4.8-rc1
  2016-10-10  9:36   ` [BUG] " Juergen Schinker
@ 2016-10-10 10:00     ` Wei Liu
  2016-10-10 14:06       ` Boris Ostrovsky
  0 siblings, 1 reply; 6+ messages in thread
From: Wei Liu @ 2016-10-10 10:00 UTC (permalink / raw)
  To: Juergen Schinker; +Cc: Wei Liu, xen-devel

On Mon, Oct 10, 2016 at 10:36:04AM +0100, Juergen Schinker wrote:
> Ok then on Debian testing 
> 
>  ii  gcc-6                                 6.2.0-5                              amd64        GNU C compiler
> 

Right, I think I know why it didn't build for you.

We've got some medium to long term plan for it, but for this release we
need something to fix it as quick as we can.

Let me try to write a patch.

Wei.

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

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

* Re: [BUG] Re: testing XEN-4.8-rc1
  2016-10-10 10:00     ` Wei Liu
@ 2016-10-10 14:06       ` Boris Ostrovsky
  2016-10-10 14:06         ` Wei Liu
  0 siblings, 1 reply; 6+ messages in thread
From: Boris Ostrovsky @ 2016-10-10 14:06 UTC (permalink / raw)
  To: Wei Liu, Juergen Schinker; +Cc: xen-devel

On 10/10/2016 06:00 AM, Wei Liu wrote:
> On Mon, Oct 10, 2016 at 10:36:04AM +0100, Juergen Schinker wrote:
>> Ok then on Debian testing 
>>
>>  ii  gcc-6                                 6.2.0-5                              amd64        GNU C compiler
>>
> Right, I think I know why it didn't build for you.
>
> We've got some medium to long term plan for it, but for this release we
> need something to fix it as quick as we can.
>
> Let me try to write a patch.
>

This is a compiler issue:

https://lists.xenproject.org/archives/html/xen-devel/2016-09/msg00100.html

I said I'd try to fix it and never did as I got distracted by other
things, sorry. I will try to get to this in a couple of weeks.

-boris


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

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

* Re: [BUG] Re: testing XEN-4.8-rc1
  2016-10-10 14:06       ` Boris Ostrovsky
@ 2016-10-10 14:06         ` Wei Liu
  0 siblings, 0 replies; 6+ messages in thread
From: Wei Liu @ 2016-10-10 14:06 UTC (permalink / raw)
  To: Boris Ostrovsky; +Cc: Juergen Schinker, Wei Liu, xen-devel

On Mon, Oct 10, 2016 at 10:06:19AM -0400, Boris Ostrovsky wrote:
> On 10/10/2016 06:00 AM, Wei Liu wrote:
> > On Mon, Oct 10, 2016 at 10:36:04AM +0100, Juergen Schinker wrote:
> >> Ok then on Debian testing 
> >>
> >>  ii  gcc-6                                 6.2.0-5                              amd64        GNU C compiler
> >>
> > Right, I think I know why it didn't build for you.
> >
> > We've got some medium to long term plan for it, but for this release we
> > need something to fix it as quick as we can.
> >
> > Let me try to write a patch.
> >
> 
> This is a compiler issue:
> 
> https://lists.xenproject.org/archives/html/xen-devel/2016-09/msg00100.html
> 
> I said I'd try to fix it and never did as I got distracted by other
> things, sorry. I will try to get to this in a couple of weeks.
> 

That's going to be in next version of Xen -- in the mean time I've
written a patch for 4.8.

See <1476103858-8305-1-git-send-email-wei.liu2@citrix.com>.

Wei.

> -boris
> 

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

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

end of thread, other threads:[~2016-10-10 14:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-09 15:17 testing XEN-4.8-rc1 Juergen Schinker
2016-10-10  9:21 ` Wei Liu
2016-10-10  9:36   ` [BUG] " Juergen Schinker
2016-10-10 10:00     ` Wei Liu
2016-10-10 14:06       ` Boris Ostrovsky
2016-10-10 14:06         ` Wei Liu

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