Just installed Gambas3 release #4567 (built on pre-release 2 days
ago). Packages installed OK. Gambas apps compile & execute OK (issue
221 fixed). However, on dev & another PC, am getting:
Error: Dependency is not satisfiable: gambas3-gb-image (<< 3.0.90)

Kende Krisztián confirms that this is the same dependency problem as
previously notified and fixed by Benoit.

Kende Krisztián's solutions that were previously notified were:
The Gambas 3.0.90 version did you create the package, but as a
smaller version dependencies designated.

debian/control files:
...
Depends: gambas3-runtime (>= 3.0.0), gambas3-runtime (<< 3.1.90),
gambas3-gb-image (>= 2.90.0), gambas3-gb-image (<< 3.0.90),
gambas3-gb-gui (>= 2.90.0), gambas3-gb-gui (<< 3.0.90), gambas3-gb-form
(>= 2.90.0), gambas3-gb-form (<< 3.0.90)

The gambas3-runtime is OK:
gambas3-runtime (>= 3.0.0), gambas3-runtime (<< 3.1.90)

but the others is NOT:
(>= 2.90.0) and (<< 3.0.90)

The correct version would look like:
(>= 2.90.0) and (<< 3.1.90)
or
(>= 3.0.0) and (<< 3.1.90)
or
(>= 2.90.0) and (<= 3.0.90)
or
(>= 3.0.0) and (<= 3.0.90)

But I think the second solution is correct, similar to the
gambas3-runtime.



------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to