This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 107633 - preverify1.1 compiled against GLIBC_2.4 not working under Debian stable
Summary: preverify1.1 compiled against GLIBC_2.4 not working under Debian stable
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: luky
URL:
Keywords:
: 112593 121177 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-06-21 14:06 UTC by ubralod
Modified: 2007-11-22 18:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ubralod 2007-06-21 14:06:45 UTC
Hello,

I have installed Mobility Pack on my debian stable workstation (libc6 2.3.6.ds1-13) today and tried to build my first ME
application according to step by step guide from netbeans homepage. Build failed and below is the reason:

$ ldd preverify1.1
./preverify1.1: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by ./preverify1.1)
        linux-gate.so.1 =>  (0xffffe000)
        libXt.so.6 => /usr/lib/libXt.so.6 (0xb7f67000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0xb7e7b000)
        libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7e55000)
        libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0xb7e3f000)
        libICE.so.6 => /usr/lib/libICE.so.6 (0xb7e27000)
        libSM.so.6 => /usr/lib/libSM.so.6 (0xb7e1e000)
        libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7e0c000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7d27000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7bf5000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0xb7bf2000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7bed000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7be9000)
        /lib/ld-linux.so.2 (0xb7fc7000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7bde000)

Perhaps there is another version with valid version for my platform?
Comment 1 luky 2007-06-21 15:01:38 UTC
Yes, we are aware of this problem, unfortunatelly there is not any simple solution as we are not owners (developeres) 
of preverify :( 
So possible solution
1) Supported platform is Ubuntu - it works there. It should work with RedHat as well
2) install glibc2.4 can be painfull but probab1y easiest solution for you
3) Wait till new preverify is done - we will request build with static linking to avoid such problems in next 
releases. However it is not problably going help you right now :(
Comment 2 luky 2007-07-30 13:52:09 UTC
Reproted to WTK team
Comment 3 Lukas Hasik 2007-07-30 14:14:09 UTC
reported to WTK team as bug #6586772
Comment 4 Lukas Hasik 2007-08-13 09:17:50 UTC
message from WTK - Fix Delivered -> I'm marking issue as fixed

The problem is caused by the new version of gcc (gcc 4.1 from ubuntu 6.10), which by default compiles with stack
protector feature. This feature was introduced in glibc 2.4.

->we can expect that it will work in next version of the WTK (>2.5.1), that should be bundled with 6.0 version of
Mobility Pack. Please verify in the final release when it will be available.
Comment 5 Lukas Hasik 2007-08-13 10:57:17 UTC
*** Issue 112593 has been marked as a duplicate of this issue. ***
Comment 6 Lukas Hasik 2007-10-26 09:28:01 UTC
the wtk2.5.2 is available for download. It is also bundled with NB Mobility 6.0.

ubralod:
Please, verify that it works in your Debian OS. Thank you.
Comment 7 Lukas Hasik 2007-11-05 14:15:32 UTC
*** Issue 121177 has been marked as a duplicate of this issue. ***
Comment 8 Lukas Hasik 2007-11-22 18:25:02 UTC
v