After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 728405 - dia-0.97 branch: test failed
dia-0.97 branch: test failed
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: general
0.97.x
Other All
: Normal normal
: 0.97.3
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2014-04-17 07:42 UTC by Pacho Ramos
Modified: 2014-04-18 11:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build.log (1.08 MB, text/x-log)
2014-04-17 07:42 UTC, Pacho Ramos
Details

Description Pacho Ramos 2014-04-17 07:42:15 UTC
Created attachment 274569 [details]
build.log

I get:
/Dia/Objects/Cisco - Wireless Bridge/Creation: OK
/Dia/Objects/Cisco - Wireless Bridge/Copy: OK
/Dia/Objects/Cisco - Wireless Bridge/Movement: OK
/Dia/Objects/Cisco - Wireless Bridge/Change: OK
/Dia/Objects/Cisco - Centri Firewall/Creation: OK
/Dia/Objects/Cisco - Centri Firewall/Copy: **
Dia:ERROR:test-objects.c:139:_test_copy: assertion failed: (fabs((bbox2.right - bbox2.left) - (bbox1.right - bbox1.left)) < EPSILON && fabs((bbox2.bot
tom - bbox2.top) - (bbox1.bottom - bbox1.top)) < EPSILON)
make[3]: *** [test] Aborted (core dumped)
make[3]: Leaving directory `/var/tmp/portage/app-office/dia-0.97.3_pre20140417/work/dia-0.97.2/tests'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/app-office/dia-0.97.3_pre20140417/work/dia-0.97.2/tests'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-office/dia-0.97.3_pre20140417/work/dia-0.97.2/tests'
make: *** [check-recursive] Error 1
Comment 1 Hans Breuer 2014-04-18 11:49:38 UTC
Fixed by https://git.gnome.org/browse/dia/commit/?h=dia-0-97&id=8b8ae09fcc16cc0522679099728f779e291d959c

01d2be5 Bug 728405 - Include custom shapes for unit test
8b8ae09 Bug 728405 - back-port some bounding box calculation fixes from master