* xen-unstable
@ 2012-03-06 21:39 bunkertor
2012-03-06 22:29 ` xen-unstable Fantu
0 siblings, 1 reply; 5+ messages in thread
From: bunkertor @ 2012-03-06 21:39 UTC (permalink / raw)
To: xen-devel
hi all,
im trying to install xen-unstable from mercurial repository but it fails
with a strange error:
configuration script works fine with no wierd warnings.
=================================================
header-file=libxlu_disk_l.h --outfile=libxlu_disk_l.c libxlu_disk_l.l
/bin/sh: header-file=libxlu_disk_l.h: command not found
make[3]: [libxlu_disk_l.c] Error 127 (ignored)
gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99
-Wall -Wstrict-prototypes -Wdeclaration-after-statement
-Wno-unused-but-set-variable -D__XEN_TOOLS__ -MMD -MF
.libxlu_disk_l.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-fno-optimize-sibling-calls -Werror -Wno-format-zero-length
-Wmissing-declarations -Wno-declaration-after-statement
-Wformat-nonliteral -I. -fPIC
-I/usr/local/src/xen-unstable/tools/libxl/../../tools/libxc
-I/usr/local/src/xen-unstable/tools/libxl/../../tools/include -c -o
libxlu_disk_l.o libxlu_disk_l.c
gcc: libxlu_disk_l.c: No such file or directory
gcc: no input files
make[3]: *** [libxlu_disk_l.o] Error 1
make[3]: Leaving directory `/usr/local/src/xen-unstable/tools/libxl'
make[2]: *** [subdir-install-libxl] Error 2
make[2]: Leaving directory `/usr/local/src/xen-unstable/tools'
make[1]: *** [subdirs-install] Error 2
make[1]: Leaving directory `/usr/local/src/xen-unstable/tools'
make: *** [install-tools] Error 2
=================================================
here's my system:
[root@xen-02 xen-unstable]# cat /proc/version
Linux version 3.2.0-rc1+ (root@xen-02) (gcc version 4.4.6 20110731 (Red
Hat 4.4.6-3) (GCC) ) #1 SMP Tue Mar 6 13:50:09 CET 2012
[root@xen-02 xen-unstable]# cat /etc/redhat-release
CentOS release 6.2 (Final)
previous xen releases works fine.
what do i miss?
thanks for any help.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: xen-unstable
2012-03-06 21:39 xen-unstable bunkertor
@ 2012-03-06 22:29 ` Fantu
2012-03-07 0:03 ` xen-unstable bunkertor
0 siblings, 1 reply; 5+ messages in thread
From: Fantu @ 2012-03-06 22:29 UTC (permalink / raw)
To: xen-devel
Redo the download of repository and problem will be solved.
--
View this message in context: http://xen.1045712.n5.nabble.com/xen-unstable-tp5542356p5542514.html
Sent from the Xen - Dev mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: xen-unstable
2012-03-06 22:29 ` xen-unstable Fantu
@ 2012-03-07 0:03 ` bunkertor
2012-03-07 0:33 ` xen-unstable Michael A. Collins
0 siblings, 1 reply; 5+ messages in thread
From: bunkertor @ 2012-03-07 0:03 UTC (permalink / raw)
To: xen-devel
Il 06/03/2012 23.29, Fantu ha scritto:
> Redo the download of repository and problem will be solved.
>
> --
> View this message in context: http://xen.1045712.n5.nabble.com/xen-unstable-tp5542356p5542514.html
> Sent from the Xen - Dev mailing list archive at Nabble.com.
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
>
nothing happens, make process stops with same error.
===========================================
[root@xen-02 xen-unstable]# hg branches -a
default 24967:33659563f589
[root@xen-02 xen-unstable]# hg status --delete
! tools/libxl/libxlu_cfg_l.c
! tools/libxl/libxlu_cfg_l.h
! tools/libxl/libxlu_cfg_y.c
! tools/libxl/libxlu_cfg_y.h
[root@xen-02 xen-unstable]#
===========================================
=(
thanks for help.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: xen-unstable
2012-03-07 0:03 ` xen-unstable bunkertor
@ 2012-03-07 0:33 ` Michael A. Collins
2012-03-07 1:50 ` xen-unstable bunkertor
0 siblings, 1 reply; 5+ messages in thread
From: Michael A. Collins @ 2012-03-07 0:33 UTC (permalink / raw)
To: xen-devel
On 06.03.2012 19:03, bunkertor wrote:
> Il 06/03/2012 23.29, Fantu ha scritto:
>> Redo the download of repository and problem will be solved.
>>
>> --
>> View this message in context:
>> http://xen.1045712.n5.nabble.com/xen-unstable-tp5542356p5542514.html
>> Sent from the Xen - Dev mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xen.org
>> http://lists.xen.org/xen-devel
>>
> nothing happens, make process stops with same error.
>
> ===========================================
> [root@xen-02 xen-unstable]# hg branches -a
> default 24967:33659563f589
> [root@xen-02 xen-unstable]# hg status --delete
> ! tools/libxl/libxlu_cfg_l.c
> ! tools/libxl/libxlu_cfg_l.h
> ! tools/libxl/libxlu_cfg_y.c
> ! tools/libxl/libxlu_cfg_y.h
> [root@xen-02 xen-unstable]#
> ===========================================
>
> =(
>
> thanks for help.
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
You need to configure the path to BISON and FLEX in /config/Tools.mk
Add lines BISON_PATH and FLEX_PATH and set them to where your BISON and
FLEX binaries are, then add bison and flex to the BISON and FLEX
variables. Rerun make tools and it'll finish.
Mike
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: xen-unstable
2012-03-07 0:33 ` xen-unstable Michael A. Collins
@ 2012-03-07 1:50 ` bunkertor
0 siblings, 0 replies; 5+ messages in thread
From: bunkertor @ 2012-03-07 1:50 UTC (permalink / raw)
To: xen-devel
Il 07/03/2012 1.33, Michael A. Collins ha scritto:
> On 06.03.2012 19:03, bunkertor wrote:
>> Il 06/03/2012 23.29, Fantu ha scritto:
>>> Redo the download of repository and problem will be solved.
>>>
>>> --
>>> View this message in context:
>>> http://xen.1045712.n5.nabble.com/xen-unstable-tp5542356p5542514.html
>>> Sent from the Xen - Dev mailing list archive at Nabble.com.
>>>
>>> _______________________________________________
>>> Xen-devel mailing list
>>> Xen-devel@lists.xen.org
>>> http://lists.xen.org/xen-devel
>>>
>> nothing happens, make process stops with same error.
>>
>> ===========================================
>> [root@xen-02 xen-unstable]# hg branches -a
>> default 24967:33659563f589
>> [root@xen-02 xen-unstable]# hg status --delete
>> ! tools/libxl/libxlu_cfg_l.c
>> ! tools/libxl/libxlu_cfg_l.h
>> ! tools/libxl/libxlu_cfg_y.c
>> ! tools/libxl/libxlu_cfg_y.h
>> [root@xen-02 xen-unstable]#
>> ===========================================
>>
>> =(
>>
>> thanks for help.
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xen.org
>> http://lists.xen.org/xen-devel
> You need to configure the path to BISON and FLEX in /config/Tools.mk
>
> Add lines BISON_PATH and FLEX_PATH and set them to where your BISON
> and FLEX binaries are, then add bison and flex to the BISON and FLEX
> variables. Rerun make tools and it'll finish.
> Mike
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
>
that was the fix.
thanks all so much for help.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-03-07 1:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06 21:39 xen-unstable bunkertor
2012-03-06 22:29 ` xen-unstable Fantu
2012-03-07 0:03 ` xen-unstable bunkertor
2012-03-07 0:33 ` xen-unstable Michael A. Collins
2012-03-07 1:50 ` xen-unstable bunkertor
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).