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 551950 - build fails when "gdm" group doesn't exisxt
build fails when "gdm" group doesn't exisxt
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
2.23.x
Other Linux
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-12 12:36 UTC by Frederic Peters
Modified: 2008-09-22 15:44 UTC
See Also:
GNOME target: 2.24.x
GNOME version: ---


Attachments
don't abort on chown failure (744 bytes, patch)
2008-09-22 13:32 UTC, Frederic Peters
none Details | Review

Description Frederic Peters 2008-09-12 12:36:58 UTC
r6495 fails to build on build slaves as they mandate a "gdm" group to exist beforehand.
Comment 1 Frederic Peters 2008-09-22 13:32:32 UTC
Created attachment 119162 [details] [review]
don't abort on chown failure

Fixed it just like the others chown calls, adding || : to prevent the command to fail.
Comment 2 Frederic Peters 2008-09-22 15:44:29 UTC
Commited after release team approval.

2008-09-22  Frederic Peters  <fpeters@0d.be>

        * data/Makefile.am: don't abort on chown failing when gdm user does not
        exist.  (closes: #551950)