[Zope] FreeBSD compile error 2.4.x to 2.4.3
Steve Spicklemire
steve@spvi.com
Thu, 29 Nov 2001 19:41:17 -0500
Hi Gary,
Hmm. on my FreeBSD 4.4S systems there is a
/usr/local/lib/python2.1/config/Makefile.pre.in
~> ls -lga /usr/local/lib/python2.1/config/
total 916
drwxr-xr-x 2 root wheel 512 Oct 14 18:02 .
drwxr-xr-x 17 root wheel 10752 Oct 14 18:02 ..
-r--r--r-- 1 root wheel 24187 Oct 14 18:02 Makefile
-r--r--r-- 1 root wheel 10187 Oct 14 18:02 Makefile.pre.in
-r--r--r-- 1 root wheel 16924 Oct 14 18:02 Setup
-r--r--r-- 1 root wheel 423 Oct 14 18:02 Setup.config
-r--r--r-- 1 root wheel 41 Oct 14 18:02 Setup.local
-r--r--r-- 1 root wheel 1446 Oct 14 18:02 config.c
-r--r--r-- 1 root wheel 1126 Oct 14 18:02 config.c.in
-r-xr-xr-x 1 root wheel 5598 Oct 14 18:02 install-sh
-r--r--r-- 1 root wheel 840598 Oct 14 18:02 libpython2.1.a
-r-xr-xr-x 1 root wheel 7390 Oct 14 18:02 makesetup
-r--r--r-- 1 root wheel 824 Oct 14 18:02 python.o
Soo.. how did you install python2.1?
-steve
On Thursday, November 29, 2001, at 02:01 PM, Gary & Karyn wrote:
> I'm getting the following error trying to compile Zope 2.4.x to 2.4.3
> upgrade on FreeBSD
>
> Compiling extensions in lib/python
> cp /usr/local/lib/python2.1/config/Makefile.pre.in .
> cp: /usr/local/lib/python2.1/config/Makefile.pre.in: No such file or
> directory
> Traceback (most recent call last):
> File "/usr/local/zope/2.4.2/w_pcgi.py", line 111, in ?
> if __name__=='__main__': main(sys.argv[0])
> File "/usr/local/zope/2.4.2/w_pcgi.py", line 109, in main
> import wo_pcgi; wo_pcgi.main(me)
> File "/usr/local/zope/2.4.2/wo_pcgi.py", line 105, in main
> import build_extensions
> File "/usr/local/zope/2.4.2/inst/build_extensions.py", line 102, in ?
> make('lib','python')
> File "/usr/local/zope/2.4.2/inst/do.py", line 133, in make
> do("cp %s ." % wheres_Makefile_pre_in())
> File "/usr/local/zope/2.4.2/inst/do.py", line 104, in do
> if i and picky: raise SystemError, i
> SystemError: 256
>
> the python2.1 is a python that worked just fine for 2.4.2...However,
> unless
> I am being incredibly stupid, it doesn't have a config folder:
> Makefile.pre.in is in the top python2.1 folder. Has anyone else
> encountered
> this, or feel the need to fix it? If not, I guess I'll dig in a
> bit...look
> at "wheres_Makefile_pre_in", for instance...
>
> Thanks
>
> Gary
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )