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 176836 - Remote build fails on LexYacc
Summary: Remote build fails on LexYacc
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: PC All
: P1 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-14 04:21 UTC by soldatov
Modified: 2009-11-19 05:38 UTC (History)
1 user (show)

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 soldatov 2009-11-14 04:21:35 UTC
Other interesting project with auto-generated files is LexYacc sample

Scenario:
- Create LexYacc sample
- Select some remote host
- Build
==> ok
- Clean and Build
==> build fails

mkdir -p build/Debug/SunStudio-Solaris-x86
cc   -c -g -o build/Debug/SunStudio-Solaris-x86/y.tab.o y.tab.c
"y.tab.c", line 1: warning: empty translation unit
unknown --> Job output
mkdir -p build/Debug/SunStudio-Solaris-x86
cc   -c -g -o build/Debug/SunStudio-Solaris-x86/lex.yy.o lex.yy.c
"token.l", line 34: undefined symbol: STOP
"token.l", line 36: undefined symbol: DIGIT
"token.l", line 37: undefined symbol: LOWERCASELETTER
"token.l", line 38: undefined symbol: UPPERCASELETTER
"token.l", line 39: undefined symbol: OTHER
cc: acomp failed for lex.yy.c
*** Error code 1
Comment 1 Alexander Pepin 2009-11-17 07:45:37 UTC
It looks like a regression as I remember LexYacc working some time ago while reviewing remote issues (bug #174881)
Comment 3 Quality Engineering 2009-11-19 03:30:27 UTC
Integrated into 'main-golden', will be available in build *200911190201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ce301b830123
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: removed/commented out unused stuff (fixing #176836 Remote build fails on LexYacc)
Comment 4 soldatov 2009-11-19 05:38:50 UTC
verified in 200911190201 build