Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#39415 - [metakit] build fails
Attached to Project:
Community Packages
Opened by Joel Teichroeb (klusark) - Friday, 14 March 2014, 15:17 GMT
Last edited by Alexander F. Rødseth (xyproto) - Saturday, 12 April 2014, 17:39 GMT
Opened by Joel Teichroeb (klusark) - Friday, 14 March 2014, 15:17 GMT
Last edited by Alexander F. Rødseth (xyproto) - Saturday, 12 April 2014, 17:39 GMT
|
DetailsDescription:
g++ -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fPIC -DUSE_TCL_STUBS -I../unix/../include -I../unix/../python/scxx -I/usr/include/python2.7 ../unix/../python/scxx/PWOImp.cpp In file included from /usr/include/python2.7/Python.h:133:0, from ../unix/../python/scxx/PWOBase.h:10, from ../unix/../python/scxx/PWOSequence.h:8, from ../unix/../python/scxx/PWOImp.cpp:5: ../unix/../python/scxx/PWOMapping.h: In member function 'PWOList PWOMapping::items() const': /usr/include/python2.7/abstract.h:1354:62: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] #define PyMapping_Items(O) PyObject_CallMethod(O,"items",NULL) ^ ../unix/../python/scxx/PWOMapping.h:118:26: note: in expansion of macro 'PyMapping_Items' PyObject *rslt = PyMapping_Items(_obj); ^ ../unix/../python/scxx/PWOMapping.h: In member function 'PWOList PWOMapping::keys() const': /usr/include/python2.7/abstract.h:1332:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] #define PyMapping_Keys(O) PyObject_CallMethod(O,"keys",NULL) ^ ../unix/../python/scxx/PWOMapping.h:125:26: note: in expansion of macro 'PyMapping_Keys' PyObject *rslt = PyMapping_Keys(_obj); ^ ../unix/../python/scxx/PWOMapping.h: In member function 'PWOList PWOMapping::values() const': /usr/include/python2.7/abstract.h:1342:64: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] #define PyMapping_Values(O) PyObject_CallMethod(O,"values",NULL) ^ ../unix/../python/scxx/PWOMapping.h:134:26: note: in expansion of macro 'PyMapping_Values' PyObject *rslt = PyMapping_Values(_obj); ^ g++ -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fPIC -DUSE_TCL_STUBS -I../unix/../include -I/usr/include/generic -I/usr/include ../unix/../tcl/mk4tcl.cpp In file included from ../unix/../tcl/mk4tcl.cpp:26:0: ../unix/../tcl/stubtcl.h:3:11: error: conflicting declaration 'TclStubs* tclStubsPtr' TclStubs *tclStubsPtr; ^ In file included from /usr/include/tcl.h:2435:0, from ../unix/../tcl/mk4tcl.h:12, from ../unix/../tcl/mk4tcl.cpp:5: /usr/include/tclDecls.h:2485:24: error: 'tclStubsPtr' has a previous declaration as 'const TclStubs* tclStubsPtr' extern const TclStubs *tclStubsPtr; ^ In file included from ../unix/../tcl/mk4tcl.cpp:26:0: ../unix/../tcl/stubtcl.h:4:15: error: conflicting declaration 'TclPlatStubs* tclPlatStubsPtr' TclPlatStubs *tclPlatStubsPtr; ^ In file included from /usr/include/tcl.h:2442:0, from ../unix/../tcl/mk4tcl.h:12, from ../unix/../tcl/mk4tcl.cpp:5: /usr/include/tclPlatDecls.h:87:28: error: 'tclPlatStubsPtr' has a previous declaration as 'const TclPlatStubs* tclPlatStubsPtr' extern const TclPlatStubs *tclPlatStubsPtr; ^ In file included from ../unix/../tcl/mk4tcl.cpp:26:0: ../unix/../tcl/stubtcl.h: In function 'int MyInitStubs(Tcl_Interp*)': ../unix/../tcl/stubtcl.h:19:9: error: 'Tcl_Interp' has no member named 'result' ip->result = "This extension requires stubs-support."; ^ ../unix/../tcl/stubtcl.h:20:9: error: 'Tcl_Interp' has no member named 'freeProc' ip->freeProc = TCL_STATIC; ^ ../unix/../tcl/stubtcl.h:33:20: error: invalid conversion from 'const TclIntStubs*' to 'TclIntStubs*' [-fpermissive] tclIntStubsPtr = tclStubsPtr->hooks->tclIntStubs; ^ ../unix/../tcl/stubtcl.h:34:24: error: invalid conversion from 'const TclIntPlatStubs*' to 'TclIntPlatStubs*' [-fpermissive] tclIntPlatStubsPtr = tclStubsPtr->hooks->tclIntPlatStubs; ^ ../unix/../tcl/mk4tcl.cpp: In function 'const c4_Property& AsProperty(Tcl_Obj*, const c4_View&)': ../unix/../tcl/mk4tcl.cpp:982:39: error: invalid conversion from 'const Tcl_ObjType*' to 'Tcl_ObjType*' [-fpermissive] Tcl_ObjType *oldTypePtr = objPtr->typePtr; ^ ../unix/../tcl/mk4tcl.cpp: In function 'int SetCursorFromAny(Tcl_Interp*, Tcl_Obj*)': ../unix/../tcl/mk4tcl.cpp:1086:39: error: invalid conversion from 'const Tcl_ObjType*' to 'Tcl_ObjType*' [-fpermissive] Tcl_ObjType *oldTypePtr = objPtr->typePtr; ^ ../unix/../tcl/mk4tcl.cpp:1100:51: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] objPtr->internalRep.twoPtrValue.ptr1 = (void*)i; ^ ../unix/../tcl/mk4tcl.cpp: In member function 'int MkTcl::LoopCmd()': ../unix/../tcl/mk4tcl.cpp:2159:65: error: 'Tcl_Interp' has no member named 'errorLine' sprintf(msg, "\n (\"mk::loop\" body line %d)", interp->errorLine); ^ Makefile:185: recipe for target 'mk4tcl.o' failed make: *** [mk4tcl.o] Error 1 make: *** Waiting for unfinished jobs.... ==> ERROR: A failure occurred in build(). Aborting... Steps to reproduce: sudo extra-x86_64-build |
This task depends upon
Closed by Alexander F. Rødseth (xyproto)
Saturday, 12 April 2014, 17:39 GMT
Reason for closing: Won't fix
Saturday, 12 April 2014, 17:39 GMT
Reason for closing: Won't fix
Comment by Alexander F. Rødseth (xyproto) -
Sunday, 16 March 2014, 20:12 GMT
Thanks for reporting, I will look at this.
Comment by Alexander F. Rødseth (xyproto) -
Saturday, 12 April 2014, 17:39 GMT
Moving to AUR. See the aur-general mailing list for more information.