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 256099 - unbuffer library is not supported for sparc-Linux
Summary: unbuffer library is not supported for sparc-Linux
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 8.1
Hardware: Sun Linux
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-22 11:53 UTC by Maria Tishkova
Modified: 2016-03-16 08:12 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 Maria Tishkova 2015-10-22 11:53:10 UTC
in native execution UnbufferSupport class is responsible for adding to the env correct LD_LIBRARY_PATH and LD_PRELOAD. for the remote case it should upload  unbuffer library to the remote host. Current implementation works for linux x86 and only if you have 32-bit folder
Comment 1 Maria Tishkova 2015-10-22 12:37:19 UTC
fixed in enum
changeset:   303596:eff9b6ec4f83
branch:      release81
tag:         tip
user:        Maria Dalmatova <mromashova@netbeans.org>
date:        Thu Oct 22 15:36:14 2015 +0300
summary:     fixed iz#25
Comment 2 Quality Engineering 2015-10-29 02:22:04 UTC
Integrated into 'main-silver', will be available in build *201510290002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7ab8cd83b081
User: Maria Dalmatova <mromashova@netbeans.org>
Log: fixed iz#256099 - unbuffer library is not supported for sparc-Linux
(transplanted from eff9b6ec4f837aa3f87e21f1d9d5146a999a3837)
Comment 3 Alexander Simon 2015-11-09 09:39:26 UTC
Fix broke other platforms.
Comment 4 Alexander Simon 2015-11-09 09:44:08 UTC
additional fix in enum, change set:
20cdc3f9778d
Comment 5 Quality Engineering 2015-11-10 02:32:42 UTC
Integrated into 'main-silver', will be available in build *201511100002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/eb65474ede27
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #256099 unbuffer library is not supported for sparc-Linux
- additional fix for other platforms
(transplanted from 20cdc3f9778d49da0d29bca17f77ee0b937d8cb1)
Comment 6 soldatov 2015-11-19 11:06:18 UTC
CR_21848022 and CR_22162969 are fixed. Verified in Oracle Solaris Studio IDE.