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 254518 - Missing gnu/stubs-soft.h during build/compilation by gnu c/c++ 4.9
Summary: Missing gnu/stubs-soft.h during build/compilation by gnu c/c++ 4.9
Status: RESOLVED DUPLICATE of bug 245243
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 8.0.2
Hardware: Other Linux
: P2 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-19 15:36 UTC by GeorgN
Modified: 2015-08-20 10:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (50.03 KB, text/plain)
2015-08-19 15:36 UTC, GeorgN
Details

Note You need to log in before you can comment on or make changes to this bug.
Description GeorgN 2015-08-19 15:36:39 UTC
Product Version = NetBeans IDE 8.0.2 (Build 201411181905)
Operating System = Linux version 3.18.0-25-rpi2 running on arm
Java; VM; Vendor = 1.8.0_51
Runtime = Java HotSpot(TM) Client VM 25.51-b07

The build process of the enclosed c/c++ demo program welcome ends with following output:
      Cannot run program "/tmp/dlight_georg/54ca4b67/1981919695/pty": error=2, Datei oder Verzeichnis nicht gefunden
      BUILD FAILED (exit value -2, total time: 236ms)

Tracking back all the dependencies of libs, classes and resolving variables shows that "gnu/stubs-soft.h" is missing.

I'm using gnu c/c++ compiler 4.9 with arm-linux-gnueabihf. Frontend of my Ubuntu is Mate.

It would be great to get some suggestions for solving that issue. Thank you very much in advance!

Best regards, Georg
Comment 1 GeorgN 2015-08-19 15:36:45 UTC
Created attachment 155460 [details]
IDE log
Comment 2 GeorgN 2015-08-19 15:47:27 UTC
That will be not an issue at an Ubuntu 14.04 LTS 32bit environment with the same IDE and GNU-Compiler configuration running on a lenovo laptop.
Comment 3 Jiri Kovalsky 2015-08-19 16:11:58 UTC
CND guys, can you please investigate this? Thanks.
Comment 4 Vladimir Kvashin 2015-08-20 10:43:30 UTC
This is fixed in 8.1 beta.

*** This bug has been marked as a duplicate of bug 245243 ***