[Gambas-user] Gambas packages version

John Rose john.aaron.rose at ...626...
Sun Mar 25 17:07:15 CEST 2012


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.






More information about the User mailing list