Re: [MacPorts] #57333: xorg-server-devel @1.20.1 does not build on Mac OS X 10.5.8, Leopard, because of redefinition of typedef ‘CARD32’
MacPorts
noreply at macports.org
Sun Feb 3 21:56:35 UTC 2019
#57333: xorg-server-devel @1.20.1 does not build on Mac OS X 10.5.8, Leopard,
because of redefinition of typedef ‘CARD32’
--------------------------------+----------------------
Reporter: ballapete | Owner: jeremyhu
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Resolution: | Keywords: leopard
Port: xorg-server-devel |
--------------------------------+----------------------
Comment (by ballapete):
Replying to [comment:24 kencu]:
> Can you tell me how to reproduce this error?
It works for me on HighSierra, macOS 10.13.6, and on Tiger to reproduce
the error. It looks like I have to launch X11 twice to have it working,
i.e. launching all the X clients from .xinitrc.
OK, I am not sure whether ~/.xinitrc or the files in ~/.xinitr.d are used.
From `ps` it looks as if it is using the file ~/.xinitrc (actually output
from `pstree`):
{{{
-+= 00001 root /sbin/launchd
\-+- 07604 pete /bin/tcsh -c /opt/local/bin/startx
\-+- 07610 pete /bin/sh /opt/local/bin/startx
\-+- 07683 pete xinit /Users/pete/.xinitrc -- /opt/local/bin/X :0
-listen tcp -iglx -dpi 133 -auth /Users/pete/.serverauth.7610
\-+= 07693 pete /opt/local/bin/fluxbox
\-+- 07739 pete /usr/local/bin/emacs-26.1 -geometry
100x55+1221+167 -T 26.1 --debug-init -fn Lucida Sans
Typewriter:autohint=true:antialias=true:size=9
}}}
Stripping off all comment lines ~/.xinitrc has essentially:
(((
set -x
echo "vor XRDB"
xrdb -all -merge ${HOME}/.Xresources
echo "nach XRDB"
echo "org.macports.X11 X11_PREFS_DOMAIN 1"
echo "org.x.X11 X11_PREFS_DOMAIN"
echo "X11_PREFS_DOMAIN ist --$X11_PREFS_DOMAIN--"
xset fp+ /usr/local/texlive/2009/texmf-
dist/fonts/truetype/arkandis/libris/
WM=/opt/local/bin/fluxbox
/opt/local/bin/gkrellm &
env LC_NUMERIC=C /usr/local/bin/emacs-26.1 -geometry 100x55+1221+167 -T
26.1 --debug-init -fn 'Lucida Sans
Typewriter:autohint=true:antialias=true:size=9' &
/usr/local/bin/emacs-23.4 -geometry 99x66+200+234 -T 23.4x --debug-init
-fn 'Lucida Sans Typewriter:autohint=true:antialias=true:size=9' &
exec $WM
}}}
I launch X11 by double-clicking on the icon in Dock.
--
Ticket URL: <https://trac.macports.org/ticket/57333#comment:25>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list