[opensuse] Libzypp update
Hello, It is possible to update libzypp + zypper + boost to newer versions? Yast is throwing me dependency error about libboost_filesystem.so.1.33.1 (i cannot update to boost 1.34 because it doesnt have a libboost_filesystem.so.1.33.1). It is zypper that doesnt support newer version of libboost than 1.33.1? Or just yast software manager cannot work with libzypp 4.1? Best Regards Gryffus -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Thanks for your advice! :-( ----- Original Message ----- From: "Gryffus" <gryffus@hkfree.org> To: "OpenSuSE-en" <opensuse@opensuse.org> Sent: Tuesday, November 13, 2007 1:02 AM Subject: [opensuse] Libzypp update
Hello,
It is possible to update libzypp + zypper + boost to newer versions? Yast is throwing me dependency error about libboost_filesystem.so.1.33.1 (i cannot update to boost 1.34 because it doesnt have a libboost_filesystem.so.1.33.1). It is zypper that doesnt support newer version of libboost than 1.33.1? Or just yast software manager cannot work with libzypp 4.1?
Best Regards Gryffus -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Gryffus wrote:
Hello,
It is possible to update libzypp + zypper + boost to newer versions?
It should be possible.
Yast is throwing me dependency error about libboost_filesystem.so.1.33.1 (i cannot update to boost 1.34 because it doesnt have a libboost_filesystem.so.1.33.1).
I'm not sure why this is. How do you try to install the newer version of boost? What repositories do you use?
It is zypper that doesnt support newer version of libboost than 1.33.1?
Nope, neither libzypp nor zypper defines such dependency. Libzypp just depends on boost (no specific version), zypper requires boost-devel >= 1.33.1, so that should not prevent you from installing 1.34.x. However, i don't recommend upgrading to boost 1.34 if you still want to use libzypp(yast,zypper) as it currently has some problems with it (resulting in crashes).
Or just yast software manager cannot work with libzypp 4.1?
It can. It actually is in the factory distro. Cheers, Jano -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Дана петак 16 новембар 2007, Jan Kupec је написао(ла):
Gryffus wrote:
Hello,
It is possible to update libzypp + zypper + boost to newer versions?
It should be possible.
Yast is throwing me dependency error about libboost_filesystem.so.1.33.1 (i cannot update to boost 1.34 because it doesnt have a libboost_filesystem.so.1.33.1).
I'm not sure why this is. How do you try to install the newer version of boost? What repositories do you use?
It is zypper that doesnt support newer version of libboost than 1.33.1?
Nope, neither libzypp nor zypper defines such dependency. Libzypp just depends on boost (no specific version), zypper requires boost-devel >= 1.33.1, so that should not prevent you from installing 1.34.x.
Are you sure about that? libzypp on my system requires libboost_filesystem.so.1.33.1 and 1.34.x surely will not provide that. brcha@sirius:~$ rpm -q --requires libzypp [14:31:13] gpg2 /bin/sh /bin/sh rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 /bin/sh libboost_filesystem.so.1.33.1()(64bit) ... brcha@sirius:~$ rpm -q libzypp [14:31:23] libzypp-3.26.3-1.1 - -- Filip Brcic <brcha@gna.org> WWWeb: http://purl.org/NET/brcha/home/ Jabber: brcha@kdetalk.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFHQEIAeugpoxYs6H8RAgo3AKCREu+zaqHYfLZRZ1ie9Vn5jm4UVwCgj8JB cPrNL1nkiLQ3q5clrFZnUTQ= =XZAA -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
$ rpm -q --requires libzypp gpg2 /bin/sh /bin/sh rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 /bin/sh libboost_filesystem.so.1.33.1 ..... libzypp.so.324 ... $ rpm -q libzypp libzypp-3.26.3-1.1 ----- Original Message ----- From: "Filip Brcic" <brcha@gna.org> To: <opensuse@opensuse.org> Cc: "Jan Kupec" <jkupec@suse.cz>; "Gryffus" <gryffus@hkfree.org> Sent: Sunday, November 18, 2007 2:45 PM Subject: Re: [opensuse] Libzypp update
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Дана петак 16 новембар 2007, Jan Kupec је написао(ла):
Gryffus wrote:
Hello,
It is possible to update libzypp + zypper + boost to newer versions?
It should be possible.
Yast is throwing me dependency error about libboost_filesystem.so.1.33.1 (i cannot update to boost 1.34 because it doesnt have a libboost_filesystem.so.1.33.1).
I'm not sure why this is. How do you try to install the newer version of boost? What repositories do you use?
It is zypper that doesnt support newer version of libboost than 1.33.1?
Nope, neither libzypp nor zypper defines such dependency. Libzypp just depends on boost (no specific version), zypper requires boost-devel >= 1.33.1, so that should not prevent you from installing 1.34.x.
Are you sure about that? libzypp on my system requires libboost_filesystem.so.1.33.1 and 1.34.x surely will not provide that.
brcha@sirius:~$ rpm -q --requires libzypp [14:31:13] gpg2 /bin/sh /bin/sh rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 /bin/sh libboost_filesystem.so.1.33.1()(64bit) ... brcha@sirius:~$ rpm -q libzypp [14:31:23] libzypp-3.26.3-1.1
- -- Filip Brcic <brcha@gna.org> WWWeb: http://purl.org/NET/brcha/home/ Jabber: brcha@kdetalk.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux)
iD8DBQFHQEIAeugpoxYs6H8RAgo3AKCREu+zaqHYfLZRZ1ie9Vn5jm4UVwCgj8JB cPrNL1nkiLQ3q5clrFZnUTQ= =XZAA -----END PGP SIGNATURE-----
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (3)
-
Filip Brcic
-
Gryffus
-
Jan Kupec