Erro na execução do Florence no CentOS 8

25. Erro na execução do Florence no CentOS 8

Jose Carlos Anicesa Silva
servidorlinux

(usa Debian)

Enviado em 23/02/2021 - 23:54h


Olá leandropscardua.


Vou instalar o CentOS 8 em uma máquina virtual e tentar fazer a instalação do Florence nesta máquina e posto o resultado.


  


26. Erro na execução do Florence no CentOS 8

Jose Carlos Anicesa Silva
servidorlinux

(usa Debian)

Enviado em 04/03/2021 - 10:56h


servidorlinux escreveu:


Olá leandropscardua.


Vou instalar o CentOS 8 em uma máquina virtual e tentar fazer a instalação do Florence nesta máquina e posto o resultado.



servidorlinux escreveu:


Olá leandropscardua.


Vou instalar o CentOS 8 em uma máquina virtual e tentar fazer a instalação do Florence nesta máquina e posto o resultado.


Olá leandropscardua fui cuidadoso na instalação. Mas continua dando erro. Por favor, veja abaixo até onde consegui ir. Sou novo em Linux e não sei o que fazer para resolver o erro informado na mensagem abaixo:

Para construir o Florence é necessário os seguintes comandos e dependências. Para cada comando e dependência, fiz a seguinte pesquisa no Google: download rpm nome-da-dependencia, download rpm gtk, e no site pkgs.org, fui em CentOS 8 e na arquitetura x86_64. Dentro de cada página tem o comando yum ou dnf para a instalação:


--> Comandos:

make

yum install make



scrollkeeper

dnf install rarian-compat

https://centos.pkgs.org/8/centos-appstream-x86_64/rarian-compat-0.8.1-19.el8.x86_64.rpm.html



gcc

dnf install gcc-c++

https://centos.pkgs.org/8/centos-appstream-x86_64/gcc-c++-8.3.1-5.1.el8.x86_64.rpm.html




--> Dependências:

1 - gtk (version >= 3.0)

dnf install gtk3-devel

https://centos.pkgs.org/8/centos-appstream-x86_64/gtk3-devel-3.22.30-6.el8.x86_64.rpm.html



2 - cspi (version >= 2.0)

yum install at-*

https://centos.pkgs.org/7/centos-x86_64/at-spi-devel-1.32.0-12.el7.x86_64.rpm.html



3 - libxml (version >= 2.0)

dnf install libxml2-devel

https://centos.pkgs.org/8/centos-appstream-x86_64/libxml2-devel-2.9.7-8.el8.x86_64.rpm.html



4 - librsvg

dnf install librsvg2

https://centos.pkgs.org/8/centos-appstream-x86_64/librsvg2-2.42.7-4.el8.x86_64.rpm.html



5 - gettext

yum install gettext

https://centos.pkgs.org/7/centos-x86_64/gettext-0.19.8.1-3.el7.x86_64.rpm.html



6 - intltool

dnf install intltool

https://centos.pkgs.org/8/centos-appstream-x86_64/intltool-0.51.0-11.el8.noarch.rpm.html


7 - gstreamer (version > 1.0)

yum install gstreamer1

https://centos.pkgs.org/7/centos-x86_64/gstreamer1-1.10.4-2.el7.x86_64.rpm.html



8 - (Optional: --with-docs configure option) gnome-doc-utils

yum install gnome-doc-utils

https://centos.pkgs.org/7/centos-x86_64/gnome-doc-utils-0.20.10-5.el7.noarch.rpm.html



9 - (Optional: --with-libnotify configure option) libnotify

yum install libnotify

https://centos.pkgs.org/7/centos-x86_64/libnotify-0.7.7-1.el7.x86_64.rpm.html



10 - (Optional: --with-xtst configure option) libxtst

yum install libXtst

https://centos.pkgs.org/7/centos-x86_64/libXtst-1.2.3-1.el7.x86_64.rpm.html




--> Reunindo todos em um único comando de instalação, temos:


yum install make rarian-compat gcc-c++ gtk3-devel at-* libxml2-devel librsvg2 gettext intltool gstreamer1 gnome-doc-utils libnotify libXtst



