[Python-bugs-list] [ python-Bugs-485679 ] 2.2b2 Won't build on Solaris 2.8

noreply@sourceforge.net noreply@sourceforge.net
Sun, 02 Dec 2001 05:03:31 -0800


Bugs item #485679, was opened at 2001-11-26 08:56
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=485679&group_id=5470

Category: Build
Group: Python 2.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: David M. Beazley (beazley)
Assigned to: Martin v. Löwis (loewis)
Summary: 2.2b2 Won't build on Solaris 2.8

Initial Comment:
2.2b2 doesn't build on Sparc Solaris 2.8 with
gcc-2.95.2 and
gmake-3.77. The following error occurs:

make: *** No rule to make target `Python/thread_*.h',
needed by `Python/thread.o'.  Stop.

This occurs with the standard build process
(./configure; make).

If I had to take a wild guess on this, perhaps the
build process (configure or make) is using a
non-portable feature of the shell and/or make.

-- Dave


----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2001-12-02 05:03

Message:
Logged In: YES 
user_id=21627

This should be fixed in Makefile.pre.in 1.68, configure.in
1.283, configure 1.274.

----------------------------------------------------------------------

Comment By: Jeremy Hylton (jhylton)
Date: 2001-11-28 07:55

Message:
Logged In: YES 
user_id=31392

Can you take a look Martin?


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=485679&group_id=5470