Opened 11 years ago
Closed 11 years ago
#41816 closed defect (fixed)
py26-pyclutter: build fails after upgrade to clutter-1.16.2, master_sites is dead
Reported by: | dbevans (David B. Evans) | Owned by: | nodamage@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | py26-pyclutter |
Description
After upgrading to clutter-1.16.2, build fails as follows:
cluttermodule.c:117:60: error: use of undeclared identifier 'GL_NEVER' PyModule_AddObject (module, "NEVER", Py_BuildValue ("i", GL_NEVER)); ^ cluttermodule.c:118:59: error: use of undeclared identifier 'GL_LESS' PyModule_AddObject (module, "LESS", Py_BuildValue ("i", GL_LESS)); ^ cluttermodule.c:119:61: error: use of undeclared identifier 'GL_LEQUAL' PyModule_AddObject (module, "LEQUAL", Py_BuildValue ("i", GL_LEQUAL)); ^ cluttermodule.c:120:60: error: use of undeclared identifier 'GL_EQUAL' PyModule_AddObject (module, "EQUAL", Py_BuildValue ("i", GL_EQUAL)); ^ cluttermodule.c:121:63: error: use of undeclared identifier 'GL_NOTEQUAL' PyModule_AddObject (module, "NOTEQUAL", Py_BuildValue ("i", GL_NOTEQUAL)); ^ cluttermodule.c:122:61: error: use of undeclared identifier 'GL_GEQUAL' PyModule_AddObject (module, "GEQUAL", Py_BuildValue ("i", GL_GEQUAL)); ^ cluttermodule.c:123:62: error: use of undeclared identifier 'GL_GREATER' PyModule_AddObject (module, "GREATER", Py_BuildValue ("i", GL_GREATER)); ^ cluttermodule.c:124:61: error: use of undeclared identifier 'GL_ALWAYS' PyModule_AddObject (module, "ALWAYS", Py_BuildValue ("i", GL_ALWAYS)); ^ cluttermodule.c:126:64: error: use of undeclared identifier 'GL_SRC_ALPHA' PyModule_AddObject (module, "SRC_ALPHA", Py_BuildValue ("i", GL_SRC_ALPHA)); ^ cluttermodule.c:127:74: error: use of undeclared identifier 'GL_ONE_MINUS_SRC_ALPHA' PyModule_AddObject (module, "ONE_MINUS_SRC_ALPHA", Py_BuildValue ("i", GL_ONE_MINUS_SRC_ALPHA)); ^ cluttermodule.c:129:76: error: use of undeclared identifier 'GL_OBJECT_COMPILE_STATUS_ARB' PyModule_AddObject (module, "OBJECT_COMPILE_STATUS", Py_BuildValue ("i", GL_OBJECT_COMPILE_STATUS_ARB)); ^
Full build log attached.
In addition, master_sites for this port is no longer valid. Site seems to have gone away.
Attachments (1)
Change History (3)
Changed 11 years ago by dbevans (David B. Evans)
comment:1 Changed 11 years ago by dbevans (David B. Evans)
Situation continues with upgrade to clutter-1.18.0. Development of pyclutter appears to be dead at this time, superceded by Python access to clutter via gobject-introspection and py-gobject3.
At this point it time there appear to be no MacPorts dependents. Is there any objection (by the maintainer or otherwise) to deleting this port?
comment:2 Changed 11 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Deleted in r119157, no objections, maintainer timeout.
Note: See
TracTickets for help on using
tickets.
Build log showing failure