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 511938 - error during compile
error during compile
Status: RESOLVED DUPLICATE of bug 508275
Product: gdm
Classification: Core
Component: general
2.20.x
Other All
: Normal minor
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-25 00:52 UTC by Joey Trungale
Modified: 2008-01-25 20:05 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
Add the gdm_debug.h include (404 bytes, patch)
2008-01-25 00:57 UTC, Joey Trungale
none Details | Review

Description Joey Trungale 2008-01-25 00:52:36 UTC
Please describe the problem:
gdm compile dies during make.

This is on Slackware-12.0 with updates.

Steps to reproduce:
1. tar -xjvf gdm-2.20.3.tar.bz2
2. cd gdm-2.20.3
3. ./configure
4. make


Actual results:
The compile dies with:
verify-shadow.o: In function `gdm_verify_setup_user':
...
verify-shadow.c:435: undefined reference to `gdm_debug'

Expected results:
It compiles cleanly.

Does this happen every time?
Yes.

Other information:
Adding "#include gdm-log.h" to daemon/verify.h seems to allow it to compile.

diff -Naur gdm-2.20.3/daemon/verify.h gdm-2.20.3.new/daemon/verify.h
--- gdm-2.20.3/daemon/verify.h	2008-01-07 13:39:38.000000000 -0600
+++ gdm-2.20.3.new/daemon/verify.h	2008-01-24 18:14:35.601338407 -0600
@@ -21,6 +21,7 @@
 
 #include "gdm.h"
 #include "display.h"
+#include "gdm-log.h" /* for gdm_debug */
 
 /* If username is NULL, we ask, if local is FALSE, don't start
  * the timed login timer */
Comment 1 Joey Trungale 2008-01-25 00:57:58 UTC
Created attachment 103691 [details] [review]
Add the gdm_debug.h include
Comment 2 Brian Cameron 2008-01-25 20:05:15 UTC

*** This bug has been marked as a duplicate of 508275 ***