Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 505372

Summary: x11-apps/xinit-1.3.3-r1 - empty lines in /etc/X11/xinit/xinitrc
Product: Gentoo Linux Reporter: Juergen Rose <rose>
Component: Current packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED WONTFIX    
Severity: normal CC: pacho
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://bugs.freedesktop.org/show_bug.cgi?id=88579
See Also: https://bugs.gentoo.org/show_bug.cgi?id=500566
Whiteboard:
Package list:
Runtime testing required: ---

Description Juergen Rose 2014-03-22 18:17:32 UTC
Why are so much empty lines in /etc/X11/xinit/xinitrc?

root@condor:/usr/src(11)# wc /etc/X11/xinit/xinitrc
 90 118 913 /etc/X11/xinit/xinitrc
root@condor:/usr/src(12)# grep "^$" /etc/X11/xinit/xinitrc | wc
     51       0      51
Comment 1 Pacho Ramos gentoo-dev 2014-12-11 10:54:14 UTC
In 1.3.4 looks a bit better:
# grep "^$" /etc/X11/xinit/xinitrc | wc
     26       0      26
Comment 2 Pacho Ramos gentoo-dev 2014-12-11 12:49:44 UTC
Seems that this is due to cpp usage:
http://comments.gmane.org/gmane.os.openbsd.tech/36132
https://bugs.freedesktop.org/show_bug.cgi?id=69439 (this for startx)

But I couldn't find the fix :S
Comment 3 Chí-Thanh Christopher Nguyễn gentoo-dev 2015-01-21 18:08:52 UTC
removing the blocker on X11 stabilization
Comment 4 Matt Turner gentoo-dev 2017-01-30 03:55:23 UTC
Generated by the C preprocessor. Way too much work to fix, and for nothing.