I'm using synaptic to update programs. A few weeks ago I installed zenity to use with a program someone made for me, but it had some dependency problems. It works, but without some other stuff. Now synaptic wants to delete it everytime I try to update something. Anyone know a way to get around this? I mean other than to install Zenity correctly....which I don't think will happen. Tom
On Tue, 2003-12-30 at 00:20, Tom Nielsen wrote:
I'm using synaptic to update programs. A few weeks ago I installed zenity to use with a program someone made for me, but it had some dependency problems. It works, but without some other stuff. Now synaptic wants to delete it everytime I try to update something. Anyone know a way to get around this? I mean other than to install Zenity correctly....which I don't think will happen.
Tom
I'm going to stop posting late at night (11:00ish California time). It seems mine never gets answered...maybe nobody loves me. :-( Oh, woe is me! Tom
Op dinsdag 30 december 2003 18:04, schreef Tom Nielsen:
On Tue, 2003-12-30 at 00:20, Tom Nielsen wrote:
I'm using synaptic to update programs. A few weeks ago I installed zenity to use with a program someone made for me, but it had some dependency problems. It works, but without some other stuff. Now synaptic wants to delete it everytime I try to update something. Anyone know a way to get around this? I mean other than to install Zenity correctly....which I don't think will happen.
Tom
I'm going to stop posting late at night (11:00ish California time). It seems mine never gets answered...maybe nobody loves me. :-( Oh, woe is me!
Tom
Hi Tom, stop crying :) What is the output of apt(-get) check? What does synaptic wants to delete. We need more info! -- Richard Bos Without a home the journey is endless
On Tue, 2003-12-30 at 09:13, Richard Bos wrote:
Op dinsdag 30 december 2003 18:04, schreef Tom Nielsen:
On Tue, 2003-12-30 at 00:20, Tom Nielsen wrote:
I'm using synaptic to update programs. A few weeks ago I installed zenity to use with a program someone made for me, but it had some dependency problems. It works, but without some other stuff. Now synaptic wants to delete it everytime I try to update something. Anyone know a way to get around this? I mean other than to install Zenity correctly....which I don't think will happen.
Tom
I'm going to stop posting late at night (11:00ish California time). It seems mine never gets answered...maybe nobody loves me. :-( Oh, woe is me!
Tom
Hi Tom,
stop crying :) What is the output of apt(-get) check? What does synaptic wants to delete. We need more info!
Need, need, need! You sound like my wife ;-) linux:/home/Tom # apt-get check Reading Package Lists... Done Building Dependency Tree... Done You might want to run `apt-get -f install' to correct these. The following packages have unmet dependencies: zenity: Depends: libpopt.so.0 but it is not installable E: Unmet dependencies. Try using -f. There ya go. Tom
Op dinsdag 30 december 2003 22:50, schreef Tom Nielsen:
On Tue, 2003-12-30 at 00:20, Tom Nielsen wrote:
I'm using synaptic to update programs. A few weeks ago I installed zenity to use with a program someone made for me, but it had some dependency problems. It works, but without some other stuff. Now synaptic wants to delete it everytime I try to update something. Anyone know a way to get around this? I mean other than to install Zenity correctly....which I don't think will happen.
Tom Hi Tom,
stop crying :) What is the output of apt(-get) check? What does synaptic wants to delete. We need more info!
Need, need, need! You sound like my wife ;-)
linux:/home/Tom # apt-get check Reading Package Lists... Done Building Dependency Tree... Done You might want to run `apt-get -f install' to correct these. The following packages have unmet dependencies: zenity: Depends: libpopt.so.0 but it is not installable E: Unmet dependencies. Try using -f.
There ya go. Tom
See, now we can do something. libpopt.so.0 seems from 8.2, are you running 9.0? file-8.2:usr/lib/libpopt.so.0 System_Libraries/popt file-8.2:usr/lib/libpopt.so.0.0.0 System_Libraries/popt file-8.2:usr/i486-linux-libc5/lib/libpopt.so.0 System_Libraries/shlibs5 file-8.2:usr/i486-linux-libc5/lib/libpopt.so.0.0.0 System_Libraries/shlibs5 file-9.0:/usr/i486-linux-libc5/lib/libpopt.so.0 shlibs5 file-9.0:/usr/i486-linux-libc5/lib/libpopt.so.0.0.0 shlibs5 In 9.0 we have: file-9.0:/usr/lib/libpopt.so.1 popt file-9.0:/usr/lib/libpopt.so.1.0.0 popt Try to experiment with fake-provides to satisfy apt; http://apt4rpm.sourceforge.net/faq.html#q32 hmmm.... Why don't you get the 9.0 version from (apt component gnome2): RPMS.gnome2 $ rpm -qp --requires zenity-1.6-31.i586.rpm | grep popt libpopt.so.1 -- Richard Bos Without a home the journey is endless
On Tue, 2003-12-30 at 14:23, Richard Bos wrote:
Op dinsdag 30 december 2003 22:50, schreef Tom Nielsen:
On Tue, 2003-12-30 at 00:20, Tom Nielsen wrote:
I'm using synaptic to update programs. A few weeks ago I installed zenity to use with a program someone made for me, but it had some dependency problems. It works, but without some other stuff. Now synaptic wants to delete it everytime I try to update something. Anyone know a way to get around this? I mean other than to install Zenity correctly....which I don't think will happen.
Tom Hi Tom,
stop crying :) What is the output of apt(-get) check? What does synaptic wants to delete. We need more info!
Need, need, need! You sound like my wife ;-)
linux:/home/Tom # apt-get check Reading Package Lists... Done Building Dependency Tree... Done You might want to run `apt-get -f install' to correct these. The following packages have unmet dependencies: zenity: Depends: libpopt.so.0 but it is not installable E: Unmet dependencies. Try using -f.
There ya go. Tom
See, now we can do something. libpopt.so.0 seems from 8.2, are you running 9.0?
file-8.2:usr/lib/libpopt.so.0 System_Libraries/popt file-8.2:usr/lib/libpopt.so.0.0.0 System_Libraries/popt file-8.2:usr/i486-linux-libc5/lib/libpopt.so.0 System_Libraries/shlibs5 file-8.2:usr/i486-linux-libc5/lib/libpopt.so.0.0.0 System_Libraries/shlibs5 file-9.0:/usr/i486-linux-libc5/lib/libpopt.so.0 shlibs5 file-9.0:/usr/i486-linux-libc5/lib/libpopt.so.0.0.0 shlibs5
In 9.0 we have: file-9.0:/usr/lib/libpopt.so.1 popt file-9.0:/usr/lib/libpopt.so.1.0.0 popt
Try to experiment with fake-provides to satisfy apt; http://apt4rpm.sourceforge.net/faq.html#q32
hmmm.... Why don't you get the 9.0 version from (apt component gnome2): RPMS.gnome2 $ rpm -qp --requires zenity-1.6-31.i586.rpm | grep popt libpopt.so.1
Thanks for the input! I'm running 9. I didn't know there was a 9 version of zenity....I can't find it. I'll give it a shot and get back to you. Tom
* Tom Nielsen <tom@neuro-logic.com> [12-30-03 19:48]:
On Tue, 2003-12-30 at 14:23, Richard Bos wrote: [snip ...]
hmmm.... Why don't you get the 9.0 version from (apt component gnome2): RPMS.gnome2 $ rpm -qp --requires zenity-1.6-31.i586.rpm | grep popt libpopt.so.1
Thanks for the input! I'm running 9. I didn't know there was a 9 version of zenity....I can't find it.
I'll give it a shot and get back to you.
Please trim your posts. thanks, -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org
** Reply to message from Patrick Shanahan <paka@wahoo.no-ip.org> on Tue, 30 Dec 2003 20:29:51 -0500
Please trim your posts. thanks, -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org
Aren't you the one who is always jumping me about thread hijacking? Would not a better subject line have been: "Why do you quote all previous posts in this thread..."? Ed Harrison
Op woensdag 31 december 2003 02:29, schreef Patrick Shanahan:
Why don't you get the 9.0 version from (apt component gnome2): RPMS.gnome2 $ rpm -qp --requires zenity-1.6-31.i586.rpm | grep popt libpopt.so.1
Thanks for the input! I'm running 9. I didn't know there was a 9 version of zenity....I can't find it.
I'll give it a shot and get back to you.
Please trim your posts. thanks,
incorrect answer, the right one is: ftp://ftp.gwdg.de/pub/linux/suse/apt/SuSE/9.0-i386/RPMS.gnome2/ (but that info I provided by saying:
Why don't you get the 9.0 version from (apt component gnome2): )
-- Richard Bos Without a home the journey is endless
On Tue, 2003-12-30 at 23:57, Richard Bos wrote:
Op woensdag 31 december 2003 02:29, schreef Patrick Shanahan:
Why don't you get the 9.0 version from (apt component gnome2): RPMS.gnome2 $ rpm -qp --requires zenity-1.6-31.i586.rpm | grep popt libpopt.so.1
Thanks for the input! I'm running 9. I didn't know there was a 9 version of zenity....I can't find it.
I'll give it a shot and get back to you.
Please trim your posts. thanks,
incorrect answer, the right one is: ftp://ftp.gwdg.de/pub/linux/suse/apt/SuSE/9.0-i386/RPMS.gnome2/ (but that info I provided by saying:
Why don't you get the 9.0 version from (apt component gnome2):
Thanks! That did it. Everything's peachy keen! Tom
I usually don't like to trim posts because I found that when I search on google for something, quite often I get the trimmed version and it can be a real pain to find the original thread. Now, I'm not talking about this particular group, but others in the world. But for the sake of argument, fine. I'm trimming. Next thing I know, someone will say I'm not trimming the right way. :-\ Tom On Tue, 2003-12-30 at 17:29, Patrick Shanahan wrote:
* Tom Nielsen <tom@neuro-logic.com> [12-30-03 19:48]:
On Tue, 2003-12-30 at 14:23, Richard Bos wrote: [snip ...]
hmmm.... Why don't you get the 9.0 version from (apt component gnome2): RPMS.gnome2 $ rpm -qp --requires zenity-1.6-31.i586.rpm | grep popt libpopt.so.1
Thanks for the input! I'm running 9. I didn't know there was a 9 version of zenity....I can't find it.
I'll give it a shot and get back to you.
Please trim your posts. thanks, -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org
Not only that, but you're still TOP posting... ;-) On Wednesday 31 December 2003 16:44, Tom Nielsen wrote:
I usually don't like to trim posts because I found that when I search on google for something, quite often I get the trimmed version and it can be a real pain to find the original thread. Now, I'm not talking about this particular group, but others in the world.
But for the sake of argument, fine. I'm trimming. Next thing I know, someone will say I'm not trimming the right way. :-\
Tom
On Tue, 2003-12-30 at 17:29, Patrick Shanahan wrote:
* Tom Nielsen <tom@neuro-logic.com> [12-30-03 19:48]:
On Tue, 2003-12-30 at 14:23, Richard Bos wrote:
[snip ...]
hmmm.... Why don't you get the 9.0 version from (apt component gnome2): RPMS.gnome2 $ rpm -qp --requires zenity-1.6-31.i586.rpm | grep popt libpopt.so.1
Thanks for the input! I'm running 9. I didn't know there was a 9 version of zenity....I can't find it.
I'll give it a shot and get back to you.
Please trim your posts. thanks, -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org
-- _____________________________________ John Andersen
I did that on purpose....I wanted to see who would be the first to note that. Your winner's check is in the mail. Toodles. Tom On Wed, 2003-12-31 at 20:14, John Andersen wrote:
Not only that, but you're still TOP posting... ;-)
On Wednesday 31 December 2003 16:44, Tom Nielsen wrote:
I usually don't like to trim posts because I found that when I search on google for something, quite often I get the trimmed version and it can be a real pain to find the original thread. Now, I'm not talking about this particular group, but others in the world.
But for the sake of argument, fine. I'm trimming. Next thing I know, someone will say I'm not trimming the right way. :-\
Tom
On Tue, 2003-12-30 at 17:29, Patrick Shanahan wrote:
* Tom Nielsen <tom@neuro-logic.com> [12-30-03 19:48]:
On Tue, 2003-12-30 at 14:23, Richard Bos wrote:
[snip ...]
hmmm.... Why don't you get the 9.0 version from (apt component gnome2): RPMS.gnome2 $ rpm -qp --requires zenity-1.6-31.i586.rpm | grep popt libpopt.so.1
Thanks for the input! I'm running 9. I didn't know there was a 9 version of zenity....I can't find it.
I'll give it a shot and get back to you.
Please trim your posts. thanks, -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org
-- _____________________________________ John Andersen
participants (5)
-
Ed Harrison
-
John Andersen
-
Patrick Shanahan
-
Richard Bos
-
Tom Nielsen