[opensuse-factory] libxcb-shape.a
xine-lib 1.1.17 calls for the above library which no longer is part of xorg-x11-libxcb-devel. There is just libxcb-shape.so.0.0.0 and its symlinks, also libxcb-shape.la which is used, it's still looking for the .a even with --enable-shared. I seem to remember that we were getting rid of .a libraries in openSUSE, the .a library was still hanging around unowned and unusable after up upgrades. I should think the problem is with the source code. Can anyone suggest a workaround - or may be the xine developers need to be made aware. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On 28/12/09 09:51, Sid Boyce wrote:
I should think the problem is with the source code. Can anyone suggest a workaround - or may be the xine developers need to be made aware. Regards
grep at the Makefiles or configure script and change libxcb-shape.a to libxcb-shape.so -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hi huys.. i have a question about Login Managers like gdm/kdm/lxdm i'm working to lxdm.. it actually support everything we need including autologin. i have to patch it in order to make it able to read autologin and default session from system sysconfig (/etc/sysconfig/displaymanager and /etc/sysconfig/windowmanager) files and that's quite easy now... (really i already created a patch for that) the question now is... what about all the other configuration options? have i to keep default /etc/lxdm/lxdm.conf or need i to move /etc/lxdm/lxdm.conf to /etc/sysconfig/lxdm ? as soon as i finish (and tested) this patch i will be able to submit request into factory for the last LXDE component Regards Andrea - -- - ------------------------------------------ Andrea Florio QSI International School of Brindisi Sys Admin openSUSE-Education Administrator openSUSE Official Member (anubisg1) Email: andrea@opensuse.org Packman Packaging Team Email: andrea@links2linux.de Web: http://packman.links2linux.org/ Cell: +39-328-7365667 - ------------------------------------------ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/ iEYEARECAAYFAks4zQwACgkQyCZT87TFPugsuwCgodzj7EJMSHywi5dOGIdtNOjY A7wAoLKiA14t82ZKSYcBY/IJuf4vUyqS =7zrI -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Monday 28 December 2009 16:21:48 Andrea Florio wrote:
hi huys.. i have a question about Login Managers like gdm/kdm/lxdm
i'm working to lxdm.. it actually support everything we need including autologin. i have to patch it in order to make it able to read autologin and default session from system sysconfig (/etc/sysconfig/displaymanager and /etc/sysconfig/windowmanager) files and that's quite easy now... (really i already created a patch for that) the question now is...
what about all the other configuration options?
have i to keep default /etc/lxdm/lxdm.conf or need i to move /etc/lxdm/lxdm.conf to /etc/sysconfig/lxdm ?
Feel free to keep /etc/lxdm/lxdm.conf, Andreas -- Andreas Jaeger, Program Manager openSUSE, aj@{novell.com,opensuse.org} Twitter: jaegerandi | Identica: jaegerandi SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Maxfeldstr. 5, 90409 Nürnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Il 29/12/2009 17:44, Andreas Jaeger ha scritto:
On Monday 28 December 2009 16:21:48 Andrea Florio wrote:
hi huys.. i have a question about Login Managers like gdm/kdm/lxdm
i'm working to lxdm.. it actually support everything we need including autologin. i have to patch it in order to make it able to read autologin and default session from system sysconfig (/etc/sysconfig/displaymanager and /etc/sysconfig/windowmanager) files and that's quite easy now... (really i already created a patch for that) the question now is...
what about all the other configuration options?
have i to keep default /etc/lxdm/lxdm.conf or need i to move /etc/lxdm/lxdm.conf to /etc/sysconfig/lxdm ?
Feel free to keep /etc/lxdm/lxdm.conf,
Andreas
Thanks.. i think that lxdm is ready to be submitted into factory than Best regards Andrea - -- - ------------------------------------------ Andrea Florio QSI International School of Brindisi Sys Admin openSUSE-Education Administrator openSUSE Official Member (anubisg1) Email: andrea@opensuse.org Packman Packaging Team Email: andrea@links2linux.de Web: http://packman.links2linux.org/ Cell: +39-328-7365667 - ------------------------------------------ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/ iEYEARECAAYFAks6edcACgkQyCZT87TFPuho3QCgpguwyLmFClT2hWZYAIoPj632 GjUAoKZJY+TxSigVX2hFA6kMyrZDoDNY =YKJY -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Monday 28 December 2009 13:51:37 Sid Boyce wrote:
I should think the problem is with the source code. Can anyone suggest a workaround - or may be the xine developers need to be made aware.
My money is on an old libtool file somewhere that still references the .a file. If this is the case, you need to find the .la file with this outdated reference, and change it. It may also be possible to simply remove all .la files on the system - I haven't tried this myself, but it should be doable. Anders -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On 28/12/09 15:39, Anders Johansson wrote:
On Monday 28 December 2009 13:51:37 Sid Boyce wrote:
I should think the problem is with the source code. Can anyone suggest a workaround - or may be the xine developers need to be made aware.
My money is on an old libtool file somewhere that still references the .a file. If this is the case, you need to find the .la file with this outdated reference, and change it.
It may also be possible to simply remove all .la files on the system - I haven't tried this myself, but it should be doable.
Anders
That did it, I moved *.la out of /usr/lib64, "make distclean", ".configure <options>", "make". Thanks and Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On 12/28/2009 10:17 AM, Sid Boyce wrote:
On 28/12/09 15:39, Anders Johansson wrote:
On Monday 28 December 2009 13:51:37 Sid Boyce wrote:
I should think the problem is with the source code. Can anyone suggest a workaround - or may be the xine developers need to be made aware.
My money is on an old libtool file somewhere that still references the .a file. If this is the case, you need to find the .la file with this outdated reference, and change it.
It may also be possible to simply remove all .la files on the system - I haven't tried this myself, but it should be doable.
Anders
That did it, I moved *.la out of /usr/lib64, "make distclean", ".configure<options>", "make". Thanks and Regards Sid.
I have seen lately a lot of source code files have needed removing an old libtool and replacing it with /usr/bin/libtool. Trying it on xine 1.1.17 now. As I remember, I had to do that to xine-lib before. It does seems my old minds forget about things of this type It failed on libavcodec.h but it did make it further. By the way sboyce@blueyonder.co.uk is his old address -- 73 de Donn Washburn 307 Savoy Street Email:" n5xwb@comcast.net " Sugar Land, TX 77478 LL# 1.281.242.3256 Ham Callsign N5XWB HAMs : " n5xwb@arrl.net " VoIP via Gizmo: bmw_87kbike / via Skype: n5xwbg BMW MOA #: 4146 - Ambassador " http://counter.li.org " #279316 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
participants (6)
-
Anders Johansson
-
Andrea Florio
-
Andreas Jaeger
-
Cristian Rodríguez
-
Donn Washburn
-
Sid Boyce