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 - Allow using remote terminal on arm if the appropriate binary exists
Summary: Allow using remote terminal on arm if the appropriate binary exists
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-15 18:18 UTC by Vladimir Kvashin
Modified: 2016-02-04 18:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
binary files for Raspberry Pi 2 + latest Raspbian (23.48 KB, application/octet-stream)
2016-02-04 18:15 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
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