WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Some apps don't start from On Demand menu  (Read 7635 times)

Offline alu

  • Sr. Member
  • ****
  • Posts: 429
Re: Some apps don't start from On Demand menu
« Reply #15 on: February 23, 2010, 12:19:45 PM »
(gdb) run
Starting program: /usr/local/bin/sylpheed
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGILL, Illegal instruction.
0x080a5018 in ?? ()

Program received signal SIGILL, Illegal instruction.
0x080a5018 in ?? ()
(gdb) bt full
#0  0x080a5018 in ?? ()
No symbol table info available.
#1  0x0a0f4a40 in ?? ()
No symbol table info available.
#2  0x0000c415 in ?? ()
No symbol table info available.
#3  0xb7ffa8e8 in _r_debug ()
No symbol table info available.
#4  0x00000001 in ?? ()
No symbol table info available.
#5  0xbfcf8680 in ?? ()
No symbol table info available.
#6  0xb7feb3ce in _dl_fixup () from /lib/ld-linux.so.2
No symbol table info available.
#7  0xb7f2cd17 in gtk_editable_set_selection ()
   from /usr/local/lib/libgtk-1.2.so.0
 No symbol table info available.
   #8  0x080a9068 in ?? ()
   No symbol table info available.
   #9  0x0a0f4a40 in ?? ()
   No symbol table info available.
   #10 0x00000000 in ?? ()
   No symbol table info available.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14815
Re: Some apps don't start from On Demand menu
« Reply #16 on: February 23, 2010, 02:11:00 PM »
If the sylpheed extension has been stripped, then gdb will probably not work - you would have to recompile it without stripping

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: Some apps don't start from On Demand menu
« Reply #17 on: February 23, 2010, 02:33:22 PM »
I do wonder though if it's sylpheed itself or one of the libs.
The only barriers that can stop you are the ones you create yourself.

Offline kerpob

  • Jr. Member
  • **
  • Posts: 83
Re: Some apps don't start from On Demand menu
« Reply #18 on: February 23, 2010, 04:21:34 PM »
Bizarre, oo2 working now. The only thing I did different was start firefox ondemand before OO.
eee user. From Xandros to Debian via Breeezy to TCL.

Offline alu

  • Sr. Member
  • ****
  • Posts: 429
Re: Some apps don't start from On Demand menu
« Reply #19 on: February 26, 2010, 03:24:11 AM »
sylpheed gtk1 outputs the same illegal instruction with mc 2.9rc5. gdb sylpheed shows the same messages

Offline alu

  • Sr. Member
  • ****
  • Posts: 429
Re: Some apps don't start from On Demand menu
« Reply #20 on: February 26, 2010, 08:38:10 AM »
sylpheed gtk2 works nicely; ok, i can use it instead of the gtk1 version

Offline Guy

  • Hero Member
  • *****
  • Posts: 1089
Re: Some apps don't start from On Demand menu
« Reply #21 on: February 26, 2010, 09:36:19 AM »
Quote
Bizarre, oo2 working now. The only thing I did different was start firefox ondemand before OO.

There are a few applications which have been updated and their dependencies have been updated. As a result, they may not start. (I can't be sure in your situation)

Run Apps Audit -> Dependencies -> Update Dep Database.

Then run Update Apps.

You can check that everything is correct by running Apps Audit -> Dependencies -> Display All with Missing Dependencies.


If you are using an older version, you may not have these. If that is the case, update to the latest version.

After doing this, let us know your results.
Many people see what is. Some people see what can be, and make a difference.

Offline ScubbX

  • Newbie
  • *
  • Posts: 2
Re: Some apps don't start from On Demand menu
« Reply #22 on: April 07, 2010, 10:38:37 PM »
Concerning the Sylpheed_GTK1 problem:

I get the "illegal instruction" error when starting the gtk1-builds of Sylpheed and BonEcho.
The gtk1 version of Beaver is working flawlessly, so one can rule out a problem with gtk1 itself.

I did some research on the homepage mentioned in the description of BonEcho (gtk1) and apparently it was compiled on an i684-machine. (www.lamarelle.org/mo-zi-lla/mozilla.php
The computer I am using is an old 200MHZ Pentium, which corresponds to, as far as I know, i586.

Maybe this could be the problem? (and your problem, also?)

It would be really great, if these (gtk1) programs could be compiled in a manner, that old CPUs can make use of them.
Actually, since gtk1 programs perform significantly better on my device, it would be sad to have to use "newer"/slower software even when "older"/faster software exists but can't be used just because the system is too old for it.

By the way, TinyCoreLinux is a wonderful distribution, especially for older machines! (and I have tried many...)
Many compliments to the contributers!

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14815
Re: Some apps don't start from On Demand menu
« Reply #23 on: April 07, 2010, 11:18:24 PM »
compiling on an i686 machine shouldn't be a problem as long as the standard tc CFLAGS and CXXFLAGS are used to ensure i486 compatibility.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: Some apps don't start from On Demand menu
« Reply #24 on: April 07, 2010, 11:35:38 PM »
The Bonecho gtk1 build from lamarelle is i686.  I will look for a 586 or 486 build as the whole purpose of a gtk1 version is for older machines.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: Some apps don't start from On Demand menu
« Reply #25 on: April 07, 2010, 11:42:45 PM »
I can't find a bonecho gtk1 build other than the i686 from lamarelle, so I will try to build it as i486 compatible and gtk1.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: Some apps don't start from On Demand menu
« Reply #26 on: April 08, 2010, 01:49:26 AM »
Freetype errors have prevented building a gtk1 Bonecho package, and I don't have time to troubleshoot.  May try again later.

Offline ScubbX

  • Newbie
  • *
  • Posts: 2
Re: Some apps don't start from On Demand menu
« Reply #27 on: April 12, 2010, 05:35:06 PM »
Thank you for trying, Jason!

I have contacted the creator of the original package and he gracefully made a static bulid for i386. Here is the link:

http://www.lamarelle.org/firefox/2.0.0.20/i386-static/firefox-2.0.0.20.en-US.linux-i386-gtk1-static.2010-04-12.tar.bz2

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: Some apps don't start from On Demand menu
« Reply #28 on: April 12, 2010, 05:45:08 PM »
Great, I will update the extension with that one soon.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: Some apps don't start from On Demand menu
« Reply #29 on: April 12, 2010, 08:16:59 PM »
Ah, I see "No xft, No freetype2" is mentioned on the site, which would perhaps of allowed a build.  I had left all the configure options the same except for enabling gtk1 as I never actually built a gtk1 firefox.  At the very least this build saved a bit of time, am packaging it now.  Thanks for bringing up the need for a 386 build at their site.

« Last Edit: April 12, 2010, 08:35:55 PM by Jason W »