Após ter instalado os comandos e as dependências necessárias, executei o comando yum install florence, mas não instalou. Baixei o pacote florence-0.6.3.tar.bz2 a partir do site https://sourceforge.net/projects/florence/files/latest/download e em seguida, executei os comandos de instalação:

$ tar -xjvf florence-0.6.2.tar.bz2
$ cd florence-0.6.2
$ ./configure --prefix=/usr






Abaixo coloquei as saídas do terminal:


[root@localhost Downloads]# tar -xjvf florence-0.6.3.tar.bz2
florence-0.6.3/
florence-0.6.3/configure
florence-0.6.3/compile
florence-0.6.3/Makefile.in
florence-0.6.3/autogen.sh
florence-0.6.3/COPYING
florence-0.6.3/gnome-doc-utils.make
florence-0.6.3/po/
florence-0.6.3/po/ru.po
florence-0.6.3/po/Makefile.in.in
florence-0.6.3/po/POTFILES.skip
florence-0.6.3/po/it.po
florence-0.6.3/po/POTFILES.in
florence-0.6.3/po/fr.po
florence-0.6.3/ltmain.sh
florence-0.6.3/config.sub
florence-0.6.3/COPYING-DOCS
florence-0.6.3/ChangeLog
florence-0.6.3/data/
florence-0.6.3/data/Makefile.in
florence-0.6.3/data/styles/
florence-0.6.3/data/styles/Makefile.in
florence-0.6.3/data/styles/hard/
florence-0.6.3/data/styles/hard/Makefile.in
florence-0.6.3/data/styles/hard/xxl.svg.in
florence-0.6.3/data/styles/hard/small.svg.in
florence-0.6.3/data/styles/hard/tiny.svg.in
florence-0.6.3/data/styles/hard/mini.svg.in
florence-0.6.3/data/styles/hard/florence.style
florence-0.6.3/data/styles/hard/space.svg.in
florence-0.6.3/data/styles/hard/return.svg.in
florence-0.6.3/data/styles/hard/default.svg.in
florence-0.6.3/data/styles/hard/wide.svg.in
florence-0.6.3/data/styles/hard/florence.defs
florence-0.6.3/data/styles/hard/xl.svg.in
florence-0.6.3/data/styles/hard/high.svg.in
florence-0.6.3/data/styles/hard/Makefile.am
florence-0.6.3/data/styles/default/
florence-0.6.3/data/styles/default/Makefile.in
florence-0.6.3/data/styles/default/symbols.xml.in.in
florence-0.6.3/data/styles/default/florence.style.in
florence-0.6.3/data/styles/default/florence.defs
florence-0.6.3/data/styles/default/Makefile.am
florence-0.6.3/data/styles/default/sounds/
florence-0.6.3/data/styles/default/sounds/Makefile.in
florence-0.6.3/data/styles/default/sounds/press.ogg
florence-0.6.3/data/styles/default/sounds/sounds.xml
florence-0.6.3/data/styles/default/sounds/return_release.ogg
florence-0.6.3/data/styles/default/sounds/release.ogg
florence-0.6.3/data/styles/default/sounds/sounds.xml.in
florence-0.6.3/data/styles/default/sounds/modifier_release.ogg
florence-0.6.3/data/styles/default/sounds/modifier_press.ogg
florence-0.6.3/data/styles/default/sounds/Makefile.am
florence-0.6.3/data/styles/default/sounds/return_press.ogg
florence-0.6.3/data/styles/flat/
florence-0.6.3/data/styles/flat/Makefile.in
florence-0.6.3/data/styles/flat/florence.style
florence-0.6.3/data/styles/flat/Makefile.am
florence-0.6.3/data/styles/bright/
florence-0.6.3/data/styles/bright/Makefile.in
florence-0.6.3/data/styles/bright/florence.style
florence-0.6.3/data/styles/bright/default.svg.in
florence-0.6.3/data/styles/bright/florence.defs
florence-0.6.3/data/styles/bright/Makefile.am
florence-0.6.3/data/styles/Makefile.am
florence-0.6.3/data/florence.svg
florence-0.6.3/data/layouts/
florence-0.6.3/data/layouts/Makefile.in
florence-0.6.3/data/layouts/florence-alt.xml.in.in
florence-0.6.3/data/layouts/florence.xml.in.in
florence-0.6.3/data/layouts/compact-alt.xml.in.in
florence-0.6.3/data/layouts/Makefile.am
florence-0.6.3/data/layouts/compact.xml.in.in
florence-0.6.3/data/florence.glade
florence-0.6.3/data/florence.css
florence-0.6.3/data/svg11/
florence-0.6.3/data/svg11/svg-graphics-attrib.rnc
florence-0.6.3/data/svg11/svg-marker.rnc
florence-0.6.3/data/svg11/Makefile.in
florence-0.6.3/data/svg11/svg-structure.rnc
florence-0.6.3/data/svg11/svg-datatypes.rnc
florence-0.6.3/data/svg11/svg-view.rnc
florence-0.6.3/data/svg11/svg-basic-graphics-attrib.rnc
florence-0.6.3/data/svg11/svg-font.rnc
florence-0.6.3/data/svg11/svg-xlink-attrib.rnc
florence-0.6.3/data/svg11/svg-core-attrib.rnc
florence-0.6.3/data/svg11/svg-pattern.rnc
florence-0.6.3/data/svg11/svg-extensibility.rnc
florence-0.6.3/data/svg11/svg-hyperlink.rnc
florence-0.6.3/data/svg11/svg-style.rnc
florence-0.6.3/data/svg11/svg-docevents-attrib.rnc
florence-0.6.3/data/svg11/svg-profile.rnc
florence-0.6.3/data/svg11/README
florence-0.6.3/data/svg11/svg-shape.rnc
florence-0.6.3/data/svg11/svg-image.rnc
florence-0.6.3/data/svg11/svg-paint-attrib.rnc
florence-0.6.3/data/svg11/svg-gradient.rnc
florence-0.6.3/data/svg11/svg-extresources-attrib.rnc
florence-0.6.3/data/svg11/svg-basic-clip.rnc
florence-0.6.3/data/svg11/svg-clip.rnc
florence-0.6.3/data/svg11/svg-animevents-attrib.rnc
florence-0.6.3/data/svg11/svg-opacity-attrib.rnc
florence-0.6.3/data/svg11/svg11.rnc
florence-0.6.3/data/svg11/svg-basic-structure.rnc
florence-0.6.3/data/svg11/svg-mask.rnc
florence-0.6.3/data/svg11/svg-viewport-attrib.rnc
florence-0.6.3/data/svg11/Makefile.am
florence-0.6.3/data/svg11/svg-cursor.rnc
florence-0.6.3/data/svg11/svg-container-attrib.rnc
florence-0.6.3/data/svg11/svg-text.rnc
florence-0.6.3/data/svg11/svg-conditional.rnc
florence-0.6.3/data/svg11/svg-basic-filter.rnc
florence-0.6.3/data/svg11/svg-basic-text.rnc
florence-0.6.3/data/svg11/svg-script.rnc
florence-0.6.3/data/svg11/svg-basic-font.rnc
florence-0.6.3/data/svg11/svg-animation.rnc
florence-0.6.3/data/svg11/svg-graphevents-attrib.rnc
florence-0.6.3/data/svg11/svg-filter.rnc
florence-0.6.3/data/florence.conf
florence-0.6.3/data/florence.desktop.in.in
florence-0.6.3/data/Makefile.am
florence-0.6.3/data/relaxng/
florence-0.6.3/data/relaxng/svg-viewport-attrib.rng
florence-0.6.3/data/relaxng/svg-script.rng
florence-0.6.3/data/relaxng/svg-image.rng
florence-0.6.3/data/relaxng/svg-cursor.rng
florence-0.6.3/data/relaxng/svg-clip.rng
florence-0.6.3/data/relaxng/Makefile.in
florence-0.6.3/data/relaxng/svg-xlink-attrib.rng
florence-0.6.3/data/relaxng/svg-datatypes.rng
florence-0.6.3/data/relaxng/svg-graphics-attrib.rng
florence-0.6.3/data/relaxng/svg-extensibility.rng
florence-0.6.3/data/relaxng/svg-container-attrib.rng
florence-0.6.3/data/relaxng/svg-filter.rng
florence-0.6.3/data/relaxng/svg-core-attrib.rng
florence-0.6.3/data/relaxng/svg-docevents-attrib.rng
florence-0.6.3/data/relaxng/svg-basic-filter.rng
florence-0.6.3/data/relaxng/florence.rng
florence-0.6.3/data/relaxng/svg-conditional.rng
florence-0.6.3/data/relaxng/svg-text.rng
florence-0.6.3/data/relaxng/svg-opacity-attrib.rng
florence-0.6.3/data/relaxng/svg-marker.rng
florence-0.6.3/data/relaxng/svg-mask.rng
florence-0.6.3/data/relaxng/svg-basic-font.rng
florence-0.6.3/data/relaxng/svg-pattern.rng
florence-0.6.3/data/relaxng/svg-shape.rng
florence-0.6.3/data/relaxng/svg11.rng
florence-0.6.3/data/relaxng/README
florence-0.6.3/data/relaxng/svg-basic-structure.rng
florence-0.6.3/data/relaxng/svg-style.rng
florence-0.6.3/data/relaxng/svg-basic-clip.rng
florence-0.6.3/data/relaxng/svg-hyperlink.rng
florence-0.6.3/data/relaxng/svg-graphevents-attrib.rng
florence-0.6.3/data/relaxng/svg-basic-text.rng
florence-0.6.3/data/relaxng/svg-extresources-attrib.rng
florence-0.6.3/data/relaxng/svg-basic-graphics-attrib.rng
florence-0.6.3/data/relaxng/svg-animevents-attrib.rng
florence-0.6.3/data/relaxng/Makefile.am
florence-0.6.3/data/relaxng/svg-paint-attrib.rng
florence-0.6.3/data/relaxng/svg-gradient.rng
florence-0.6.3/data/relaxng/svg-profile.rng
florence-0.6.3/data/relaxng/svg-view.rng
florence-0.6.3/data/relaxng/style.rng
florence-0.6.3/data/relaxng/svg-structure.rng
florence-0.6.3/data/relaxng/svg-animation.rng
florence-0.6.3/data/relaxng/svg-font.rng
florence-0.6.3/data/org.florence.gschema.xml.in
florence-0.6.3/data/florence.rnc
florence-0.6.3/docs/
florence-0.6.3/docs/fr/
florence-0.6.3/docs/fr/florence.xml
florence-0.6.3/docs/fr/figures/
florence-0.6.3/docs/fr/figures/bigger.png
florence-0.6.3/docs/fr/figures/window.png
florence-0.6.3/docs/fr/figures/style.png
florence-0.6.3/docs/fr/figures/move.png
florence-0.6.3/docs/fr/figures/close.png
florence-0.6.3/docs/fr/figures/minimize.png
florence-0.6.3/docs/fr/figures/configuration.png
florence-0.6.3/docs/fr/figures/behaviour.png
florence-0.6.3/docs/fr/figures/layout.png
florence-0.6.3/docs/fr/figures/florence.png
florence-0.6.3/docs/fr/figures/smaller.png
florence-0.6.3/docs/fr/figures/switch.png
florence-0.6.3/docs/fr/fr.po
florence-0.6.3/docs/florence.1
florence-0.6.3/docs/Makefile.in
florence-0.6.3/docs/florence_applet.1
florence-0.6.3/docs/florence.omf.in
florence-0.6.3/docs/C/
florence-0.6.3/docs/C/florence.xml
florence-0.6.3/docs/C/gfdl.dbk
florence-0.6.3/docs/C/figures/
florence-0.6.3/docs/C/figures/bigger.png
florence-0.6.3/docs/C/figures/window.png
florence-0.6.3/docs/C/figures/style.png
florence-0.6.3/docs/C/figures/move.png
florence-0.6.3/docs/C/figures/close.png
florence-0.6.3/docs/C/figures/minimize.png
florence-0.6.3/docs/C/figures/configuration.png
florence-0.6.3/docs/C/figures/behaviour.png
florence-0.6.3/docs/C/figures/layout.png
florence-0.6.3/docs/C/figures/florence.png
florence-0.6.3/docs/C/figures/smaller.png
florence-0.6.3/docs/C/figures/switch.png
florence-0.6.3/docs/Makefile.am
florence-0.6.3/docs/ru/
florence-0.6.3/docs/ru/florence.xml
florence-0.6.3/docs/ru/ru.po
florence-0.6.3/docs/ru/figures/
florence-0.6.3/docs/ru/figures/bigger.png
florence-0.6.3/docs/ru/figures/window.png
florence-0.6.3/docs/ru/figures/style.png
florence-0.6.3/docs/ru/figures/move.png
florence-0.6.3/docs/ru/figures/close.png
florence-0.6.3/docs/ru/figures/minimize.png
florence-0.6.3/docs/ru/figures/configuration.png
florence-0.6.3/docs/ru/figures/behaviour.png
florence-0.6.3/docs/ru/figures/layout.png
florence-0.6.3/docs/ru/figures/florence.png
florence-0.6.3/docs/ru/figures/smaller.png
florence-0.6.3/docs/ru/figures/switch.png
florence-0.6.3/docs/florence_applet.1.in
florence-0.6.3/docs/florence.1.in
florence-0.6.3/NEWS
florence-0.6.3/config.guess
florence-0.6.3/aclocal.m4
florence-0.6.3/install-sh
florence-0.6.3/README
florence-0.6.3/src/
florence-0.6.3/src/service.c
florence-0.6.3/src/Makefile.in
florence-0.6.3/src/main.c
florence-0.6.3/src/settings-window.h
florence-0.6.3/src/trayicon.h
florence-0.6.3/src/menu.h
florence-0.6.3/src/ramble.c
florence-0.6.3/src/fsm.h
florence-0.6.3/src/style.h
florence-0.6.3/src/keyboard.c
florence-0.6.3/src/trayicon.c
florence-0.6.3/src/lib/
florence-0.6.3/src/lib/florence.c
florence-0.6.3/src/lib/florence.h
florence-0.6.3/src/style.c
florence-0.6.3/src/xkeyboard.h
florence-0.6.3/src/key.h
florence-0.6.3/src/layoutreader.c
florence-0.6.3/src/menu.c
florence-0.6.3/src/florence.server.in.in
florence-0.6.3/src/tools.c
florence-0.6.3/src/trace.h
florence-0.6.3/src/xkeyboard.c
florence-0.6.3/src/trace.c
florence-0.6.3/src/florence.c
florence-0.6.3/src/status.h
florence-0.6.3/src/settings-window.c
florence-0.6.3/src/keyboard.h
florence-0.6.3/src/tools.h
florence-0.6.3/src/settings.h
florence-0.6.3/src/florence-1.0.pc.in
florence-0.6.3/src/layoutreader.h
florence-0.6.3/src/controller.h
florence-0.6.3/src/view.c
florence-0.6.3/src/key.c
florence-0.6.3/src/service.h
florence-0.6.3/src/system.h
florence-0.6.3/src/Makefile.am
florence-0.6.3/src/ramble.h
florence-0.6.3/src/fsm.c
florence-0.6.3/src/view.h
florence-0.6.3/src/controller.c
florence-0.6.3/src/status.c
florence-0.6.3/src/florence.h
florence-0.6.3/src/settings.c
florence-0.6.3/config.h.in
florence-0.6.3/depcomp
florence-0.6.3/AUTHORS
florence-0.6.3/Makefile.am
florence-0.6.3/missing
florence-0.6.3/configure.ac


