Le 25/03/2012 17:07, John Rose a écrit : > 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. >
I have just tested. The current revision generates (>= 3.0.0) and (<< 3.1.90) dependencies for runtime and all components. Can you confirm? Regards, -- Benoît Minisini ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
