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 182377 - Failed Tests Build
Summary: Failed Tests Build
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Solaris
: P2 normal (vote)
Assignee: nnnnnk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-19 14:07 UTC by Vladimir Voskresensky
Modified: 2010-03-19 21:48 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 Vladimir Voskresensky 2010-03-19 14:07:13 UTC
/usr/sfw/bin/gmake -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
gmake[1]: Entering directory `/home/vv159170/NetBeansProjects/CppApplication_7'
/usr/sfw/bin/gmake  -f nbproject/Makefile-Debug.mk dist/Debug/GNU-Solaris-x86/cppapplication_7
gmake[2]: Entering directory `/home/vv159170/NetBeansProjects/CppApplication_7'
gmake[2]: `dist/Debug/GNU-Solaris-x86/cppapplication_7' is up to date.
gmake[2]: Leaving directory `/home/vv159170/NetBeansProjects/CppApplication_7'
gmake[1]: Leaving directory `/home/vv159170/NetBeansProjects/CppApplication_7'
/usr/sfw/bin/gmake -f nbproject/Makefile-Debug.mk SUBPROJECTS= .build-tests-conf
gmake[1]: Entering directory `/home/vv159170/NetBeansProjects/CppApplication_7'
/usr/sfw/bin/gmake  -f nbproject/Makefile-Debug.mk dist/Debug/GNU-Solaris-x86/cppapplication_7
gmake[2]: Entering directory `/home/vv159170/NetBeansProjects/CppApplication_7'
gmake[2]: `dist/Debug/GNU-Solaris-x86/cppapplication_7' is up to date.
gmake[2]: Leaving directory `/home/vv159170/NetBeansProjects/CppApplication_7'
mkdir -p build/Debug/GNU-Solaris-x86/tests
rm -f build/Debug/GNU-Solaris-x86/tests/newCSimpleTest.o.d
gcc    -c -g -MMD -MP -MF build/Debug/GNU-Solaris-x86/tests/newCSimpleTest.o.d -o build/Debug/GNU-Solaris-x86/tests/newCSimpleTest.o newCSimpleTest.c
mkdir -p build/Debug/GNU-Solaris-x86
mkdir -p build/Debug/GNU-Solaris-x86/tests/TestFiles
g++     -o build/Debug/GNU-Solaris-x86/tests/TestFiles/f1 build/Debug/GNU-Solaris-x86/tests/newCSimpleTest.o build/Debug/GNU-Solaris-x86/main_nomain.o  -lcppunit -lcunit 
gmake[1]: Leaving directory `/home/vv159170/NetBeansProjects/CppApplication_7'
ld: fatal: library -lcppunit: not found
ld: fatal: library -lcunit: not found
ld: fatal: File processing errors. No output written to build/Debug/GNU-Solaris-x86/tests/TestFiles/f1
collect2: ld returned 1 exit status
gmake[1]: *** [build/Debug/GNU-Solaris-x86/tests/TestFiles/f1] Error 1
gmake: *** [.build-tests-impl] Error 2
Comment 1 Vladimir Voskresensky 2010-03-19 21:48:48 UTC
http://hg.netbeans.org/cnd-main?cmd=changeset;node=1148863582c0