Bug 93359

Summary: Empty lines in configuration files with cpp 4.8
Product: xorg Reporter: Laurent Bigonville <bigon>
Component: App/xdmAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED MOVED QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium    
Version: 7.7 (2012.06)   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Laurent Bigonville 2015-12-11 22:56:03 UTC
Hi,

xdm also uses cpp to generate configuration files, with cpp >= 4.8 the configuration files contains a lot of empty lines.

This is similar to bug #69439, the same patch seems to fix the main issue, but the file generated is not identical to the one generated before (this can be annoying for pkg manager detecting if a configuration file has changed), and a bit more problematic is that some paths like the following now contain a white character:

-xlogin*logoFileName: /usr/share/X11/xdm/pixmaps/debian.xpm
+xlogin*logoFileName: /usr/share/X11/xdm/pixmaps /debian.xpm


-xlogin*logoFileName: /usr/share/X11/xdm/pixmaps/debianbw.xpm
+xlogin*logoFileName: /usr/share/X11/xdm/pixmaps /debianbw.xpm
Comment 1 GitLab Migration User 2018-08-10 20:29:42 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/app/xdm/issues/6.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.