Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74036 - app-admin/torsmo doesn't work.
Summary: app-admin/torsmo doesn't work.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-10 14:28 UTC by Nuno Alexandre
Modified: 2004-12-31 15:33 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nuno Alexandre 2004-12-10 14:28:47 UTC
torsmo doesnt show any system info in the desktop.
a strace shows:

select(7, [6], NULL, NULL, {3, 335356}) = ? ERESTARTNOHAND (To be restarted)
--- SIGWINCH (Window changed) @ 0 (0) ---
select(7, [6], NULL, NULL, {2, 890000}) = ? ERESTARTNOHAND (To be restarted)
--- SIGWINCH (Window changed) @ 0 (0) ---
select(7, [6], NULL, NULL, {2, 853000}) = ? ERESTARTNOHAND (To be restarted)

etc.. lots of equal lines ..

and then it loops on this one:
read(6, "\f\r[\20X\0\0\0\240\0\361\1\225\0\302\0\0\0\242\0\0\0\0"..., 32) = 32
ioctl(6, FIONREAD, [0])                 = 0
write(6, ";\3\5\0\2\0\240\0\0\0\0\0\240\0\361\1\225\0\302\0:\1\4"..., 1756) = 1756
ioctl(6, FIONREAD, [0])                 = 0
select(7, [6], NULL, NULL, {4, 631751}) = 0 (Timeout)

running from a terminal says:
[~] torsmo
torsmo: drawing to root window

and just hangs there .. but no sysinfo whatsoever anywhere.

Tested in fluxbox and FVWM.


Reproducible: Always
Steps to Reproduce:
1.emerge sync
2.emerge torsmo
3.torsmo

Actual Results:  
nothing

Expected Results:  
system info in the desktop

System uname: 2.6.9-ck3 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.6.7
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5,sys-devel/autoconf-2.13
Automake:
sys-devel/automake-1.8.5-r1,sys-devel/automake-1.8.5-r2,sys-devel/automake-1.4_p6,sys-devel/automake-1.6.3,sys-devel/automake-1.7.9,sys-devel/automake-1.9.3
Binutils: sys-devel/binutils-2.15.92.0.2-r1,sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe"
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2004-12-10 15:55:47 UTC
which ebuild, exactly?
Comment 2 Nuno Alexandre 2004-12-16 13:02:01 UTC
ebuild version 0.17
Comment 3 Florian Huber 2004-12-25 12:47:51 UTC
Can confirm this. (fluxbox, torsmo 0.17-r1 ebuild)

$ emerge info
Portage 2.0.51-r8 (default-linux/amd64/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.10-rc3-bk16 x86_64)
=================================================================
System uname: 2.6.10-rc3-bk16 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.8
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Nov  5 2004, 22:40:28)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.3
sys-devel/binutils:  2.15.92.0.2-r1, 2.15.90.0.1.1-r3
sys-devel/libtool:   1.5.10-r2
virtual/os-headers:  2.6.8.1-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe"
Comment 4 Florian Huber 2004-12-25 12:51:31 UTC
strace output looks sane for me, but no output.

...
sysinfo({uptime=39084, loads=[141888, 146688, 122784] totalram=1050939392, freeram=92037120, sharedram=0, bufferram
   1404 lseek(5, 0, SEEK_SET)                   = 0
   1405 read(5, "cpu  404281 112619 129060 320834"..., 1024) = 709
...
Comment 5 Florian Huber 2004-12-25 13:52:11 UTC
This fixes the problem for me:
http://sourceforge.net/tracker/index.php?func=detail&aid=1087205&group_id=108594&atid=650929
Comment 6 Daniel Black (RETIRED) gentoo-dev 2004-12-27 04:44:34 UTC
version 0.18 added. Please see if this fixes the problem for you. If not I'll put in a version without the code fragments described in the sourceforge bug.
Comment 7 Aaron Gyes 2004-12-31 13:10:45 UTC
.18 and cvs is broken for me on AMD64.
Comment 8 Daniel Black (RETIRED) gentoo-dev 2004-12-31 14:39:13 UTC
torsmo-0.18-r1 added with patch from sourceforge. Please confirm that it works.
Comment 9 Daniel Black (RETIRED) gentoo-dev 2004-12-31 14:40:43 UTC
Floam, Florian - can you please check 0.18-r1.
Comment 10 Aaron Gyes 2004-12-31 15:33:16 UTC
it works here.