http://bugs.winehq.org/show_bug.cgi?id=13002
Summary: Build broken on Nexenta Product: Wine Version: CVS/GIT Platform: PC URL: http://www.nexenta.org/ OS/Version: SunOS Status: NEW Severity: major Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Next stop on my mission to get wine to compile and pass make test on all supported platforms is solaris. Since OpenSolaris wasn't cooperating (they just released a new build today that seems to work better, but I'll tackle that next), I gave Nexenta a try. It's a derivative of Ubuntu using the OpenSolaris kernel...should be an interesting test case.
For anyone interested in testing, I'll setup a wiki page in a bit.
Currrently, ./configure && make depend works, but when you run make:
make[2]: Entering directory `/export/home/austin/wine/libs/wpp' gcc -c -I. -I. -I../../include -I../../include -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o preproc.o preproc.c gcc -c -I. -I. -I../../include -I../../include -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o wpp.o wpp.c bison -p ppy_ -o ppy.tab.c -d ppy.y make[2]: *** [ppy.tab.h] Broken Pipe make[2]: Leaving directory `/export/home/austin/wine/libs/wpp' make[1]: *** [wpp] Error 2 make[1]: Leaving directory `/export/home/austin/wine/libs' make: *** [libs] Error 2
austin@nexenta:~/wine$ bison --version bison (GNU Bison) 2.1