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

Summary: Remote build fails on LexYacc
Product: cnd Reporter: soldatov <soldatov>
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: VERIFIED FIXED    
Severity: normal CC: apepin
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

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