Issue 3398 - Setup hangs after the status bar
Summary: Setup hangs after the status bar
Status: CLOSED DUPLICATE of issue 3482
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: 642
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: sander_traveling
QA Contact: issues@installation
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-08 01:18 UTC by oldfield
Modified: 2003-03-11 18:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
screen capture, the setup software hangs (85.22 KB, image/jpeg)
2002-03-08 01:20 UTC, oldfield
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description oldfield 2002-03-08 01:18:19 UTC
After typing setup, the status bar goes from empty to full,
and then it disappears for a while.  After that, the setup
window pops up, but it hangs right there.

-- console --
[root@support normal]# ./setup 
glibc version: 2.2.2

-- screen capture follows --
Comment 1 oldfield 2002-03-08 01:20:37 UTC
Created attachment 1177 [details]
screen capture, the setup software hangs
Comment 2 oldfield 2002-03-08 01:21:56 UTC
It is checked out by the tag OO642B and also OpenOffice642.  Why
there're two versions is that, I tried another one in case if it's not
compilable.
Comment 3 Olaf Felka 2002-03-08 09:21:48 UTC
I can't reproduce this problem: no matter where my KDE was kicked to,
OOo642b/c setup is staring and installed OOo works on my Suse 7.3.
Your screenshot gives me the impression that there might be problem
with your graphic device. Please tell me more about your hardware and
system configuration:
- distribution
- kernel version
- graphic device
- disk space
Do you have the same problem with OOo642 english version?
Comment 4 oldfield 2002-03-11 01:42:55 UTC
I'm using a locally developed distribution, basically derived from the
latest RedHat I suppose... :)

glibc 2.2.2
kernel: 2.4.18-pre3-ac2
XFree86: 4.1.0.1
Disk space: plenty
Filesystem           1k-blocks      Used Available Use% Mounted on
/dev/sda5             20641788  14733144   4860004  76% /
/dev/sda1                69973     11443     54917  18% /boot
/dev/sda7             14302464   6852128   6723800  51% /extra
same problem for English, and also all other languages.
Comment 5 oldfield 2002-03-11 02:38:23 UTC
I've tested with the binary of 642 from the latest download site, no
problem at all, I can install.

Maybe I shall recompile my own localized copy again from the latest
source download.
Comment 6 oldfield 2002-03-12 02:17:36 UTC
I have recompiled 642 using the latest source available from the
website.  Finally, I cannot create a working localized installation
set, the same problem appears.

I met similar problems during compilation, will post the problems and
my dirty fix in next "comments" for reference.

Here's the few lines I got using "strace setup":
--

