* autoconf/ debian 6.0 - missing dependency checks
@ 2012-03-01 19:22 Shriram Rajagopalan
2012-03-02 8:51 ` Ian Campbell
0 siblings, 1 reply; 2+ messages in thread
From: Shriram Rajagopalan @ 2012-03-01 19:22 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 483 bytes --]
I just did a ./configure and then make on a fresh debian 6.0 64-bit install.
./configure caught most of the missing dependencies except the following,
which caused compilation failures.
1. libncurses5-dev (I get errors from tools/misc, concerning gtraceview)
2. bin86 & bcc & iasl - during firmware compilation
3. python-dev (from tools/python/xen/lowlevel/xc)
I am not sure if I was doing something wrong or if its the configure script
missing
these dependency checks.
shriram
[-- Attachment #1.2: Type: text/html, Size: 540 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: autoconf/ debian 6.0 - missing dependency checks
2012-03-01 19:22 autoconf/ debian 6.0 - missing dependency checks Shriram Rajagopalan
@ 2012-03-02 8:51 ` Ian Campbell
0 siblings, 0 replies; 2+ messages in thread
From: Ian Campbell @ 2012-03-02 8:51 UTC (permalink / raw)
To: rshriram@cs.ubc.ca; +Cc: Roger Pau Monné, xen-devel@lists.xen.org
On Thu, 2012-03-01 at 19:22 +0000, Shriram Rajagopalan wrote:
> I just did a ./configure and then make on a fresh debian 6.0 64-bit
> install.
> ./configure caught most of the missing dependencies except the
> following,
> which caused compilation failures.
>
> 1. libncurses5-dev (I get errors from tools/misc, concerning
> gtraceview)
Also used by xentop so I think we should make this a hard dependency
check. If it were just gtraceview a soft dependency would have been ok.
> 2. bin86 & bcc & iasl - during firmware compilation
The first two are used for vgabios and rombios only, I think.
We should eventually have --{enable,disable}-rombios but for now this is
also a hard dependency.
iasl is used by tools/firmware/hvmloader/... that's a hard dependency.
> 3. python-dev (from tools/python/xen/lowlevel/xc)
We should eventually have --enable-python/--enable-xend etc but for now
this is a hard dependency.
> I am not sure if I was doing something wrong or if its the configure
> script missing these dependency checks.
Missing I think. CCing Roger.
>
>
> shriram
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-02 8:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-01 19:22 autoconf/ debian 6.0 - missing dependency checks Shriram Rajagopalan
2012-03-02 8:51 ` Ian Campbell
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).