servidorlinux
(usa Debian)
Enviado em 13/02/2021 - 20:07h
Olá leandropscardua.
Veja o que tentei, mas não deu certo:
[josecarlos@localhost ~]$ florence --no-gnome
florence: opção não reconhecida “--no-gnome”
florence - Florence is a simple virtual keyboard for X.
Usage: florence [OPTION] ... [COMMAND] [ARG]
Options:
-h, --help display this help and exit
-V, --version output version information and exit
-c, --config open configuration window
-d, --debug [level] print debug information to stdout
-f, --focus [window] give the focus to the window
-u, --use-config file use the given config file instead of dconf
Available commands are:
show show the keyboard.
hide hide the keyboard.
move x,y move the keyboard at x,y position on the screen.
Report bugs to <f.agrech@gmail.com>.
More informations at <http://florence.sourceforge.net>.
Tentei também:
[josecarlos@localhost ~]$ florence show
Florence version 0.6.2
FATAL ERROR: Florence does not seem to be running.
If you need help, please rerun with the -d switch (debug)
and send the output to f.agrech@gmail.com
[josecarlos@localhost ~]$ florence show -d switch
Florence version 0.6.2
FATAL ERROR: Florence does not seem to be running.
If you need help, please rerun with the -d switch (debug)
and send the output to f.agrech@gmail.com
Ao tentar instalar libxml2-2.6.9.tar.gz, recebi esta mensagem:
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
Outra coisa que fiz, desinstalei o florence versão florence-0.6.3 com o comando su -c "make uninstall", baixei o pacote florence-0.6.2-1.el7.x86_64.rpm e instalei com yum install florence-0.6.2-1.el7.x86_64.rpm. Depois instalei yum install gcc scrollkeeper e yum install gcc-toolset* --skip-broken, mas o erro acima ao tentar instalar libxml2-2.6.9.tar.gz continua.
No momento em que tentei instalar yum install gcc-toolset* --skip-broken, recebi esta mensagem:
Skipped:
gcc-toolset-10-10.0-0.el8.x86_64
E agora ao tentar instalar yum install gcc*, recebo esta mensagem:
Erro:
Problema: conflicting requests
- nothing provides gcc-toolset-10-perftools needed by gcc-toolset-10-10.0-0.el8.x86_64
- nothing provides gcc-toolset-10-toolchain needed by gcc-toolset-10-10.0-0.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Está faltando gcc-toolset-10-10.0-0.el8.x86_64, justamente o que ele pulou.
E ao executar o comando yum install florence, recebo esta mensagem:
[root@localhost ~]# yum install florence
Última verificação de data de vencimento de metadados: 2:25:21 atrás em sáb 13 fev 2021 17:42:49 -03.
O pacote florence-0.6.2-1.el7.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!
[root@localhost ~]#
Então são estas duas perguntas que faço:
Como resolver estes erros g++, c++, gpp,... listados acima e como instalar o gcc-toolset-10-10.0-0.el8.x86_64 que está faltando?
Obrigado pela atenção.