Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Can't install or run, WebKit2GTK not detected [SOLVED]

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
bentHnau
Posts: 148
Joined: 2014-01-07 01:43
Been thanked: 1 time

Can't install or run, WebKit2GTK not detected [SOLVED]

#1 Post by bentHnau »

I can neither install (to /opt) nor run the web browser Eolie: https://wiki.gnome.org/Apps/Eolie.
In summary, checkinstall fails with "make: *** No rule to make target 'install'. Stop." and running the application's sh script indicates that WebKit2GTK is not being detected.

I downloaded the source code, installed dependencies, and followed installation instructions from the README up until this point:

Code: Select all

$ cd eolie
$ meson build
$ sudo ninja -C build install
There are no errors in the log files. When I run "sudo ./run.sh," installation gets this far and stops:

Code: Select all

Running custom install script '/usr/bin/env python3 /opt/eolie-0.9.39/meson_post_install.py'
Updating icon cache...
Installing new Schemas
You need WebKit2GTK >= 2.20
But I seem to have a suitable webkit2gtk version installed

Code: Select all

apt list --installed | grep webkit2gtk

Code: Select all

libwebkit2gtk-4.0-37/stable,now 2.18.6-1~deb9u1 amd64 [installed]
libwebkit2gtk-4.0-dev/stable,now 2.18.6-1~deb9u1 amd64 [installed]
When I try to complete the installation with "checkinstall," I get this error

Code: Select all

========================= Installation results ===========================
make: *** No rule to make target 'install'.  Stop.

****  Installation failed. Aborting package creation.

Cleaning up...OK

Bye.
Is there supposed to be a Makefile in the directory? There isn't one. I don't understand why there were no build errors if WebKit2GTK isn't being detected.
Last edited by bentHnau on 2018-09-30 22:06, edited 1 time in total.

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Can't install or run, WebKit2GTK not detected and make f

#2 Post by bw123 »

never heard of it, but since you need ver 2.20 and you have ver 2.18 that seems obvious
resigned by AI ChatGPT

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Can't install or run, WebKit2GTK not detected and make f

#3 Post by Head_on_a_Stick »

It is not wise to use any webkit-based browser that is not Chromium under Debian stable, the release notes have a warning to that effect.
deadbang

bentHnau
Posts: 148
Joined: 2014-01-07 01:43
Been thanked: 1 time

Re: Can't install or run, WebKit2GTK not detected and make f

#4 Post by bentHnau »

bw123 wrote:never heard of it, but since you need ver 2.20 and you have ver 2.18 that seems obvious
oh. I thought the version was 4.0

bentHnau
Posts: 148
Joined: 2014-01-07 01:43
Been thanked: 1 time

Re: Can't install or run, WebKit2GTK not detected and make f

#5 Post by bentHnau »

Head_on_a_Stick wrote:It is not wise to use any webkit-based browser that is not Chromium under Debian stable, the release notes have a warning to that effect.
It's not wise to use Epiphany?

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Can't install or run, WebKit2GTK not detected and make f

#6 Post by Head_on_a_Stick »

bentHnau wrote:It's not wise to use Epiphany?
That's what the release notes say, have a look if you don't believe me.
deadbang

bentHnau
Posts: 148
Joined: 2014-01-07 01:43
Been thanked: 1 time

Re: Can't install or run, WebKit2GTK not detected and make f

#7 Post by bentHnau »

Head_on_a_Stick wrote:
bentHnau wrote:It's not wise to use Epiphany?
That's what the release notes say, have a look if you don't believe me.
Are we talking about the same thing? Epiphany is a webkit-based browser available in Debian stable; it's not the browser this thread is about.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Can't install or run, WebKit2GTK not detected and make f

#8 Post by stevepusser »

Webkit2gtk 2.22 is available for Stretch in stretch-backports, however: https://packages.debian.org/stretch-bac ... tk-4.0-dev

Since this provides the solution for the original issue in the thread, please edit the title of your first post and add [SOLVED].
MX Linux packager and developer

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Can't install or run, WebKit2GTK not detected and make f

#9 Post by Head_on_a_Stick »

bentHnau wrote:Are we talking about the same thing? Epiphany is a webkit-based browser available in Debian stable; it's not the browser this thread is about.
The OP was about Eolie, which is a webkit-based browser, and the warning in the release notes applies to *all* webkit-based browsers (except Chromium, which is updated as a "leaf" package, whatever that means), including both Eolie and Epiphany.
stevepusser wrote:Webkit2gtk 2.22 is available for Stretch in stretch-backports
Nice! :cool:

It's probably worth noting though that backports are drawn from testing and so are subject to the mandatory transition delay from sid & experimental; this may mean that security fixes are delayed and I really would recommend using Parabola or Arch for webkit-based browsers just to get the updates from upstream as quickly as possible.
deadbang

Post Reply