From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-32-ewr.dyndns.com (mxout-129-ewr.mailhop.org [216.146.33.129]) by lists.bufferbloat.net (Postfix) with ESMTP id 380852E0322 for ; Thu, 7 Apr 2011 18:15:17 -0700 (PDT) Received: from scan-32-ewr.mailhop.org (scan-32-ewr.local [10.0.141.238]) by mail-32-ewr.dyndns.com (Postfix) with ESMTP id 6468D6F8CAC for ; Fri, 8 Apr 2011 01:15:16 +0000 (UTC) X-Spam-Score: 0.0 () X-Mail-Handler: MailHop by DynDNS X-Originating-IP: 149.20.54.64 Received: from mainmail.teklibre.com (toutatis.isc.org [149.20.54.64]) by mail-32-ewr.dyndns.com (Postfix) with ESMTP id A2B2B6F7C64 for ; Fri, 8 Apr 2011 01:15:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mainmail.teklibre.com (Postfix) with ESMTP id 7742512B752 for ; Thu, 7 Apr 2011 18:49:05 -0700 (PDT) Received: from mainmail.teklibre.com ([127.0.0.1]) by localhost (toutatis.sql1.isc.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VcXW88nMyfps for ; Thu, 7 Apr 2011 18:49:05 -0700 (PDT) Received: from [128.61.31.199] (lawn-128-61-31-199.lawn.gatech.edu [128.61.31.199]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: d) by mainmail.teklibre.com (Postfix) with ESMTPSA id EE8C412B6AB for ; Thu, 7 Apr 2011 18:49:04 -0700 (PDT) Message-ID: <4D9E6195.8040602@taht.net> Date: Thu, 07 Apr 2011 19:15:01 -0600 From: Dave Taht User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 MIME-Version: 1.0 To: bismark-devel@lists.bufferbloat.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Bismark-devel] bismark software package requirements X-BeenThere: bismark-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: BISMark related software development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2011 01:15:17 -0000 I put the details on the wndr up on the wiki. All members of this project have wiki editing privs, so if there is a procedure you can document or a bug you have to file, please do so. http://www.bufferbloat.net/projects/bismark/wiki/Wndr3700 libstdcpp is a package requirement for the bismark software according to ldd root@OpenWrt:/etc/bismark/bin# ldd ./ITGSend libpthread.so.0 => /lib/libpthread.so.0 (0x2b6fc000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x2b720000) libm.so.0 => /lib/libm.so.0 (0x2b7fe000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2b822000) libc.so.0 => /lib/libc.so.0 (0x2b844000) libdl.so.0 => /lib/libdl.so.0 (0x2b8a9000) ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2b6e4000) And bash is also a requirement at the present time (it is not in the default image, but is built) How to create a feed is documented here http://wiki.openwrt.org/doc/devel/feeds There should probably be a bismark-all meta package... http://www.bufferbloat.net/issues/64 And multiple other issues are on the issue tracker.