[issue8079] make install fails with -j8 with python2.6/config on FreeBSD

2013-07-26 Thread Christian Heimes

Christian Heimes added the comment:

I have never seen that kind of error with Python 2.7 or 3.3+. It's probably 
fixed.

--
nosy: +christian.heimes
resolution:  -> out of date
stage:  -> committed/rejected
status: open -> closed
type:  -> compile error

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8079] make install fails with -j8 with python2.6/config on FreeBSD

2013-07-25 Thread Garrett Cooper

Garrett Cooper added the comment:

Feel free to close this. I don't have any interest in pursuing it further.

--
nosy: +Garrett.Cooper

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8079] make install fails with -j8 with python2.6/config on FreeBSD

2013-04-01 Thread Terry J. Reedy

Terry J. Reedy added the comment:

Garrett, I don't know that any of our active developers use FreeBSD. Is this a 
problem with 2.7.3 or 3.3.0 (or 2.7.4 or 3.3.1 when they come out in a week)? 
If you have lost interest, please say so and we will close until such time as 
it becomes current again.

--
nosy: +terry.reedy
versions: +Python 3.3 -Python 3.2

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8079] make install fails with -j8 with python2.6/config on FreeBSD

2010-08-03 Thread Terry J. Reedy

Changes by Terry J. Reedy :


--
versions: +Python 2.7, Python 3.2 -Python 2.5, Python 2.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8079] make install fails with -j8 with python2.6/config on FreeBSD

2010-03-05 Thread Garrett Cooper

Changes by Garrett Cooper :


Added file: http://bugs.python.org/file16468/clean.log

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8079] make install fails with -j8 with python2.6/config on FreeBSD

2010-03-05 Thread Garrett Cooper

Changes by Garrett Cooper :


Added file: http://bugs.python.org/file16467/all.log

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8079] make install fails with -j8 with python2.6/config on FreeBSD

2010-03-05 Thread Garrett Cooper

New submission from Garrett Cooper :

When attempting to install and deinstall lang/python26 to run some unit tests 
for a change I was going to provide to the maintainer, I ran into this issue:

install -o root -g wheel -m 444 ./../Include/ucnhash.h 
/usr/local/include/python2.6
install -o root -g wheel -m 444 ./../Include/unicodeobject.h 
/usr/local/include/python2.6
install -o root -g wheel -m 444 ./../Include/warnings.h 
/usr/local/include/python2.6
install -o root -g wheel -m 444 ./../Include/weakrefobject.h 
/usr/local/include/python2.6
install  -o root -g wheel -m 444 pyconfig.h 
/usr/local/include/python2.6/pyconfig.h
Creating directory /usr/local/lib/python2.6/config
install: /usr/local/lib/python2.6/config exists but is not a directory
*** Error code 71

Stop in /scratch/freebsd/ports/lang/python26/work/Python-2.6.4/portbld.static.
*** Error code 1

Stop in /scratch/freebsd/ports/lang/python26.
*** Error code 1

The problem was caused by an incomplete install into ${prefix} [which I will 
take up with the FreeBSD project], but manifests itself because the -j value I 
specified, was too high. I say this because of another comment placed in a 
top-level Makefile at a previous job about compiling Python 2.4.2 with this 
particular goal (installing the modules) and race conditions.

I would provide a patch but I'm not sure what the issue could stem from, other 
than a race conditions with a busted install-sh and incomplete dependencies 
specified in Makefile.pre.in.

I'll provide more info if needed.

Reproducible via the following on FreeBSD, given a fast enough machine:

cd lang/python26; make deinstall clean; make -j8 all; make -j8 install

[gcoo...@bayonetta /scratch/freebsd/ports/lang/python26]$ uname -a
FreeBSD bayonetta.localdomain 9.0-CURRENT FreeBSD 9.0-CURRENT #2: Thu Mar  4 
13:16:39 PST 2010 
gcoo...@bayonetta.localdomain:/usr/obj/usr/src/sys/BAYONETTA  amd64
[gcoo...@bayonetta /scratch/freebsd/ports/lang/python26]$ sysctl -a hw.model
hw.model: Intel(R) Xeon(R) CPU   W3520  @ 2.67GHz

[From top(1)]

Mem: 43M Active, 10G Inact, 870M Wired, 76M Cache, 1237M Buf, 537M Free
Swap: 20G Total, 108K Used, 20G Free

--
components: Build
messages: 100518
nosy: yaneurabeya
severity: normal
status: open
title: make install fails with -j8 with python2.6/config on FreeBSD
versions: Python 2.5, Python 2.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com