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 121177

Summary: unable to compile a midl code getting error as glibc 2.4 not found while preverfying
Product: javame Reporter: akila <akila>
Component: -- Other --Assignee: issues@mobility <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: ttran
Priority: P1    
Version: 5.x   
Hardware: Sun   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description akila 2007-11-05 12:58:54 UTC
i am not able to compile my midl code in netbean 5.5.1 Mobility pack.
i am getting the following error,



Building jar: /home/user/MyHello/build/before-obfuscation.jar
Copying jar file (/home/user/MyHello/build/before-obfuscation.jar) to /home/user/MyHello/build/obfuscated.jar.
Created dir: /home/user/MyHello/build/obfuscated
Expanding: /home/user/MyHello/build/obfuscated.jar into /home/user/MyHello/build/obfuscated
post-obfuscate:
pre-preverify:
preverify:
Created dir: /home/user/MyHello/build/preverified
Preverifying 6 file(s) into /home/user/MyHello/build/preverified directory.
/home/user/.netbeans/5.5.1/emulators/wtk251-lin/emulator/bin/preverify1.1: /lib/tls/libc.so.6: version `GLIBC_2.4' not
found (required by /home/user/.netbeans/5.5.1/emulators/wtk251-lin/emulator/bin/preverify1.1)
/home/user/MyHello/nbproject/build-impl.xml:269: Preverification failed with error code 1.
BUILD FAILED (total time: 1 second)
Comment 1 Lukas Hasik 2007-11-05 14:15:32 UTC
unfortunatelly, this is known issue of WTK 2.5.1. It has been reported as issue 107633. The problem was fixed by WTK
team in WTK release 2.5.2 - http://java.sun.com/products/sjwtoolkit/download.html This one should work in your
enviroment with NB 5.5.1

thank you for the report

*** This issue has been marked as a duplicate of 107633 ***