[issue17603] AC_LIBOBJ replacement of fileblocks

2016-03-19 Thread Roundup Robot

Roundup Robot added the comment:

New changeset acbeb33dc76a by Martin Panter in branch '2.7':
Issue #17603: Check for st_blocks field without requiring fileblocks.o
https://hg.python.org/cpython/rev/acbeb33dc76a

New changeset 0774398c3433 by Martin Panter in branch '3.5':
Issue #17603: Check for st_blocks field without requiring fileblocks.o
https://hg.python.org/cpython/rev/0774398c3433

New changeset 628bd1ebfa22 by Martin Panter in branch 'default':
Issue #17603: Merge configure.ac fix from 3.5
https://hg.python.org/cpython/rev/628bd1ebfa22

--
nosy: +python-dev

___
Python tracker 

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



[issue17603] AC_LIBOBJ replacement of fileblocks

2016-03-19 Thread Martin Panter

Martin Panter added the comment:

I assume that should have fixed the problem, but I have only tested it in 
roundabout ways, so it would be good to get confirmation if it helps e.g. the 
original Ming GW problem.

--
resolution:  -> fixed
status: open -> closed
versions: +Python 2.7, Python 3.6

___
Python tracker 

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



[issue17603] AC_LIBOBJ replacement of fileblocks

2016-03-10 Thread Martin Panter

Martin Panter added the comment:

IMO this is a fault of the autowhatever configuration stuff, not just an 
enhancement. If configure.ac determines that there is no st_blocks field, it 
tries to link against a non-existant fileblocks.o file:

./mingw/Makefile:220:LIBOBJS=${LIBOBJDIR}fileblocks$U.o
i486-mingw32-gcc: error: Python/fileblocks.o: No such file or directory

I am not really an autoconf or whatever expert, but it seems if you use a 
lower-level bit of configure.ac code it avoids the problem; see 
avoid-fileblocks.patch.

--
components:  -Cross-Build
nosy: +martin.panter
type: enhancement -> compile error
Added file: http://bugs.python.org/file42123/avoid-fileblocks.patch

___
Python tracker 

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



[issue17603] AC_LIBOBJ replacement of fileblocks

2014-08-03 Thread Mark Lawrence

Changes by Mark Lawrence breamore...@yahoo.co.uk:


--
versions: +Python 3.5 -Python 3.4

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



[issue17603] AC_LIBOBJ replacement of fileblocks

2013-03-31 Thread Roumen Petrov

New submission from Roumen Petrov:

split of issue3871 - actually this is not mingw* specific - it is for all 
platforms without fileblocks

--
components: Build, Cross-Build
files: 0014-MINGW-AC_LIBOBJ-replacement-of-fileblocks.patch
keywords: patch
messages: 185665
nosy: rpetrov
priority: normal
severity: normal
status: open
title: AC_LIBOBJ replacement of fileblocks
type: enhancement
versions: Python 3.4
Added file: 
http://bugs.python.org/file29636/0014-MINGW-AC_LIBOBJ-replacement-of-fileblocks.patch

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