Bug 2423 - 2005-01-23 commit broke XORG-6_8-branch build on FreeBSD
Summary: 2005-01-23 commit broke XORG-6_8-branch build on FreeBSD
Status: RESOLVED DUPLICATE of bug 2386
Alias: None
Product: xorg
Classification: Unclassified
Component: * Other (show other bugs)
Version: 6.8.2
Hardware: Other FreeBSD
: high normal
Assignee: Roland Mainz
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-30 13:40 UTC by Eric Anholt
Modified: 2005-01-29 18:54 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Eric Anholt 2005-01-30 13:40:20 UTC
An excerpt from the log:

making all in programs/xrx/xnest-plugin...
rm -f Main.o
ccache gcc -c -O2 -fno-strict-aliasing  -ansi -pedantic -Wno-system-headers
-Dasm=__asm 	-Wall -Wpointer-arith -Wstrict-prototypes 			  -Wmissing-prototypes
-Wmissing-declarations 			  -Wredundant-decls -Wnested-externs -Wundef  -I.
-I../plugin -I../plugin/include -I../rx   -I../../.. -I../../../exports/include
  -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -DNETSCAPE_PLUGIN -DXP_UNIX
-DNO_STARTING_STATE -DBSD44SOCKETS     -fPIC Main.c
In file included from Main.c:56:
RxPlugin.h:114: warning: function declaration isn't a prototype
RxPlugin.h:115: warning: function declaration isn't a prototype
Main.c:367: warning: no previous prototype for 'StartApplication'
Main.c:383: warning: no previous prototype for 'StartCB'
rm -f SetWin.o
ccache gcc -c -O2 -fno-strict-aliasing  -ansi -pedantic -Wno-system-headers
-Dasm=__asm 	-Wall -Wpointer-arith -Wstrict-prototypes 			  -Wmissing-prototypes
-Wmissing-declarations 			  -Wredundant-decls -Wnested-externs -Wundef  -I.
-I../plugin -I../plugin/include -I../rx   -I../../.. -I../../../exports/include
  -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -DNETSCAPE_PLUGIN -DXP_UNIX
-DNO_STARTING_STATE -DBSD44SOCKETS     -fPIC SetWin.c
In file included from SetWin.c:54:
RxPlugin.h:114: warning: function declaration isn't a prototype
RxPlugin.h:115: warning: function declaration isn't a prototype
rm -f PProcess.o
ccache gcc -c -O2 -fno-strict-aliasing  -ansi -pedantic -Wno-system-headers
-Dasm=__asm 	-Wall -Wpointer-arith -Wstrict-prototypes 			  -Wmissing-prototypes
-Wmissing-declarations 			  -Wredundant-decls -Wnested-externs -Wundef  -I.
-I../plugin -I../plugin/include -I../rx   -I../../.. -I../../../exports/include
  -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -DNETSCAPE_PLUGIN -DXP_UNIX
-DNO_STARTING_STATE -DBSD44SOCKETS     -fPIC PProcess.c
In file included from PProcess.c:30:
RxPlugin.h:114: warning: function declaration isn't a prototype
RxPlugin.h:115: warning: function declaration isn't a prototype
rm -f NewNDest.o
ccache gcc -c -O2 -fno-strict-aliasing  -ansi -pedantic -Wno-system-headers
-Dasm=__asm 	-Wall -Wpointer-arith -Wstrict-prototypes 			  -Wmissing-prototypes
-Wmissing-declarations 			  -Wredundant-decls -Wnested-externs -Wundef  -I.
-I../plugin -I../plugin/include -I../rx   -I../../.. -I../../../exports/include
  -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -DNETSCAPE_PLUGIN -DXP_UNIX
-DNO_STARTING_STATE -DBSD44SOCKETS     -fPIC NewNDest.c
In file included from NewNDest.c:30:
RxPlugin.h:114: warning: function declaration isn't a prototype
RxPlugin.h:115: warning: function declaration isn't a prototype
NewNDest.c: In function `RxpDestroy':
NewNDest.c:69: warning: implicit declaration of function `waitpid'
NewNDest.c:69: warning: nested extern declaration of `waitpid'
rm -f XnestDis.o
ccache gcc -c -O2 -fno-strict-aliasing  -ansi -pedantic -Wno-system-headers
-Dasm=__asm 	-Wall -Wpointer-arith -Wstrict-prototypes 			  -Wmissing-prototypes
-Wmissing-declarations 			  -Wredundant-decls -Wnested-externs -Wundef  -I.
-I../plugin -I../plugin/include -I../rx   -I../../.. -I../../../exports/include
  -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -DNETSCAPE_PLUGIN -DXP_UNIX
-DNO_STARTING_STATE -DBSD44SOCKETS     -fPIC XnestDis.c
In file included from XnestDis.c:31:
RxPlugin.h:114: warning: function declaration isn't a prototype
RxPlugin.h:115: warning: function declaration isn't a prototype
XnestDis.c:49: warning: function declaration isn't a prototype
XnestDis.c: In function `IsDisplayNumFree':
XnestDis.c:57: error: storage size of 'sbuf' isn't known
XnestDis.c:62: warning: implicit declaration of function `stat'
XnestDis.c:62: warning: nested extern declaration of `stat'
XnestDis.c:57: warning: unused variable `sbuf'
XnestDis.c: At top level:
XnestDis.c:83: warning: function declaration isn't a prototype

The full log can be seen on the tinderbox
http://tinderbox.anholt.net/tinderbox3/showlog.pl?machine_id=4&logfile=20050130120017.log&page=40
Comment 1 Roland Mainz 2005-01-30 13:54:43 UTC
Known problem - the patch in bug 2386 will fix that (the patches there are a
port from the trunk bustage fixes which unfortunately weren't part of the
original patch commited to the branch... ;-() ...

*** This bug has been marked as a duplicate of 2386 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.