WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: failed in waitforx - new wm - tc5.4 good - core6.1 & 6.3 bad  (Read 4959 times)

Offline ttz

  • Jr. Member
  • **
  • Posts: 82
failed in waitforx - new wm - tc5.4 good - core6.1 & 6.3 bad
« on: January 05, 2016, 01:38:51 PM »
hope i can get some help with waitforX problem.

made tcz for ratpoison wm. all well with tinycore 5.4 but not with core(not tc) 6.1& 6.3

with core 6.1 & 6.3 i get: failed in waitforX

i've tried haplessly. i searched forum for "waitforX":

http://forum.tinycorelinux.net/index.php/topic,15950.msg94051.html#msg94051
http://forum.tinycorelinux.net/index.php/topic,8284.msg44772.html#msg44772
http://forum.tinycorelinux.net/index.php/topic,6326.msg44618.html#msg44618

i've tried adding fltk and fluxbox in hopes that would fill in some blank (that gave me same failure - no fluxbox on starx - same fail). i've tried using 'sleep=10" as per/variation of above. i've looked at my onboot.lst and /optional in 5.4 for reference and tried to ensure i have equiv in 6.1 & 6.3. (using xorg, Xlibs... not xvesa).

ideas? please.

footnote: i created new tcz for each of 5.4, 6.1, 6.3
« Last Edit: January 05, 2016, 01:47:03 PM by ttz »

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: failed in waitforx - new wm - tc5.4 good - core6.1 & 6.3 bad
« Reply #1 on: January 05, 2016, 03:37:01 PM »
Stab in the dark, best first guess did you recompile for TC6 (not just TC5)?

What are ratpoison's dependencies? Run  ldd ratpoison_executable  against the executable.

Most WM need a startup script, see other WM for examples.

Offline ttz

  • Jr. Member
  • **
  • Posts: 82
Re: failed in waitforx - new wm - tc5.4 good - core6.1 & 6.3 bad
« Reply #2 on: January 05, 2016, 03:48:43 PM »
Quote
did you recompile for TC6 (not just TC5)?

Quote
footnote: i created new tcz for each of 5.4, 6.1, 6.3

Quote
What are ratpoison's dependencies?

to my thinking, if tcz build succeeded on 5.4, 6.1, 6.3 && worked on tc 5.4, deps must have been handled(?). yes?

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: failed in waitforx - new wm - tc5.4 good - core6.1 & 6.3 bad
« Reply #3 on: January 05, 2016, 04:08:40 PM »
Ratpoison was previously built for TC4, only dependency listed Xorg-7.6-lib.tcz.

For TC 6 ratpoison, you have Xorg-7.7-lib.tcz dependency?

Otherwise see if old build notes help.

Edit: Clarity helps.
Creating a new .tcz does not necessarily mean it was re-compiled.

Also see if anything in Xorg log.
« Last Edit: January 05, 2016, 04:12:03 PM by nitram »

Offline ttz

  • Jr. Member
  • **
  • Posts: 82
Re: failed in waitforx - new wm - tc5.4 good - core6.1 & 6.3 bad
« Reply #4 on: January 05, 2016, 04:20:19 PM »
@nitram

Quote
Edit: Clarity helps.
Creating a new .tcz does not necessarily mean it was re-compiled.

this seems strange to me; is new view. to create tcz, to me, implies i compiled anew.

seriously(!), thanks for your time ;D

Offline ttz

  • Jr. Member
  • **
  • Posts: 82
Re: failed in waitforx - new wm - tc5.4 good - core6.1 & 6.3 bad
« Reply #5 on: January 06, 2016, 11:56:43 AM »
i just set up ratpoison in tinycore 6.4 - no problems. there must be something i don't know about doing things like this in core - perhaps tinycore is providing something that i don't realize.

i'll try more, but still hope for some direction/hints here.

thank you

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: failed in waitforx - new wm - tc5.4 good - core6.1 & 6.3 bad
« Reply #6 on: January 06, 2016, 12:23:52 PM »
As nitram said
Most WM need a startup script, see other WM for examples.

Do you have something similar to this in your extension?

/usr/local/tce.installed/ratpoison
Code: [Select]
echo "ratpoison" > /etc/sysconfig/desktop

This is needed in order for  startx  to set the $DESKTOP variable which will be executed by  ~/.xsession .

http://wiki.tinycorelinux.net/wiki:creating_extensions#adding_custom_startup_scripts
Download a copy and keep it handy: Core book ;)

Offline ttz

  • Jr. Member
  • **
  • Posts: 82
Re: failed in waitforx - new wm - tc5.4 good - core6.1 & 6.3 bad
« Reply #7 on: January 07, 2016, 12:18:10 PM »
checked /usr/local/tce.installed/ratpoison & /etc/sysconfig/desktop on tinycore 5.4, core 6.3, core 6.4.1 - all the same. i've only succeeded in tc 5.4.

however, last night and today i've failed with alsa as well on tc & core 6.4.1. i had no problem with this in at least 3 sticks w/ tc 5.4. something is wrong and it must be me.

the right thing to do is to let this issue die for now and start from scratch with tc/core just to get alsa - a different and easier problem since i don't have to build anything.

thanks to nitram & Misalf.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11256
Re: failed in waitforx - new wm - tc5.4 good - core6.1 & 6.3 bad
« Reply #8 on: January 07, 2016, 01:19:32 PM »

Offline ttz

  • Jr. Member
  • **
  • Posts: 82
Re: failed in waitforx - new wm - tc5.4 good - core6.1 & 6.3 bad
« Reply #9 on: January 07, 2016, 01:45:14 PM »
@Rich

yes, i've read that post but I did not really catch what gerald_clark wrote. i don't recall checking that i had topside or xsetup, for example.

but, since i'm failing with alsa (no building rqrd), i have to step down from this problem.

Thank you, sir.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: failed in waitforx - new wm - tc5.4 good - core6.1 & 6.3 bad
« Reply #10 on: January 07, 2016, 06:17:51 PM »
You should only need  "alsa-config.tcz " installed in "onboot.lst" to get alsa to work in tc-6.x