LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-20-2016, 08:43 AM   #16
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,112

Rep: Reputation: 4184Reputation: 4184Reputation: 4184Reputation: 4184Reputation: 4184Reputation: 4184Reputation: 4184Reputation: 4184Reputation: 4184Reputation: 4184Reputation: 4184

Quote:
Originally Posted by ponce View Post
That's not the error: post the full log on http://pastebin.com and then post here the link to the resulting page.
if you don't know how to redirect the SlackBuild's output to a file, you can do like this
Code:
./webkit2gtk.SlackBuild > /tmp/webkit2gtk_build.log 2>&1
then, from another shell, you can track the progress using tail with the same file
Code:
tail -f /tmp/webkit2gtk_build.log
when it will break paste on pastebin.com the resulting file

Last edited by ponce; 09-20-2016 at 08:44 AM.
 
Old 09-25-2016, 12:25 PM   #17
sithun
Member
 
Registered: Jul 2016
Location: mongolia, bulgan
Posts: 102

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by ponce View Post
That's not the error: post the full log on http://pastebin.com and then post here the link to the resulting page.
http://pastebin.com/PDfwC5Qy
 
Old 09-25-2016, 12:34 PM   #18
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,112

Rep: Reputation: 4184Reputation: 4184Reputation: 4184Reputation: 4184Reputation: 4184Reputation: 4184Reputation: 4184Reputation: 4184Reputation: 4184Reputation: 4184Reputation: 4184
it seems it's not able to find the dependency libwebp.

what does the following command outputs?
Code:
cat /var/log/packages/libwebp-*
 
Old 09-26-2016, 01:12 AM   #19
sithun
Member
 
Registered: Jul 2016
Location: mongolia, bulgan
Posts: 102

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by ponce View Post
it seems it's not able to find the dependency libwebp.

what does the following command outputs?
Code:
cat /var/log/packages/libwebp-*
PACKAGE NAME: libwebp-0.5.1-x86_64-0
COMPRESSED PACKAGE SIZE: 1.1M
UNCOMPRESSED PACKAGE SIZE: 7.2M
PACKAGE LOCATION: libwebp-0.5.1-x86_64-0.txz
PACKAGE DESCRIPTION:
FILE LIST:
./
install/
install/doinst.sh
usr/
usr/local/
usr/local/bin/
usr/local/bin/cwebp
usr/local/bin/dwebp
usr/local/include/
usr/local/include/webp/
usr/local/include/webp/decode.h
usr/local/include/webp/encode.h
usr/local/include/webp/types.h
usr/local/lib/
usr/local/lib/libwebp.a
usr/local/lib/libwebp.la
usr/local/lib/libwebp.so.6.0.1
usr/local/lib/pkgconfig/
usr/local/lib/pkgconfig/libwebp.pc
usr/local/share/
usr/local/share/man/
usr/local/share/man/man1/
usr/local/share/man/man1/cwebp.1
usr/local/share/man/man1/dwebp.1
 
Old 09-26-2016, 02:00 AM   #20
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,064

Rep: Reputation: Disabled
Assuming a 64bit system the shared library libwebp.so.6.0.1 should be in /usr/lib64 not in /usr/local/lib.

How did you build/install libwebp? Where did it come from? It also seems that you are missing a lot of files if the provided output is complete.

