Help!

Curious autobuild failure

 
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> IA64 RSS
Next:  boot on ia64 last kernel  
Author Message
Simon Horman
External


Since: Dec 07, 2005
Posts: 120



PostPosted: Thu May 17, 2007 10:30 am    Post subject: Curious autobuild failure
Archived from groups: linux>debian>ports>ia64 (more info?)


Hi,

I'm pondering over the following build log

http://buildd.debian.org/fetch.cgi?pkg=heartbeat;ver=2.0.8-5;arch=ia64...amp=117

I think that the problem is caused by IPv6addr not being
built because linux/icmpv6.h is absent, which seems to
be confirmed in the output of configure.

However linux/icmpv6.h should be present in
linux-kernel-headers, which the log reports as being installed.

Toolchain package versions: [snip] linux-kernel-headers_=*=PROVIDED=*= [snip]

I'm not sure what =*=PROVIDED=*= means, but I am curious to know
if linux/icmpv6.h is present, and if so, why configure doesn't find it.

Any ideas?

--
Horms
H: http://www.vergenet.net/~horms/
W: http://www.valinux.co.jp/en/


--
To UNSUBSCRIBE, email to debian-ia64-REQUEST RemoveThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster RemoveThis @lists.debian.org
Back to top
dann frazier
External


Since: Dec 09, 2004
Posts: 233



PostPosted: Wed May 23, 2007 10:20 pm    Post subject: Re: Curious autobuild failure [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, May 17, 2007 at 05:21:54PM +0900, Simon Horman wrote:
> Hi,
>
> I'm pondering over the following build log
>
> http://buildd.debian.org/fetch.cgi?pkg=heartbeat;ver=2.0.8-5;arch=ia64...amp=117
>
> I think that the problem is caused by IPv6addr not being
> built because linux/icmpv6.h is absent, which seems to
> be confirmed in the output of configure.
>
> However linux/icmpv6.h should be present in
> linux-kernel-headers, which the log reports as being installed.
>
> Toolchain package versions: [snip] linux-kernel-headers_=*=PROVIDED=*= [snip]
>
> I'm not sure what =*=PROVIDED=*= means, but I am curious to know
> if linux/icmpv6.h is present, and if so, why configure doesn't find it.

hey Simon,
I can reproduce this on my sid workstation. icmpv6.h is installed and
provided by linux-libc-dev.

However, if I install linux-kernel-headers instead of linux-libc-dev
the build completes successfully.

--
dann frazier


--
To UNSUBSCRIBE, email to debian-ia64-REQUEST.RemoveThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.RemoveThis@lists.debian.org
Back to top
Simon Horman
External


Since: Dec 07, 2005
Posts: 120



PostPosted: Thu May 24, 2007 2:50 am    Post subject: Re: Curious autobuild failure [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, May 23, 2007 at 02:02:58PM -0600, dann frazier wrote:
> On Thu, May 17, 2007 at 05:21:54PM +0900, Simon Horman wrote:
> > Hi,
> >
> > I'm pondering over the following build log
> >
> > http://buildd.debian.org/fetch.cgi?pkg=heartbeat;ver=2.0.8-5;arch=ia64...amp=117
> >
> > I think that the problem is caused by IPv6addr not being
> > built because linux/icmpv6.h is absent, which seems to
> > be confirmed in the output of configure.
> >
> > However linux/icmpv6.h should be present in
> > linux-kernel-headers, which the log reports as being installed.
> >
> > Toolchain package versions: [snip] linux-kernel-headers_=*=PROVIDED=*= [snip]
> >
> > I'm not sure what =*=PROVIDED=*= means, but I am curious to know
> > if linux/icmpv6.h is present, and if so, why configure doesn't find it.
>
> hey Simon,
> I can reproduce this on my sid workstation. icmpv6.h is installed and
> provided by linux-libc-dev.
>
> However, if I install linux-kernel-headers instead of linux-libc-dev
> the build completes successfully.

Hi Dann,

thanks for looking into this. I'm not entirely sure why linux-libc-dev
isn't providing icmpv6.h correctly, but perhaps the best solution
for now is to add the follwing build dependancy

linux-kernel-headers [ia64]

linux-libc-dev | linux-kernel-headers already gets pulled in
by some other dependancy, libc6 I think. So the effect of
the new build dependancy should just be to force linux-kernel-headers on
ia64, right?

--
Horms
H: http://www.vergenet.net/~horms/
W: http://www.valinux.co.jp/en/


--
To UNSUBSCRIBE, email to debian-ia64-REQUEST.RemoveThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.RemoveThis@lists.debian.org
Back to top
dann frazier
External


Since: Dec 09, 2004
Posts: 233



PostPosted: Thu May 24, 2007 5:30 pm    Post subject: Re: Curious autobuild failure [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, May 24, 2007 at 09:40:53AM +0900, Simon Horman wrote:
> thanks for looking into this. I'm not entirely sure why linux-libc-dev
> isn't providing icmpv6.h correctly, but perhaps the best solution
> for now is to add the follwing build dependancy
>
> linux-kernel-headers [ia64]
>
> linux-libc-dev | linux-kernel-headers already gets pulled in
> by some other dependancy, libc6 I think. So the effect of
> the new build dependancy should just be to force linux-kernel-headers on
> ia64, right?

That will work for now, but aiui l-k-h is deprecated so we'll have to
deal with the l-l-d issue at some point.

--
dann frazier


--
To UNSUBSCRIBE, email to debian-ia64-REQUEST DeleteThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster DeleteThis @lists.debian.org
Back to top
Horms
External


Since: Nov 26, 2004
Posts: 154



PostPosted: Fri May 25, 2007 4:30 am    Post subject: Re: Curious autobuild failure [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, May 24, 2007 at 07:58:33AM -0600, dann frazier wrote:
> On Thu, May 24, 2007 at 09:40:53AM +0900, Simon Horman wrote:
> > thanks for looking into this. I'm not entirely sure why linux-libc-dev
> > isn't providing icmpv6.h correctly, but perhaps the best solution
> > for now is to add the follwing build dependancy
> >
> > linux-kernel-headers [ia64]
> >
> > linux-libc-dev | linux-kernel-headers already gets pulled in
> > by some other dependancy, libc6 I think. So the effect of
> > the new build dependancy should just be to force linux-kernel-headers on
> > ia64, right?
>
> That will work for now, but aiui l-k-h is deprecated so we'll have to
> deal with the l-l-d issue at some point.

Ok, that is a bit of a bother. I really wonder why icmpv6.h can't be
found in linux-libc-dev

--
Horms
H: http://www.vergenet.net/~horms/
W: http://www.valinux.co.jp/en/


--
To UNSUBSCRIBE, email to debian-ia64-REQUEST RemoveThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster RemoveThis @lists.debian.org
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> IA64 All times are: Eastern Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum