Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15927 - CUnit Ebuild fails to build
Summary: CUnit Ebuild fails to build
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on: 19591
Blocks:
  Show dependency tree
 
Reported: 2003-02-18 10:31 UTC by Sloan Poe
Modified: 2003-05-15 10:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sloan Poe 2003-02-18 10:31:12 UTC
The CUnit ebuild fails during compile.  See output below. 

Reproducible: Always
Steps to Reproduce:
 
Actual Results:  
gcc -DPACKAGE=\"CUnit\" -DVERSION=\"1.0-6\" -DHAVE_LIBC=1 -DHAVE_LIBNCURSES=1 
-DSTDC_HEADERS=1 -DHAVE_ASSERT_H=1 -DHAVE_CTYPE_H=1 -DHAVE_CURSES_H=1 
-DHAVE_MATH_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1  -I. -I.      
-DRELEASE=6 -Wall -I/var/tmp/portage/cunit-1.0.0.6/work/CUnit-1.0-6/CUnit/Headers -g -c 
Automated.c 
rm -f libcunitautomated.a 
ar cru libcunitautomated.a Automated.o 
ranlib libcunitautomated.a 
make[3]: Leaving directory 
`/var/tmp/portage/cunit-1.0.0.6/work/CUnit-1.0-6/CUnit/Sources/Automated' 
Making all in Console 
make[3]: Entering directory 
`/var/tmp/portage/cunit-1.0.0.6/work/CUnit-1.0-6/CUnit/Sources/Console' 
gcc -DPACKAGE=\"CUnit\" -DVERSION=\"1.0-6\" -DHAVE_LIBC=1 -DHAVE_LIBNCURSES=1 
-DSTDC_HEADERS=1 -DHAVE_ASSERT_H=1 -DHAVE_CTYPE_H=1 -DHAVE_CURSES_H=1 
-DHAVE_MATH_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1  -I. -I.      
-DRELEASE=6 -Wall -I/var/tmp/portage/cunit-1.0.0.6/work/CUnit-1.0-6/CUnit/Headers -g -c 
Console.c 
rm -f libcunitconsole.a 
ar cru libcunitconsole.a Console.o 
ranlib libcunitconsole.a 
make[3]: Leaving directory 
`/var/tmp/portage/cunit-1.0.0.6/work/CUnit-1.0-6/CUnit/Sources/Console' 
Making all in Curses 
make[3]: Entering directory 
`/var/tmp/portage/cunit-1.0.0.6/work/CUnit-1.0-6/CUnit/Sources/Curses' 
gcc -DPACKAGE=\"CUnit\" -DVERSION=\"1.0-6\" -DHAVE_LIBC=1 -DHAVE_LIBNCURSES=1 
-DSTDC_HEADERS=1 -DHAVE_ASSERT_H=1 -DHAVE_CTYPE_H=1 -DHAVE_CURSES_H=1 
-DHAVE_MATH_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1  -I. -I.      
-DRELEASE=6 -Wall -I/var/tmp/portage/cunit-1.0.0.6/work/CUnit-1.0-6/CUnit/Headers -g -c 
Curses.c 
Curses.c:54: parse error before numeric constant 
make[3]: *** [Curses.o] Error 1 
make[3]: Leaving directory 
`/var/tmp/portage/cunit-1.0.0.6/work/CUnit-1.0-6/CUnit/Sources/Curses' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory 
`/var/tmp/portage/cunit-1.0.0.6/work/CUnit-1.0-6/CUnit/Sources' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/var/tmp/portage/cunit-1.0.0.6/work/CUnit-1.0-6/CUnit' 
make: *** [all-recursive] Error 1 
 
!!! ERROR: dev-util/cunit-1.0.0.6 failed. 
!!! Function src_compile, Line 19, Exitcode 2 
!!! (no error message)
Comment 1 Andrew Murray 2003-04-18 22:11:49 UTC
This bug is due to a problem in the cunit source. This is an old version of cunit now anyway, I've submitted an ebuild for a newer version which builds correctly.
See Bug # bugid=19591
Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2003-05-03 09:00:43 UTC
Can't get around to this anytime soon, sorry.
Comment 3 Patrick Kursawe (RETIRED) gentoo-dev 2003-05-15 10:44:09 UTC
Put newer version into CVS.