Page 1 of 1

evince installation failed

Posted: 21. Mar 2015, 15:48
by bobo
# spi -u && spi -i evince
At the end it gives me this error:

Code: Select all

configure: error: Package requirements (gtk+-3.0 >= 3.8.0 gio-2.0 >= 2.36.0 gmodule-no-export-2.0 >= 2.36.0 gmodule-2.0) were not met:

No package 'gtk+-3.0' 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 LIBDOCUMENT_CFLAGS
and LIBDOCUMENT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
fakeroot -- sh evince.SlackBuild Failed

Re: evince installation failed

Posted: 21. Mar 2015, 17:35
by coroner
Check. Work fine.
Do you install GConf?

Re: evince installation failed

Posted: 21. Mar 2015, 17:51
by laprjns
You need to install gtk+3 and most likely gnome-icon-theme.

Code: Select all

#spi --install gtk+3 gnome-icon-theme
This is another case where there are unspecified dependancies in the slackbuild because all slackbuild packages assume a full Slackware installation, which Salix is not. I sure this will be fixed in the next few days.

Re: evince installation failed

Posted: 21. Mar 2015, 17:54
by bobo
Thank you, laprjns :D