[issue24615] 'make install' fails installation of man pages for Python 2.7.10 on Unixware 7.1.4

2015-07-12 Thread Ron Barak

Ron Barak added the comment:

EDIT 1 (cut and paste had some extraneous data):

I wanted to add Python 2.7 to Unix.
I downloaded the sources to the VirtualBox on which the Unix is installed.

./configure is successful.
make is successful after I manually applied the changes in 
http://bugs.python.org/issue24611

However, 'make install' fails the installation of man pages (see attached).

(Note that Python 2.7.10 is installed and is accessible as 
/usr/local/bin/python2.7)


Environment:

OS  Unixware 7.1.4
Python   2.7.10
CC  Optimizing C Compilation System (CCS) 4.2 05/11/04 (ux714.bl3af)

--
Added file: http://bugs.python.org/file39911/make_install_fail.PNG

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



[issue24615] 'make install' fails installation of man pages for Python 2.7.10 on Unixware 7.1.4

2015-07-12 Thread Ron Barak

Changes by Ron Barak bugs_python_org.comve...@9ox.net:


--
resolution:  - duplicate
status: open - closed

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



[issue24615] 'make install' fails installation of man pages for Python 2.7.10 on Unixware 7.1.4

2015-07-12 Thread Ron Barak

New submission from Ron Barak:

I wanted to add Python 2.7 to Unix.
I downloaded the sources to the VirtualBox on which the Unix is installed.

./configure is successful.
make is successful after I manually applied the changes in 
http://bugs.python.org/issue24611

However, 'make install' fails the installation of man pages (see attached).

(Note that Python 2.7.10 is installed and is accessible as 
/usr/local/bin/python2.7)


./configure --prefix=/usr   \
--enable-shared \
--with-system-expat \

without problems.

However, when I try to run make, it fails on:

cc –Kpthread –Wl,-Bexport –o python Modules/python.o libpython2.7.a -lsocket 
–lnsl –lpthread –ldl –lm 

Undefined   first referenced
symbol  in file
_PyInt_FromDev  libpython2.7.a(posixmodule.o) 
UX:ld: ERROR: Symbol referencing errors. No output written to python
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.


Environment:

OS  Unixware 7.1.4
Python   2.7.10
CC  Optimizing C Compilation System (CCS) 4.2 05/11/04 (ux714.bl3af)

--
components: Build
files: make_install_fail.PNG
messages: 246646
nosy: ronbarak
priority: normal
severity: normal
status: open
title: 'make install' fails installation of man pages for Python 2.7.10 on 
Unixware 7.1.4
versions: Python 2.7
Added file: http://bugs.python.org/file39910/make_install_fail.PNG

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



[issue24615] 'make install' fails installation of man pages for Python 2.7.10 on Unixware 7.1.4

2015-07-12 Thread Ron Barak

Changes by Ron Barak bugs_python_org.comve...@9ox.net:


--
components: +Installation -Build

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