[root@localhost Downloads]# cd florence-0.6.3/

[root@localhost florence-0.6.3]# ./configure --prefix=/usr
configure: loading site script /usr/share/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/josecarlos/Downloads/florence-0.6.3/missing: Unknown `--is-lightweight' option
Try `/home/josecarlos/Downloads/florence-0.6.3/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether NLS is requested... yes
checking for intltool >= 0.23... 0.51.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.26.3
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed... fr ru it
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking gnome-doc-utils >= 0.3.2... yes
checking for scrollkeeper-config... /usr/bin/scrollkeeper-config
checking for DEPS... no
configure: error: Package requirements (xext gmodule-2.0 cairo librsvg-2.0 libxml-2.0 gstreamer-1.0) were not met:

Package 'librsvg-2.0', required by 'virtual:world', not found
Package 'gstreamer-1.0', required by 'virtual:world', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables DEPS_CFLAGS
and DEPS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
[root@localhost florence-0.6.3]#


Ocorreu o erro acima, por favor, o que fazer para resolver?

Obrigado pela atenção.




27. Re: Erro na execução do Florence no CentOS 8

Daniel Lara Souza
danniel-lara

(usa Fedora)

Enviado em 04/03/2021 - 18:09h


tem que instalar esses pacotes que ele esta acusando a falta deles




