Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 904827 Details for
Bug 1106619
ocaml-lablgl: FTBFS in rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
<fdopen> (text/plain), 21.52 KB, created by
Dennis Gilmore
on 2014-06-09 16:52:18 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Dennis Gilmore
Created:
2014-06-09 16:52:18 UTC
Size:
21.52 KB
patch
obsolete
>Mock Version: 1.1.39 >Mock Version: 1.1.39 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/ocaml-lablgl.spec'], False, '/var/lib/mock/f21-build-2133775-392905/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0x1a70b90>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/ocaml-lablgl.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >warning: Could not canonicalize hostname: buildhw-03.phx2.fedoraproject.org >Building target platforms: x86_64 >Building for target x86_64 >Wrote: /builddir/build/SRPMS/ocaml-lablgl-20120306-8.fc21.src.rpm >Child return code was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/ocaml-lablgl.spec'], False, '/var/lib/mock/f21-build-2133775-392905/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0x1a70b90>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/ocaml-lablgl.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >Building target platforms: x86_64 >Building for target x86_64 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.s9ZzZw >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf lablGL >+ /usr/bin/gzip -dc /builddir/build/SOURCES/lablgl-20120306.tar.gz >+ /usr/bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd lablGL >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ cat >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.iMZo4M >+ umask 022 >+ cd /builddir/build/BUILD >+ cd lablGL >+ unset MAKEFLAGS >+ make all opt >cd src && make all LIBDIR="/usr/lib64/ocaml" >make[1]: Entering directory `/builddir/build/BUILD/lablGL/src' >ocamlc.opt -pp camlp4o var2def.ml -o var2def >ocamlc.opt -pp camlp4o var2switch.ml -o var2switch >ocamlrun ../src/var2def < gl_tags.var > gl_tags.h >ocamlrun ../src/var2switch -table GL_ < gl_tags.var > gl_tags.c >ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/X11R6/include" ml_gl.c >In file included from ml_gl.c:24:0: >ml_gl.c: In function 'ml_glGetString': >ml_gl.h:9:27: warning: pointer targets in passing argument 1 of 'lablgl_copy_string_check' differ in signedness [-Wpointer-sign] > #define copy_string_check lablgl_copy_string_check > ^ >ml_gl.h:65:10: note: in definition of macro 'ML_1_' > { return conv (cname (conv1(arg1))); } > ^ >ml_gl.c:225:33: note: in expansion of macro 'copy_string_check' > ML_1_ (glGetString, GLenum_val, copy_string_check) > ^ >ml_gl.h:9:27: note: expected 'const char *' but argument is of type 'const GLubyte *' > #define copy_string_check lablgl_copy_string_check > ^ >ml_gl.c:40:7: note: in expansion of macro 'copy_string_check' > value copy_string_check (const char *str) > ^ >ml_gl.c: In function 'ml_glGenTextures': >ml_gl.c:674:7: warning: pointer targets in passing argument 2 of 'glGenTextures' differ in signedness [-Wpointer-sign] > ML_2 (glGenTextures, Int_val, Int_raw) > ^ >ml_gl.h:28:3: note: in definition of macro 'ML_2' > { cname (conv1(arg1), conv2(arg2)); return Val_unit; } > ^ >In file included from ml_gl.c:10:0: >/usr/include/GL/gl.h:1307:23: note: expected 'GLuint *' but argument is of type 'int *' > GLAPI void GLAPIENTRY glGenTextures( GLsizei n, GLuint *textures ); > ^ >ocamlrun ../src/var2def < glu_tags.var > glu_tags.h >ocamlrun ../src/var2switch GLU_ < glu_tags.var > glu_tags.c >ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/X11R6/include" ml_glu.c >In file included from ml_glu.c:19:0: >ml_glu.c: In function 'ml_gluGetString': >ml_gl.h:9:27: warning: pointer targets in passing argument 1 of 'lablgl_copy_string_check' differ in signedness [-Wpointer-sign] > #define copy_string_check lablgl_copy_string_check > ^ >ml_gl.h:65:10: note: in definition of macro 'ML_1_' > { return conv (cname (conv1(arg1))); } > ^ >ml_glu.c:96:35: note: in expansion of macro 'copy_string_check' > ML_1_ (gluGetString, GLUenum_val, copy_string_check) > ^ >ml_gl.h:9:27: note: expected 'const char *' but argument is of type 'const GLubyte *' > #define copy_string_check lablgl_copy_string_check > ^ >ml_gl.h:10:7: note: in expansion of macro 'copy_string_check' > value copy_string_check (const char *str); > ^ >ocamlrun ../src/var2def < raw_tags.var > raw_tags.h >ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/X11R6/include" ml_raw.c >ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/X11R6/include" ml_glarray.c >ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/X11R6/include" ml_glutess.c >ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/X11R6/include" ml_shader.c >ocamlc.opt -c -w s -I +labltk raw.mli >ocamlc.opt -c -w s -I +labltk raw.ml >File "raw.ml", line 24, characters 13-15: >Warning 3: deprecated feature: operator (or); you should use (||) instead >ocamlc.opt -c -w s -I +labltk gl.mli >ocamlc.opt -c -w s -I +labltk gl.ml >ocamlc.opt -c -w s -I +labltk glLight.mli >ocamlc.opt -c -w s -I +labltk glLight.ml >ocamlc.opt -c -w s -I +labltk glList.mli >ocamlc.opt -c -w s -I +labltk glList.ml >ocamlc.opt -c -w s -I +labltk glMap.mli >ocamlc.opt -c -w s -I +labltk glMap.ml >ocamlc.opt -c -w s -I +labltk glMat.mli >ocamlc.opt -c -w s -I +labltk glMat.ml >ocamlc.opt -c -w s -I +labltk glMisc.mli >ocamlc.opt -c -w s -I +labltk glMisc.ml >File "glMisc.ml", line 26, characters 15-17: >Warning 3: deprecated feature: operator (or); you should use (||) instead >ocamlc.opt -c -w s -I +labltk glPix.mli >ocamlc.opt -c -w s -I +labltk glPix.ml >ocamlc.opt -c -w s -I +labltk glClear.mli >ocamlc.opt -c -w s -I +labltk glClear.ml >ocamlc.opt -c -w s -I +labltk glTex.mli >ocamlc.opt -c -w s -I +labltk glTex.ml >ocamlc.opt -c -w s -I +labltk glDraw.mli >ocamlc.opt -c -w s -I +labltk glDraw.ml >File "glDraw.ml", line 30, characters 28-30: >Warning 3: deprecated feature: operator (or); you should use (||) instead >ocamlc.opt -c -w s -I +labltk glFunc.mli >ocamlc.opt -c -w s -I +labltk glFunc.ml >ocamlc.opt -c -w s -I +labltk gluMisc.mli >ocamlc.opt -c -w s -I +labltk gluMisc.ml >ocamlc.opt -c -w s -I +labltk gluNurbs.mli >ocamlc.opt -c -w s -I +labltk gluNurbs.ml >File "gluNurbs.ml", line 57, characters 23-25: >Warning 3: deprecated feature: operator (or); you should use (||) instead >ocamlc.opt -c -w s -I +labltk gluQuadric.mli >ocamlc.opt -c -w s -I +labltk gluQuadric.ml >ocamlc.opt -c -w s -I +labltk gluTess.mli >ocamlc.opt -c -w s -I +labltk gluTess.ml >ocamlc.opt -c -w s -I +labltk gluMat.mli >ocamlc.opt -c -w s -I +labltk gluMat.ml >ocamlc.opt -c -w s -I +labltk glArray.mli >ocamlc.opt -c -w s -I +labltk glArray.ml >ocamlc.opt -c -w s -I +labltk glShader.mli >ocamlc.opt -c -w s -I +labltk glShader.ml >ocamlmklib -o lablgl ml_gl.o ml_glu.o ml_raw.o ml_glarray.o ml_glutess.o ml_shader.o raw.cmo gl.cmo glLight.cmo glList.cmo glMap.cmo glMat.cmo glMisc.cmo glPix.cmo glClear.cmo glTex.cmo glDraw.cmo glFunc.cmo gluMisc.cmo gluNurbs.cmo gluQuadric.cmo gluTess.cmo gluMat.cmo glArray.cmo glShader.cmo -lGL -lGLU -lXext -lXmu -lX11 >make[1]: Leaving directory `/builddir/build/BUILD/lablGL/src' >cd Togl/src && make all >make[1]: Entering directory `/builddir/build/BUILD/lablGL/Togl/src' >ocamlc.opt -c -w s -I +labltk -I ../../src togl.mli >ocamlc.opt -c -w s -I +labltk -I ../../src togl.ml >ocamlrun ../../src/var2def < togl_tags.var > togl_tags.h >ocamlrun ../../src/var2switch TOGL_ < togl_tags.var > togl_tags.c >ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I../../src -ITogl -I/usr/include -I. -I/usr/X11R6/include" ml_togl.c >cd Togl && make togl.o CC="ocamlc.opt -verbose" CFLAGS='-c -ccopt "-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I../../src -ITogl -I/usr/include -I. -I/usr/X11R6/include "' >make[2]: Entering directory `/builddir/build/BUILD/lablGL/Togl/src/Togl' >ocamlc.opt -verbose -c -ccopt "-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I../../src -ITogl -I/usr/include -I. -I/usr/X11R6/include " togl.c >+ gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I../../src -ITogl -I/usr/include -I. -I/usr/X11R6/include -I'/usr/lib64/ocaml' 'togl.c' >togl.c:162:2: error: #error "Sorry, you will have to edit togl.c to include the right tkInt.h file" > #error "Sorry, you will have to edit togl.c to include the right tkInt.h file" > ^ >togl.c: In function 'SetupOverlay': >togl.c:1260:4: error: unknown type name 'TkWindow' > TkWindow *winPtr = (TkWindow *) togl->TkWin; > ^ >togl.c:1260:24: error: 'TkWindow' undeclared (first use in this function) > TkWindow *winPtr = (TkWindow *) togl->TkWin; > ^ >togl.c:1260:24: note: each undeclared identifier is reported only once for each function it appears in >togl.c:1260:34: error: expected expression before ')' token > TkWindow *winPtr = (TkWindow *) togl->TkWin; > ^ >In file included from togl.c:138:0: >togl.c:1311:39: error: request for member 'dispPtr' in something not a structure or union > hPtr = Tcl_CreateHashEntry( &winPtr->dispPtr->winTable, > ^ >togl.c:1311:39: error: request for member 'dispPtr' in something not a structure or union > hPtr = Tcl_CreateHashEntry( &winPtr->dispPtr->winTable, > ^ >togl.c: In function 'Togl_MakeWindowExist': >togl.c:1381:4: error: unknown type name 'TkWindow' > TkWindow *winPtr = (TkWindow *) togl->TkWin; > ^ >togl.c:1381:24: error: 'TkWindow' undeclared (first use in this function) > TkWindow *winPtr = (TkWindow *) togl->TkWin; > ^ >togl.c:1381:34: error: expected expression before ')' token > TkWindow *winPtr = (TkWindow *) togl->TkWin; > ^ >togl.c:1382:14: error: 'winPtr2' undeclared (first use in this function) > TkWindow *winPtr2; > ^ >togl.c:1412:14: error: request for member 'window' in something not a structure or union > if (winPtr->window != None) { > ^ >togl.c:1413:33: error: request for member 'window' in something not a structure or union > XDestroyWindow(dpy, winPtr->window); > ^ >togl.c:1414:13: error: request for member 'window' in something not a structure or union > winPtr->window = 0; > ^ >togl.c:1547:15: error: request for member 'parentPtr' in something not a structure or union > if ((winPtr->parentPtr == NULL) || (winPtr->flags & TK_TOP_LEVEL)) { > ^ >togl.c:1547:46: error: request for member 'flags' in something not a structure or union > if ((winPtr->parentPtr == NULL) || (winPtr->flags & TK_TOP_LEVEL)) { > ^ >togl.c:1548:34: error: request for member 'display' in something not a structure or union > parent = XRootWindow(winPtr->display, winPtr->screenNum); > ^ >togl.c:1548:51: error: request for member 'screenNum' in something not a structure or union > parent = XRootWindow(winPtr->display, winPtr->screenNum); > ^ >togl.c:1551:17: error: request for member 'parentPtr' in something not a structure or union > if (winPtr->parentPtr->window == None) { > ^ >togl.c:1552:47: error: request for member 'parentPtr' in something not a structure or union > Tk_MakeWindowExist((Tk_Window) winPtr->parentPtr); > ^ >togl.c:1554:22: error: request for member 'parentPtr' in something not a structure or union > parent = winPtr->parentPtr->window; > ^ >togl.c:1706:10: error: request for member 'window' in something not a structure or union > winPtr->window = XCreateWindow(dpy, parent, > ^ >togl.c:1714:38: error: request for member 'window' in something not a structure or union > XSetWMColormapWindows( dpy, winPtr->window, &winPtr->window, 1 ); > ^ >togl.c:1714:55: error: request for member 'window' in something not a structure or union > XSetWMColormapWindows( dpy, winPtr->window, &winPtr->window, 1 ); > ^ >In file included from togl.c:138:0: >togl.c:1719:38: error: request for member 'dispPtr' in something not a structure or union > hPtr = Tcl_CreateHashEntry(&winPtr->dispPtr->winTable, > ^ >togl.c:1719:38: error: request for member 'dispPtr' in something not a structure or union > hPtr = Tcl_CreateHashEntry(&winPtr->dispPtr->winTable, > ^ >togl.c:1720:46: error: request for member 'window' in something not a structure or union > (char *) winPtr->window, &new_flag); > ^ >togl.c:1723:10: error: request for member 'dirtyAtts' in something not a structure or union > winPtr->dirtyAtts = 0; > ^ >togl.c:1724:10: error: request for member 'dirtyChanges' in something not a structure or union > winPtr->dirtyChanges = 0; > ^ >togl.c:1726:10: error: request for member 'inputContext' in something not a structure or union > winPtr->inputContext = NULL; > ^ >togl.c:1729:16: error: request for member 'flags' in something not a structure or union > if (!(winPtr->flags & TK_TOP_LEVEL)) { > ^ >togl.c:1741:28: error: request for member 'nextPtr' in something not a structure or union > for (winPtr2 = winPtr->nextPtr; winPtr2 != NULL; > ^ >togl.c:1747:36: error: request for member 'display' in something not a structure or union > XConfigureWindow(winPtr->display, winPtr->window, > ^ >togl.c:1747:53: error: request for member 'window' in something not a structure or union > XConfigureWindow(winPtr->display, winPtr->window, > ^ >togl.c:1758:18: error: request for member 'parentPtr' in something not a structure or union > if ((winPtr->parentPtr != NULL) && > ^ >togl.c:1759:18: error: request for member 'atts' in something not a structure or union > (winPtr->atts.colormap != winPtr->parentPtr->atts.colormap)) { > ^ >togl.c:1759:43: error: request for member 'parentPtr' in something not a structure or union > (winPtr->atts.colormap != winPtr->parentPtr->atts.colormap)) { > ^ >togl.c:1760:10: warning: implicit declaration of function 'TkWmAddToColormapWindows' [-Wimplicit-function-declaration] > TkWmAddToColormapWindows(winPtr); > ^ >togl.c:1777:15: error: request for member 'flags' in something not a structure or union > if ((winPtr->flags & TK_NEED_CONFIG_NOTIFY) > ^ >togl.c:1778:19: error: request for member 'flags' in something not a structure or union > && !(winPtr->flags & TK_ALREADY_DEAD)){ > ^ >togl.c:1781:13: error: request for member 'flags' in something not a structure or union > winPtr->flags &= ~TK_NEED_CONFIG_NOTIFY; > ^ >In file included from togl.c:121:0: >togl.c:1784:65: error: request for member 'display' in something not a structure or union > event.xconfigure.serial = LastKnownRequestProcessed(winPtr->display); > ^ >togl.c:1786:40: error: request for member 'display' in something not a structure or union > event.xconfigure.display = winPtr->display; > ^ >togl.c:1787:38: error: request for member 'window' in something not a structure or union > event.xconfigure.event = winPtr->window; > ^ >togl.c:1788:39: error: request for member 'window' in something not a structure or union > event.xconfigure.window = winPtr->window; > ^ >togl.c:1789:34: error: request for member 'changes' in something not a structure or union > event.xconfigure.x = winPtr->changes.x; > ^ >togl.c:1790:34: error: request for member 'changes' in something not a structure or union > event.xconfigure.y = winPtr->changes.y; > ^ >togl.c:1791:38: error: request for member 'changes' in something not a structure or union > event.xconfigure.width = winPtr->changes.width; > ^ >togl.c:1792:39: error: request for member 'changes' in something not a structure or union > event.xconfigure.height = winPtr->changes.height; > ^ >togl.c:1793:45: error: request for member 'changes' in something not a structure or union > event.xconfigure.border_width = winPtr->changes.border_width; > ^ >togl.c:1794:17: error: request for member 'changes' in something not a structure or union > if (winPtr->changes.stack_mode == Above) { > ^ >togl.c:1795:41: error: request for member 'changes' in something not a structure or union > event.xconfigure.above = winPtr->changes.sibling; > ^ >togl.c:1800:50: error: request for member 'atts' in something not a structure or union > event.xconfigure.override_redirect = winPtr->atts.override_redirect; > ^ >togl.c: In function 'ToglCmdDeletedProc': >togl.c:1893:7: error: unknown type name 'TkWindow' > TkWindow *winPtr = (TkWindow *) togl->TkWin; > ^ >togl.c:1893:27: error: 'TkWindow' undeclared (first use in this function) > TkWindow *winPtr = (TkWindow *) togl->TkWin; > ^ >togl.c:1893:37: error: expected expression before ')' token > TkWindow *winPtr = (TkWindow *) togl->TkWin; > ^ >In file included from togl.c:138:0: >togl.c:1895:46: error: request for member 'dispPtr' in something not a structure or union > entryPtr = Tcl_FindHashEntry(&winPtr->dispPtr->winTable, > ^ >togl.c:1895:46: error: request for member 'dispPtr' in something not a structure or union > entryPtr = Tcl_FindHashEntry(&winPtr->dispPtr->winTable, > ^ >togl.c: In function 'Togl_DumpToEpsFile': >togl.c:2977:8: warning: variable 'using_mesa' set but not used [-Wunused-but-set-variable] > int using_mesa = 0; > ^ >make[2]: Leaving directory `/builddir/build/BUILD/lablGL/Togl/src/Togl' >make[2]: *** [togl.o] Error 2 >make[1]: Leaving directory `/builddir/build/BUILD/lablGL/Togl/src' >make[1]: *** [Togl/togl.o] Error 2 >make: *** [togl] Error 2 >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.iMZo4M (%build) > Bad exit status from /var/tmp/rpm-tmp.iMZo4M (%build) >Child return code was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/ocaml-lablgl.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 376, in do > raise mockbuild.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/ocaml-lablgl.spec'] >LEAVE do --> EXCEPTION RAISED >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1106619
: 904827 |
904828
|
904829