[Call for Testing] X.org 7.5 for FreeBSD

Peter Jeremy peterjeremy at acm.org
Sun Mar 14 22:38:35 UTC 2010


On 2010-Mar-14 07:34:50 +1100, Peter Jeremy <peter at server.vk2pj.dyndns.org> wrote:
>First system is 8-stable/amd64 from late January.  It blows up
>compiling jdk15 as follows:
...
>X_ShmAttach used to be defined in X11/extensions/XShm.h but is now
>defined in a new file X11/extensions/shmproto.h.
...
>I have changed X11/extensions/XShm.h to #include shmproto.h instead
>of shm.h (the former #includes the latter) and awt_GraphicsEnv.c
>now builds.  I have restarted that upgrade and will see what happens.

Unfortunately, this again died later in jdk15:
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall  -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer   -Damd64 -DARCH='"amd64"' -DRELEASE='"1.5.0_16-p9"' -DFULL_VERSION='"1.5.0_16-p9-root_14_mar_2010_07_57"' -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -D_ALLBSD_SOURCE  -D_LP64=1 -I. -I/usr/ports/work/usr/ports/java/jdk15/work/control/build/bsd-amd64/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11   -DXAWT -DXAWT_HACK -I/usr/ports/work/usr/ports/java/jdk15/work/control/build/bsd-amd64/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I/usr/local/include/X11/extensions -I/usr/local/include -I/usr/local/include -DX11DIR=\"/usr/local\" -DLOCALDIR=\"/usr/local\"  -c -o /usr/ports/work/usr/ports/java/jdk15/work/control/build/bsd-amd64/tmp/sun/sun.awt.X11/xawt/obj64/XWindow.o  ../../../src/solaris/native/sun/xawt/XWindow.c
In file included from /usr/local/include/X11/extensions/XShm.h:36,
                 from ../../../src/solaris/native/sun/awt/awt_GraphicsEnv.h:26,
                 from ../../../src/solaris/native/sun/xawt/XWindow.c:29:
/usr/local/include/X11/extensions/shmproto.h:48: error: expected specifier-qualifier-list before 'CARD8'
/usr/local/include/X11/extensions/shmproto.h:55: error: expected specifier-qualifier-list before 'BYTE'
/usr/local/include/X11/extensions/shmproto.h:73: error: expected specifier-qualifier-list before 'CARD8'
/usr/local/include/X11/extensions/shmproto.h:85: error: expected specifier-qualifier-list before 'CARD8'
/usr/local/include/X11/extensions/shmproto.h:93: error: expected specifier-qualifier-list before 'CARD8'
/usr/local/include/X11/extensions/shmproto.h:116: error: expected specifier-qualifier-list before 'CARD8'
/usr/local/include/X11/extensions/shmproto.h:135: error: expected specifier-qualifier-list before 'BYTE'
/usr/local/include/X11/extensions/shmproto.h:149: error: expected specifier-qualifier-list before 'CARD8'
/usr/local/include/X11/extensions/shmproto.h:166: error: expected specifier-qualifier-list before 'BYTE'
../../../src/solaris/native/sun/xawt/XWindow.c: In function 'getTopWindow':
../../../src/solaris/native/sun/xawt/XWindow.c:1353: warning: initialization makes integer from pointer without a cast
../../../src/solaris/native/sun/xawt/XWindow.c:1353: warning: initialization makes integer from pointer without a cast
../../../src/solaris/native/sun/xawt/XWindow.c:1354: warning: initialization makes integer from pointer without a cast
../../../src/solaris/native/sun/xawt/XWindow.c:1358: warning: comparison between pointer and integer
../../../src/solaris/native/sun/xawt/XWindow.c:1358: warning: return makes integer from pointer without a cast
../../../src/solaris/native/sun/xawt/XWindow.c:1367: warning: return makes integer from pointer without a cast
gmake[4]: *** [/usr/ports/work/usr/ports/java/jdk15/work/control/build/bsd-amd64/tmp/sun/sun.awt.X11/xawt/obj64/XWindow.o] Error 1
gmake[4]: Leaving directory `/usr/ports/work/usr/ports/java/jdk15/work/j2se/make/sun/xawt'
gmake[3]: *** [optimized] Error 2
gmake[3]: Leaving directory `/usr/ports/work/usr/ports/java/jdk15/work/j2se/make/sun/xawt'
gmake[2]: *** [all] Error 1
gmake[2]: Leaving directory `/usr/ports/work/usr/ports/java/jdk15/work/j2se/make/sun'
gmake[1]: *** [all] Error 1
gmake[1]: Leaving directory `/usr/ports/work/usr/ports/java/jdk15/work/j2se/make'
gmake: *** [j2se-build] Error 2
*** Error code 2

This has now broken all my upgrade attempts.  I haven't investigated
this particular problem yet but it's concerning that Xorg have managed
to break other applications.  I hope there will be a full tinderbox
run before the upgrade is committed.

-- 
Peter Jeremy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20100314/25a4534a/attachment.pgp


More information about the freebsd-x11 mailing list