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 231270 - pty doesn't work on some linuxes
Summary: pty doesn't work on some linuxes
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 7.3
Hardware: PC Linux
: P2 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-14 10:48 UTC by igor_nikiforov
Modified: 2013-06-19 10:08 UTC (History)
0 users

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 igor_nikiforov 2013-06-14 10:48:54 UTC
pty utility doesn't work on some 64 bit Linux systems (Andrew knows exact ones). This makes remote, terminal, tool collection detection, etc.
Comment 1 Andrew Krasny 2013-06-14 11:58:31 UTC
Indeed the problem is with the binary. It was compiled on a machine that produced binaries that cannot be started on other some x86_64 linux hosts...

There is no good solution so far. We have several options though:
- compile binaries on some other machine and update them in nb distro
- put zip with sources to a distribution so that people who faced with the problem could compile binaries themselves (and tell the IDE to use those binaries instead of it's own)
- make an infrastructure that will do such a compilation without user's interaction
Comment 2 Leonid Lenyashin 2013-06-14 13:21:27 UTC
is it reproducible in 7.4? If it is only for patching purpose and not seen in 7.4 then please put NO74 keyword here
Comment 3 Leonid Lenyashin 2013-06-14 13:22:03 UTC
is it reproducible in 7.4? If it is only for patching purpose and not seen in 7.4 then please put NO74 keyword here
Comment 4 Andrew Krasny 2013-06-17 10:08:23 UTC
It appeared that mentioned Linux machines are very old and (looks like) the problem is in linking with some system libraries.. 
In any case binaries were re-built and tested on several Linux'es.
Comment 5 Andrew Krasny 2013-06-17 10:09:06 UTC
https://hg.netbeans.org/cnd-main/rev/e3fa4937d57f
Comment 6 Quality Engineering 2013-06-18 14:50:20 UTC
Integrated into 'main-golden', will be available in build *201306181109* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e3fa4937d57f
User: Andrew Krasny <akrasny@netbeans.org>
Log: Bug #231270 - pty doesn't work on some linuxes