Can't build r29795 on arch linux 64bit #22693

Closed
opened 2010-06-29 17:59:24 +02:00 by qubodup · 6 comments

%%%Building latest svn on arch linux 64bit fails via scons http:*codepad.org/ccpb1C1m and via cmake/make http:*codepad.org/vpWrPwNe

The error is (via cmake)
/home/qubodup/src/subversion/blender/source/blender/nodes/intern/SHD_nodes/SHD_dynamic.c:31:20: fatal error: Python.h: No such file or directory

or (via scons)
source/blender/blenkernel/intern/node.c:31:20: fatal error: Python.h: No such file or directory%%%

%%%Building latest svn on arch linux 64bit fails via scons http:*codepad.org/ccpb1C1m and via cmake/make http:*codepad.org/vpWrPwNe The error is (via cmake) /home/qubodup/src/subversion/blender/source/blender/nodes/intern/SHD_nodes/SHD_dynamic.c:31:20: fatal error: Python.h: No such file or directory or (via scons) source/blender/blenkernel/intern/node.c:31:20: fatal error: Python.h: No such file or directory%%%
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

%%%PS: Python 2.6.5 which is installed in

[qubodup@qbox ~$ pacman -Ql python | grep \.h$
python /usr/include/python2.6/Python-ast.h
python /usr/include/python2.6/Python.h
python /usr/include/python2.6/abstract.h
python /usr/include/python2.6/asdl.h
python /usr/include/python2.6/ast.h
python /usr/include/python2.6/bitset.h
python /usr/include/python2.6/boolobject.h
python /usr/include/python2.6/bufferobject.h
python /usr/include/python2.6/bytearrayobject.h
python /usr/include/python2.6/bytes_methods.h
python /usr/include/python2.6/bytesobject.h
python /usr/include/python2.6/cStringIO.h
python /usr/include/python2.6/cellobject.h
python /usr/include/python2.6/ceval.h
python /usr/include/python2.6/classobject.h
python /usr/include/python2.6/cobject.h
python /usr/include/python2.6/code.h
python /usr/include/python2.6/codecs.h
python /usr/include/python2.6/compile.h
python /usr/include/python2.6/complexobject.h
python /usr/include/python2.6/datetime.h
python /usr/include/python2.6/descrobject.h
python /usr/include/python2.6/dictobject.h
python /usr/include/python2.6/enumobject.h
python /usr/include/python2.6/errcode.h
python /usr/include/python2.6/eval.h
python /usr/include/python2.6/fileobject.h
python /usr/include/python2.6/floatobject.h
python /usr/include/python2.6/frameobject.h
python /usr/include/python2.6/funcobject.h
python /usr/include/python2.6/genobject.h
python /usr/include/python2.6/graminit.h
python /usr/include/python2.6/grammar.h
python /usr/include/python2.6/import.h
python /usr/include/python2.6/intobject.h
python /usr/include/python2.6/intrcheck.h
python /usr/include/python2.6/iterobject.h
python /usr/include/python2.6/listobject.h
python /usr/include/python2.6/longintrepr.h
python /usr/include/python2.6/longobject.h
python /usr/include/python2.6/marshal.h
python /usr/include/python2.6/metagrammar.h
python /usr/include/python2.6/methodobject.h
python /usr/include/python2.6/modsupport.h
python /usr/include/python2.6/moduleobject.h
python /usr/include/python2.6/node.h
python /usr/include/python2.6/object.h
python /usr/include/python2.6/objimpl.h
python /usr/include/python2.6/opcode.h
python /usr/include/python2.6/osdefs.h
python /usr/include/python2.6/parsetok.h
python /usr/include/python2.6/patchlevel.h
python /usr/include/python2.6/pgen.h
python /usr/include/python2.6/pgenheaders.h
python /usr/include/python2.6/py_curses.h
python /usr/include/python2.6/pyarena.h
python /usr/include/python2.6/pyconfig.h
python /usr/include/python2.6/pydebug.h
python /usr/include/python2.6/pyerrors.h
python /usr/include/python2.6/pyexpat.h
python /usr/include/python2.6/pyfpe.h
python /usr/include/python2.6/pygetopt.h
python /usr/include/python2.6/pymacconfig.h
python /usr/include/python2.6/pymactoolbox.h
python /usr/include/python2.6/pymath.h
python /usr/include/python2.6/pymem.h
python /usr/include/python2.6/pyport.h
python /usr/include/python2.6/pystate.h
python /usr/include/python2.6/pystrcmp.h
python /usr/include/python2.6/pystrtod.h
python /usr/include/python2.6/pythonrun.h
python /usr/include/python2.6/pythread.h
python /usr/include/python2.6/rangeobject.h
python /usr/include/python2.6/setobject.h
python /usr/include/python2.6/sliceobject.h
python /usr/include/python2.6/stringobject.h
python /usr/include/python2.6/structmember.h
python /usr/include/python2.6/structseq.h
python /usr/include/python2.6/symtable.h
python /usr/include/python2.6/sysmodule.h
python /usr/include/python2.6/timefuncs.h
python /usr/include/python2.6/token.h
python /usr/include/python2.6/traceback.h
python /usr/include/python2.6/tupleobject.h
python /usr/include/python2.6/ucnhash.h
python /usr/include/python2.6/unicodeobject.h
python /usr/include/python2.6/warnings.h
python /usr/include/python2.6/weakrefobject.h%%%

%%%PS: Python 2.6.5 which is installed in [qubodup@qbox ~$ pacman -Ql python | grep \\.h$ python /usr/include/python2.6/Python-ast.h python /usr/include/python2.6/Python.h python /usr/include/python2.6/abstract.h python /usr/include/python2.6/asdl.h python /usr/include/python2.6/ast.h python /usr/include/python2.6/bitset.h python /usr/include/python2.6/boolobject.h python /usr/include/python2.6/bufferobject.h python /usr/include/python2.6/bytearrayobject.h python /usr/include/python2.6/bytes_methods.h python /usr/include/python2.6/bytesobject.h python /usr/include/python2.6/cStringIO.h python /usr/include/python2.6/cellobject.h python /usr/include/python2.6/ceval.h python /usr/include/python2.6/classobject.h python /usr/include/python2.6/cobject.h python /usr/include/python2.6/code.h python /usr/include/python2.6/codecs.h python /usr/include/python2.6/compile.h python /usr/include/python2.6/complexobject.h python /usr/include/python2.6/datetime.h python /usr/include/python2.6/descrobject.h python /usr/include/python2.6/dictobject.h python /usr/include/python2.6/enumobject.h python /usr/include/python2.6/errcode.h python /usr/include/python2.6/eval.h python /usr/include/python2.6/fileobject.h python /usr/include/python2.6/floatobject.h python /usr/include/python2.6/frameobject.h python /usr/include/python2.6/funcobject.h python /usr/include/python2.6/genobject.h python /usr/include/python2.6/graminit.h python /usr/include/python2.6/grammar.h python /usr/include/python2.6/import.h python /usr/include/python2.6/intobject.h python /usr/include/python2.6/intrcheck.h python /usr/include/python2.6/iterobject.h python /usr/include/python2.6/listobject.h python /usr/include/python2.6/longintrepr.h python /usr/include/python2.6/longobject.h python /usr/include/python2.6/marshal.h python /usr/include/python2.6/metagrammar.h python /usr/include/python2.6/methodobject.h python /usr/include/python2.6/modsupport.h python /usr/include/python2.6/moduleobject.h python /usr/include/python2.6/node.h python /usr/include/python2.6/object.h python /usr/include/python2.6/objimpl.h python /usr/include/python2.6/opcode.h python /usr/include/python2.6/osdefs.h python /usr/include/python2.6/parsetok.h python /usr/include/python2.6/patchlevel.h python /usr/include/python2.6/pgen.h python /usr/include/python2.6/pgenheaders.h python /usr/include/python2.6/py_curses.h python /usr/include/python2.6/pyarena.h python /usr/include/python2.6/pyconfig.h python /usr/include/python2.6/pydebug.h python /usr/include/python2.6/pyerrors.h python /usr/include/python2.6/pyexpat.h python /usr/include/python2.6/pyfpe.h python /usr/include/python2.6/pygetopt.h python /usr/include/python2.6/pymacconfig.h python /usr/include/python2.6/pymactoolbox.h python /usr/include/python2.6/pymath.h python /usr/include/python2.6/pymem.h python /usr/include/python2.6/pyport.h python /usr/include/python2.6/pystate.h python /usr/include/python2.6/pystrcmp.h python /usr/include/python2.6/pystrtod.h python /usr/include/python2.6/pythonrun.h python /usr/include/python2.6/pythread.h python /usr/include/python2.6/rangeobject.h python /usr/include/python2.6/setobject.h python /usr/include/python2.6/sliceobject.h python /usr/include/python2.6/stringobject.h python /usr/include/python2.6/structmember.h python /usr/include/python2.6/structseq.h python /usr/include/python2.6/symtable.h python /usr/include/python2.6/sysmodule.h python /usr/include/python2.6/timefuncs.h python /usr/include/python2.6/token.h python /usr/include/python2.6/traceback.h python /usr/include/python2.6/tupleobject.h python /usr/include/python2.6/ucnhash.h python /usr/include/python2.6/unicodeobject.h python /usr/include/python2.6/warnings.h python /usr/include/python2.6/weakrefobject.h%%%
Author

%%%PPS: I forgot to say thanks. I <3<3<3<3<3<3<3<3 all blender devs ^_____^%%%

%%%PPS: I forgot to say thanks. I <3<3<3<3<3<3<3<3 all blender devs ^_____^%%%

%%%Hi,

For 2.50 you need python 3.1 not 2.6. Please install the python3 and python3-dev (if you are on Ubuntu) and try again.

I close the report because is not really a bug, if you still have problem let me know (reply to this report or you can found me as bdiego on the irc).

Thanks,

  • Diego%%%
%%%Hi, For 2.50 you need python 3.1 not 2.6. Please install the python3 and python3-dev (if you are on Ubuntu) and try again. I close the report because is not really a bug, if you still have problem let me know (reply to this report or you can found me as bdiego on the irc). Thanks, - Diego%%%

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Author

%%%Thanks, Installing python3 allowed me to compile! Sorry for not reading the instructions completely (cmake could probably check for the right version of python?)%%%

%%%Thanks, Installing python3 allowed me to compile! Sorry for not reading the instructions completely (cmake could probably check for the right version of python?)%%%
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#22693
No description provided.