For your information here is what I get after having installed a package made with the SlackBuild found @ http://slackbuilds.org
Code:
PACKAGE NAME:     libwebp-0.5.1-x86_64-1_SBo
COMPRESSED PACKAGE SIZE:     503K
UNCOMPRESSED PACKAGE SIZE:     1.1M
PACKAGE LOCATION: /tmp/libwebp-0.5.1-x86_64-1_SBo.tgz
PACKAGE DESCRIPTION:
libwebp: libwebp (WebP photo compression library)
libwebp: 
libwebp: WebP is a method of lossy compression that can be used on
libwebp: photographic images. The degree of compression is adjustable so a
libwebp: user can choose the trade-off between file size and image quality.
libwebp: WebP typically achieves an average of 39% more compression than
libwebp: JPEG and JPEG 2000, without loss of image quality.
libwebp: 
libwebp: Homepage: https://developers.google.com/speed/webp/
libwebp: 
libwebp: 
FILE LIST:
./
install/
install/doinst.sh
install/slack-desc
usr/
usr/bin/
usr/bin/cwebp
usr/bin/dwebp
usr/bin/gif2webp
usr/bin/vwebp
usr/bin/webpmux
usr/doc/
usr/doc/libwebp-0.5.1/
usr/doc/libwebp-0.5.1/AUTHORS
usr/doc/libwebp-0.5.1/COPYING
usr/doc/libwebp-0.5.1/ChangeLog
usr/doc/libwebp-0.5.1/NEWS
usr/doc/libwebp-0.5.1/PATENTS
usr/doc/libwebp-0.5.1/README
usr/doc/libwebp-0.5.1/libwebp.SlackBuild
usr/include/
usr/include/webp/
usr/include/webp/decode.h
usr/include/webp/demux.h
usr/include/webp/encode.h
usr/include/webp/extras.h
usr/include/webp/mux.h
usr/include/webp/mux_types.h
usr/include/webp/types.h
usr/lib64/
usr/lib64/libwebp.la
usr/lib64/libwebp.so.6.0.1
usr/lib64/libwebpdecoder.la
usr/lib64/libwebpdecoder.so.2.0.1
usr/lib64/libwebpdemux.la
usr/lib64/libwebpdemux.so.2.0.0
usr/lib64/libwebpextras.la
usr/lib64/libwebpextras.so.0.0.0
usr/lib64/libwebpmux.la
usr/lib64/libwebpmux.so.2.0.1
usr/lib64/pkgconfig/
usr/lib64/pkgconfig/libwebp.pc
usr/lib64/pkgconfig/libwebpdecoder.pc
usr/lib64/pkgconfig/libwebpdemux.pc
usr/lib64/pkgconfig/libwebpextras.pc
usr/lib64/pkgconfig/libwebpmux.pc
usr/lib64/python2.7/
usr/lib64/python2.7/site-packages/
usr/lib64/python2.7/site-packages/com/
usr/lib64/python2.7/site-packages/com/__init__.py
usr/lib64/python2.7/site-packages/com/__init__.pyc
usr/lib64/python2.7/site-packages/com/google/
usr/lib64/python2.7/site-packages/com/google/__init__.py
usr/lib64/python2.7/site-packages/com/google/__init__.pyc
usr/lib64/python2.7/site-packages/com/google/webp/
usr/lib64/python2.7/site-packages/com/google/webp/__init__.py
usr/lib64/python2.7/site-packages/com/google/webp/__init__.pyc
usr/lib64/python2.7/site-packages/com/google/webp/_libwebp.so
usr/lib64/python2.7/site-packages/com/google/webp/libwebp.py
usr/lib64/python2.7/site-packages/com/google/webp/libwebp.pyc
usr/lib64/python2.7/site-packages/libwebp-0.0-py2.7.egg-info
usr/man/
usr/man/man1/
usr/man/man1/cwebp.1.gz
usr/man/man1/dwebp.1.gz
usr/man/man1/gif2webp.1.gz
usr/man/man1/vwebp.1.gz
usr/man/man1/webpmux.1.gz
PS if you followed the link provided by ponce in post #4, did you also read and follow the SlackBuild Usage HOWTO? I ask because then you should not have get the output shown in post #19.

Last edited by Didier Spaier; 09-26-2016 at 02:49 AM.
 
Old 10-15-2016, 11:45 AM   #21
sithun
Member
 
Registered: Jul 2016
Location: mongolia, bulgan
Posts: 102

Original Poster
Rep: Reputation: 1
i recompile webp. successfully compile webkitgtk and now, when i try to compile midori i have "error: implicit declaration of function 'gtk_widget_set_focus_on_click' [-Werror=implict-function-declaration]"
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiling webkitgtk on raspberry pi Bart_ Slackware - ARM 14 03-27-2021 11:37 AM
[SOLVED] Error compiling webkitgtk with gtk2 kcirick Linux From Scratch 3 12-02-2015 10:37 AM
[SOLVED] webkitgtk compiling problem in 14.1 stormbr Slackware 9 11-12-2013 01:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration