Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] revdep-rebuild (gawk) issues
Date: Tue, 29 May 2012 14:40:25
Message-Id: 20120529163500.74e5180c@khamul.example.com
In Reply to: [gentoo-user] revdep-rebuild (gawk) issues by Rafa Griman
1 On Tue, 29 May 2012 15:34:07 +0200
2 Rafa Griman <rafagriman@×××××.com> wrote:
3
4 > Hi all :)
5 >
6 > New to this mailing list. I'm installing Gentoo and when I run
7 > revdep-rebuild I get the following error
8 >
9 > # revdep-rebuild
10 > * Configuring search environment for revdep-rebuild
11 > gawk: cmd. line:3: error: Unmatched [ or [^: /[^[:space:]]/
12 > gawk: cmd. line:3: error: Unmatched [ or [^: /[^[:space:]]/
13 > gawk: cmd. line:3: error: Unmatched [ or [^: /[^[:space:]]/
14 > gawk: cmd. line:3: error: Unmatched [ or [^: /[^[:space:]]/
15 > * No search defined -- this is a bug.
16
17 You have stumbled upon a heretofore unseen behaviour of
18 revdep-rebuild :-)
19
20 In other words "we ain't never seen it do that before..."
21
22 Let's first establish where you are at in the installation.
23
24 Are you following the Installation Guide at gentoo.org?
25 If so, what point in the guide are you at? Are you still in the chroot
26 environment, or have you completed that part and successfully rebooted
27 at least once?
28
29 Do you have any personal customizations in your shell environment?
30 Is the shell bash?
31
32 And some basic info:
33 Post the entire content of /etc/make.conf and the output of "emerge
34 --info"
35
36 > #
37 >
38 > I've been going through /usr/bin/revdep-rebuild.sh but can't quite fix
39 > the issue :( I've also been checking the Gentoo Forums and mailing
40 > list archive but didn't find anything (maybe I'm not searching
41 > correctly ;)
42 >
43 > If I've got it right, the issue is because of how gawk and the shell
44 > interpret the "[" characters so I've been trying to escape them ...
45 > but I seem to be doing something wrong :(
46 >
47 > I also get a similar error when trying to emerge qca:
48 >
49 > >>> Unpacking source...
50 > >>> Unpacking qca-2.0.3.tar.bz2
51 > >>> to /var/tmp/portage/app-crypt/qca-2.0.3/work Source unpacked
52 > >>> in /var/tmp/portage/app-crypt/qca-2.0.3/work Preparing source
53 > >>> in /var/tmp/portage/app-crypt/qca-2.0.3/work/qca-2.0.3 ...
54 > * Applying qca-2.0.2-pcfilespath.patch ...
55 > * Applying qca-2.0.3+gcc-4.7.patch ...
56 > >>> Source prepared.
57 > >>> Configuring source
58 > >>> in /var/tmp/portage/app-crypt/qca-2.0.3/work/qca-2.0.3 ...
59 > Configuring Qt Cryptographic Architecture (QCA) ...
60 > Verifying Qt 4 build environment ... ok
61 > Checking for Qt >= 4.2 ... yes
62 > Checking for certstore ... /etc/ssl/certs/ca-certificates.crt
63 >
64 > Good, your configure finished. Now run /usr/bin/gmake.
65 >
66 > * Running qmake ...
67 > awk: cmd. line:7: error: Unmatched [ or [^:
68 > /^[[:blank:]]*CONFIG[[:blank:]]*[\+\*]?=/
69 > * - error while processing src/src.pro
70 > * ERROR: app-crypt/qca-2.0.3 failed (configure phase):
71 > * eqmake4 failed to process src/src.pro
72 >
73 >
74 > Any hints, ideas, links, ...I could read into?
75 >
76 > TIA
77 >
78 > Rafa
79 >
80
81
82
83 --
84 Alan McKinnnon
85 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] revdep-rebuild (gawk) issues Rafa Griman <rafagriman@×××××.com>
Re: [gentoo-user] revdep-rebuild (gawk) issues Rafa Griman <rafagriman@×××××.com>