* configure failure
@ 2012-02-22 9:57 Christoph Egger
2012-02-22 9:59 ` Roger Pau Monné
0 siblings, 1 reply; 11+ messages in thread
From: Christoph Egger @ 2012-02-22 9:57 UTC (permalink / raw)
To: xen-devel@lists.xensource.com
Hi,
configure fails on NetBSD that there is no brctl.
NetBSD has no brctl, NetBSD has brconfig.
Christoph
--
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85689 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: configure failure
2012-02-22 9:57 configure failure Christoph Egger
@ 2012-02-22 9:59 ` Roger Pau Monné
2012-02-22 10:21 ` Christoph Egger
0 siblings, 1 reply; 11+ messages in thread
From: Roger Pau Monné @ 2012-02-22 9:59 UTC (permalink / raw)
To: Christoph Egger; +Cc: xen-devel@lists.xensource.com
2012/2/22 Christoph Egger <Christoph.Egger@amd.com>:
>
> Hi,
>
> configure fails on NetBSD that there is no brctl.
> NetBSD has no brctl, NetBSD has brconfig.
Sorry Christoph, the brctl test is going away (from configure at least).
>
> Christoph
>
> --
> ---to satisfy European Law for business letters:
> Advanced Micro Devices GmbH
> Einsteinring 24, 85689 Dornach b. Muenchen
> Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
> Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
> Registergericht Muenchen, HRB Nr. 43632
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: configure failure
2012-02-22 9:59 ` Roger Pau Monné
@ 2012-02-22 10:21 ` Christoph Egger
2012-02-22 10:30 ` Roger Pau Monné
2012-02-23 9:18 ` Roger Pau Monné
0 siblings, 2 replies; 11+ messages in thread
From: Christoph Egger @ 2012-02-22 10:21 UTC (permalink / raw)
To: Roger Pau Monné; +Cc: xen-devel@lists.xensource.com
On 02/22/12 10:59, Roger Pau Monné wrote:
> 2012/2/22 Christoph Egger<Christoph.Egger@amd.com>:
>>
>> Hi,
>>
>> configure fails on NetBSD that there is no brctl.
>> NetBSD has no brctl, NetBSD has brconfig.
>
> Sorry Christoph, the brctl test is going away (from configure at least).
There are some more Linux specific tests:
- ip
- uuid_clear in libuuid
Also the check for yajl_alloc in libyajl fails although I have libyajl
version 1 installed. The check may be correct but configure shouldn't
fail if version 1 is still supported.
Christoph
--
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85689 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: configure failure
2012-02-22 10:21 ` Christoph Egger
@ 2012-02-22 10:30 ` Roger Pau Monné
2012-02-22 10:51 ` Christoph Egger
2012-02-23 9:18 ` Roger Pau Monné
1 sibling, 1 reply; 11+ messages in thread
From: Roger Pau Monné @ 2012-02-22 10:30 UTC (permalink / raw)
To: Christoph Egger; +Cc: xen-devel@lists.xensource.com
2012/2/22 Christoph Egger <Christoph.Egger@amd.com>:
> On 02/22/12 10:59, Roger Pau Monné wrote:
>>
>> 2012/2/22 Christoph Egger<Christoph.Egger@amd.com>:
>>>
>>>
>>> Hi,
>>>
>>> configure fails on NetBSD that there is no brctl.
>>> NetBSD has no brctl, NetBSD has brconfig.
>>
>>
>> Sorry Christoph, the brctl test is going away (from configure at least).
>
>
> There are some more Linux specific tests:
> - ip
> - uuid_clear in libuuid
Thanks for reporting, I will take care of those once the patch has
passed the test system (sorry for that, but I cannot test on so many
systems).
> Also the check for yajl_alloc in libyajl fails although I have libyajl
> version 1 installed. The check may be correct but configure shouldn't fail
> if version 1 is still supported.
Since I guess you have it in /usr/pkg/, have you set PREPEND_LIB or
APPEND_LIB env variables before executing configure?
>
>
> Christoph
>
> --
> ---to satisfy European Law for business letters:
> Advanced Micro Devices GmbH
> Einsteinring 24, 85689 Dornach b. Muenchen
> Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
> Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
> Registergericht Muenchen, HRB Nr. 43632
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: configure failure
2012-02-22 10:30 ` Roger Pau Monné
@ 2012-02-22 10:51 ` Christoph Egger
2012-02-22 11:19 ` Roger Pau Monné
0 siblings, 1 reply; 11+ messages in thread
From: Christoph Egger @ 2012-02-22 10:51 UTC (permalink / raw)
To: Roger Pau Monné; +Cc: xen-devel@lists.xensource.com
On 02/22/12 11:30, Roger Pau Monné wrote:
> 2012/2/22 Christoph Egger<Christoph.Egger@amd.com>:
>> On 02/22/12 10:59, Roger Pau Monné wrote:
>>>
>>> 2012/2/22 Christoph Egger<Christoph.Egger@amd.com>:
>>>>
>>>>
>>>> Hi,
>>>>
>>>> configure fails on NetBSD that there is no brctl.
>>>> NetBSD has no brctl, NetBSD has brconfig.
>>>
>>>
>>> Sorry Christoph, the brctl test is going away (from configure at least).
>>
>>
>> There are some more Linux specific tests:
>> - ip
>> - uuid_clear in libuuid
>
> Thanks for reporting, I will take care of those once the patch has
> passed the test system (sorry for that, but I cannot test on so many
> systems).
>
>> Also the check for yajl_alloc in libyajl fails although I have libyajl
>> version 1 installed. The check may be correct but configure shouldn't fail
>> if version 1 is still supported.
>
> Since I guess you have it in /usr/pkg/, have you set PREPEND_LIB or
> APPEND_LIB env variables before executing configure?
No, I have set EXTRA_LIB and EXTRA_INCLUDES.
I tried both PREPEND_LIB and APPEND_LIB and that works.
Oh and the integer type checks fail. Snippet from config.log:
configure:7600: checking for int64_t
configure:7600: gcc -c -I/usr/pkg/include -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:90: error: expected ')' before ';' token
conftest.c:91: error: expected expression before ']' token
configure: 7600: $? = 1
The unsigned integer type checks succeed.
Christoph
--
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85689 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: configure failure
2012-02-22 10:51 ` Christoph Egger
@ 2012-02-22 11:19 ` Roger Pau Monné
0 siblings, 0 replies; 11+ messages in thread
From: Roger Pau Monné @ 2012-02-22 11:19 UTC (permalink / raw)
To: Christoph Egger; +Cc: xen-devel@lists.xensource.com
2012/2/22 Christoph Egger <Christoph.Egger@amd.com>:
> On 02/22/12 11:30, Roger Pau Monné wrote:
>>
>> 2012/2/22 Christoph Egger<Christoph.Egger@amd.com>:
>>>
>>> On 02/22/12 10:59, Roger Pau Monné wrote:
>>>>
>>>>
>>>> 2012/2/22 Christoph Egger<Christoph.Egger@amd.com>:
>>>>>
>>>>>
>>>>>
>>>>> Hi,
>>>>>
>>>>> configure fails on NetBSD that there is no brctl.
>>>>> NetBSD has no brctl, NetBSD has brconfig.
>>>>
>>>>
>>>>
>>>> Sorry Christoph, the brctl test is going away (from configure at least).
>>>
>>>
>>>
>>> There are some more Linux specific tests:
>>> - ip
>>> - uuid_clear in libuuid
>>
>>
>> Thanks for reporting, I will take care of those once the patch has
>> passed the test system (sorry for that, but I cannot test on so many
>> systems).
>>
>>> Also the check for yajl_alloc in libyajl fails although I have libyajl
>>> version 1 installed. The check may be correct but configure shouldn't
>>> fail
>>> if version 1 is still supported.
>>
>>
>> Since I guess you have it in /usr/pkg/, have you set PREPEND_LIB or
>> APPEND_LIB env variables before executing configure?
>
>
> No, I have set EXTRA_LIB and EXTRA_INCLUDES.
> I tried both PREPEND_LIB and APPEND_LIB and that works.
EXTRA_LIB and EXTRA_INCLUDES is deprecated in favor of PREPEND_ and
APPEND_, which it's basically the same but allows a more fine grained
control.
>
> Oh and the integer type checks fail. Snippet from config.log:
>
> configure:7600: checking for int64_t
> configure:7600: gcc -c -I/usr/pkg/include -g -O2 conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:90: error: expected ')' before ';' token
> conftest.c:91: error: expected expression before ']' token
> configure: 7600: $? = 1
This was added by default when running autoscan, I guess we can
disable those checks.
>
> The unsigned integer type checks succeed.
>
>
> Christoph
>
> --
> ---to satisfy European Law for business letters:
> Advanced Micro Devices GmbH
> Einsteinring 24, 85689 Dornach b. Muenchen
> Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
> Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
> Registergericht Muenchen, HRB Nr. 43632
>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: configure failure
2012-02-22 10:21 ` Christoph Egger
2012-02-22 10:30 ` Roger Pau Monné
@ 2012-02-23 9:18 ` Roger Pau Monné
2012-02-23 13:13 ` Olaf Hering
2012-02-29 14:46 ` Ian Jackson
1 sibling, 2 replies; 11+ messages in thread
From: Roger Pau Monné @ 2012-02-23 9:18 UTC (permalink / raw)
To: Christoph Egger; +Cc: xen-devel@lists.xensource.com, Ian Jackson
2012/2/22 Christoph Egger <Christoph.Egger@amd.com>:
> On 02/22/12 10:59, Roger Pau Monné wrote:
>>
>> 2012/2/22 Christoph Egger<Christoph.Egger@amd.com>:
>>>
>>>
>>> Hi,
>>>
>>> configure fails on NetBSD that there is no brctl.
>>> NetBSD has no brctl, NetBSD has brconfig.
>>
>>
>> Sorry Christoph, the brctl test is going away (from configure at least).
>
>
> There are some more Linux specific tests:
> - ip
> - uuid_clear in libuuid
I'm going to fix this right now. Should I commit the output from
autoconf also with my patches Ian? I'm asking this because we use
different versions and the output is slightly different.
> Also the check for yajl_alloc in libyajl fails although I have libyajl
> version 1 installed. The check may be correct but configure shouldn't fail
> if version 1 is still supported.
>
>
> Christoph
>
> --
> ---to satisfy European Law for business letters:
> Advanced Micro Devices GmbH
> Einsteinring 24, 85689 Dornach b. Muenchen
> Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
> Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
> Registergericht Muenchen, HRB Nr. 43632
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: configure failure
2012-02-23 9:18 ` Roger Pau Monné
@ 2012-02-23 13:13 ` Olaf Hering
2012-02-29 14:46 ` Ian Jackson
2012-02-29 14:46 ` Ian Jackson
1 sibling, 1 reply; 11+ messages in thread
From: Olaf Hering @ 2012-02-23 13:13 UTC (permalink / raw)
To: Roger Pau Monné
Cc: Christoph Egger, xen-devel@lists.xensource.com, Ian Jackson
On Thu, Feb 23, Roger Pau Monné wrote:
> 2012/2/22 Christoph Egger <Christoph.Egger@amd.com>:
> > On 02/22/12 10:59, Roger Pau Monné wrote:
> >>
> >> 2012/2/22 Christoph Egger<Christoph.Egger@amd.com>:
> >>>
> >>>
> >>> Hi,
> >>>
> >>> configure fails on NetBSD that there is no brctl.
> >>> NetBSD has no brctl, NetBSD has brconfig.
> >>
> >>
> >> Sorry Christoph, the brctl test is going away (from configure at least).
> >
> >
> > There are some more Linux specific tests:
> > - ip
> > - uuid_clear in libuuid
>
> I'm going to fix this right now. Should I commit the output from
> autoconf also with my patches Ian? I'm asking this because we use
> different versions and the output is slightly different.
I also think configure should just check compile time requirements.
ip(1) is most likely not needed to compile and link xen+tools.
Olaf
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: configure failure
2012-02-23 9:18 ` Roger Pau Monné
2012-02-23 13:13 ` Olaf Hering
@ 2012-02-29 14:46 ` Ian Jackson
2012-02-29 14:53 ` Roger Pau Monné
1 sibling, 1 reply; 11+ messages in thread
From: Ian Jackson @ 2012-02-29 14:46 UTC (permalink / raw)
To: Roger Pau Monné; +Cc: Christoph Egger, xen-devel@lists.xensource.com
Roger Pau Monné writes ("Re: [Xen-devel] configure failure"):
> I'm going to fix this right now. Should I commit the output from
> autoconf also with my patches Ian? I'm asking this because we use
> different versions and the output is slightly different.
I don't mind whether you commit the output from autoconf and include
it in your patch. It's probably easier for other people not to have
to read the autoconf output diff if your version is different to mine.
BUT please include a note instructing me to rerun autogen.sh. Or I
might just possibly forget...
Ian.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: configure failure
2012-02-23 13:13 ` Olaf Hering
@ 2012-02-29 14:46 ` Ian Jackson
0 siblings, 0 replies; 11+ messages in thread
From: Ian Jackson @ 2012-02-29 14:46 UTC (permalink / raw)
To: Olaf Hering; +Cc: Christoph Egger, xen-devel@lists.xensource.com
Olaf Hering writes ("Re: [Xen-devel] configure failure"):
> I also think configure should just check compile time requirements.
> ip(1) is most likely not needed to compile and link xen+tools.
Indeed.
Ian.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: configure failure
2012-02-29 14:46 ` Ian Jackson
@ 2012-02-29 14:53 ` Roger Pau Monné
0 siblings, 0 replies; 11+ messages in thread
From: Roger Pau Monné @ 2012-02-29 14:53 UTC (permalink / raw)
To: Ian Jackson; +Cc: Christoph Egger, xen-devel@lists.xensource.com
2012/2/29 Ian Jackson <Ian.Jackson@eu.citrix.com>:
> Roger Pau Monné writes ("Re: [Xen-devel] configure failure"):
>> I'm going to fix this right now. Should I commit the output from
>> autoconf also with my patches Ian? I'm asking this because we use
>> different versions and the output is slightly different.
>
> I don't mind whether you commit the output from autoconf and include
> it in your patch. It's probably easier for other people not to have
> to read the autoconf output diff if your version is different to mine.
>
> BUT please include a note instructing me to rerun autogen.sh. Or I
> might just possibly forget...
Nevermind, I've installed the same version that you used, so changes
to configure script are minimal and related to the actual changes
being made in configure.ac.
> Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2012-02-29 14:53 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-22 9:57 configure failure Christoph Egger
2012-02-22 9:59 ` Roger Pau Monné
2012-02-22 10:21 ` Christoph Egger
2012-02-22 10:30 ` Roger Pau Monné
2012-02-22 10:51 ` Christoph Egger
2012-02-22 11:19 ` Roger Pau Monné
2012-02-23 9:18 ` Roger Pau Monné
2012-02-23 13:13 ` Olaf Hering
2012-02-29 14:46 ` Ian Jackson
2012-02-29 14:46 ` Ian Jackson
2012-02-29 14:53 ` Roger Pau Monné
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).