Issue 114866 - python: parallel build breaks occasionally ./libpython2.6.so: undefined reference to `_PyParser_Grammar'
Summary: python: parallel build breaks occasionally ./libpython2.6.so: undefined refer...
Status: CLOSED FIXED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All Unix, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: gsldev
QA Contact: issues@gsl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-30 16:07 UTC by lohmaier
Modified: 2017-05-20 10:30 UTC (History)
3 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
patch, fix parallel build of python module (2.02 KB, patch)
2010-09-30 16:10 UTC, lohmaier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description lohmaier 2010-09-30 16:07:08 UTC
Due to a a bug in python's makefile, a parallel build might break because 
partially generated files are used when making some targets.

I'll attach fedora's patch
compare
http://pkgs.fedoraproject.org/gitweb/?p=python.git;a=blob_plain;f=python-2.7-
fix-parallel-make.patch;hb=HEAD

and the corresponding comment in their makefile:
http://pkgs.fedoraproject.org/gitweb/?
p=python.git;a=blob_plain;f=python.spec;hb=HEAD
Comment 1 lohmaier 2010-09-30 16:10:59 UTC
Created attachment 71912 [details]
patch, fix parallel build of python module
Comment 2 Joost Andrae 2010-10-01 11:42:16 UTC
added hjs to cc
Comment 3 hjs 2010-10-12 10:24:24 UTC
applying patch in ause126
Comment 4 hjs 2010-10-12 11:07:57 UTC
done
Comment 5 kurt.zenker 2010-10-25 15:28:59 UTC
verified
Comment 6 Martin Hollmichel 2011-03-28 10:53:22 UTC
chg component.