I searched using "find". I believe the exact command I used was: "sudo find / -iname ttmkfdir* .ttmkfdir*" and it found nothing. I went and looked in /var/lock and /var/run, there was no mention of ttmkfdir. Hmmmmm.px wrote:how did you research the file?
I think a .lock file is in /var/lock or in /var/run...
Yes, indeed it does. Hmmm. Is there some sort of GCC lock file that I can edit?kanuslupus wrote:Does the same error occur if you do an emerge ttmkfdir?
By the way, I'm going to move this to Desktop Environments after your next post (letting you know since you have to deal with lynx).

mine as well... *THANKS!!!*CerberusX wrote:[...]re-emerge libtool and then retry your original file and it should work. This solved my lockfile problem.
Code: Select all
emerge -C libtool ; emerge libtoolCode: Select all
ln -s /usr/tmp2/portage/ttmkfdir-3.0.9 /usr/tm/portage/ttmkfdir-3.0.9

Code: Select all
# emerge x11-misc/ttmkfdir
Calculating dependencies ...done!
>>> emerge (1 of 1) x11-misc/ttmkfdir-3.0.9-r2 to /
>>> md5 src_uri ;-) ttmkfdir-3.0.9.tar.bz2
>>> Unpacking source...
>>> Unpacking ttmkfdir-3.0.9.tar.bz2 to /var/tmp/portage/ttmkfdir-3.0.9-r2/work
* Applying ttmkfdir-3.0.9-cpp.patch... [ ok ]
* Applying ttmkfdir-3.0.9-zlib.patch... [ ok ]
* Applying ttmkfdir-3.0.9-gcc34.patch... [ ok ]
* Applying ttmkfdir-3.0.9-encoding.patch... [ ok ]
>>> Source unpacked.
libtool --mode=compile g++ -Wall -pedantic -I/usr/include/freetype2 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe -o ttmkfdir.o -c ttmkfdir.cpp
libtool --mode=compile g++ -Wall -pedantic -I/usr/include/freetype2 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe -o directory.o -c directory.cpp
libtool --mode=compile g++ -Wall -pedantic -I/usr/include/freetype2 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe -o commandline.o -c commandline.cpp
Waiting for ttmkfdir.o.lock to be removed
Waiting for directory.o.lock to be removed
Waiting for commandline.o.lock to be removed
Waiting for ttmkfdir.o.lock to be removed
Waiting for directory.o.lock to be removed
Waiting for commandline.o.lock to be removed

Code: Select all
#mkdir /usr/temp
#export PORTAGE_TMPDIR="/usr/temp"
#emerge x11-misc/ttmkfdir
