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 257593

Summary: Allow using remote terminal on arm if the appropriate binary exists
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: binary files for Raspberry Pi 2 + latest Raspbian

Description Vladimir Kvashin 2016-01-15 18:18:44 UTC
A while ago terminal support for arms was dropped because I don't have a park of arm machines to build on and test against. But lots of users request this feature and are ready to build binaries themselves.

So it should be possible that if user
- builds binaries for arm
- places it into standard place (ide/bin/nativeexecution/Linux-arm subdirectory of NetBeans installation)
- adds a special command line option (-J-Dcnd.pty.arm.support=true)

terminal works for Linux on arm
Comment 1 Vladimir Kvashin 2016-01-15 19:48:07 UTC
fixed on enum:
fbf335a60ea2

Please don't forget to

- place binaries in $NB/ide/bin/nativeexecution/Linux-arm 

- specify -J-Dcnd.pty.arm.support=true option on command line or in $NB/etc/netbeans.conf 

(where $NB is netbeans installation directory)
Comment 2 Quality Engineering 2016-01-18 03:05:04 UTC
Integrated into 'main-silver', will be available in build *201601180002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/27cf1ded9d15
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #257593 - Allow using remote terminal on arm if the appropriate binary exists
(transplanted from fbf335a60ea2b4de756860d97315fb80db8a2549)
Comment 3 ilia 2016-01-27 14:50:17 UTC
  Fixes of this bug:
    http://hg.netbeans.org/releases/rev/fbf335a60ea2
Comment 4 soldatov 2016-02-04 15:22:01 UTC
I will check such steps:
- clone hg.netbeans.org/releases
- copy dlight.nativeexecution directory to ARM machine
- cd tools
- sh ./buildall.sh
- copy all executables from buildall to netbeans-8.1/ide/bin/nativeexecution/Linux-arm folder
- launch NetBeans with -J-Dcnd.pty.arm.support=true
Comment 5 soldatov 2016-02-04 18:15:33 UTC
Created attachment 158377 [details]
binary files for Raspberry Pi 2 + latest Raspbian
Comment 6 soldatov 2016-02-04 18:16:13 UTC
Verified in NetBeans 8.1 patch1