
|
xorg packages updated
hi folks.
i've updated all the out of date xorg packages in -current, including
xorg-server 1.6.2.
seems to work for me with my minimal testing. please test and send-pr
if you see any problems.
thanks!
.mrg.
|

|
Re: xorg packages updated
On Thu, 09 Jul 2009 17:46:29 +1000, matthew green wrote:
> hi folks.
>
>
> i've updated all the out of date xorg packages in -current, including
> xorg-server 1.6.2.
>
> seems to work for me with my minimal testing. please test and send-pr
> if you see any problems.
Doesn't seems to compile. Shall I submit a PR or it's something wrong with
my setup ?
# compile fc-cache/fc-cache.lo
cc -O -DFONTCONFIG_PATH='"/disk3/work/netbsd-current/dist/etc/X11/fonts"'
-DFC_DEFAULT_FONTS='"/usr/X11R7/lib/X11/fonts/Type1"' -DFC_CACHEDIR='"/
disk3/work/netbsd-current/dist/var/cache/fontconfig"' -
DHAVE_FT_BITMAP_SIZE_Y_PPEM -DHAVE_FT_GET_BDF_PROPERTY -
DHAVE_FT_GET_NEXT_CHAR -DHAVE_FT_GET_PS_FONT_INFO -
DHAVE_FT_GET_X11_FONT_FORMAT -DHAVE_FT_HAS_PS_GLYPH_NAMES -DHAVE_EXPAT -
DXFREE86_FT2 -DHAVE_INTTYPES_H -DFT2_BUILD_LIBRARY -DXML_BYTE_ORDER=0 -
DHAVE_MEMMOVE=1 -DHAVE_STDINT_H -DHAVE_RANDOM -DDARWIN_NO_CARBON -I/usr/
xsrc/external/mit/fontconfig/dist -I/usr/xsrc/external/mit/freetype/dist -
I/usr/xsrc/external/mit/freetype/dist/include -I/usr/xsrc/external/mit/
expat/dist//lib -I/usr/xsrc/external/mit/fontconfig/dist/../include -I/
disk3/work/netbsd-current/dist/usr/X11R7/include -I. -c -o fc-
cache.lo.o /usr/xsrc/external/mit/fontconfig/dist/fc-cache/fc-cache.c
In file included from /usr/xsrc/external/mit/fontconfig/dist/fc-cache/fc-
cache.c:25:
/usr/xsrc/external/mit/fontconfig/dist/../fc-arch/fcarch.h:1:27: error:
fcarch-netbsd.h: No such file or directory
/usr/xsrc/external/mit/fontconfig/dist/fc-cache/fc-cache.c: In function
'cleanCacheDirectory':
/usr/xsrc/external/mit/fontconfig/dist/fc-cache/fc-cache.c:292: error:
expected ')' before 'FC_ARCHITECTURE'
/usr/xsrc/external/mit/fontconfig/dist/fc-cache/fc-cache.c:293: error:
expected ')' before 'FC_ARCHITECTURE'
*** [fc-cache.lo] Error code 1
--
Mihai
|