configure: error: Package requirements (xext gmodule-2.0 cairo librsvg-2.0 libxml-2.0 gstreamer-1.0) were not met:

Package 'librsvg-2.0', required by 'virtual:world', not found
Package 'gstreamer-1.0', required by 'virtual:world', not found






28. Erro na execução do Florence no CentOS 8

Jose Carlos Anicesa Silva
servidorlinux

(usa Debian)

Enviado em 07/03/2021 - 20:09h


danniel-lara escreveu:


tem que instalar esses pacotes que ele esta acusando a falta deles




configure: error: Package requirements (xext gmodule-2.0 cairo librsvg-2.0 libxml-2.0 gstreamer-1.0) were not met:

Package 'librsvg-2.0', required by 'virtual:world', not found
Package 'gstreamer-1.0', required by 'virtual:world', not found





Olá danniel-lara, obrigado pela atenção.

Verifiquei estes pacotes mas já estão instalados. Por favor, veja a saída dos comandos abaixo e o que está faltando para conseguir instalar o Florence?


[root@localhost ~]# dnf install libXext
Última verificação de data de vencimento de metadados: 0:10:23 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote libXext-1.3.4-1.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!

[root@localhost ~]# dnf install libXext-devel
Última verificação de data de vencimento de metadados: 0:10:31 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote libXext-devel-1.3.4-1.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!
[root@localhost ~]#

