From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f43.google.com (mail-bk0-f43.google.com [209.85.214.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 3D65021F101 for ; Fri, 14 Sep 2012 01:25:30 -0700 (PDT) Received: by bkty15 with SMTP id y15so1447301bkt.16 for ; Fri, 14 Sep 2012 01:25:27 -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:subject :content-type:content-transfer-encoding; bh=trMiJqFlkMBawm3yji7zFM7nvmEfR1SCuaHC3RFUhs8=; b=BGsmUbd/K80zsIgyvh72X0YnkMcIUODAmgB6a/h66O3rdf9jYv7EZ6Rbarl/B1dofA PXpOgGj7bnc+xocBrgAmEdoIcawb71WZ1MaBK2+DkbKAXqUGBZlSAi79aVsVvpabTZnI /4qZ8XznXyfWsOvNaMWDTlDAZelh6McDvUoD8job8d1/xkLcPlrcZSoeAkkyoHNHOy4m 8REuHD5wlOUg9z+jwVhlHRuCW32gH+PnZqdhGRd9SDr2/t28xpC3tFZOts3pU/kSs8fQ 38cNu/VCRXLWiYqilF6bFtQbF5Hr/BKNIVzGl2UT7URhYJN4s86f8qW4wzgymQVlvVuj 0haA== Received: by 10.204.152.137 with SMTP id g9mr648798bkw.106.1347611127605; Fri, 14 Sep 2012 01:25:27 -0700 (PDT) Received: from [172.30.42.67] (p5480F753.dip.t-dialin.net. [84.128.247.83]) by mx.google.com with ESMTPS id x12sm341951bkv.12.2012.09.14.01.25.25 (version=SSLv3 cipher=OTHER); Fri, 14 Sep 2012 01:25:26 -0700 (PDT) Message-ID: <5052E9F4.1090809@googlemail.com> Date: Fri, 14 Sep 2012 10:25:24 +0200 From: Oliver Niesner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.7) Gecko/20120828 Thunderbird/10.0.7 MIME-Version: 1.0 To: cerowrt-devel@lists.bufferbloat.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Cerowrt-devel] always_stop_at_dbus_package 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, 14 Sep 2012 08:25:30 -0000 Hi, all! Sorry for bothering you again with those basic problems, but i need to get my own build working for the following reasons: 1) to get ipv6 working i need the package aiccu, as far as i know it's not in the current release of cerowrt 2) I use large filtering with ipset, but ipset (userspace+kernel module) is not in cerowrt by default Dave tried to help me, but unfortunately his hints doesn't work on my machine - i get always the dependency problem i posted before: > Package libdbus is missing dependencies for the following libraries: > libpthread.so.0 > librt.so.0 The make package/dbus/{clean,compile,install} V=99 and other things do not work for me :-/ I do not use parallel builds with make -jx, as suggested. I use a special machine (Core 2 Quad CPU Q8300 @ 2.50GHz) for building with Ubuntu 10.04.4 LTS installed, maybe that is the main problem? What do you guys use for building cerowrt? Any hint would be useful. I really want to help out and provide everyone with useful info, if possible. I do not know too much about the openwrt/cerowrt buildsystem, but im willing to learn! If i get these problems solved it would be now problem too write my experiences down on the wiki to help others. Hope to get this fixed with your help. Thanks, Oliver