|
re: xorg packages updated
On Thu, 09 Jul 2009 17:46:29 +1000, matthew green wrote:
> hi folks.
>
>
> i've updated all the out of date xorg packages in -current, including
> xorg-server 1.6.2.
>
> seems to work for me with my minimal testing. please test and send-pr
> if you see any problems.
Doesn't seems to compile. Shall I submit a PR or it's something wrong with
my setup ?
# compile fc-cache/fc-cache.lo
cc -O -DFONTCONFIG_PATH='"/disk3/work/netbsd-current/dist/etc/X11/fonts"'
-DFC_DEFAULT_FONTS='"/usr/X11R7/lib/X11/fonts/Type1"' -DFC_CACHEDIR='"/
disk3/work/netbsd-current/dist/var/cache/fontconfig"' -
DHAVE_FT_BITMAP_SIZE_Y_PPEM -DHAVE_FT_GET_BDF_PROPERTY -
DHAVE_FT_GET_NEXT_CHAR -DHAVE_FT_GET_PS_FONT_INFO -
DHAVE_FT_GET_X11_FONT_FORMAT -DHAVE_FT_HAS_PS_GLYPH_NAMES -DHAVE_EXPAT -
DXFREE86_FT2 -DHAVE_INTTYPES_H -DFT2_BUILD_LIBRARY -DXML_BYTE_ORDER=0 -
DHAVE_MEMMOVE=1 -DHAVE_STDINT_H -DHAVE_RANDOM -DDARWIN_NO_CARBON -I/usr/
xsrc/external/mit/fontconfig/dist -I/usr/xsrc/external/mit/freetype/dist -
I/usr/xsrc/external/mit/freetype/dist/include -I/usr/xsrc/external/mit/
expat/dist//lib -I/usr/xsrc/external/mit/fontconfig/dist/../include -I/
disk3/work/netbsd-current/dist/usr/X11R7/include -I. -c -o fc-
cache.lo.o /usr/xsrc/external/mit/fontconfig/dist/fc-cache/fc-cache.c
In file included from /usr/xsrc/external/mit/fontconfig/dist/fc-cache/fc-
cache.c:25:
/usr/xsrc/external/mit/fontconfig/dist/../fc-arch/fcarch.h:1:27: error:
fcarch-netbsd.h: No such file or directory
/usr/xsrc/external/mit/fontconfig/dist/fc-cache/fc-cache.c: In function
'cleanCacheDirectory':
/usr/xsrc/external/mit/fontconfig/dist/fc-cache/fc-cache.c:292: error:
expected ')' before 'FC_ARCHITECTURE'
/usr/xsrc/external/mit/fontconfig/dist/fc-cache/fc-cache.c:293: error:
expected ')' before 'FC_ARCHITECTURE'
*** [fc-cache.lo] Error code 1
hmm, i think this could be caused by prior build failure. please
remove the file fcarch-netbsd.h from your build tree and try again.
.mrg.
|

|
re: xorg packages updated
On Fri, 2009-07-10 at 03:39 +1000, matthew green wrote:
> hmm, i think this could be caused by prior build failure. please
> remove the file fcarch-netbsd.h from your build tree and try again.
Well, there is none but fcarch.h tries to include it.
kefren# find /usr/xsrc/ -name "fcarch-netbsd.h"
kefren# cat /usr/xsrc/external/mit/fontconfig/dist/../fc-arch/fcarch.h
#include "fcarch-netbsd.h"
kefren#
--
Mihai
|

|
re: xorg packages updated
On Fri, 2009-07-10 at 03:39 +1000, matthew green wrote:
> hmm, i think this could be caused by prior build failure. please
> remove the file fcarch-netbsd.h from your build tree and try again.
Well, there is none but fcarch.h tries to include it.
kefren# find /usr/xsrc/ -name "fcarch-netbsd.h"
kefren# cat /usr/xsrc/external/mit/fontconfig/dist/../fc-arch/fcarch.h
#include "fcarch-netbsd.h"
kefren#
do you have an objdir? it's going to be in /usr/src or the objdir.
.mrg.
|

|
Re: xorg packages updated
All compiles well, but some things don't seem to work as they did (this is i386):
- I can't swap VTs, but it feels more as though the keypresses don't do
anything (I don't move to a blank screen) ctrl-alt-backspace doesn't restart
X. If I kill xdm, I can swap between VTs.
- I can't change keyboard map. setxkbmap with any arguments seems to generate
an error which is probably why XkbLayout and friends in xorg.conf don't
seem to do anything. I think it tries to look for
/usr/X11R7/lib/xkb/compiled/server-0.xkm
but I'm not sure what to put in it(!)
Probably trivial?
(WW) Failed to open protocol names file /usr/X11R7/lib/xorg/protocol.txt
It lives in xsrc/external/mit/xorg-server/dist/dix but at the top says
# This will eventually be replaced by server-side XCB
so not needed?
Really send-pr, or am I missing something?
Cheers,
Patrick
|