[root@localhost ~]# !65
dnf install glib2-devel
Última verificação de data de vencimento de metadados: 0:13:37 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote glib2-devel-2.56.4-8.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!
[root@localhost ~]#

[root@localhost ~]# !66
dnf install cairo
Última verificação de data de vencimento de metadados: 0:15:37 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote cairo-1.15.12-3.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!

[root@localhost ~]# !67
dnf install cairo-devel
Última verificação de data de vencimento de metadados: 0:15:51 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote cairo-devel-1.15.12-3.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!
[root@localhost ~]#

[root@localhost ~]# !68
dnf install librsvg2
Última verificação de data de vencimento de metadados: 0:16:45 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote librsvg2-2.42.7-4.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!

[root@localhost ~]# !69
dnf install librsvg2-devel
Última verificação de data de vencimento de metadados: 0:16:54 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote librsvg2-devel-2.42.7-4.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!
[root@localhost ~]#

[root@localhost ~]# dnf install libxml2
Última verificação de data de vencimento de metadados: 0:18:37 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote libxml2-2.9.7-8.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!

[root@localhost ~]# dnf install libxml2-devel
Última verificação de data de vencimento de metadados: 0:18:58 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote libxml2-devel-2.9.7-8.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!
[root@localhost ~]#

