From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id A9D3220228E for ; Wed, 23 May 2012 20:01:44 -0700 (PDT) Received: by wibhn14 with SMTP id hn14so4846947wib.10 for ; Wed, 23 May 2012 20:01:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=NCLMs4uFlrROGljiaFt5Vm9yw1rqhIiDigvonQKgQ74=; b=guOZtIGNs5dYi7rX78mFfjyfzhIAmx3Pm/dhmWtvTbQ5v+nPNt7AhM1Y7UabLSHuru uxETq1iTM2dkfJTXoi3eQ6jdYRUucwdJlLSYZGMDaeeJHUVmq8Pzd1dVK7u5WTDPaapd 2CcLkaK0vU3AesaNxcr+cao527gHLhcOopYjL5U8GOoExlHFSbQCot4IdY865oPNNVLg 1Phz2rUJxXBWCMXToSX3cdCEUKs7R+tK/MilQ9o3MlC+uPU2/XC100XiYAP37wFPcc37 qluBFcVN9msOzk1lTfibBvNwDnMMYLinn0RE/2u6p+PivhPporopf9ROGqn6shM/Xh0x WUaA== Received: by 10.180.86.194 with SMTP id r2mr51032775wiz.15.1337828501750; Wed, 23 May 2012 20:01:41 -0700 (PDT) Received: from [192.168.239.204] (xdsl-83-150-84-172.nebulazone.fi. [83.150.84.172]) by mx.google.com with ESMTPS id fl2sm3333736wib.2.2012.05.23.20.01.40 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 23 May 2012 20:01:41 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Jonathan Morton In-Reply-To: <657665493.17619813.1337817619225.JavaMail.root@zm07.stanford.edu> Date: Thu, 24 May 2012 06:01:39 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: <68C16374-23E3-44CC-B50A-DA1081EA63F4@gmail.com> References: <657665493.17619813.1337817619225.JavaMail.root@zm07.stanford.edu> To: Rishita Rajal Anubhai X-Mailer: Apple Mail (2.1084) Cc: cs244-spr1112-staff@lists.stanford.edu, amoghvk@stanford.edu, codel@lists.bufferbloat.net Subject: Re: [Codel] CoDel + 3.3 kernel X-BeenThere: codel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: CoDel AQM discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2012 03:01:45 -0000 On 24 May, 2012, at 3:00 am, Rishita Rajal Anubhai wrote: > The problem now is, while trying to 'make' from the codel > repo (to run tc), all the other packages I need such as flex,=20 > bison, etc. all seem to require the older version (libc6 2.13*)=20 > to be installed. Is the expected next step, to install all the > required packages manually in some way? That sounds like a pretty broken distro to me. Glibc spends a huge = amount of effort on ABI backwards compatibility, so having a newer = version of it should not break binaries built for an older version. - Jonathan Morton