2013-04-01 19:22:52

by Dave Jones

[permalink] [raw]
Subject: Re: Fail to build trinity

On Mon, Apr 01, 2013 at 03:09:09AM +0000, Sun, Yi wrote:
> Hi Dave,
>
> I'm a newer for trinity. Apologize for my foolish question. :)
>
> But I got the source with command: "git clone git://git.codemonkey.org.uk/trinity". While running ./configure.sh, got following failure:
> [root@x-ivb8 trinity]# ./configure.sh
> [*] Checking system headers.
> [*] Checking if pppox can use pppol2tpin6.. [NO]
> [*] Checking if pppox can use pppol2tv3.. [NO]
> [*] Checking if pppox can use pptp.. [NO]
> [*] Checking if llc can use LLC_OPT_PKTINFO.. [YES]
> [*] Checking if glibc headers provide termios2.. [NO]
> [*] Checking linux/caif/caif_socket.h exists... [YES]
> [*] Checking linux/if_alg.h exists... [YES]
> [*] Checking linux/rds.h exists... [YES]
> [*] Checking linux/vfio.h exists... [NO]
> [*] Checking linux/btrfs.h exists... [NO]
> [*] Checking drm/exynos_drm.h exists... [NO]
> [*] Checking sound/compress_offload.h exists... [NO]
> [*] Checking linux/vhost.h exists... [YES]
>
> It seems I'm missing dozens of header files. So could you please guide me how to get those header files or some other libraries?

They aren't actually failures.

It should still compile even though it doesn't find all the headers.
You just won't be able to fuzz those specific functions because your
headers your distro puts in /usr/include don't have definitions for them.

> BTW, the mailing list [email protected]<mailto:[email protected]> doesn't work.

Did you mean [email protected] ? it seems to be working fine for others.

Dave


2013-04-02 04:15:09

by Yi Sun

[permalink] [raw]
Subject: RE: Fail to build trinity

Alright, done.

Thank you, Dave.

Thanks
--Sun, Yi


> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: Tuesday, April 02, 2013 3:22 AM
> To: Sun, Yi
> Cc: [email protected]
> Subject: Re: Fail to build trinity
>
> On Mon, Apr 01, 2013 at 03:09:09AM +0000, Sun, Yi wrote:
> > Hi Dave,
> >
> > I'm a newer for trinity. Apologize for my foolish question. :) > > But I got
> the source with command: "git clone git://git.codemonkey.org.uk/trinity".
> While running ./configure.sh, got following failure:
> > [root@x-ivb8 trinity]# ./configure.sh > [*] Checking system headers.
> > [*] Checking if pppox can use pppol2tpin6.. [NO] > [*] Checking if pppox
> can use pppol2tv3.. [NO] > [*] Checking if pppox can use pptp.. [NO] > [*]
> Checking if llc can use LLC_OPT_PKTINFO.. [YES] > [*] Checking if glibc
> headers provide termios2.. [NO] > [*] Checking linux/caif/caif_socket.h
> exists... [YES] > [*] Checking linux/if_alg.h exists... [YES] > [*] Checking
> linux/rds.h exists... [YES] > [*] Checking linux/vfio.h exists... [NO] > [*]
> Checking linux/btrfs.h exists... [NO] > [*] Checking drm/exynos_drm.h
> exists... [NO] > [*] Checking sound/compress_offload.h exists... [NO] >
> [*] Checking linux/vhost.h exists... [YES] > > It seems I'm missing dozens
> of header files. So could you please guide me how to get those header files or
> some other libraries?
>
> They aren't actually failures.
>
> It should still compile even though it doesn't find all the headers.
> You just won't be able to fuzz those specific functions because your headers
> your distro puts in /usr/include don't have definitions for them.
>
> > BTW, the mailing list
> [email protected]<mailto:[email protected]> doesn't
> work.
>
> Did you mean [email protected] ? it seems to be working fine for others.
>
> Dave