[root@localhost ~]# !74
yum install gstreamer1
Última verificação de data de vencimento de metadados: 0:20:37 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote gstreamer1-1.16.1-2.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!

[root@localhost ~]# !75
yum install gstreamer1-devel
Última verificação de data de vencimento de metadados: 0:20:44 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote gstreamer1-devel-1.16.1-2.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!
[root@localhost ~]#




29. Erro na execução do Florence no CentOS 8

Jose Carlos Anicesa Silva
servidorlinux

(usa Debian)

Enviado em 12/03/2021 - 00:14h


servidorlinux escreveu:


danniel-lara escreveu:


tem que instalar esses pacotes que ele esta acusando a falta deles




configure: error: Package requirements (xext gmodule-2.0 cairo librsvg-2.0 libxml-2.0 gstreamer-1.0) were not met:

Package 'librsvg-2.0', required by 'virtual:world', not found
Package 'gstreamer-1.0', required by 'virtual:world', not found





Olá danniel-lara, obrigado pela atenção.

Verifiquei estes pacotes mas já estão instalados. Por favor, veja a saída dos comandos abaixo e o que está faltando para conseguir instalar o Florence?


[root@localhost ~]# dnf install libXext
Última verificação de data de vencimento de metadados: 0:10:23 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote libXext-1.3.4-1.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!

