[Bug 343574] Re: xterm (actually all Xt clients) does not run

2009-04-11 Thread Loïc Minier
I tried rebuilding libxt under babbage: % LD_LIBRARY_PATH=$PWD/debian/tmp/usr/lib/ ldd /usr/bin/xterm % LD_LIBRARY_PATH=$PWD/debian/tmp/usr/lib/ xterm xterm Xt error: Unresolved inheritance operation didn't help But the fact it did for Jon is an interesting indication; Jon, what is your

[Bug 343574] Re: xterm (actually all Xt clients) does not run

2009-04-11 Thread Loïc Minier
The only bit of assembler I could find in libXt and which could be arch specific is: asm (.data\n\ .globl __XtInherit\n\ __XtInherit: jmp *_y \n\ _y: .long ___XtInherit \n\ .text \n); and it touches the inheritance logic apparently, but it's only for CYGWIN.

[Bug 343574] Re: xterm (actually all Xt clients) does not run

2009-04-11 Thread Loïc Minier
I also tried clearing LDFLAGS of -Wl,-Bsymbolic-functions; didn't help either. ** Also affects: libxt (Ubuntu Jaunty) Importance: High Assignee: Canonical Mobile Team (canonical-mobile) Status: Confirmed -- xterm (actually all Xt clients) does not run

[Bug 343574] Re: xterm (actually all Xt clients) does not run

2009-04-11 Thread Loïc Minier
Julien Cristau helpfully pointed out that xterm was setgid and hence LD_LIBRARY_PATH wouldn't work, and indeed my rebuilds of libxt with -march=armv4t and without LDFLAGS both work if I copy xterm to a new binary without the setgid flag; thanks! I'll try a simple rebuild now. -- xterm (actually

[Bug 343574] Re: xterm (actually all Xt clients) does not run

2009-04-11 Thread Loïc Minier
Sorry, my testing was incorrect in the previous comment; ALL arches are affected, the issue is with LDFLAGS -Wl,-Bsymbolic-functions and a simple rebuild on amd64 shows the same bug. -- xterm (actually all Xt clients) does not run https://bugs.launchpad.net/bugs/343574 You received this bug

[Bug 343574] Re: xterm (actually all Xt clients) does not run

2009-04-11 Thread Loïc Minier
** Changed in: libxt (Ubuntu Jaunty) Assignee: Canonical Mobile Team (canonical-mobile) = Loïc Minier (lool) -- xterm (actually all Xt clients) does not run https://bugs.launchpad.net/bugs/343574 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 343574] Re: xterm (actually all Xt clients) does not run

2009-04-11 Thread Loïc Minier
I uploaded this debdiff to jaunty, pending approval. Fixes the issue on amd64 and armel for me. ** Changed in: libxt (Ubuntu Jaunty) Status: Confirmed = Fix Committed ** Attachment added: libxt-inheritance-symbolic-funcs.debdiff

[Bug 343574] Re: xterm (actually all Xt clients) does not run

2009-04-11 Thread Jon Sevy
Loic, - my platform is the SheevaPlug with Marvell PXA 168 Sheeva processor - though interestingly it lists as an ARM926 in the kernel log: CPU: ARM926EJ-S [56251311] revision 1 (ARMv5TE), cr=00053177 Machine: Feroceon-KW - gcc version is 4.3.3 (Ubuntu 4.3.3-5ubuntu4) - version of

[Bug 343574] Re: xterm (actually all Xt clients) does not run

2009-04-11 Thread Loïc Minier
Jon, thanks, it's not platform specific; probably it didn't happen in your rebuild because your dpkg-dev doesn't set LDFLAGS like the Ubuntu one. -- xterm (actually all Xt clients) does not run https://bugs.launchpad.net/bugs/343574 You received this bug notification because you are a member of

[Bug 343574] Re: xterm (actually all Xt clients) does not run

2009-04-11 Thread Launchpad Bug Tracker
This bug was fixed in the package libxt - 1:1.0.5-3ubuntu1 --- libxt (1:1.0.5-3ubuntu1) jaunty; urgency=low * Drop -Wl,-Bsymbolic-functions from LDFLAGS as it conflicts with the Xt inheritance mechanism; LP: #343574. -- Loic Minier l...@dooz.org Sat, 11 Apr 2009 14:41:17

[Bug 343574] Re: xterm (actually all Xt clients) does not run

2009-04-10 Thread Jon Sevy
I have the same issue with Jaunty on the SheevaPlug platform (ARM little-endian) using the Xtightvnc VNC server and ICE window manager - xterm and many other X utilities fail to launch from the remote desktop and generate Unresolved inheritance operation errors in .xsession- errors log each time a

[Bug 343574] Re: xterm (actually all Xt clients) does not run

2009-04-10 Thread Jon Sevy
On my platform, rebuilding libXt (on the target platform) seems to solve the problem; the X apps then launch without problem. So this suggests it's a problem with the libXt library. -- xterm (actually all Xt clients) does not run https://bugs.launchpad.net/bugs/343574 You received this bug

[Bug 343574] Re: xterm (actually all Xt clients) does not run

2009-03-17 Thread Dave Martin
Found a possibly relevant thread - sounds like there could be issues between some Xt functionality and shared libraries. However, I don't understand the detail, and it's possible these issues do not apply to ELF platforms. http://www.cygwin.com/ml/cygwin-xfree/2003-10/msg0.html -- xterm

[Bug 343574] Re: xterm (actually all Xt clients) does not run

2009-03-16 Thread Loïc Minier
Could you please attach your ~/.xsession-errors? ** Tags added: arm -- xterm (actually all Xt clients) does not run https://bugs.launchpad.net/bugs/343574 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 343574] Re: xterm (actually all Xt clients) does not run

2009-03-16 Thread Dave Martin
By the way, arm-ports-ubuntu is a mirror of ports.ubuntu.com. I have checked that this is up to date. In any case, the problem described in this bug report has been happening for some time. -- xterm (actually all Xt clients) does not run https://bugs.launchpad.net/bugs/343574 You received

[Bug 343574] Re: xterm (actually all Xt clients) does not run

2009-03-16 Thread Dave Martin
This happens within GDM, in a raw X server, and also over remote X to a Cygwin/X server. So it looks more like some issue with the X clients or Xt, rather than an X-server specific issue or an issue specific to running a particular kind of session... -- xterm (actually all Xt clients) does not

[Bug 343574] Re: xterm (actually all Xt clients) does not run

2009-03-16 Thread Loïc Minier
Hmm that's weird; could you check your .xsession-errors? Does this happen in an empty session running just xterm? How to you start your session? GDM? -- xterm (actually all Xt clients) does not run https://bugs.launchpad.net/bugs/343574 You received this bug notification because you are a

[Bug 343574] Re: xterm (actually all Xt clients) does not run

2009-03-16 Thread Dave Martin
Sample X session errors attached. At least one other guy on my side has seen the problem... it would be interesting to know whether anyone else can reproduce it. ** Attachment added: X session errors (note, there is some extra spam in the log due to the limited functionality of the Xnest I ran

[Bug 343574] Re: xterm (actually all Xt clients) does not run

2009-03-16 Thread Dave Martin
I enabled IPv6 support in the kernel just to see whether there's a difference... This removes the ICE errors from the log, but otherwise there no change. Oh well, it was a long shot :( -- xterm (actually all Xt clients) does not run https://bugs.launchpad.net/bugs/343574 You received this bug