Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118585 - sci-geosciences/gpsd-2.30: build fails in src_test
Summary: sci-geosciences/gpsd-2.30: build fails in src_test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-01-10 14:55 UTC by Sascha Silbe
Modified: 2006-01-15 05:14 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 Sascha Silbe 2006-01-10 14:55:54 UTC
Compilation of sci-geosciences/gpsd-2.30 fails in src_test:

[...]
creating bits_test
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.     -O3 -march=athlon-xp -pipe -fomit-frame-pointer -MT gpsmm_test.o -MD -MP -MF ".deps/gpsmm_test.Tpo" -c -o gpsmm_test.o gpsmm_test.cpp; \
then mv -f ".deps/gpsmm_test.Tpo" ".deps/gpsmm_test.Po"; else rm -f ".deps/gpsmm_test.Tpo"; exit 1; fi
gpsmm_test.cpp: In function `int main()':
gpsmm_test.cpp:41: error: invalid conversion from `void (*)(gps_data_t*, char*)
   ' to `void (*)(gps_data_t*, char*, unsigned int, int)'
gpsmm_test.cpp:41: error:   initializing argument 1 of `int 
   gpsmm::set_callback(void (*)(gps_data_t*, char*, unsigned int, int))'
make[2]: *** [gpsmm_test.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/gpsd-2.30/work/gpsd-2.30'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/gpsd-2.30/work/gpsd-2.30'
make: *** [check] Error 2

!!! ERROR: sci-geosciences/gpsd-2.30 failed.
!!! Function src_test, Line 576, Exitcode 0
!!! Make check failed. See above for details.
!!! If you need support, post the topmost build error, NOT this status message.

root@caravan:~#
Comment 1 Marcus D. Hanwell (RETIRED) gentoo-dev 2006-01-15 05:14:35 UTC
The tests seem to be broken, so I have restricted testing in this ebuild. Thanks for reporting the issue.