[dtn-users] test_utils build problems
Stephen Farrell <stephen.farrell@cs.tcd.ie> Wed, 12 March 2014 17:30 UTC
Return-Path: <stephen.farrell@cs.tcd.ie>
X-Original-To: dtn-users@ietfa.amsl.com
Delivered-To: dtn-users@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com
(Postfix) with ESMTP id 968631A0645 for <dtn-users@ietfa.amsl.com>;
Wed, 12 Mar 2014 10:30:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.447
X-Spam-Level:
X-Spam-Status: No,
score=-2.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,
RP_MATCHES_RCVD=-0.547] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com
[127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SjrskgkNGGW4 for
<dtn-users@ietfa.amsl.com>; Wed, 12 Mar 2014 10:30:48 -0700 (PDT)
Received: from mercury.scss.tcd.ie (mercury.scss.tcd.ie [134.226.56.6]) by
ietfa.amsl.com (Postfix) with ESMTP id 358AA1A0552 for <dtn-users@irtf.org>;
Wed, 12 Mar 2014 10:30:48 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by mercury.scss.tcd.ie
(Postfix) with ESMTP id A496CBE51 for <dtn-users@irtf.org>;
Wed, 12 Mar 2014 17:30:41 +0000 (GMT)
Received: from mercury.scss.tcd.ie ([127.0.0.1]) by localhost
(mercury.scss.tcd.ie [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id
gdlPQEzt1S6s for <dtn-users@irtf.org>; Wed, 12 Mar 2014 17:30:41 +0000 (GMT)
Received: from [134.226.36.180] (stephen-think.dsg.cs.tcd.ie [134.226.36.180])
by mercury.scss.tcd.ie (Postfix) with ESMTPSA id 841F2BE3F for
<dtn-users@irtf.org>; Wed, 12 Mar 2014 17:30:41 +0000 (GMT)
Message-ID: <532099C2.9020308@cs.tcd.ie>
Date: Wed, 12 Mar 2014 17:30:42 +0000
From: Stephen Farrell <stephen.farrell@cs.tcd.ie>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
rv:24.0) Gecko/20100101 Thunderbird/24.3.0
MIME-Version: 1.0
To: "dtn-users@irtf.org" <dtn-users@irtf.org>
X-Enigmail-Version: 1.6
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Archived-At: http://mailarchive.ietf.org/arch/msg/dtn-users/iaLeVNNzWa1GuivKauQ-2lWeprI
Subject: [dtn-users] test_utils build problems
X-BeenThere: dtn-users@irtf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "The Delay-Tolerant Networking Research Group \(DTNRG\) - Users."
<dtn-users.irtf.org>
List-Unsubscribe: <https://www.irtf.org/mailman/options/dtn-users>,
<mailto:dtn-users-request@irtf.org?subject=unsubscribe>
List-Archive: <http://www.irtf.org/mail-archive/web/dtn-users/>
List-Post: <mailto:dtn-users@irtf.org>
List-Help: <mailto:dtn-users-request@irtf.org?subject=help>
List-Subscribe: <https://www.irtf.org/mailman/listinfo/dtn-users>,
<mailto:dtn-users-request@irtf.org?subject=subscribe>
X-List-Received-Date: Wed, 12 Mar 2014 17:30:52 -0000
Hiya, (Its been ages since I got back to some coding so forgive me if mail on this has gone by...) I'm building the DTN2 test_utils and someone seems to have added a couple of unit tests that require special configure arguments or the build fails. So far ecdh-test.cc requires --with-bsp or you get a compile error. ipnd-sb-tlv-test.cc causes a linking barf at the moment but I'm less keen to turn on bbn ipnd (I do want bsp for what I'm doing but don't need that). I'm happy to hack about to get what I want, but has someone got the "right" fixes for these so the build goes correctly without having special command line args for ./configure? Thanks, S.
- [dtn-users] test_utils build problems Stephen Farrell