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 612502 - build fails on glib/tests/gvariant.c
build fails on glib/tests/gvariant.c
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gvariant
2.23.x
Other other
: Normal major
: ---
Assigned To: Allison Karlitskaya (desrt)
gtkdev
Depends on:
Blocks:
 
 
Reported: 2010-03-10 21:00 UTC by Tim Rice
Modified: 2010-03-15 21:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fixes for USL based comilers (646 bytes, patch)
2010-03-10 21:03 UTC, Tim Rice
none Details | Review

Description Tim Rice 2010-03-10 21:00:52 UTC
I'm building 2.23.5 on my UnixWare 7.1.4 box and found a problem with
glib/tests/gvariant.c
The errors I get are
UX:acomp: ERROR: "/opt/src/libs/glib-2.23.5/glib/tests/gvariant.c", line 1254: cannot do pointer arithmetic on operand of unknown size
UX:acomp: ERROR: "/opt/src/libs/glib-2.23.5/glib/tests/gvariant.c", line 3340: integral constant expression expected

I'll attach a patch for your consideration.
Comment 1 Tim Rice 2010-03-10 21:03:36 UTC
Created attachment 155783 [details] [review]
fixes for USL based comilers
Comment 2 Allison Karlitskaya (desrt) 2010-03-15 21:46:30 UTC
both of these boneheaded mistakes on my part.

thanks for catching them :)

fixed now.