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 - unable to compile a midl code getting error as glibc 2.4 not found while preverfying
Summary: unable to compile a midl code getting error as glibc 2.4 not found while prev...
Status: RESOLVED DUPLICATE of bug 107633
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: Sun Linux
: P1 blocker (vote)
Assignee: issues@mobility
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-05 12:58 UTC by akila
Modified: 2007-11-05 14:15 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 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 ***