From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 6830421F222 for ; Fri, 19 Jun 2015 13:57:38 -0700 (PDT) Received: by wibdq8 with SMTP id dq8so28751903wib.1 for ; Fri, 19 Jun 2015 13:57:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=AvM8nde1vDua6gPuQ9aLqm7kOBDT0HQbtA0dWPLCie0=; b=iidfBZLgJg0Ey+/pPZVQz3dxi968H9fQFuT88P6ul1W7G+sKaTlmk/RQy53i1j1yzb KYu2leNn/MXs0pLF8qipqFfgd0KAz4EspfjSuvAs/V2q8SUX/se7VoHHxsNXMfxdTc8O ENzH0Cpcygz2RhbzW+wgTrGamU6WZattdMeJtUbqMRNSuTe4TqG9LlS9/ol5xj2HiXra c3+0ktoS3WnkDOQtq/aWIbUMg5MR5BzsWFyIqUkZwdPWU78IMF60CvHMBjZzi/HcTaW4 kS2cxo7J6eAx7Nqtlgqzs25Rzc0yIgn9Zpq8aZybhvBCkHdny9jhY6RJBA6Gsj+knfG1 SpVA== X-Received: by 10.194.62.205 with SMTP id a13mr27834484wjs.98.1434747456142; Fri, 19 Jun 2015 13:57:36 -0700 (PDT) Received: from volcano.localdomain (host-89-243-98-74.as13285.net. [89.243.98.74]) by mx.google.com with ESMTPSA id gw7sm5287387wib.15.2015.06.19.13.57.35 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 19 Jun 2015 13:57:35 -0700 (PDT) Message-ID: <5584823E.4040207@gmail.com> Date: Fri, 19 Jun 2015 21:57:34 +0100 From: Alan Jenkins User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Dave Taht References: <26463A88-821B-44B7-A728-64BCB0B7C7BB@gmx.de> <55847E32.9000405@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Jonathan Morton , cerowrt-devel Subject: Re: [Cerowrt-devel] Latest build test - new sqm-scripts seem to work; "cake overhead 40" didn't X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2015 20:58:06 -0000 On 19/06/15 21:51, Dave Taht wrote: > hmm? > > opkg update; opkg install strace ? sorry. Yes, that's what I did; I left that part out. strace isn't installed by default, I tried to install it at some point, got "not found" same error with tc command from tc-adv if I try to reinstall it > I have done several builds in this dir in the last few days, however, > and that could be messing you up. Ok, that's it. root@mortar:~# grep musl `which strace` /lib/ld-musl-mips-sf.so.1 Don't think that's going to work on my box somehow :) root@mortar:~# grep -i uclibc `which which` /lib/ld-uClibc.so.0 __uClibc_main > I am trying to get a good build now, > but it is blowing up on needing libssp for some reason. > > I really picked the wrong time to try and get something stable built. > This was my last big chance to deploy a few routers in test before > starting to travel extensively. > > > > On Fri, Jun 19, 2015 at 1:40 PM, Alan Jenkins > wrote: >> On 19/06/15 21:12, Dave Taht wrote: >>> re: keywords: it may be that the tc-adv package is not correctly >>> overriding the tc package. Sigh. >>> >>> try a opkg update; opkg remove tc-adv; opkg install tc-adv and see if >>> you get the keywords. >> >> Or I screwed up and the box is running the previous build? >> >> $ ssh root@mortar >> BusyBox v1.23.2 (2015-06-12 19:22:15 PDT) built-in shell (ash) >> >> >> I hope so because the alternative is debugging this- >> >> root@mortar:~# strace >> -ash: strace: not found >> root@mortar:~# echo $? >> 127 >> >> (same happens when installing tc-adv) >> >> Alan > >