[root@localhost ~]# dnf install libXext-devel
Última verificação de data de vencimento de metadados: 0:10:31 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote libXext-devel-1.3.4-1.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!
[root@localhost ~]#

[root@localhost ~]# !65
dnf install glib2-devel
Última verificação de data de vencimento de metadados: 0:13:37 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote glib2-devel-2.56.4-8.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!
[root@localhost ~]#

[root@localhost ~]# !66
dnf install cairo
Última verificação de data de vencimento de metadados: 0:15:37 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote cairo-1.15.12-3.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!

[root@localhost ~]# !67
dnf install cairo-devel
Última verificação de data de vencimento de metadados: 0:15:51 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote cairo-devel-1.15.12-3.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!
[root@localhost ~]#

[root@localhost ~]# !68
dnf install librsvg2
Última verificação de data de vencimento de metadados: 0:16:45 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote librsvg2-2.42.7-4.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!

[root@localhost ~]# !69
dnf install librsvg2-devel
Última verificação de data de vencimento de metadados: 0:16:54 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote librsvg2-devel-2.42.7-4.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!
[root@localhost ~]#

[root@localhost ~]# dnf install libxml2
Última verificação de data de vencimento de metadados: 0:18:37 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote libxml2-2.9.7-8.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!

[root@localhost ~]# dnf install libxml2-devel
Última verificação de data de vencimento de metadados: 0:18:58 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote libxml2-devel-2.9.7-8.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!
[root@localhost ~]#

[root@localhost ~]# !74
yum install gstreamer1
Última verificação de data de vencimento de metadados: 0:20:37 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote gstreamer1-1.16.1-2.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!

[root@localhost ~]# !75
yum install gstreamer1-devel
Última verificação de data de vencimento de metadados: 0:20:44 atrás em dom 07 mar 2021 19:42:20 -03.
O pacote gstreamer1-devel-1.16.1-2.el8.x86_64 já está instalado.
Dependências resolvidas.
Nada para fazer.
Concluído!
[root@localhost ~]#




Olá danniel-lara tudo bem?

O que devo fazer para conseguir instalar o Florence já que as dependências já estão instaladas?

Obrigado pela atenção.




30. Erro na execução do Florence no CentOS 8

Jose Carlos Anicesa Silva
servidorlinux

(usa Debian)

Enviado em 19/03/2021 - 11:37h

Olá danniel-lara e leandropscardua tudo bem?

Coloquei abaixo algumas saídas para ajudar e entender o que pode estar faltando:


[josecarlos@localhost ~]$ florence
Florence version 0.6.3
Falha de segmentação (imagem do núcleo gravada)
FATAL ERROR: No signal received from parent process. We assume it's dead.
If you need help, please rerun with the -d switch (debug)
and send the output to f.agrech@gmail.com

[josecarlos@localhost ~]$ florence -d switch
Florence version 0.6.3
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 ~]$

[josecarlos@localhost ~]$ florence -d
Florence version 0.6.3
FATAL ERROR: No signal received from parent process. We assume it's dead.
If you need help, please rerun with the -d switch (debug)
and send the output to f.agrech@gmail.com

Falha de segmentação (imagem do núcleo gravada)
[josecarlos@localhost ~]$


Obrigado pela atenção.



01 02 03



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts