Gentoo Archives: gentoo-user

From: Drew Tomlinson <drew@××××××××××××××.net>
To: Gentoo User <gentoo-user@l.g.o>
Subject: [gentoo-user] Emerge is "Waiting for lirc_client.o.lock to be removed"
Date: Thu, 12 Jan 2006 18:49:35
Message-Id: 43C6A3CA.20007@mykitchentable.net
1 I've got some weirdness going on with my system after an upgrade. Seems
2 that some things that were compiled with gcc 3.3 don't want to run with
3 a kernel that was compiled with gcc 3.4. I'm not sure of this but
4 that's my guess, especially after re-emerging a few packages (that one
5 doesn't normally have to re-emerge after a kernel upgrade) and they
6 suddenly stop seg faulting.
7
8 So anyway, I thought I'd just re-emerge my entire system with 'emerge
9 -vuDNe1 world'. It was chuggin' along fine until it hit
10 app-misc/lirc-0.7.2. The build starts, goes through configure, and
11 actually begins compiling, and then starts "waiting" here:
12
13 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -mcpu=i686 -fomit-frame-pointer
14 -march=athlon-xp -pipe -Wall -c `test -f irxevent.c || echo './'`irxevent.c
15 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
16 source='xmode2.c' object='xmode2.o' libtool=no \
17 depfile='.deps/xmode2.Po' tmpdepfile='.deps/xmode2.TPo' \
18 depmode=gcc3 /bin/sh ../depcomp \
19 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -mcpu=i686 -fomit-frame-pointer
20 -march=athlon-xp -pipe -Wall -c `test -f xmode2.c || echo './'`xmode2.c
21 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
22 /bin/sh ../libtool --mode=link gcc -O2 -mcpu=i686 -fomit-frame-pointer
23 -march=athlon-xp -pipe -Wall -o irw irw.o
24 Waiting for lirc_client.o.lock to be removed
25 mkdir .libs
26 gcc -O2 -mcpu=i686 -fomit-frame-pointer -march=athlon-xp -pipe -Wall -o
27 irw irw.o
28 /bin/sh ../libtool --mode=link gcc -O2 -mcpu=i686 -fomit-frame-pointer
29 -march=athlon-xp -pipe -Wall -o mode2 mode2.o
30 gcc -O2 -mcpu=i686 -fomit-frame-pointer -march=athlon-xp -pipe -Wall -o
31 mode2 mode2.o
32 /bin/sh ../libtool --mode=link gcc -O2 -mcpu=i686 -fomit-frame-pointer
33 -march=athlon-xp -pipe -Wall -o irsend irsend.o
34 gcc -O2 -mcpu=i686 -fomit-frame-pointer -march=athlon-xp -pipe -Wall -o
35 irsend irsend.o
36 /bin/sh ../libtool --mode=link gcc -O2 -mcpu=i686 -fomit-frame-pointer
37 -march=athlon-xp -pipe -Wall -o smode2 smode2.o -lvga -lvgagl
38 Waiting for lirc_client.o.lock to be removed
39 gcc -O2 -mcpu=i686 -fomit-frame-pointer -march=athlon-xp -pipe -Wall -o
40 smode2 smode2.o -lvga -lvgagl
41 /bin/sh ../libtool --mode=link gcc -O2 -mcpu=i686 -fomit-frame-pointer
42 -march=athlon-xp -pipe -Wall -o xmode2 xmode2.o -lSM -lICE -lX11
43 gcc -O2 -mcpu=i686 -fomit-frame-pointer -march=athlon-xp -pipe -Wall -o
44 xmode2 xmode2.o -lSM -lICE -lX11
45 Waiting for lirc_client.o.lock to be removed
46 Waiting for lirc_client.o.lock to be removed
47 Waiting for lirc_client.o.lock to be removed
48 Waiting for lirc_client.o.lock to be removed
49 Waiting for lirc_client.o.lock to be removed
50 sandbox: Caught signal 2 in pid 30088
51
52 I've stopped lircd, removed all lirc kernel modules, searched the entire
53 file system for a file named "lirc_client.o.lock", searched Google for
54 the same, even rebooted, and am still stuck at this point. I keep using
55 'emerge --resume' to retry as i don't want to rebuild the 130+ things
56 that have already been built. I just want to continue with the
57 remaining 250+.
58
59 Any ideas on how to overcome this hurdle?
60
61 Thanks,
62
63 Drew
64
65 --
66 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Emerge is "Waiting for lirc_client.o.lock to be removed" Neil Bothwick <neil@××××××××××.uk>