[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[debian-hurd-Patches][312161] gdm 2.20.10 FTBFS



Patches item #312161, was changed at 15/12/2009 01:14 by Samuel Thibault
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=410472&aid=312161&group_id=30628

Status: Open
Priority: 3
Submitted By: Emilio Pozuelo Monfort (pochu)
Assigned to: Nobody (None)
Summary: gdm 2.20.10 FTBFS 
Category: None
Group: unreviewed
Resolution: None


Initial Comment:
Hi,

I've prepared this two patches to make gdm build on Hurd. The second one moves gdm_reset_locale() out of an RLIMIT #ifdef (it was there by mistake I guess).

gdm 2.28 builds fine on Hurd but we will have 2.20 for a while (will likely be the default for Squeeze).

----------------------------------------------------------------------

>Comment By: Samuel Thibault (sthibault)
Date: 15/12/2009 01:41

Message:
Unfortunately gdm can not rely on realpath allocating a string when
given NULL, as it's only a recent POSIX extension.  What you can
however do is ifdef __GLIBC__, assume it does, and else use PATH_MAX,
as that will work fine in all cases.

The patch moving the rlimit stuff is fine.


----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=410472&aid=312161&group_id=30628


Reply to: