hdsoftware / evoluspencil

Automatically exported from code.google.com/p/evoluspencil
0 stars 0 forks source link

Package firefox is not installed. #540

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if the debian package would also support Debian installation:

$ sudo dpkg -i evoluspencil_2.0.3_all.deb
Selecting previously deselected package evoluspencil.
(Reading database ... 388406 files and directories currently installed.)
Unpacking evoluspencil (from evoluspencil_2.0.3_all.deb) ...
dpkg: dependency problems prevent configuration of evoluspencil:
 evoluspencil depends on firefox; however:
  Package firefox is not installed.
dpkg: error processing evoluspencil (--install):
 dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Errors were encountered while processing:
 evoluspencil

I believe:

$ dpkg -I evoluspencil_2.0.3_all.deb | grep fire 
 Depends: firefox

should looks like:

$ dpkg -I evoluspencil_2.0.3_all.deb | grep fire 
 Depends: firefox | iceweasel

Thanks !

Original issue reported on code.google.com by mathieu.malaterre on 11 Feb 2013 at 9:27

GoogleCodeExporter commented 9 years ago
I've the same problem

Original comment by pydubreucq on 12 Jun 2013 at 7:46

GoogleCodeExporter commented 9 years ago
You can also install pencil from the rpm file via alien...

> sudo apt-get install alien --no-install-recommends
> sudo alien -i pencil-2.0.3-1.fc17.noarch.rpm

Then open /usr/bin/pencil as root and replace /usr/bin/xulrunner with 
/usr/bin/iceweasel . Cheers.

Original comment by william....@gmail.com on 18 Jun 2013 at 8:33

GoogleCodeExporter commented 9 years ago
Hello,

I have been able to install it on Debian with dpkg by ignoring dependencies:
> dpkg -i --force-depends evoluspencil_2.0.5_all.deb. 

It installs and works ok but then anytime I want to update any other software, 
apt-get and such tools want to uninstall it first.

regards

Original comment by pascal.m...@gmail.com on 3 Nov 2013 at 9:52

GoogleCodeExporter commented 9 years ago
this is a duplicate of issue 556, which provides the solution

Original comment by fedel...@gmail.com on 24 Dec 2013 at 10:23