From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ey0-f171.google.com (mail-ey0-f171.google.com [209.85.215.171]) (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 70DC221F0EE for ; Sun, 9 Sep 2012 04:48:46 -0700 (PDT) Received: by eaah11 with SMTP id h11so725830eaa.16 for ; Sun, 09 Sep 2012 04:48:44 -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=1b9/dZjo8cpN9ExaiQk+jaVBKLrmZoptnsuJjN4KmgY=; b=eLSUJ0c7O5pCxWXFHreHl//ITdTR+uhPxltlEDKvIRubOseuq3kRIr95e/2sScRKGB Zwf+TwkM+HUproC1H1+yJg7y6mdBRE9Uq3b4Zsp8pMg1mewQODM3jv2c9RuttuhKCT+g 0O04qNnipIx9uIkbSx+2nCTPlQKfOxoiH0xLO2inKIRp32CMYmYwn3Pf7z68321LGafZ Ks3PtUjQn+vldFeL15OcbzgxcawOTPIkcA5AIJPuDXN58x7cJj/rzP5u91zRXhVjqTWw KojUzUd9fQlXvp45rw4Wx12W8uXsUXfoHeyXYdBqQCbBCg6Ezh0EAEzhvi/HYOPa4Y6L nCBg== Received: by 10.14.209.5 with SMTP id r5mr13241525eeo.28.1347191324211; Sun, 09 Sep 2012 04:48:44 -0700 (PDT) Received: from ?IPv6:2a01:198:711:1:757b:d867:1ad3:a7e3? ([2a01:198:711:1:757b:d867:1ad3:a7e3]) by mx.google.com with ESMTPS id y1sm29197069eel.0.2012.09.09.04.48.42 (version=SSLv3 cipher=OTHER); Sun, 09 Sep 2012 04:48:43 -0700 (PDT) Message-ID: <504C8219.3090706@googlemail.com> Date: Sun, 09 Sep 2012 13:48:41 +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] dependency_issue 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: Sun, 09 Sep 2012 11:48:46 -0000 Hi! I still run into some dependency problems i do not understand: Most packages compile cleanly. Now pcre makes problems: > Package libpcrecpp is missing dependencies for the following libraries: > libstdc++.so.6 > make[2]: *** > [/home/oli/src/wndr3800/bin/ar71xx/packages/libpcrecpp_8.11-2_ar71xx.ipk] > Error 1 > make[2]: Leaving directory > `/home/oli/src/wndr3800/feeds/packages/libs/pcre' > make[1]: *** [package/feeds/packages/pcre/compile] Error 2 > make[1]: Leaving directory `/home/oli/src/wndr3800' > make: *** [package/pcre/compile] Error 2 The libstdc++ is there and even a +libstdc++ in the DEPENDS line of the Makefile doesn't help. If someone has an idea how to track this down, it would be very helpful. thx, Oliver