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 568487 - Build failure: unprotected use of utmp.ut_exit
Build failure: unprotected use of utmp.ut_exit
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
2.24.x
Other Mac OS
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-20 21:35 UTC by Daniel Macks
Modified: 2009-07-17 03:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
propagate ut_exit autoconf test result (549 bytes, patch)
2009-01-20 21:37 UTC, Daniel Macks
committed Details | Review

Description Daniel Macks 2009-01-20 21:35:42 UTC
Compiling gdm-2.24.1 on OS X 10.4 fails because my struct utmp does not have a ut_exit member. ./configure tests for and correctly determines the situation:

checking for ut_exit.e_termination field in the utmp structure... no

but then daemon/gdm-session-record.c uses that part of the struct without respecting the test result.
Comment 1 Daniel Macks 2009-01-20 21:37:24 UTC
Created attachment 126871 [details] [review]
propagate ut_exit autoconf test result