From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SZMdE-0002U8-Fi for garchives@archives.gentoo.org; Tue, 29 May 2012 13:38:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0135AE091C; Tue, 29 May 2012 13:38:07 +0000 (UTC) Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by pigeon.gentoo.org (Postfix) with ESMTP id A7687E0845 for ; Tue, 29 May 2012 13:35:02 +0000 (UTC) Received: by wibhn6 with SMTP id hn6so2240673wib.10 for ; Tue, 29 May 2012 06:35:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=6oqC06TgW3+D0BH45NKsw4S/emIssx9DF0o9bY9t5as=; b=HI5HU2fkYw2H2b5oPBOhBMF+l3g43pIVKCt0TVfueGxDOFLS8DzWEj4BehjTOnuLp8 5jEmuK9jT2Hr80ioG38OyNCp4sViir0CDTYMLvHnA5m0swgT3xlVBPxhdW7Sm4N0mDkL zqCNDREzdSxMhWSeapPmxJ0GEVuNne0TMDgB1VBtjRzaeSjmeGa3PWtEaabF1XeN8Ln4 NpLPEk8zJihxX49iR/SmKlSk5SPxpvxZ/h6P9DjZ/+jOU8VDk/L4/lCtAAxWcG4xTWBx vc0En3lIhKozbk+pxTQPWmeeVvMR3/x71NVSEsQSzKTf0X1MtZPW1qG4s/12IO3haX5u o+4g== Received: by 10.216.144.139 with SMTP id n11mr7337869wej.30.1338298467696; Tue, 29 May 2012 06:34:27 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.180.86.229 with HTTP; Tue, 29 May 2012 06:34:07 -0700 (PDT) From: Rafa Griman Date: Tue, 29 May 2012 15:34:07 +0200 Message-ID: Subject: [gentoo-user] revdep-rebuild (gawk) issues To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: a7637a0a-ca46-407e-b803-1f13bd3d97ae X-Archives-Hash: 5bb804fc70805b65002955b7888fc8e0 Hi all :) New to this mailing list. I'm installing Gentoo and when I run revdep-rebuild I get the following error # revdep-rebuild * Configuring search environment for revdep-rebuild gawk: cmd. line:3: error: Unmatched [ or [^: /[^[:space:]]/ gawk: cmd. line:3: error: Unmatched [ or [^: /[^[:space:]]/ gawk: cmd. line:3: error: Unmatched [ or [^: /[^[:space:]]/ gawk: cmd. line:3: error: Unmatched [ or [^: /[^[:space:]]/ * No search defined -- this is a bug. # I've been going through /usr/bin/revdep-rebuild.sh but can't quite fix the issue :( I've also been checking the Gentoo Forums and mailing list archive but didn't find anything (maybe I'm not searching correctly ;) If I've got it right, the issue is because of how gawk and the shell interpret the "[" characters so I've been trying to escape them ... but I seem to be doing something wrong :( I also get a similar error when trying to emerge qca: >>> Unpacking source... >>> Unpacking qca-2.0.3.tar.bz2 to /var/tmp/portage/app-crypt/qca-2.0.3/work >>> Source unpacked in /var/tmp/portage/app-crypt/qca-2.0.3/work >>> Preparing source in /var/tmp/portage/app-crypt/qca-2.0.3/work/qca-2.0.3 ... * Applying qca-2.0.2-pcfilespath.patch ... * Applying qca-2.0.3+gcc-4.7.patch ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-crypt/qca-2.0.3/work/qca-2.0.3 ... Configuring Qt Cryptographic Architecture (QCA) ... Verifying Qt 4 build environment ... ok Checking for Qt >= 4.2 ... yes Checking for certstore ... /etc/ssl/certs/ca-certificates.crt Good, your configure finished. Now run /usr/bin/gmake. * Running qmake ... awk: cmd. line:7: error: Unmatched [ or [^: /^[[:blank:]]*CONFIG[[:blank:]]*[\+\*]?=/ * - error while processing src/src.pro * ERROR: app-crypt/qca-2.0.3 failed (configure phase): * eqmake4 failed to process src/src.pro Any hints, ideas, links, ...I could read into? TIA Rafa