munmap(0x40028000, 4096)                = 0
chmod("/tmp/sv001.tmp/setup.bin", 0700) = 0
chmod("/tmp/sv001.tmp/sopatchlevel.sh", 0700) = 0
chmod("/tmp/sv001.tmp/sorev", 0700)     = -1 ENOENT (No such file or
directory)
chmod("/tmp/sv001.tmp/setup", 0700)     = 0
open("/tmp/sv001.tmp", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 6
fstat64(6, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
fcntl64(6, F_SETFD, FD_CLOEXEC)         = 0
getdents64(6, /* 64 entries */, 4096)   = 2384
symlink("/tmp/sv001.tmp/libstore.so.3.0.1",
"/tmp/sv001.tmp/libstore.so.3") = 0
symlink("/tmp/sv001.tmp/libreg.so.3.0.1",
"/tmp/sv001.tmp/libreg.so.3") = 0
symlink("/tmp/sv001.tmp/libsal.so.3.0.1",
"/tmp/sv001.tmp/libsal.so.3") = 0
symlink("/tmp/sv001.tmp/libcppu.so.3.0.1",
"/tmp/sv001.tmp/libcppu.so.3") = 0
getdents64(6, /* 0 entries */, 4096)    = 0
close(6)                                = 0
ioctl(3, FIONREAD, [0])                 = 0
write(3, "\31\0\v\0\4\0\340\2\0\0\0\0! \0\0\4\0\340\2\3\0\0\0\3\0"...,
44) = 44
read(3, 0xbfffe000, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
select(4, [3], NULL, NULL, NULL)        = 1 (in [3])
read(3, "\241 \340\10\4\0\340\2\3\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0"...,
32) = 32
ioctl(3, FIONREAD, [0])                 = 0
write(3, "\n\0\2\0\4\0\340\2\31\0\v\0\4\0\340\2\0\0\0\0! \0\0\4\0"...,
52) = 52
read(3, 0xbfffe000, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
select(4, [3], NULL, NULL, NULL)        = 1 (in [3])
read(3, "\241 \342\10\4\0\340\2\4\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0"...,
32) = 32
chdir("/extra/oo_642_src/instsetoo/unxlngi3.pro/01/normal") = 0
fork()                                  = 18302
wait4(18302, 
 <unfinished ...>
Comment 7 oldfield 2002-03-12 02:23:40 UTC
1. Bootstrap finished without any problem
2. The first problem is:

/extra/oo_642_src/tools/source/datetime/ttime.cxx:496: `CLK_TCK'
undeclared
   (first use this function)
/extra/oo_642_src/tools/source/datetime/ttime.cxx:496: (Each undeclared 
   identifier is reported only once for each function it appears in.)
dmake:  Error code 1, while making '../../unxlngi3.pro/obj/ttime.obj'
---* TG_SLO.MK *---

And I add  #define CLK_TCK CLOCKS_PER_SEC

to solve the problem...

3. the next problem is:

/extra/oo_642_src/tools/source/memmgr/memmgr.cxx: In function `void (*
   std::set_new_handler(void (*)()))()':
/extra/oo_642_src/tools/source/memmgr/memmgr.cxx:125: declaration of
`void (*
   std::set_new_handler(void (*)()))() throw ()' throws different
exceptions std::set_new_handler(void (*)()))()'
dmake:  Error code 1, while making '../../unxlngi3.pro/obj/memmgr.obj'
---* TG_SLO.MK *---

ERROR: Error 65280 occurred while making
/extra/oo_642_src/tools/source/memmgr
dmake:  Error code 1, while making 'build_all'

-- I removed the "throw" to make it match.

4. Then, I got:

/usr/local/gcc3/include/g++-v3/new:62: than previous declaration `void
(*/extra/oo_642_src/vcl/unx/source/app/i18n_im.cxx: In member function
`int
   SalI18N_InputMethod::CreateMethod(Display*)':
/extra/oo_642_src/vcl/unx/source/app/i18n_im.cxx:510: `XSetIMValues'
undeclared
   (first use this function)
/extra/oo_642_src/vcl/unx/source/app/i18n_im.cxx:510: (Each undeclared
   identifier is reported only once for each function it appears in.)
dmake:  Error code 1, while making '../../../unxlngi3.pro/slo/i18n_im.obj'
---* TG_SLO.MK *---

ERROR: Error 65280 occurred while making
/extra/oo_642_src/vcl/unx/source/app
dmake:  Error code 1, while making 'build_all'

-- I think removed the #ifdef SOLARLIS and #endif
pairs to make sure XSetIMValues is defined.

5. and I manually moved libstlport_gcc.so to solver.

Any hint?
Comment 8 oldfield 2002-03-12 07:03:56 UTC
Further investigation reveals that it does NOT hang actually, but
instead it's the screen which does not refresh itself.

I press ENTER several time and it *seems* that the installation
proceeds, but the whole setup process does not finish after more 120
minutes.  

Files are copied and expanded, but incomplete.  And it seems that the
process never ends.
Comment 9 Olaf Felka 2002-03-12 08:24:15 UTC
Hi Sander,
the downloaded version is running but the self compiled not. It looks
like a build problem.
Comment 10 oldfield 2002-03-14 01:55:36 UTC
I scan thru my compilation log, and I found an error:

What's the command "u"? 



/extra/oo_642_src/sysui/unix/office/cde
------------------------------
Making: ../../../unxlngi3.pro/misc/cdeint.dpz
u ../../../unxlngi3.pro/bin/cdegroup.zip "icons/001*.xpm"
"icons/016*.xpm" "ico
ns/017*.xpm" "icons/500*.xpm" "icons/501*.xpm" -x "*CVS*" >>
../../../unxlngi3.
pro/misc/cdeint.cde.cdegroup.dpzz
u: Command not found.
u ../../../unxlngi3.pro/bin/cdewriter.zip "icons/002*.xpm"
"icons/003*.xpm" "ic
ons/011*.xpm" "icons/012*.xpm" "icons/014*.xpm" "icons/015*.xpm" -x
"*CVS*" >> 
../../../unxlngi3.pro/misc/cdeint.cde.cdewriter.dpzz
u: Command not found.
u ../../../unxlngi3.pro/bin/cdecalc.zip "icons/004*.xpm"
"icons/005*.xpm" "icon
s/013*.xpm" -x "*CVS*" >>
../../../unxlngi3.pro/misc/cdeint.cde.cdecalc.dpzz
u: Command not found.
u ../../../unxlngi3.pro/bin/cdedraw.zip "icons/006*.xpm"
"icons/007*.xpm" -x "*
CVS*" >> ../../../unxlngi3.pro/misc/cdeint.cde.cdedraw.dpzz
u: Command not found.
u ../../../unxlngi3.pro/bin/cdeimpress.zip "icons/008*.xpm"
"icons/009*.xpm" "i
cons/010*.xpm" -x "*CVS*" >>
../../../unxlngi3.pro/misc/cdeint.cde.cdeimpress.d
pzz
u: Command not found.
Comment 11 oldfield 2002-03-15 01:42:11 UTC
I think this issue might be related to issue 3482.
Comment 12 oldfield 2002-03-18 01:39:43 UTC
The patch given in issue 3482 solves the problem.

*** This issue has been marked as a duplicate of 3482 ***
Comment 13 michael.bemmer 2003-03-11 17:31:35 UTC
As mentioned on the qa dev list on March 5th I will close all resolved duplicate
issues. Please see this posting for details. First step in IssueZilla is
unfortunately to set them to verified.
Comment 14 michael.bemmer 2003-03-11 17:59:59 UTC
As mentioned on the qa dev list on March 5th I will close all resolved duplicate
issues. Please see this posting for details. 
Comment 15 michael.bemmer 2003-03-11 18:00:54 UTC
As mentioned on the qa dev list on March 5th I will close all resolved duplicate
issues. Please see this posting for details.