Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 505372 - x11-apps/xinit-1.3.3-r1 - empty lines in /etc/X11/xinit/xinitrc
Summary: x11-apps/xinit-1.3.3-r1 - empty lines in /etc/X11/xinit/xinitrc
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL: https://bugs.freedesktop.org/show_bug...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-22 18:17 UTC by Juergen Rose
Modified: 2017-01-30 03:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.