[opensuse-factory] Porting yast modules to 11.0
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi, I would like to backport the partitioner module from factory to 11.0, as it has a change I want. Is it enough to compile the single module only?, and how is its name? I looked at http://svn.opensuse.org/svn/yast/trunk/ but couldn't find it with the name "disk". - -- Kind regards. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEAREIAAYFAkmOBXcACgkQNHr4BkRe3pLdwwCfZ/BiBOJEcqW8Rjh26nZe8OYk R6UAoIL2T0YRRwDDN8OaxLJlMQG7Gdtu =8im/ -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Gabriel napsal(a):
Hi,
I would like to backport the partitioner module from factory to 11.0, as it has a change I want.
Is it enough to compile the single module only?, and how is its name? I looked at http://svn.opensuse.org/svn/yast/trunk/ but couldn't find it with the name "disk".
Backporting is not so easy, you must check also dependencies which is needed (require some minimal version) (also not every dependency could be correctly updated, then report bug). Name for paritioner is storage ;) JR -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 josef reidinger escribió:
Backporting is not so easy, you must check also dependencies which is needed (require some minimal version) (also not every dependency could be correctly updated, then report bug). Name for paritioner is storage ;) JR
Ok, I'll see what can I do :) - -- Kind regards. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEAREIAAYFAkmOJvoACgkQNHr4BkRe3pLwsACdG7qWW7LcxemZveptGqvJb7nz 6hkAoJA0c9Z8z5N1cdqwSks1uwQRt+u9 =Cumg -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Sat, Feb 07, 2009 at 08:04:39PM -0200, Gabriel wrote:
Hi,
I would like to backport the partitioner module from factory to 11.0, as it has a change I want.
Is it enough to compile the single module only?, and how is its name? I looked at http://svn.opensuse.org/svn/yast/trunk/ but couldn't find it with the name "disk".
You will need at least a new yast2-core and yast2. For all feature also the UI (yast2-libyui, yast2-{qt,gtk,ncurses}, yast2-ycp-ui-bindings). Likely a new yast2-devtools (or somehow pass -std=c++0x to g++) since yast2-storage uses the C++0x standard. Regards, Arvin -- Arvin Schnell, <aschnell@suse.de> Software Engineer, Research & Development SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Arvin Schnell escribió:
On Sat, Feb 07, 2009 at 08:04:39PM -0200, Gabriel wrote:
Hi,
I would like to backport the partitioner module from factory to 11.0, as it has a change I want.
Is it enough to compile the single module only?, and how is its name? I looked at http://svn.opensuse.org/svn/yast/trunk/ but couldn't find it with the name "disk".
You will need at least a new yast2-core and yast2. For all feature also the UI (yast2-libyui, yast2-{qt,gtk,ncurses}, yast2-ycp-ui-bindings).
Likely a new yast2-devtools (or somehow pass -std=c++0x to g++) since yast2-storage uses the C++0x standard.
Regards, Arvin
Thanks, I will try it. I assume the partitioner is yast2-storage, isn't it? - -- Kind regards. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEAREIAAYFAkmOJb4ACgkQNHr4BkRe3pJtsACfZgAIWjEySN2ttu0QK1ubhGcC ek0An1c+5BHqL8w2EtD2ioBxVQz92TvY =4VT9 -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Nedeľa 08 Február 2009 01:22:22 Gabriel wrote:
Arvin Schnell escribió:
On Sat, Feb 07, 2009 at 08:04:39PM -0200, Gabriel wrote:
Hi,
I would like to backport the partitioner module from factory to 11.0, as it has a change I want.
Is it enough to compile the single module only?, and how is its name? I looked at http://svn.opensuse.org/svn/yast/trunk/ but couldn't find it with the name "disk".
You will need at least a new yast2-core and yast2. For all feature also the UI (yast2-libyui, yast2-{qt,gtk,ncurses}, yast2-ycp-ui-bindings).
Likely a new yast2-devtools (or somehow pass -std=c++0x to g++) since yast2-storage uses the C++0x standard.
Regards, Arvin
Thanks, I will try it. I assume the partitioner is yast2-storage, isn't it?
Yes. Stano -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Arvin Schnell wrote:
since yast2-storage uses the C++0x standard.
What for ? -- Best Regards / S pozdravom, Pavol RUSNAK SUSE LINUX, s.r.o Package Maintainer Lihovarska 1060/12 PGP 0xA6917144 19000 Praha 9, CR prusnak[at]suse.cz http://www.suse.cz -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Mon, Feb 09, 2009 at 10:18:39AM +0100, Pavol Rusnak wrote:
Arvin Schnell wrote:
since yast2-storage uses the C++0x standard.
What for ?
E.g. '#include <array>'. I know, this is also available in boost. I'm just using the tools at hand to do the work. Regards, Arvin -- Arvin Schnell, <aschnell@suse.de> Software Engineer, Research & Development SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
participants (5)
-
Arvin Schnell
-
Gabriel
-
josef reidinger
-
Pavol Rusnak
-
Stanislav Visnovsky