[Bug 511373] Re: gnome-terminal: undefined symbol: vte_terminal_set_alternate_screen_scroll

2010-01-24 Thread Chris Coulson
libvte.so.9 = /usr/local/lib/libvte.so.9 (0x7f5896ae4000) You've got a locally installed copy of vte in /usr/local which isn't provided by Ubuntu, and doesn't export the missing symbol there. Closing this, as it's not a bug but rather a local configuration issue ** Changed in: vte (Ubuntu)

Re: [Bug 511373] Re: gnome-terminal: undefined symbol: vte_terminal_set_alternate_screen_scroll

2010-01-24 Thread PaulReiber
Wow... good catch, Chris! I looked right at this and didn't realize it was the problem. Now I've got to wonder what put it there. I've done a LOT of custom installs and such, any number of which might be the culprit. I'll follow up with details if I figure out how it happened. Thanks for your

[Bug 511373] Re: gnome-terminal: undefined symbol: vte_terminal_set_alternate_screen_scroll

2010-01-22 Thread Chris Coulson
Thank you for your bug report. What is the output of apt-cache policy libvte9? ** Changed in: vte (Ubuntu) Status: New = Incomplete -- gnome-terminal: undefined symbol: vte_terminal_set_alternate_screen_scroll https://bugs.launchpad.net/bugs/511373 You received this bug notification

[Bug 511373] Re: gnome-terminal: undefined symbol: vte_terminal_set_alternate_screen_scroll

2010-01-22 Thread Chris Coulson
Also, what is the output of nm -D /usr/lib/libvte.so.9 | grep vte_terminal_set_alternate_screen_scroll and ldd /usr/bin/gnome- terminal? -- gnome-terminal: undefined symbol: vte_terminal_set_alternate_screen_scroll https://bugs.launchpad.net/bugs/511373 You received this bug notification because

Re: [Bug 511373] Re: gnome-terminal: undefined symbol: vte_terminal_set_alternate_screen_scroll

2010-01-22 Thread PaulReiber
I provided this in the original bug report; here it is again: $ apt-cache policy libvte9 libvte9: Installed: 1:0.22.2-0ubuntu2 Candidate: 1:0.22.2-0ubuntu2 Version table: *** 1:0.22.2-0ubuntu2 0 500 http://us.archive.ubuntu.com karmic/main Packages 100 /var/lib/dpkg/status

Re: [Bug 511373] Re: gnome-terminal: undefined symbol: vte_terminal_set_alternate_screen_scroll

2010-01-22 Thread PaulReiber
Here you go! Thanks so much. -Paul $ nm -D /usr/lib/libvte.so.9 | grep vte_terminal_set_alternate_screen_scroll 0001d100 T vte_terminal_set_alternate_screen_scroll $ ldd /usr/bin/gnome-terminal linux-vdso.so.1 = (0x7fff60d8) libvte.so.9 =