problem while installing the program (bin/llk)
- Dominant language
- C++
- Stars
- 834
- Forks
- 254
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
1. the directory is at the following direction: home/.dust/logkeys-0.1.1a
2. ../configure doesn't give me error
3. make either
4. i turn into root by typing su and then type "make install"
What is the expected output?
the program should be installed
What do you see instead?
root@virpat-desktop:/home/virpat/.dust/logkeys-0.1.1a/build# make install
Making install in src
make[1]: se ingresa al directorio `/home/virpat/.dust/logkeys-0.1.1a/build/src'
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wall -O3
-DSYS_CONF_DIR=\"/usr/local/etc\" -MT logkeys.o -MD -MP -MF .deps/logkeys.Tpo
-c -o logkeys.o ../../src/logkeys.cc
mv -f .deps/logkeys.Tpo .deps/logkeys.Po
g++ -Wall -O3 -DSYS_CONF_DIR=\"/usr/local/etc\" -o logkeys logkeys.o
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wall -O3
-DSYS_CONF_DIR=\"/usr/local/etc\" -MT llk.o -MD -MP -MF .deps/llk.Tpo -c -o
llk.o ../../src/llk.cc
mv -f .deps/llk.Tpo .deps/llk.Po
g++ -Wall -O3 -DSYS_CONF_DIR=\"/usr/local/etc\" -o llk llk.o
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wall -O3
-DSYS_CONF_DIR=\"/usr/local/etc\" -MT llkk.o -MD -MP -MF .deps/llkk.Tpo -c -o
llkk.o ../../src/llkk.cc
mv -f .deps/llkk.Tpo .deps/llkk.Po
g++ -Wall -O3 -DSYS_CONF_DIR=\"/usr/local/etc\" -o llkk llkk.o
make[2]: se ingresa al directorio `/home/virpat/.dust/logkeys-0.1.1a/build/src'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/usr/bin/install -c logkeys llk llkk '/usr/local/bin'
make install-exec-hook
make[3]: se ingresa al directorio `/home/virpat/.dust/logkeys-0.1.1a/build/src'
chown root\: /usr/local/bin/llk
chmod u+s /usr/local/bin/llk
chown root\: /usr/local/bin/llkk
chmod u+s /usr/local/bin/llkk
make[3]: se sale del directorio `/home/virpat/.dust/logkeys-0.1.1a/build/src'
make[2]: No se hace nada para `install-data-am'.
make[2]: se sale del directorio `/home/virpat/.dust/logkeys-0.1.1a/build/src'
make[1]: se sale del directorio `/home/virpat/.dust/logkeys-0.1.1a/build/src'
Making install in man
make[1]: se ingresa al directorio `/home/virpat/.dust/logkeys-0.1.1a/build/man'
make[2]: se ingresa al directorio `/home/virpat/.dust/logkeys-0.1.1a/build/man'
make[2]: No se hace nada para `install-exec-am'.
test -z "/usr/local/share/man/man8" || /bin/mkdir -p "/usr/local/share/man/man8"
/usr/bin/install -c -m 644 ../../man/logkeys.8 '/usr/local/share/man/man8'
make[2]: se sale del directorio `/home/virpat/.dust/logkeys-0.1.1a/build/man'
make[1]: se sale del directorio `/home/virpat/.dust/logkeys-0.1.1a/build/man'
Making install in scripts
make[1]: se ingresa al directorio
`/home/virpat/.dust/logkeys-0.1.1a/build/scripts'
make[2]: se ingresa al directorio
`/home/virpat/.dust/logkeys-0.1.1a/build/scripts'
make[2]: No se hace nada para `install-exec-am'.
test -z "/usr/local/etc" || /bin/mkdir -p "/usr/local/etc"
/usr/bin/install -c ../../scripts/logkeys-start.sh ../../scripts/logkeys-kill.sh '/usr/local/etc'
make[2]: se sale del directorio
`/home/virpat/.dust/logkeys-0.1.1a/build/scripts'
make[1]: se sale del directorio
`/home/virpat/.dust/logkeys-0.1.1a/build/scripts'
make[1]: se ingresa al directorio `/home/virpat/.dust/logkeys-0.1.1a/build'
make[2]: se ingresa al directorio `/home/virpat/.dust/logkeys-0.1.1a/build'
make[2]: No se hace nada para `install-exec-am'.
make[2]: No se hace nada para `install-data-am'.
make[2]: se sale del directorio `/home/virpat/.dust/logkeys-0.1.1a/build'
make[1]: se sale del directorio `/home/virpat/.dust/logkeys-0.1.1a/build'
root@virpat-desktop:/home/virpat/.dust/logkeys-0.1.1a/build# bin/llk
bash: bin/llk: No existe el archivo o directorio
my terminal is in spanish, just a few translation
se ingresa al directorio --> enter in the directory
se sale del directorio --> exit of the directory
No existe el archivo o directorio --> the file or directory doesn't exist
What version of the product are you using (`logkeys --help`)?
logkeys version: 0.1.1a
On what operating system?
Ubuntu 10.04 (lucid)
gnome 2.30.2 (Ubuntu 2010-06-25)
kernel 2.6.32-25-generic (#45-Ubuntu SMP Sat Oct 16 19:52:42 U
gcc version 4.4.3 (x86_64-linux-gnu)
Please provide any additional information below.
If applicable, also attach contents of /proc/bus/input/devices, the output
of command `dumpkeys -n > dumpkeys.output`, and any
other relevant files.
```
Original issue reported on code.google.com by `patriceb...@googlemail.com` on 10 Nov 2010 at 5:34
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by comparing the requested bin/llk path with the installation destinations shown in the make install output, especially /usr/local/bin and the build/src directory. Check the installation instructions or man/logkeys.8 for the intended command after installation, then document or correct the behavior so the reported invocation and expected installed location are clear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli, operating-systems
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100