All of lore.kernel.org
 help / color / mirror / Atom feed
* unstable 4.0 config file/ build error
@ 2010-03-06  1:35 ccmail111
  2010-03-06 12:15 ` Pasi Kärkkäinen
  0 siblings, 1 reply; 4+ messages in thread
From: ccmail111 @ 2010-03-06  1:35 UTC (permalink / raw)
  To: xen-devel, Boris Derzhavets; +Cc: xen-users


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

Hi,
 
The unstable repository seems to be quite unstable even building the image... !!
I see:
 

make[4]: Entering directory `/foo/xen-unstable.hg/tools/libxl'
gcc -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF .xl.o.d  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -I. -fPIC -I../../tools/libxc -I../../tools/include -I../../tools/libxc -I../../tools/include -I../../tools/xenstore -I../../tools/include -c xl.c
flex --header-file=libxlu_cfg_l.h --outfile=libxlu_cfg_l.c libxlu_cfg_l.l
flex: unknown flag '-'.  For usage, try
        flex --help
make[4]: *** [libxlu_cfg_l.c] Error 1

libxl > flex --header-file=libxlu_cfg_l.h --outfile=libxlu_cfg_l.c libxlu_cfg_l.l
flex: unknown flag '-'.  For usage, try
        flex --help


libxl > flex -V
flex version 2.5.4

 
Any suggestions ?
 
Thanks !

SV
 

 


      

[-- Attachment #1.2: Type: text/html, Size: 1556 bytes --]

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

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

* Re: unstable 4.0 config file/ build error
  2010-03-06  1:35 unstable 4.0 config file/ build error ccmail111
@ 2010-03-06 12:15 ` Pasi Kärkkäinen
       [not found]   ` <C7B80269.C5E5%keir.fraser@eu.citrix.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Pasi Kärkkäinen @ 2010-03-06 12:15 UTC (permalink / raw)
  To: ccmail111; +Cc: Boris Derzhavets, xen-devel, xen-users

On Fri, Mar 05, 2010 at 05:35:46PM -0800, ccmail111 wrote:
>    Hi,
> 
>    The unstable repository seems to be quite unstable even building the
>    image... !!
>    I see:
> 
>    make[4]: Entering directory `/foo/xen-unstable.hg/tools/libxl'
>    gcc -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls -m64 -g
>    -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes
>    -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF
>    .xl.o.d  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -I. -fPIC
>    -I../../tools/libxc -I../../tools/include -I../../tools/libxc
>    -I../../tools/include -I../../tools/xenstore -I../../tools/include -c xl.c
>    flex --header-file=libxlu_cfg_l.h --outfile=libxlu_cfg_l.c libxlu_cfg_l.l
>    flex: unknown flag '-'.  For usage, try
>            flex --help
>    make[4]: *** [libxlu_cfg_l.c] Error 1
>    libxl > flex --header-file=libxlu_cfg_l.h --outfile=libxlu_cfg_l.c
>    libxlu_cfg_l.l
>    flex: unknown flag '-'.  For usage, try
>            flex --help
> 
>    libxl > flex -V
>    flex version 2.5.4
> 
>    Any suggestions ?
> 

What distribution are you using? xen-unstable builds OK for me with Fedora 12.

-- Pasi

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

* Re: unstable 4.0 config file/ build error
       [not found]   ` <C7B80269.C5E5%keir.fraser@eu.citrix.com>
@ 2010-03-08 19:54     ` Conny Seidel
  2010-03-09 17:14       ` Ian Jackson
  0 siblings, 1 reply; 4+ messages in thread
From: Conny Seidel @ 2010-03-08 19:54 UTC (permalink / raw)
  To: Keir Fraser; +Cc: ccmail111, Boris Derzhavets, xen-devel


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

On Sat, 6 Mar 2010 13:00:25 +0000
Keir Fraser <keir.fraser@eu.citrix.com> wrote:

>On 06/03/2010 12:15, "Pasi Kärkkäinen" <pasik@iki.fi> wrote:
>
>>>    flex: unknown flag '-'.  For usage, try
>>>            flex --help
>>>
>>>    libxl > flex -V
>>>    flex version 2.5.4
>>>
>>>    Any suggestions ?
>>>
>>
>> What distribution are you using? xen-unstable builds OK for me with
>> Fedora 12.
>
>The flex/bison output is checked into the tree now anyhow, so the
>problem won't manifest unless you modify the flex/bison inputs.
>Someone reported that the RHEL5 flex is too old, which is
>disappointing.
>
> -- Keir

Yeah and it's always "deleted" when doing "make distclean" after
"hg pull -u"


diff -r 2629c6a79d64 tools/libxl/Makefile
--- a/tools/libxl/Makefile      Mon Mar 08 19:11:47 2010 +0000
+++ b/tools/libxl/Makefile      Mon Mar 08 20:41:18 2010 +0100
@@ -89,7 +89,7 @@
 .PHONY: clean
 clean:
        $(RM) -f *.o *.so* *.a $(CLIENTS) $(DEPS)
-       $(RM) -f $(AUTOSRCS) $(AUTOINCS)
+#      $(RM) -f $(AUTOSRCS) $(AUTOINCS)

 distclean: clean


##
##################################################################
# Position   : Systems Design Technician @ OSRC                  #
# Email      : conny.seidel@amd.com  GnuPG-Key: 0xA6AB055D       #
# Fingerprint: 17C4 5DB2 7C4C C1C7 1452 8148 F139 7C09 A6AB 055D #
##################################################################

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

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

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

* Re: unstable 4.0 config file/ build error
  2010-03-08 19:54     ` Conny Seidel
@ 2010-03-09 17:14       ` Ian Jackson
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Jackson @ 2010-03-09 17:14 UTC (permalink / raw)
  To: xen-devel

Conny Seidel writes ("Re: [Xen-devel] unstable 4.0 config file/ build error"):
> On Sat, 6 Mar 2010 13:00:25 +0000
> Keir Fraser <keir.fraser@eu.citrix.com> wrote:
> >The flex/bison output is checked into the tree now anyhow, so the
> >problem won't manifest unless you modify the flex/bison inputs.
> >Someone reported that the RHEL5 flex is too old, which is
> >disappointing.
> 
> Yeah and it's always "deleted" when doing "make distclean" after
> "hg pull -u"

I guess we need a "realclean" or "maintainer-clean" too but I don't
fancy draining this particular swamp right now.

> -       $(RM) -f $(AUTOSRCS) $(AUTOINCS)
> +#      $(RM) -f $(AUTOSRCS) $(AUTOINCS)

I see this has gone in.

Thanks,
Ian.

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

end of thread, other threads:[~2010-03-09 17:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-06  1:35 unstable 4.0 config file/ build error ccmail111
2010-03-06 12:15 ` Pasi Kärkkäinen
     [not found]   ` <C7B80269.C5E5%keir.fraser@eu.citrix.com>
2010-03-08 19:54     ` Conny Seidel
2010-03-09 17:14       ` Ian Jackson

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.